6fa4d9d5b9f24330938973e562b309d44784d285
[gnulib.git] / ChangeLog
1 2010-04-02  Bruno Haible  <bruno@clisp.org>
2
3         gnulib-tool: Obey user's environment variables.
4         * gnulib-tool (func_create_testdir): When creating built sources,
5         respect the environment variables for autoconf, automake, etc. given by
6         the user.
7
8 2010-04-02  Bruno Haible  <bruno@clisp.org>
9
10         gnulib-tool: Provide the value of --m4-base to modules.
11         * gnulib-tool (func_import, func_create_testdir): Emit a definition
12         of gl_m4_base.
13
14 2010-04-02  Eric Blake  <eblake@redhat.com>
15
16         maint.mk: fix some fallout
17         * NEWS: Document the incompatible change, and its effect on cfg.mk.
18         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
19
20 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
21
22         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
23         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
24         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
25         (sc_cast_of_x_alloc_return_value): Likewise.
26         (sc_cast_of_alloca_return_value): Likewise.
27         (sc_space_tab): Likewise.
28         (sc_prohibit_atoi_atof): Likewise.
29         (sc_prohibit_magic_number_exit): Likewise.
30         (sc_error_exit_success): Likewise.
31         (sc_file_system): Likewise.
32         (sc_prohibit_have_config_h): Likewise.
33         (sc_require_config_h): Likewise.
34         (sc_prohibit_HAVE_MBRTOWC): Likewise.
35         (sc_obsolete_symbols): Likewise.
36         (sc_changelog): Likewise.
37         (sc_program_name): Likewise.
38         (sc_the_the): Likewise.
39         (sc_trailing_blank): Likewise.
40         (sc_two_space_separator_in_usage): Likewise.
41         (sc_useless_cpp_parens): Likewise.
42         (sc_GPL_version): Likewise.
43         (sc_GFDL_version): Likewise.
44         (sc_texinfo_acronym): Likewise.
45         (sc_prohibit_cvs_keyword): Likewise.
46         (sc_prohibit_stat_st_blocks): Likewise.
47         (sc_prohibit_S_IS_definition): Likewise.
48         (sc_redundant_const): Likewise.
49         (sc_makefile_TAB_only_indentation): Likewise.
50         (sc_m4_quote_check): Likewise.
51         (sc_makefile_path_separator_check): Likewise.
52         (sc_copyright_check): Likewise.
53         (sc_Wundef_boolean): Likewise.
54         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
55
56         maint.mk: match 0 or more whitespace-before-function-call '('
57         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
58         that have zero or two-and-more spaces between the function name
59         and the open parenthesis.
60         (sc_error_message_warn_fatal): Likewise.
61         (sc_error_message_uppercase): Likewise.
62         (sc_error_message_period): Likewise.
63
64 2010-03-31  Eric Blake  <eblake@redhat.com>
65
66         maint.mk: check for [ as well as test
67         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
68         Based on a libvirt report by Matthias Bolte.
69
70         gnumakefile: don't squelch _version output
71         * top/GNUmakefile (_version): Create one-shot dependency rather
72         than using $(shell) when version must be regenerated.
73         (_autoreconf): Run verbosely, by default.
74
75         sys_time: avoid compiler warnings
76         * lib/sys_time.in.h (includes): Ensure gcc pragma is
77         unconditional, fixing regression from 2010-03-29.
78         Reported by Simon Josefsson.
79
80 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
81
82         maint.mk: s/_header_without_use/_sc_header_without_use/
83         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
84         (sc_prohibit_assert_without_use): Use the new name.
85         (sc_prohibit_close_stream_without_use): Likewise.
86         (sc_prohibit_getopt_without_use): Likewise.
87         (sc_prohibit_quotearg_without_use): Likewise.
88         (sc_prohibit_quote_without_use): Likewise.
89         (sc_prohibit_long_options_without_use): Likewise.
90         (sc_prohibit_inttostr_without_use): Likewise.
91         (sc_prohibit_ignore_value_without_use): Likewise.
92         (sc_prohibit_error_without_use): Likewise.
93         (sc_prohibit_xalloc_without_use): Likewise.
94         (sc_prohibit_hash_without_use): Likewise.
95         (sc_prohibit_hash_pjw_without_use): Likewise.
96         (sc_prohibit_safe_read_without_use): Likewise.
97         (sc_prohibit_argmatch_without_use): Likewise.
98         (sc_prohibit_canonicalize_without_use): Likewise.
99         (sc_prohibit_root_dev_ino_without_use): Likewise.
100         (sc_prohibit_openat_without_use): Likewise.
101         (sc_prohibit_c_ctype_without_use): Likewise.
102         (sc_prohibit_signal_without_use): Likewise.
103         (sc_prohibit_intprops_without_use): Likewise.
104
105 2010-03-30  Eric Blake  <eblake@redhat.com>
106
107         maint: improve module indicators
108         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
109         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
110         columns, and avoid extra macro expansion.
111
112         fdopendir: work around FreeBSD bug
113         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
114         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
115         * modules/dirent (Makefile.am): Substitute it.
116         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
117         declaration.
118         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
119         fix.
120         Reported by Christian Weisgerber <naddy@mips.inka.de>.
121
122 2010-03-29  Bruno Haible  <bruno@clisp.org>
123
124         Emit #pragma system_header after the inclusion guard, not before.
125         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
126         guard that spans the entire file, not before. This enables an
127         optimization in GCC's preprocessor.
128         * lib/ctype.in.h: Likewise.
129         * lib/dirent.in.h: Likewise.
130         * lib/errno.in.h: Likewise.
131         * lib/float.in.h: Likewise.
132         * lib/getopt.in.h: Likewise.
133         * lib/iconv.in.h: Likewise.
134         * lib/langinfo.in.h: Likewise.
135         * lib/locale.in.h: Likewise.
136         * lib/math.in.h: Likewise.
137         * lib/netdb.in.h: Likewise.
138         * lib/netinet_in.in.h: Likewise.
139         * lib/pty.in.h: Likewise.
140         * lib/sched.in.h: Likewise.
141         * lib/se-selinux.in.h: Likewise.
142         * lib/search.in.h: Likewise.
143         * lib/spawn.in.h: Likewise.
144         * lib/stdarg.in.h: Likewise.
145         * lib/stdint.in.h: Likewise.
146         * lib/string.in.h: Likewise.
147         * lib/strings.in.h: Likewise.
148         * lib/sys_file.in.h: Likewise.
149         * lib/sys_ioctl.in.h: Likewise.
150         * lib/sys_time.in.h: Likewise.
151         * lib/sys_times.in.h: Likewise.
152         * lib/sys_utsname.in.h: Likewise.
153         * lib/sys_wait.in.h: Likewise.
154         * lib/sysexits.in.h: Likewise.
155         * lib/wctype.in.h: Likewise.
156
157 2010-03-28  James Youngman  <jay@gnu.org>
158
159         save-cwd: don't leak a file descriptor when the caller execs.
160         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
161         saved file descriptor.
162         * modules/save-cwd (Depends-on): Depend on cloexec.
163
164 2010-03-29  Bruno Haible  <bruno@clisp.org>
165
166         Remove vestiges of fts-lgpl module.
167         * lib/fts_.h: Assume GNULIB_FTS is 1.
168         * lib/fts.c: Likewise.
169         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
170
171 2010-03-28  Bruno Haible  <bruno@clisp.org>
172
173         Fix definition of tests witness macro.
174         * gnulib-tool (func_import): Fix definition of witness macro.
175
176 2010-03-28  Bruno Haible  <bruno@clisp.org>
177
178         Fix ioctl's protoype on glibc systems.
179         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
180         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
181         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
182         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
183         signature. If not, arrange to replace the ioctl function.
184         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
185         REPLACE_IOCTL.
186         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
187         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
188         Reported by Ludovic Courtès <ludo@gnu.org>.
189
190 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
191
192         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
193         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
194         made it so grep -r --include=GLOB* ... did not work.
195
196 2010-03-26  Jim Meyering  <meyering@redhat.com>
197             Eric Blake  <eblake@redhat.com>
198
199         maint.mk: prohibit use of test's -o and -a operators
200         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
201
202 2010-03-28  Bruno Haible  <bruno@clisp.org>
203
204         Remove unused GNULIB_XYZ macro definitions.
205         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
206         invocation.
207
208 2010-03-28  Bruno Haible  <bruno@clisp.org>
209
210         Mark privileged tests modules.
211         * modules/idpriv-drop-tests (Status): New section.
212         * modules/idpriv-droptemp-tests (Status): New section.
213
214 2010-03-28  Bruno Haible  <bruno@clisp.org>
215
216         Split C++ tests into separate tests modules.
217         * modules/dirent-c++-tests: New file, extracted from
218         modules/dirent-tests.
219         * modules/dirent-tests: Depend on it.
220         * modules/fcntl-h-c++-tests: New file, extracted from
221         modules/fcntl-h-tests.
222         * modules/fcntl-h-tests: Depend on it.
223         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
224         * modules/glob-tests: Depend on it.
225         * modules/iconv-h-c++-tests: New file, extracted from
226         modules/iconv-h-tests.
227         * modules/iconv-h-tests: Depend on it.
228         * modules/langinfo-c++-tests: New file, extracted from
229         modules/langinfo-tests.
230         * modules/langinfo-tests: Depend on it.
231         * modules/locale-c++-tests: New file, extracted from
232         modules/locale-tests.
233         * modules/locale-tests: Depend on it.
234         * modules/math-c++-tests: New file, extracted from modules/math-tests.
235         * modules/math-tests: Depend on it.
236         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
237         * modules/pty-tests: Depend on it.
238         * modules/search-c++-tests: New file, extracted from
239         modules/search-tests.
240         * modules/search-tests: Depend on it.
241         * modules/signal-c++-tests: New file, extracted from
242         modules/signal-tests.
243         * modules/signal-tests: Depend on it.
244         * modules/spawn-c++-tests: New file, extracted from
245         modules/spawn-tests.
246         * modules/spawn-tests: Depend on it.
247         * modules/stdio-c++-tests: New file, extracted from
248         modules/stdio-tests.
249         * modules/stdio-tests: Depend on it.
250         * modules/stdlib-c++-tests: New file, extracted from
251         modules/stdlib-tests.
252         * modules/stdlib-tests: Depend on it.
253         * modules/string-c++-tests: New file, extracted from
254         modules/string-tests.
255         * modules/string-tests: Depend on it.
256         * modules/sys_ioctl-c++-tests: New file, extracted from
257         modules/sys_ioctl-tests.
258         * modules/sys_ioctl-tests: Depend on it.
259         * modules/sys_select-c++-tests: New file, extracted from
260         modules/sys_select-tests.
261         * modules/sys_select-tests: Depend on it.
262         * modules/sys_socket-c++-tests: New file, extracted from
263         modules/sys_socket-tests.
264         * modules/sys_socket-tests: Depend on it.
265         * modules/sys_stat-c++-tests: New file, extracted from
266         modules/sys_stat-tests.
267         * modules/sys_stat-tests: Depend on it.
268         * modules/sys_time-c++-tests: New file, extracted from
269         modules/sys_time-tests.
270         * modules/sys_time-tests: Depend on it.
271         * modules/time-c++-tests: New file, extracted from modules/time-tests.
272         * modules/time-tests: Depend on it.
273         * modules/unistd-c++-tests: New file, extracted from
274         modules/unistd-tests.
275         * modules/unistd-tests: Depend on it.
276         * modules/wchar-c++-tests: New file, extracted from
277         modules/wchar-tests.
278         * modules/wchar-tests: Depend on it.
279         * modules/wctype-c++-tests: New file, extracted from
280         modules/wctype-tests.
281         * modules/wctype-tests: Depend on it.
282         Reported by Simon Josefsson.
283
284 2010-03-28  Bruno Haible  <bruno@clisp.org>
285
286         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
287         * gnulib-tool (func_exists_module): New function, extracted from
288         func_verify_module.
289         (func_verify_module): Use it.
290         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
291         'foo' only if 'foo' exists.
292         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
293         module.
294
295 2010-03-28  Bruno Haible  <bruno@clisp.org>
296
297         gnulib-tool: Add support for special categories of tests.
298         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
299         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
300         (func_usage): Document them.
301         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
302         inc_unportable_tests, inc_all_tests): New variables.
303         (func_acceptable): Consider these variables.
304         (func_modules_transitive_closure): Make it work when the 'Status' field
305         consists of multiple words.
306         (func_import): Store and restore the values of inc_cxx_tests,
307         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
308         inc_all_tests in gnulib-comp.m4.
309         (func_create_testdir): Set inc_all_tests to true.
310         * doc/gnulib.texi (Extra tests modules): New section.
311         Suggested by Jim Meyering.
312
313 2010-03-28  Bruno Haible  <bruno@clisp.org>
314
315         ansi-c++-opt: Allow turning off the C++ build by default.
316         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
317         gl_CXX_CHOICE_DEFAULT_NO is defined.
318         Requested by Eric Blake.
319
320 2010-03-28  Bruno Haible  <bruno@clisp.org>
321
322         unistd: Avoid #define replacements in C++ mode.
323         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
324         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
325         setsockopt, shutdown, select): In C++, attach a warning to the function
326         if possible, rather than #defining the symbol to a dysfunctional alias.
327         Reported by John W. Eaton <jwe@gnu.org>.
328
329 2010-03-28  Bruno Haible  <bruno@clisp.org>
330
331         Fix link errors on mingw.
332         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
333         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
334         $(LIBSOCKET).
335         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
336         $(LIBSOCKET).
337
338 2010-03-28  Bruno Haible  <bruno@clisp.org>
339             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
340
341         lib-ignore: Determine different options for different compilers.
342         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
343         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
344         Add comments.
345         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
346         * NEWS: Mention the change.
347
348 2010-03-27  Bruno Haible  <bruno@clisp.org>
349
350         Remove unused GNULIB_XYZ macro definitions.
351         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
352         * modules/fseek (configure.ac): Likewise.
353         * modules/ioctl (configure.ac): Likewise.
354         * modules/open (configure.ac): Likewise.
355         * modules/stdlib-safer (configure.ac): Likewise.
356
357 2010-03-27  Bruno Haible  <bruno@clisp.org>
358
359         Add a remark about certain modules.
360         * modules/malloc (Comment): New section.
361         * modules/realloc (Comment): Likewise.
362         * modules/sigpipe (Comment): Likewise.
363
364 2010-03-27  Bruno Haible  <bruno@clisp.org>
365
366         Resolve conflict between the two kinds of module indicators.
367         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
368         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
369         * modules/canonicalize (configure.ac): Invoke
370         gl_MODULE_INDICATOR_FOR_TESTS.
371         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
372         GNULIB_XYZ.
373         * tests/test-dirent-c++.cc: Likewise.
374         * tests/test-dirent-safer.c: Likewise.
375         * tests/test-dup2.c: Likewise.
376         * tests/test-fchdir.c: Likewise.
377         * tests/test-fcntl-h-c++.cc: Likewise.
378         * tests/test-getopt.c: Likewise.
379         * tests/test-getopt.h: Likewise.
380         * tests/test-langinfo-c++.cc: Likewise.
381         * tests/test-locale-c++.cc: Likewise.
382         * tests/test-math-c++.cc: Likewise.
383         * tests/test-pty-c++.cc: Likewise.
384         * tests/test-search-c++.cc: Likewise.
385         * tests/test-signal-c++.cc: Likewise.
386         * tests/test-spawn-c++.cc: Likewise.
387         * tests/test-stdio-c++.cc: Likewise.
388         * tests/test-stdlib-c++.cc: Likewise.
389         * tests/test-string-c++.cc: Likewise.
390         * tests/test-sys_ioctl-c++.cc: Likewise.
391         * tests/test-sys_select-c++.cc: Likewise.
392         * tests/test-sys_socket-c++.cc: Likewise.
393         * tests/test-sys_stat-c++.cc: Likewise.
394         * tests/test-sys_time-c++.cc: Likewise.
395         * tests/test-time-c++.cc: Likewise.
396         * tests/test-unistd-c++.cc: Likewise.
397         * tests/test-wchar-c++.cc: Likewise.
398         * tests/uninorm/test-u8-nfc.c: Likewise.
399         * tests/uninorm/test-u8-nfd.c: Likewise.
400         * tests/uninorm/test-u8-nfkc.c: Likewise.
401         * tests/uninorm/test-u8-nfkd.c: Likewise.
402         * tests/uninorm/test-u16-nfc.c: Likewise.
403         * tests/uninorm/test-u16-nfd.c: Likewise.
404         * tests/uninorm/test-u16-nfkc.c: Likewise.
405         * tests/uninorm/test-u16-nfkd.c: Likewise.
406         * tests/uninorm/test-u32-nfc.c: Likewise.
407         * tests/uninorm/test-u32-nfc-big.c: Likewise.
408         * tests/uninorm/test-u32-nfd.c: Likewise.
409         * tests/uninorm/test-u32-nfd-big.c: Likewise.
410         * tests/uninorm/test-u32-nfkc.c: Likewise.
411         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
412         * tests/uninorm/test-u32-nfkd.c: Likewise.
413         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
414         * tests/uninorm/test-u32-normalize-big.c: Likewise.
415
416 2010-03-27  Bruno Haible  <bruno@clisp.org>
417
418         Distinguish two kinds of module indicators.
419         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
420         gl_MODULE_INDICATOR.
421         (gl_MODULE_INDICATOR): New macro.
422         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
423         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
424         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
425         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
426         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
427         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
428         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
429         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
430         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
431         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
432         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
433         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
434         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
435         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
436         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
437         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
438         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
439         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
440         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
441         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
442         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
443         * modules/cloexec (configure.ac): Likewise.
444         * modules/getopt-gnu (configure.ac): Likewise.
445         * modules/uninorm/u8-normalize (configure.ac): Likewise.
446         * modules/uninorm/u16-normalize (configure.ac): Likewise.
447         * modules/uninorm/u32-normalize (configure.ac): Likewise.
448         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
449
450 2010-03-27  Bruno Haible  <bruno@clisp.org>
451
452         New module description field 'Comment'.
453         * gnulib-tool: New option --extract-comment.
454         (func_usage): Document it.
455         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
456         (func_get_comment): New function.
457         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
458
459 2010-03-27  Bruno Haible  <bruno@clisp.org>
460
461         Addendum to 2010-02-07 commit.
462         * gnulib-tool (func_usage): Document --extract-applicability option.
463
464 2010-03-27  Bruno Haible  <bruno@clisp.org>
465
466         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
467         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
468         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
469         rather than link errors.
470
471 2010-03-27  Bruno Haible  <bruno@clisp.org>
472
473         Avoid side effects from tests-related modules on the compilation of lib.
474         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
475         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
476         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
477         parameter. Emit into AM_CPPFLAGS a definition of the designated C
478         macro.
479         (func_import): Define a witness macro. Assign it a value that depends
480         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
481         tests-related modules.
482         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
483         Reported by Jim Meyering.
484
485 2010-03-27  Bruno Haible  <bruno@clisp.org>
486
487         Factorize common .m4 code.
488         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
489         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
490         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
491         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
492         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
493         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
494         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
495         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
496         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
497         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
498         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
499         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
500         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
501         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
502         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
503         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
504         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
505         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
506         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
507         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
508         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
509         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
510         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
511         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
512         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
513         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
514         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
515         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
516         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
517         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
518         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
519         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
520
521 2010-03-27  Bruno Haible  <bruno@clisp.org>
522
523         Fix a compilation error on Cygwin with g++ >= 4.3.
524         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
525         if it is undefined or if we alias it to chmod.
526         (lstat): Don't warn about the use of this function if it is undefined
527         or if we alias it to stat.
528         Reported by Simon Josefsson.
529
530 2010-03-27  Bruno Haible  <bruno@clisp.org>
531
532         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
533         * modules/getlogin (configure.ac): Update.
534
535         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
536         * modules/getlogin_r (configure.ac): Update.
537
538         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
539         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
540         * modules/inet_ntop (configure.ac): Update.
541
542         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
543         * modules/inet_pton (configure.ac): Update.
544
545         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
546         * modules/mbslen (configure.ac): Update.
547
548         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
549         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
550         * modules/forkpty (configure.ac): Update.
551         * modules/openpty (configure.ac): Update.
552
553 2010-03-26  Simon Josefsson  <simon@josefsson.org>
554
555         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
556         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
557
558 2010-03-25  Eric Blake  <eblake@redhat.com>
559
560         maint: use pragma consistently across replacement headers
561         * lib/ctype.in.h (system_header): Hoist for consistent placement.
562         * lib/dirent.in.h (system_header): Likewise.
563         * lib/errno.in.h (system_header): Likewise.
564         * lib/float.in.h (system_header): Likewise.
565         * lib/getopt.in.h (system_header): Likewise.
566         * lib/iconv.in.h (system_header): Likewise.
567         * lib/inttypes.in.h (system_header): Likewise.
568         * lib/langinfo.in.h (system_header): Likewise.
569         * lib/locale.in.h (system_header): Likewise.
570         * lib/math.in.h (system_header): Likewise.
571         * lib/netdb.in.h (system_header): Likewise.
572         * lib/netinet_in.in.h (system_header): Likewise.
573         * lib/pty.in.h (system_header): Likewise.
574         * lib/sched.in.h (system_header): Likewise.
575         * lib/se-selinux.in.h (system_header): Likewise.
576         * lib/search.in.h (system_header): Likewise.
577         * lib/spawn.in.h (system_header): Likewise.
578         * lib/stdarg.in.h (system_header): Likewise.
579         * lib/stdint.in.h (system_header): Likewise.
580         * lib/string.in.h (system_header): Likewise.
581         * lib/strings.in.h (system_header): Likewise.
582         * lib/sys_file.in.h (system_header): Likewise.
583         * lib/sys_ioctl.in.h (system_header): Likewise.
584         * lib/sys_socket.in.h (system_header): Likewise.
585         * lib/sys_times.in.h (system_header): Likewise.
586         * lib/sys_utsname.in.h (system_header): Likewise.
587         * lib/sys_wait.in.h (system_header): Likewise.
588         * lib/sysexits.in.h (system_header): Likewise.
589         * lib/unistd.in.h (system_header): Likewise.
590         * lib/wctype.in.h (system_header): Likewise.
591
592         arpa/inet: fix mingw compilation warning
593         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
594         Reported by Matthew Bolte.
595
596 2010-03-25  Bruno Haible  <bruno@clisp.org>
597
598         Avoid collision between gnulib wrapper and libintl wrapper.
599         * lib/printf.c (printf): Don't define if a printf wrapper is already
600         defined in intl/printf.c.
601         Reported by Michel Boaventura <michel@michelboaventura.com>.
602
603 2010-03-25  Bruno Haible  <bruno@clisp.org>
604
605         Use ANSI C.
606         * lib/readutmp.h (getutent): Provide ANSI C prototype.
607
608 2010-03-25  Bruno Haible  <bruno@clisp.org>
609
610         Minor formatting changes.
611         * lib/acosl.c: Insert space before function argument list.
612         * lib/argz.c: Likewise.
613         * lib/asinl.c: Likewise.
614         * lib/expl.c: Likewise.
615         * lib/gen-uni-tables.c: Likewise.
616         * lib/gettext.h: Likewise.
617         * lib/glthread/lock.h: Likewise.
618         * lib/tanl.c: Likewise.
619         * lib/uniname/uniname.c: Likewise.
620         * tests/test-idpriv-drop.c: Likewise.
621         * tests/test-idpriv-droptemp.c: Likewise.
622         * tests/test-lock.c: Likewise.
623         * tests/test-tls.c: Likewise.
624         * lib/argp-help.c: Insert space before function-like macro argument
625         list.
626         * lib/memcmp.c: Likewise.
627         * tests/test-base64.c: Likewise.
628         * lib/localename.c: Insert space before sizeof's argument list.
629         * lib/safe-alloc.h: Likewise.
630         * lib/file-set.h: Insert space before macro argument list.
631         * tests/test-argp.c: Likewise.
632         * lib/argp-namefrob.h: Insert space before function parameter list.
633         * lib/getaddrinfo.c: Likewise.
634         * lib/netdb.in.h: Likewise.
635         * lib/parse-duration.h: Likewise.
636         * lib/parse-duration.c: Likewise.
637         * lib/poll.c: Likewise.
638         * lib/select.c: Likewise.
639         * lib/trim.h: Likewise.
640         * tests/test-usleep.c: Likewise.
641         * lib/ldexpl.c: Insert space before function parameter list and before
642         function argument list.
643         * lib/logl.c: Likewise.
644         * lib/sqrtl.c: Likewise.
645         * lib/trim.c: Likewise.
646         * lib/cosl.c: Use GNU style indentation. Insert space before function
647         argument list.
648         * lib/sinl.c: Likewise.
649         * lib/tsearch.c: Insert space after 'for'.
650         Reported by Jim Meyering.
651
652 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
653
654         * maint.mk (sc_Wundef_boolean): Check for the presence of the
655         config header before grepping, as it's not present before
656         autoreconf/configure are run.  Reported by Simon Josefsson.
657
658 2010-03-23  Bruno Haible  <bruno@clisp.org>
659
660         pt_chown: Make it work with automake < 1.11.
661         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
662         Reported by Simon Josefsson.
663
664 2010-03-23  Bruno Haible  <bruno@clisp.org>
665
666         pt_chown: Don't depend on GPLed modules.
667         * lib/pt_chown.c: Don't include idpriv.h.
668         (main): Don't drop privileges.
669         * modules/pt_chown (Depends-on): Remove idpriv-drop.
670         Reported by Simon Josefsson.
671
672 2010-03-24  Simon Josefsson  <simon@josefsson.org>
673
674         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
675         suggestions from karl@freefriends.org (Karl Berry).
676
677 2010-03-22  Eric Blake  <eblake@redhat.com>
678
679         gethostname: further tweaks
680         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
681         are overriding gethostname.
682         Suggested by Bruno Haible.
683
684 2010-03-21  Bruno Haible  <bruno@clisp.org>
685
686         Fix comments.
687         * lib/forkpty.c (rpl_forkpty): Fix comment.
688         * lib/openpty.c (rpl_openpty): Likewise.
689         Reported by Eric Blake.
690
691 2010-03-22  Eric Blake  <eblake@redhat.com>
692
693         gethostname: fix build on mingw
694         * lib/unistd.in.h (includes): Work around fact that mingw
695         <winsock2.h> re-includes <unistd.h>, by avoiding any
696         redeclarations if we are being included by <winsock2.h>.
697         Reported by Matthias Bolte.
698
699 2010-03-21  Bruno Haible  <bruno@clisp.org>
700
701         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
702         * lib/forkpty.c (forkpty): New replacement function, from glibc with
703         modifications.
704         * lib/pty.in.h (forkpty): Update declaration. Add comments.
705         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
706         provide the replacement.
707         * modules/forkpty (Depends-on): Add openpty, login_tty.
708         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
709         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
710         * doc/glibc-functions/forkpty.texi: More supported platforms.
711         * config/srclist.txt: Add forkpty.c (commented).
712
713 2010-03-21  Bruno Haible  <bruno@clisp.org>
714
715         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
716         (Makefile.am): Verify that PTY_LIB is defined.
717
718         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
719
720 2010-03-21  Bruno Haible  <bruno@clisp.org>
721
722         Tests for module 'login_tty'.
723         * modules/login_tty-tests: New file.
724         * tests/test-login_tty.c: New file.
725
726         New module 'login_tty'.
727         * lib/login_tty.c: New file.
728         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
729         * modules/login_tty: New file.
730         * doc/glibc-functions/login_tty.texi: Mention the new module.
731
732 2010-03-21  Bruno Haible  <bruno@clisp.org>
733
734         login_tty: Documentation.
735         * doc/glibc-functions/login_tty.texi: New file.
736         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
737
738 2010-03-21  Bruno Haible  <bruno@clisp.org>
739
740         pty: Consistent macro naming.
741         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
742         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
743         * modules/pty (configure.ac): Update.
744
745 2010-03-21  Bruno Haible  <bruno@clisp.org>
746
747         Tests for openpty: Make stricter.
748         * tests/test-openpty.c (main): Add test of canonical processing and
749         erase.
750         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
751
752         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
753         * lib/openpty.c (openpty): New replacement function.
754         * lib/pty.in.h: Include <termios.h>.
755         (openpty): Update declaration. Add comments.
756         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
757         is not declared, arrange to provide the replacement. Check for _getpty
758         and posix_openpt.
759         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
760         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
761         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
762         * modules/pty-tests (test_pty_c___LDADD): New variable.
763         * doc/glibc-functions/openpty.texi: More supported platforms.
764
765 2010-03-21  Bruno Haible  <bruno@clisp.org>
766
767         setenv: Tweaks.
768         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
769         the test program.
770         * doc/posix-functions/setenv.texi: Update platforms list.
771
772 2010-03-21  Bruno Haible  <bruno@clisp.org>
773
774         New module 'unlockpt'.
775         * lib/unlockpt.c: New file, from glibc with modifications.
776         * m4/unlockpt.m4: New file.
777         * modules/unlockpt: New file.
778         * lib/stdlib.in.h (unlockpt): New declaration.
779         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
780         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
781         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
782         HAVE_UNLOCKPT.
783         * doc/posix-functions/unlockpt.texi: Mention the new module.
784         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
785         * config/srclist.txt: Add unlockpt.c (commented).
786
787 2010-03-21  Jim Meyering  <meyering@redhat.com>
788
789         maint.mk: prohibit inclusion of "intprops.h" without use
790         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
791
792 2010-03-21  Bruno Haible  <bruno@clisp.org>
793
794         New module 'grantpt'.
795         * lib/grantpt.c: New file, from glibc with modifications.
796         * m4/grantpt.m4: New file.
797         * modules/grantpt: New file.
798         * lib/stdlib.in.h (grantpt): New declaration.
799         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
800         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
801         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
802         HAVE_GRANTPT.
803         * doc/posix-functions/grantpt.texi: Mention the new module.
804         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
805         * config/srclist.txt: Add grantpt.c (commented).
806
807 2010-03-21  Bruno Haible  <bruno@clisp.org>
808
809         New module 'pt_chown'.
810         * lib/pt_chown.c: New file, from glibc with modifications.
811         * lib/pty-private.h: New file, from glibc with modifications.
812         * modules/pt_chown: New file.
813         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
814
815 2010-03-21  Bruno Haible  <bruno@clisp.org>
816
817         Tests for module 'ptsname'.
818         * modules/ptsname-tests: New file.
819         * tests/test-ptsname.c: New file.
820
821         New module 'ptsname'.
822         * lib/ptsname.c: New file, from glibc with modifications.
823         * m4/ptsname.m4: New file.
824         * modules/ptsname: New file.
825         * lib/stdlib.in.h (ptsname): New declaration.
826         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
827         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
828         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
829         HAVE_PTSNAME.
830         * doc/posix-functions/ptsname.texi: Mention the new module.
831         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
832         * config/srclist.txt: Add ptsname.c (commented).
833
834 2010-03-21  Bruno Haible  <bruno@clisp.org>
835
836         Tests for module 'ttyname_r'.
837         * modules/ttyname_r-tests: New file.
838         * tests/test-ttyname_r.c: New file.
839
840         New module 'ttyname_r'.
841         * lib/ttyname_r.c: New file.
842         * m4/ttyname_r.m4: New file.
843         * modules/ttyname_r: New file.
844         * lib/unistd.in.h (ttyname_r): New declaration.
845         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
846         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
847         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
848         HAVE_TTYNAME_R.
849         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
850         * doc/posix-functions/ttyname_r.texi: Mention the new module.
851
852 2010-03-20  Bruno Haible  <bruno@clisp.org>
853
854         signal: Undefine macro definitions in C++ mode.
855         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
856         sigfillset): Undefine macro definitions from the system header in C++
857         mode.
858         Reported by John W. Eaton <jwe@gnu.org>.
859
860 2010-03-20  Bruno Haible  <bruno@clisp.org>
861
862         Ensure no #include statements inside extern "C" { ... }.
863         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
864         contain #include statements.
865         * lib/time.in.h: Likewise.
866
867 2010-03-20  Bruno Haible  <bruno@clisp.org>
868
869         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
870         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
871         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
872         Reported by John W. Eaton <jwe@gnu.org>.
873
874 2010-03-20  Bruno Haible  <bruno@clisp.org>
875
876         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
877         Reported by Jim Meyering.
878
879 2010-03-20  Bruno Haible  <bruno@clisp.org>
880
881         pipe: Set errno upon failure.
882         * lib/pipe.h: Specify that when -1 is returned, errno is set.
883         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
884         errno value in error message.
885
886 2010-03-20  Bruno Haible  <bruno@clisp.org>
887             Jim Meyering  <meyering@redhat.com>
888
889         lchown: Avoid "unused variable" warning.
890         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
891
892 2010-03-20  Bruno Haible  <bruno@clisp.org>
893
894         Work around unlink() bug on MacOS X 10.5.6.
895         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
896         attempting to unlink a parent directory.
897         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
898         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
899         activate for the replacement function.
900         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
901
902 2010-03-20  Bruno Haible  <bruno@clisp.org>
903
904         Fix link errors on Solaris 8.
905         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
906         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
907
908 2010-03-19  Jim Meyering  <meyering@redhat.com>
909
910         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
911         The _LIBC implementation of build_range_exp correctly honors the
912         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
913         However, the non-_LIBC implementation would ignore that syntax-bit
914         flag and return REG_ERANGE unconditionally.
915         This change makes it honor that flag.
916         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
917         Make two pointer parameters "const".
918         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
919         (parse_bracket_exp): Update caller.
920
921         regex.m4: correct the reversed range endpoint ([b-a]) test
922         * m4/regex.m4: When requiring that [b-a] evoke failure,
923         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
924         test pass once again for x86-based systems.
925
926 2010-03-19  Bruno Haible  <bruno@clisp.org>
927
928         scandir: Fix link error on Solaris 8.
929         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
930         macros.
931
932 2010-03-19  Bruno Haible  <bruno@clisp.org>
933
934         getusershell: Fix documentation.
935         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
936         module.
937         * doc/glibc-functions/setusershell.texi: Likewise.
938
939         getusershell: Provide declaration, missing on Solaris 9.
940         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
941         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
942         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
943         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
944         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
945         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
946         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
947         HAVE_GETUSERSHELL.
948         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
949
950 2010-03-19  Bruno Haible  <bruno@clisp.org>
951
952         wctype: Provide iswblank function.
953         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
954         exists and is fine.
955         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
956         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
957         * tests/test-wctype.c (main): Re-enable the iswblank tests.
958         * doc/posix-functions/iswblank.texi: Update.
959
960 2010-03-19  Bruno Haible  <bruno@clisp.org>
961
962         Tests of module 'pty' in C++ mode.
963         * modules/pty-tests: New file.
964         * tests/test-pty-c++.cc: New file.
965         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
966
967 2010-03-19  Eric Blake  <eblake@redhat.com>
968
969         logb: fix documentation
970         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
971         1.5 declaration bug.
972
973         forkpty, openpty: prefer glibc's const-safe prototype
974         * lib/forkpty.c (rpl_forkpty): New file.
975         * lib/openpty.c (rpl_openpty): Likewise.
976         * modules/forkpty (Files): Distribute it.
977         * modules/openpty (Files): Likewise.
978         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
979         check...
980         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
981         replacement for for non-const BSD signature.
982         * modules/pty (Makefile.am): Substitute witnesses.
983         * lib/pty.in.h (forkpty, openpty): Declare replacements.
984         * tests/test-forkpty.c: Update signature check.
985         * tests/test-openpty.c: Likewise.
986         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
987         * doc/glibc-functions/openpty.texi (openpty): Likewise.
988
989         forkpty, openpty: split functions into new modules
990         * modules/pty (Makefile.am): Substitute new witnesses.
991         (Libraries): Move library detection...
992         * modules/forkpty: ...into new module.
993         * modules/openpty: Another new module.
994         * modules/pty-tests: Rename and split...
995         * modules/forkpty-tests: ...to this...
996         * modules/openpty-tests: ...and this.
997         * tests/test-pty.c: Rename and split...
998         * tests/test-forkpty.c: ...to this...
999         * tests/test-openpty.c: ...and this.
1000         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1001         (gl_PTY): Split library searching...
1002         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1003         (gl_FORKPTY, gl_OPENPTY): New macros.
1004         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1005         * NEWS: Mention the split.
1006         * MODULES.html.sh (Misc): Document the modules.
1007         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1008         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1009
1010         pty: improve replacement header
1011         * lib/pty.in.h: New file.
1012         * modules/pty (Files): Ship it.
1013         (Makefile.am): Always build replacement.
1014         * m4/pty.m4: Rename...
1015         * m4/pty_h.m4: ...to this.
1016         (gl_PTY): Modernize setting of witness macros; update check of
1017         forkpty to take proper advantage of cache.
1018         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1019
1020         getopt: avoid compiler warning
1021         * lib/getopt.c (attribute_hidden): Remove unused macro.
1022
1023 2010-03-18  Bruno Haible  <bruno@clisp.org>
1024
1025         Fix link errors on Solaris 8.
1026         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1027         * modules/search-tests (test_search_c___LDADD): Likewise.
1028         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1029         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1030         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1031         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1032         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1033         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1034         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1035
1036 2010-03-18  Bruno Haible  <bruno@clisp.org>
1037
1038         Fix bug introduced on 2010-03-14.
1039         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1040         (gl_SPAWN_H): Require it.
1041         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1042         Reported by Simon Josefsson.
1043
1044 2010-03-18  Bruno Haible  <bruno@clisp.org>
1045
1046         Fix typo introduced on 2009-12-31.
1047         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1048         posix_spawn_file_actions_adddup2.
1049
1050 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1051         and Eric Blake  <eblake@redhat.com>
1052
1053         test-vc-list-files-git: make more robust
1054         * tests/test-vc-list-files-git.sh: Unset problematic environment
1055         variables.  Chain commands together.
1056
1057 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1058
1059         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1060         `AC_CHECK_DECL' invocation.
1061
1062 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1063
1064         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1065         appears before executable statements. Suggested by Petr Sumbera
1066         <Petr.Sumbera@Sun.COM>.
1067
1068 2010-03-14  Bruno Haible  <bruno@clisp.org>
1069
1070         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1071         portability problems. Instead use a simpler test.
1072         (main): Check that invalid arguments are rejected only on Linux.
1073
1074 2010-03-14  Bruno Haible  <bruno@clisp.org>
1075
1076         Fix bug introduced on 2009-12-31.
1077         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1078         gl_PREREQ_SYS_H_WINSOCK2 always.
1079         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1080         SYS_SOCKET_H variable.
1081         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1082         Update comments.
1083         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1084         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1085         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1086         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1087         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1088
1089 2010-03-14  Bruno Haible  <bruno@clisp.org>
1090
1091         Fix values returned by sinl, cosl.
1092         * lib/trigl.h: Add specification comments.
1093         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1094         that combines the values from the precomputed table with the values of
1095         the Chebyshev polynomials.
1096
1097 2010-03-14  Bruno Haible  <bruno@clisp.org>
1098
1099         Fix compilation error when modules 'posix_spawn[p]' are not used.
1100         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1101         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1102
1103 2010-03-14  Bruno Haible  <bruno@clisp.org>
1104
1105         Fix compilation error on mingw when module 'time_r' is not used.
1106         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1107         is 1.
1108         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1109         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1110         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1111         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1112
1113 2010-03-14  Bruno Haible  <bruno@clisp.org>
1114
1115         Fix compilation error with Sun C.
1116         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1117         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1118         instead of GCC specific ULONG_LONG_MAX.
1119         * lib/xstrtoll.c: Likewise.
1120         * lib/xstrtoull.c: Likewise.
1121
1122 2010-03-13  Bruno Haible  <bruno@clisp.org>
1123
1124         Allow the user to disable C++ code and tests.
1125         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1126         (gl_PROG_ANSI_CXX): Require it.
1127
1128 2010-03-13  Bruno Haible  <bruno@clisp.org>
1129
1130         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1131         cases.
1132
1133 2010-03-13  Bruno Haible  <bruno@clisp.org>
1134
1135         Test that gnulib does not break the standard C++ headers.
1136         * tests/test-locale-c++2.cc: New file.
1137         * modules/locale-tests (Files): Add it.
1138         (Makefile.am): Compile it for test-locale-c++.
1139         * tests/test-math-c++2.cc: New file.
1140         * modules/math-tests (Files): Add it.
1141         (Makefile.am): Compile it for test-math-c++.
1142         * tests/test-signal-c++2.cc: New file.
1143         * modules/signal-tests (Files): Add it.
1144         (Makefile.am): Compile it for test-signal-c++.
1145         * tests/test-stdio-c++2.cc: New file.
1146         * modules/stdio-tests (Files): Add it.
1147         (Makefile.am): Compile it for test-stdio-c++.
1148         * tests/test-stdlib-c++2.cc: New file.
1149         * modules/stdlib-tests (Files): Add it.
1150         (Makefile.am): Compile it for test-stdlib-c++.
1151         * tests/test-string-c++2.cc: New file.
1152         * modules/string-tests (Files): Add it.
1153         (Makefile.am): Compile it for test-string-c++.
1154         * tests/test-time-c++2.cc: New file.
1155         * modules/time-tests (Files): Add it.
1156         (Makefile.am): Compile it for test-time-c++.
1157         Reported by John W. Eaton <jwe@gnu.org>.
1158
1159 2010-03-13  Bruno Haible  <bruno@clisp.org>
1160
1161         * gnulib-tool (func_usage): Clarify which options are available for
1162         --create-testdir and --create-megatestdir.
1163
1164 2010-03-13  Bruno Haible  <bruno@clisp.org>
1165
1166         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1167         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1168         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1169         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1170         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1171         when appropriate.
1172         Reported by Jim Meyering.
1173
1174 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1175
1176         * gnulib-tool (func_import): Explain origin of code.
1177
1178 2010-03-12  Bruno Haible  <bruno@clisp.org>
1179
1180         Fix problem with automake's definition of CXXLINK.
1181         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1182         Reported by Simon Josefsson and Ludovic Courtès.
1183
1184 2010-03-12  Bruno Haible  <bruno@clisp.org>
1185
1186         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1187         stable releases.
1188
1189 2010-03-11  Bruno Haible  <bruno@clisp.org>
1190
1191         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1192         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1193         whether the system provides one variant or multiple variants of the
1194         function.
1195         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1196         C++ compilers.
1197         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1198         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1199         Reported by Jim Meyering.
1200
1201 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1202
1203         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1204
1205 2010-03-08  Bruno Haible  <bruno@clisp.org>
1206
1207         gnulib-tool: Add support for --libtool in --create-testdir.
1208         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1209         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1210
1211 2010-03-08  Eric Blake  <eblake@redhat.com>
1212
1213         gnulib-tool.texi: mention possibility of git submodule
1214         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1215         submodules.
1216         * doc/.gitignore: Ignore another generated file.
1217
1218 2010-03-08  Karl Berry  <karl@gnu.org>
1219
1220         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1221         of committing gnulib files while skipping others.
1222
1223 2010-03-07  Bruno Haible  <bruno@clisp.org>
1224
1225         Tests of module 'wctype' in C++ mode.
1226         * tests/test-wctype-c++.cc: New file.
1227         * modules/wctype-tests (Files): Add it and tests/signature.h.
1228         (Depends-on): Add ansi-c++-opt.
1229         (Makefile.am): Arrange to compile and run test-wctype-c++.
1230
1231         Tests of module 'wchar' in C++ mode.
1232         * tests/test-wchar-c++.cc: New file.
1233         * modules/wchar-tests (Files): Add it and tests/signature.h.
1234         (Depends-on): Add ansi-c++-opt.
1235         (Makefile.am): Arrange to compile and run test-wchar-c++.
1236         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1237         gl_MODULE_INDICATOR.
1238
1239         Tests of module 'unistd' in C++ mode.
1240         * tests/test-unistd-c++.cc: New file.
1241         * modules/unistd-tests (Files): Add it and tests/signature.h.
1242         (Depends-on): Add ansi-c++-opt.
1243         (Makefile.am): Arrange to compile and run test-unistd-c++.
1244         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1245         gl_MODULE_INDICATOR.
1246
1247         Tests of module 'time' in C++ mode.
1248         * tests/test-time-c++.cc: New file.
1249         * modules/time-tests (Files): Add it and tests/signature.h.
1250         (Depends-on): Add ansi-c++-opt.
1251         (Makefile.am): Arrange to compile and run test-time-c++.
1252         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1253
1254         Tests of module 'sys_time' in C++ mode.
1255         * tests/test-sys_time-c++.cc: New file.
1256         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1257         (Depends-on): Add ansi-c++-opt.
1258         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1259         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1260         gl_MODULE_INDICATOR.
1261
1262         Tests of module 'sys_stat' in C++ mode.
1263         * tests/test-sys_stat-c++.cc: New file.
1264         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1265         (Depends-on): Add ansi-c++-opt.
1266         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1267         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1268         gl_MODULE_INDICATOR.
1269
1270         Tests of module 'sys_socket' in C++ mode.
1271         * tests/test-sys_socket-c++.cc: New file.
1272         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1273         (Depends-on): Add ansi-c++-opt.
1274         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1275         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1276         gl_MODULE_INDICATOR.
1277
1278         Tests of module 'sys_select' in C++ mode.
1279         * tests/test-sys_select-c++.cc: New file.
1280         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1281         (Depends-on): Add ansi-c++-opt.
1282         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1283         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1284         gl_MODULE_INDICATOR.
1285
1286         Tests of module 'sys_ioctl' in C++ mode.
1287         * tests/test-sys_ioctl-c++.cc: New file.
1288         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1289         (Depends-on): Add ansi-c++-opt.
1290         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1291         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1292         gl_MODULE_INDICATOR.
1293
1294         Tests of module 'string' in C++ mode.
1295         * tests/test-string-c++.cc: New file.
1296         * modules/string-tests (Files): Add it and tests/signature.h.
1297         (Depends-on): Add ansi-c++-opt.
1298         (Makefile.am): Arrange to compile and run test-string-c++.
1299         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1300         gl_MODULE_INDICATOR.
1301
1302         Tests of module 'stdlib' in C++ mode.
1303         * tests/test-stdlib-c++.cc: New file.
1304         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1305         (Depends-on): Add ansi-c++-opt.
1306         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1307         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1308         gl_MODULE_INDICATOR.
1309
1310         Tests of module 'stdio' in C++ mode.
1311         * tests/test-stdio-c++.cc: New file.
1312         * modules/stdio-tests (Files): Add it and tests/signature.h.
1313         (Depends-on): Add ansi-c++-opt.
1314         (Makefile.am): Arrange to compile and run test-stdio-c++.
1315         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1316         gl_MODULE_INDICATOR.
1317
1318         Tests of module 'spawn' in C++ mode.
1319         * tests/test-spawn-c++.cc: New file.
1320         * modules/spawn-tests (Files): Add it and tests/signature.h.
1321         (Depends-on): Add ansi-c++-opt.
1322         (Makefile.am): Arrange to compile and run test-spawn-c++.
1323         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1324         gl_MODULE_INDICATOR.
1325
1326         Tests of module 'signal' in C++ mode.
1327         * tests/test-signal-c++.cc: New file.
1328         * modules/signal-tests (Files): Add it and tests/signature.h.
1329         (Depends-on): Add ansi-c++-opt.
1330         (Makefile.am): Arrange to compile and run test-signal-c++.
1331         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1332         gl_MODULE_INDICATOR.
1333
1334         Tests of module 'search' in C++ mode.
1335         * tests/test-search-c++.cc: New file.
1336         * modules/search-tests (Files): Add it and tests/signature.h.
1337         (Depends-on): Add ansi-c++-opt.
1338         (Makefile.am): Arrange to compile and run test-search-c++.
1339         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1340         gl_MODULE_INDICATOR.
1341
1342         Tests of module 'math' in C++ mode.
1343         * tests/test-math-c++.cc: New file.
1344         * modules/math-tests (Files): Add it and tests/signature.h.
1345         (Depends-on): Add ansi-c++-opt.
1346         (Makefile.am): Arrange to compile and run test-math-c++.
1347         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1348
1349         Tests of module 'locale' in C++ mode.
1350         * tests/test-locale-c++.cc: New file.
1351         * modules/locale-tests (Files): Add it and tests/signature.h.
1352         (Depends-on): Add ansi-c++-opt.
1353         (Makefile.am): Arrange to compile and run test-locale-c++.
1354         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1355         gl_MODULE_INDICATOR.
1356
1357         Tests of module 'langinfo' in C++ mode.
1358         * tests/test-langinfo-c++.cc: New file.
1359         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1360         (Depends-on): Add ansi-c++-opt.
1361         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1362         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1363         gl_MODULE_INDICATOR.
1364
1365         Tests of module 'iconv-h' in C++ mode.
1366         * tests/test-iconv-h-c++.cc: New file.
1367         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1368         (Depends-on): Add ansi-c++-opt.
1369         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1370
1371         Tests of module 'glob' in C++ mode.
1372         * tests/test-glob-c++.cc: New file.
1373         * modules/glob-tests (Files): Add it.
1374         (Depends-on): Add ansi-c++-opt.
1375         (Makefile.am): Arrange to compile and run test-glob-c++.
1376
1377         Tests of module 'fcntl-h' in C++ mode.
1378         * tests/test-fcntl-h-c++.cc: New file.
1379         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1380         (Depends-on): Add ansi-c++-opt.
1381         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1382         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1383         gl_MODULE_INDICATOR.
1384
1385         Tests of module 'dirent' in C++ mode.
1386         * tests/test-dirent-c++.cc: New file.
1387         * modules/dirent-tests (Files): Add it and tests/signature.h.
1388         (Depends-on): Add ansi-c++-opt.
1389         (Makefile.am): Arrange to compile and run test-dirent-c++.
1390         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1391         gl_MODULE_INDICATOR.
1392
1393         New module 'ansi-c++-opt'.
1394         * modules/ansi-c++-opt: New file.
1395         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1396
1397         Document C++ namespace mode.
1398         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1399
1400         wctype: Avoid #define replacements in C++ mode.
1401         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1402         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1403         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1404         In C++, define a namespaced alias symbol.
1405         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1406         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1407         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1408         rule.
1409
1410         wchar: Avoid #define replacements in C++ mode.
1411         * lib/wchar.in.h: Include c++defs.h.
1412         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1413         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1414         symbol.
1415         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1416         * modules/wchar (Depends-on): Add c++defs.
1417         (Makefile.am): Update wchar.h rule.
1418
1419         unistd: Avoid #define replacements in C++ mode.
1420         * lib/unistd.in.h: Include c++defs.h.
1421         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1422         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1423         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1424         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1425         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1426         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1427         symbol.
1428         (environ): Update.
1429         * modules/unistd (Depends-on): Add c++defs.
1430         (Makefile.am): Update unistd.h rule.
1431
1432         time: Avoid #define replacements in C++ mode.
1433         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1434         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1435         define a namespaced alias symbol.
1436         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1437         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1438         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1439         * modules/time (Depends-on): Add c++defs, warn-on-use.
1440         (Makefile.am): Update time.h rule.
1441         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1442         * modules/nanosleep (configure.ac): Likewise.
1443         * modules/strptime (configure.ac): Likewise.
1444         * modules/timegm (configure.ac): Likewise.
1445
1446         sys_time: Avoid #define replacements in C++ mode.
1447         * lib/sys_time.in.h: Include c++defs.h.
1448         (gettimeofday): In C++, define a namespaced alias symbol.
1449         * modules/sys_time (Depends-on): Add c++defs.
1450         (Makefile.am): Update sys/time.h rule.
1451
1452         sys_stat: Avoid #define replacements in C++ mode.
1453         * lib/sys_stat.in.h: Include c++defs.h.
1454         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1455         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1456         namespaced alias symbol.
1457         In C++, define a namespaced alias symbol.
1458         * modules/sys_stat (Depends-on): Add c++defs.
1459         (Makefile.am): Update sys/stat.h rule.
1460
1461         sys_socket: Avoid #define replacements in C++ mode.
1462         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1463         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1464         definitions also when the system has a <sys/socket.h>.
1465         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1466         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1467         In C++, define a namespaced alias symbol.
1468         * modules/sys_socket (Depends-on): Add c++defs.
1469         (Makefile.am): Update sys/socket.h rule.
1470
1471         sys_select: Avoid #define replacements in C++ mode.
1472         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1473         definitions also when the system has a <sys/select.h>.
1474         (select): In C++, define a namespaced alias symbol.
1475         * modules/sys_select (Depends-on): Add c++defs.
1476         (Makefile.am): Update sys/select.h rule.
1477
1478         sys_ioctl: Avoid #define replacements in C++ mode.
1479         * lib/sys_ioctl.in.h: Include c++defs.h.
1480         (ioctl): In C++, define a namespaced alias symbol.
1481         * modules/sys_ioctl (Depends-on): Add c++defs.
1482         (Makefile.am): Update sys/ioctl.h rule.
1483
1484         string: Avoid #define replacements in C++ mode.
1485         * lib/string.in.h: Include c++defs.h.
1486         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1487         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1488         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1489         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1490         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1491         * modules/string (Depends-on): Add c++defs.
1492         (Makefile.am): Update string.h rule.
1493
1494         stdlib: Avoid #define replacements in C++ mode.
1495         * lib/stdlib.in.h: Include c++defs.h.
1496         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1497         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1498         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1499         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1500         symbol.
1501         * modules/stdlib (Depends-on): Add c++defs.
1502         (Makefile.am): Update stdlib.h rule.
1503
1504         stdio: Avoid #define replacements in C++ mode.
1505         * lib/stdio.in.h: Include c++defs.h.
1506         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1507         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1508         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1509         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1510         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1511         namespaced alias symbol.
1512         * modules/stdio (Depends-on): Add c++defs.
1513         (Makefile.am): Update stdio.h rule.
1514
1515         spawn: Avoid #define replacements in C++ mode.
1516         * lib/spawn.in.h: Include c++defs.h.
1517         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1518         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1519         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1520         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1521         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1522         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1523         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1524         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1525         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1526         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1527         In C++, define a namespaced alias symbol.
1528         * modules/spawn (Depends-on): Add c++defs.
1529         (Makefile.am): Update spawn.h rule.
1530
1531         signal: Avoid #define replacements in C++ mode.
1532         * lib/signal.in.h: Include c++defs.h.
1533         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1534         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1535         namespaced alias symbol.
1536         * modules/signal (Depends-on): Add c++defs.
1537         (Makefile.am): Update signal.h rule.
1538
1539         search: Avoid #define replacements in C++ mode.
1540         * lib/search.in.h: Include c++defs.h.
1541         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1542         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1543         symbol.
1544         * modules/search (Depends-on): Add c++defs.
1545         (Makefile.am): Update search.h rule.
1546
1547         math: Avoid #define replacements in C++ mode.
1548         * lib/math.in.h: Include c++defs.h.
1549         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1550         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1551         trunc, truncl): In C++, define a namespaced alias symbol.
1552         * modules/math (Depends-on): Add c++defs.
1553         (Makefile.am): Update math.h rule.
1554
1555         locale: Avoid #define replacements in C++ mode.
1556         * lib/locale.in.h: Include c++defs.h.
1557         (duplocale): In C++, define a namespaced alias symbol.
1558         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1559         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1560         * modules/locale (Depends-on): Add c++defs.
1561         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1562
1563         langinfo: Avoid #define replacements in C++ mode.
1564         * lib/langinfo.in.h: Include c++defs.h.
1565         (nl_langinfo): In C++, define a namespaced alias symbol.
1566         * modules/langinfo (Depends-on): Add c++defs.
1567         (Makefile.am): Update langinfo.h rule.
1568
1569         iconv-h: Avoid #define replacements in C++ mode.
1570         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1571         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1572         symbol.
1573         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1574         whenever iconv is present.
1575         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1576         (Makefile.am): Update iconv.h rule.
1577
1578         glob: Avoid #define replacements in C++ mode.
1579         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1580         (_gl_glob_errfunc_fn): New type.
1581         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1582         symbol.
1583         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1584         (Makefile.am): Update glob.h rule.
1585
1586         fcntl-h: Avoid #define replacements in C++ mode.
1587         * lib/fcntl.in.h: Include c++defs.h.
1588         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1589         * modules/fcntl-h (Depends-on): Add c++defs.
1590         (Makefile.am): Update fcntl.h rule.
1591
1592         dirent: Avoid #define replacements in C++ mode.
1593         * lib/dirent.in.h: Include c++defs.h.
1594         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1595         namespaced alias symbol.
1596         (dirfd): Update declaration.
1597         * modules/dirent (Depends-on): Add c++defs.
1598         (Makefile.am): Update dirent.h rule.
1599
1600         ctype: Make it usable in C++ code.
1601         * lib/ctype.in.h: Include c++defs.h.
1602         (isblank): Declare as extern "C".
1603         * modules/ctype (Depends-on): Add c++defs.
1604         (Makefile.am): Update ctype.h rule.
1605
1606         New module 'c++defs'.
1607         * modules/c++defs: New file.
1608         * build-aux/c++defs.h: New file.
1609         Reported by John W. Eaton <jwe@gnu.org>.
1610
1611 2010-03-07  Bruno Haible  <bruno@clisp.org>
1612
1613         logb: Provide missing declaration for Cygwin.
1614         * lib/math.in.h (logb): New declaration.
1615         * m4/logb.m4: New file.
1616         * modules/logb (Files): Add m4/logb.m4.
1617         (Depends-on): Add math.
1618         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1619         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1620         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1621         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1622         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1623
1624 2010-03-07  Bruno Haible  <bruno@clisp.org>
1625
1626         Fix test-cond link error.
1627         * tests/test-cond.c: Include <stdio.h>.
1628
1629 2010-03-07  Bruno Haible  <bruno@clisp.org>
1630
1631         Fix test-dirent-safer link error.
1632         * modules/dirent-safer-tests (Makefile.am): Define
1633         test_dirent_safer_LDADD.
1634
1635 2010-03-07  Bruno Haible  <bruno@clisp.org>
1636
1637         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1638         among default module list.
1639
1640 2010-03-07  Bruno Haible  <bruno@clisp.org>
1641
1642         Fix link error on platforms with GNU libiconv.
1643         * modules/unistr/u8-strcoll-tests (Makefile): Define
1644         test_u8_strcoll_LDADD.
1645         * modules/unistr/u16-strcoll-tests (Makefile): Define
1646         test_u16_strcoll_LDADD.
1647         * modules/unistr/u32-strcoll-tests (Makefile): Define
1648         test_u32_strcoll_LDADD.
1649
1650 2010-03-07  Bruno Haible  <bruno@clisp.org>
1651
1652         Use POSIX declarations for socket functions.
1653         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1654         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1655         rpl_sendto): Change declaration to match POSIX.
1656         * lib/connect.c (rpl_connect): Likewise.
1657         * lib/accept.c (rpl_accept): Likewise.
1658         * lib/bind.c (rpl_bind): Likewise.
1659         * lib/getpeername.c (rpl_getpeername): Likewise.
1660         * lib/getsockname.c (rpl_getsockname): Likewise.
1661         * lib/recv.c (rpl_recv): Likewise.
1662         * lib/send.c (rpl_send): Likewise.
1663         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1664         * lib/sendto.c (rpl_sendto): Likewise.
1665
1666 2010-03-06  Bruno Haible  <bruno@clisp.org>
1667
1668         Clarify access, euidaccess, faccessat.
1669         * doc/posix-functions/faccessat.texi: Mention security problem under
1670         "Other problems", not "Portability problems".
1671         * doc/posix-functions/access.texi: Likewise. Mention a related security
1672         problem.
1673         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1674         * lib/euidaccess.c: Add comments about platforms.
1675         * lib/unistd.in.h (access, euidaccess): Add warnings.
1676
1677 2010-03-07  Bruno Haible  <bruno@clisp.org>
1678
1679         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1680         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1681         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1682         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1683         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1684         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1685         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1686         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1687         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1688         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1689         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1690         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1691         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1692         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1693         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1694         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1695         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1696         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1697         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1698         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1699         Likewise.
1700         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1701         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1702         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1703         Likewise.
1704         * tests/test-spawn.c (main): Make it work when
1705         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1706
1707 2010-03-07  Bruno Haible  <bruno@clisp.org>
1708
1709         Fix incorrect Makefile.am generation in German locale.
1710         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1711         Execute sed command with character range in C locale.
1712
1713 2010-03-06  Bruno Haible  <bruno@clisp.org>
1714
1715         Tests for module 'iconv-h'.
1716         * modules/iconv-h-tests: New file.
1717         * tests/test-iconv-h.c: New file.
1718
1719         New module 'iconv-h'.
1720         * modules/iconv-h: New file.
1721         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1722         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1723         (configure.ac): Remove gl_ICONV_H.
1724         (Makefile.am): Remove rule for iconv.h.
1725
1726 2010-03-06  Bruno Haible  <bruno@clisp.org>
1727
1728         More consistent naming of *.m4 files.
1729         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1730         * modules/wctype (Files): Update.
1731
1732         More consistent naming of *.m4 files.
1733         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1734         * modules/wchar (Files): Update.
1735
1736 2010-03-06  Jim Meyering  <meyering@redhat.com>
1737
1738         euidaccess: relax license to LGPLv2+
1739         * modules/euidaccess (License): Relax to LGPLv2+.
1740
1741 2010-03-06  Bruno Haible  <bruno@clisp.org>
1742
1743         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1744         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1745         (Makefile.am): Augment lib_SOURCES instead.
1746
1747 2010-03-04  Jim Meyering  <meyering@redhat.com>
1748
1749         utime: remove obsolete module
1750         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1751         unnecessary for years, and has been marked as obsolete for 10 months.
1752         * modules/utime: Remove file.
1753         * lib/utime.c: Remove file.
1754         * m4/utime.m4: Remove file.
1755         * m4/utimes-null.m4: Remove file.
1756         * doc/posix-functions/utime.texi (utime): Remove reference to
1757         the module.  Move the sole "fixed by gnulib" item into the
1758         "problems not fixed by Gnulib" list.
1759         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1760
1761 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1762
1763         * modules/exit (License): Relax license to LGPLv2+.
1764         (Status): Mark as obsolete.
1765         * NEWS: Mention deprecated 'exit' module.
1766         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1767         of now obsolete 'exit'.
1768
1769 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1770
1771         fts-lgpl: remove unused module
1772         * modules/fts-lgpl: Remove.
1773         * MODULES.html.sh (func_all_modules): Adjust.
1774         * check-module (find_included_lib_files): Adjust.
1775         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1776
1777 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1778
1779         copy-acl: enhance Solaris ACL error handling
1780         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
1781         * lib/set-mode-acl.c (qset_acl): Likewise.
1782
1783 2010-03-02  Bruno Haible  <bruno@clisp.org>
1784
1785         spawn: Don't override the system defined values on FreeBSD 8.
1786         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
1787         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
1788         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
1789         if HAVE_POSIX_SPAWN is 1.
1790         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
1791
1792 2010-03-01  Bruno Haible  <bruno@clisp.org>
1793
1794         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
1795         regarding Automake.
1796
1797 2010-02-25  Bruno Haible  <bruno@clisp.org>
1798
1799         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
1800         * gnulib-tool: Define 'echo' as a function only before the ksh alias
1801         setting, not afterwards.
1802         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
1803
1804 2010-02-24  Eric Blake  <eblake@redhat.com>
1805
1806         bootstrap, git-version-gen: use timestamp
1807         * build-aux/git-version-gen (scriptversion): Force UTC.
1808         * build-aux/bootstrap (scriptversion): New variable.
1809
1810         bootstrap: allow older git
1811         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
1812         older than 1.6.4.  Requested by the libvirt project.
1813
1814 2010-02-23  Eric Blake  <eblake@redhat.com>
1815
1816         warn-on-use: work with old autoconf
1817         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
1818         AS_VAR semantics of autoconf 2.60.
1819         Reported by Bruno Haible.
1820
1821         bootstrap: improve some comments
1822         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
1823         clarification comments.
1824
1825         gettimeofday: provide correct function
1826         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
1827         when replacement is declared, otherwise provide gettimeofday.
1828         Reported by Michael Goffioul.
1829
1830 2010-02-23  Jim Meyering  <meyering@redhat.com>
1831
1832         lib-ignore: relax license to "unlimited", not LGPLv2+
1833         * modules/lib-ignore (License): Relax to "unlimited".
1834
1835 2010-02-23  Jim Meyering  <meyering@redhat.com>
1836
1837         lib-ignore: relax license to LGPLv2+
1838         * modules/lib-ignore (License): Relax to LGPLv2+.
1839
1840 2010-02-22  Eric Blake  <eblake@redhat.com>
1841
1842         lseek: avoid bash 3.2 broken pipe bug
1843         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
1844         warning from bash 3.2.
1845         Reported by Ben Pfaff, with analysis from Bruno Haible.
1846
1847         bootstrap: support non-FSF copyright holder
1848         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
1849         bootstrap.conf override of COPYRIGHT_HOLDER.
1850         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
1851
1852         bootstrap: interoperate with gettext 0.14.1
1853         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
1854
1855         bootstrap: allow for alternate submodule location
1856         * build-aux/bootstrap (gnulib_path): New variable; use instead of
1857         hardcoding submodule location.
1858         (gnulib_mk): Allow direct use of Makefile.am.
1859
1860         bootstrap: use GNULIB_SRCDIR to reduce disk usage
1861         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
1862         rather than reconfiguring where the submodule points.
1863
1864         gettimeofday: restore support for platforms that lack function
1865         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
1866         replacement if function is missing.
1867         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
1868         * modules/sys_time (Makefile.am): Substitute it.
1869         * lib/sys_time.in.h (gettimeofday): Check it.
1870         Reported by Michael Goffioul.
1871
1872 2010-02-21  Bruno Haible  <bruno@clisp.org>
1873
1874         * lib/stdio.in.h (obstack_printf): Fix typo.
1875
1876 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
1877
1878         vc-list-files: use bzr ls's -R option
1879         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
1880         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
1881
1882 2010-02-21  Jim Meyering  <meyering@redhat.com>
1883
1884         init.sh: fix EXEEXT shims to work also for names like test-prog
1885         * tests/init.sh: Re-exec a better shell, when needed.
1886         If the current shell lacks support for posix $(...), an init.sh-using
1887         test will now try to find a shell that supports that.  If EXEEXT is
1888         nonempty, we also require support for hyphen-in-alias-name and shell
1889         substitutions like ${var#glob}.  Failure to find such a shell results
1890         in a skipped test.
1891
1892 2010-02-21  Bruno Haible  <bruno@clisp.org>
1893
1894         Really work around around "broken pipe" error message from bash 3.2.
1895         * gnulib-tool (func_reset_sigpipe): Remove function.
1896         (echo): In bash 3.2, define to a function that uses printf.
1897         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
1898
1899 2010-02-20  Bruno Haible  <bruno@clisp.org>
1900
1901         Restore support for automake 1.9.6 with autoconf 2.61.
1902         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
1903         Reported by James Youngman <jay@gnu.org>.
1904
1905 2010-02-20  Bruno Haible  <bruno@clisp.org>
1906
1907         Improve *printf warning condition.
1908         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
1909         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
1910         and the function is overridden due to SIGPIPE emulation.
1911
1912 2010-02-20  Bruno Haible  <bruno@clisp.org>
1913
1914         * lib/stdio.in.h: Tweak comments.
1915
1916 2010-02-19  Bruno Haible  <bruno@clisp.org>
1917
1918         Make it easier to find modules. New gnulib-tool option '--find'.
1919         * gnulib-tool: New option --find.
1920         (func_usage): Document it.
1921         (func_sanitize_modulelist): New function, extracted from
1922         func_all_modules.
1923         (func_all_modules): Invoke it.
1924         * doc/gnulib-tool.texi (Which modules?): New node.
1925
1926 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
1927
1928         * lib/sys_select.in.h: Provide select replacement even if
1929         sys/select.h exists on a system, for Interix.
1930
1931 2010-02-18  Jim Meyering  <meyering@redhat.com>
1932
1933         init.sh: don't use $(...) just yet
1934         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
1935         to accommodate e.g., Solaris' /bin/sh.
1936
1937 2010-02-17  Bruno Haible  <bruno@clisp.org>
1938
1939         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
1940         Reported by Ludovic Courtès <ludo@gnu.org>.
1941
1942 2010-02-16  Simon Josefsson  <simon@josefsson.org>
1943
1944         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
1945         linking with -lintl.
1946
1947 2010-02-17  Simon Josefsson  <simon@josefsson.org>
1948
1949         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
1950         if not provided by the system's netdb.h.  Reported by
1951         ludo@gnu.org (Ludovic Courtès).
1952
1953 2010-02-15  Jim Meyering  <meyering@redhat.com>
1954
1955         init.sh: improve portability and efficiency
1956         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
1957         "dummy" in a for loop.
1958         Use '!', not '^' to select the complement of a character set used
1959         in a "case" statement.
1960         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
1961         Suggestions from Eric Blake.
1962
1963         init.sh: automatically accommodate programs with the .exe suffix
1964         Automatically arrange for an invocation of "prog" to execute the
1965         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
1966         may use the simpler "prog", yet still work when built on a system
1967         that requires specifying the added suffix.
1968         Do this by constructing a function named "prog" that invokes
1969         "prog.exe" for each .exe file in selected directories.
1970         * tests/init.sh (find_exe_basenames_): New function.
1971         (create_exe_shim_functions_): New function.
1972         (path_prepend_): Use it.
1973
1974         maint.mk: mark syntax-check sc_*.m rules as .PHONY
1975         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
1976         "make -t syntax-check" doesn't create a ton of sc_*.m files.
1977
1978 2010-02-14  Jim Meyering  <meyering@redhat.com>
1979
1980         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
1981         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
1982         (sc_prohibit_hash_pjw_without_use): New rule.
1983
1984         maint.mk: allow the default upload destination dir to be overridden
1985         * top/maint.mk (upload_dest_dir_): Define with a default that
1986         preserves the status quo.
1987         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
1988         Reported by Peter Simons.
1989
1990         maint.mk: prohibit inclusion of "hash.h" without_use
1991         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
1992
1993 2010-02-10  Jim Meyering  <meyering@redhat.com>
1994
1995         maint.mk: prohibit inclusion of "ignore-value.h" without_use
1996         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
1997
1998 2010-02-09  Eric Blake  <ebb9@byu.net>
1999         and Bruno Haible  <bruno@clisp.org>
2000
2001         obstack-printf-posix: ensure declaration
2002         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2003         extracted from gl_FUNC_OBSTACK_PRINTF.
2004         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2005         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2006         Likewise.
2007         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2008         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2009         0.
2010
2011 2010-02-08  Bruno Haible  <bruno@clisp.org>
2012
2013         gnulib-tool: Fix typo in 2010-02-07 commit.
2014         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2015         Reported by Eric Blake.
2016
2017 2010-02-07  Bruno Haible  <bruno@clisp.org>
2018
2019         gnulib-tool: Fix up caching patches.
2020         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2021         option --no-cache. Use associative arrays when supported by the shell.
2022         (sed_comments): New variable.
2023         (modcache): Renamed from do_cache.
2024         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2025         abbreviate unnecessarily.
2026         (have_associative): New variable.
2027         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2028         way also for ksh and zsh.
2029         (func_init_sed_convert_to_cache_statements): New function, extracted
2030         from func_cache_lookup_module. Add support for associative arrays.
2031         Don't set the c_MODULE_cached variable here. Ignore all lines before
2032         the first field header. Remove only the final newline, not all trailing
2033         newlines. Support empty fields correctly. Limit the use of 'eval' to
2034         assignments.
2035         (func_get_description, func_get_status, func_get_notice,
2036         func_get_applicability, func_get_filelist, func_get_dependencies,
2037         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2038         func_get_automake_snippet, func_get_include_directive,
2039         func_get_link_directive, func_get_license, func_get_maintainer):
2040         Update documentation. List the unoptimized code first. Add support for
2041         associative arrays. Limit the use of 'eval' to assignments.
2042         (func_get_applicability): Undo stylistic pessimisations.
2043         (func_get_automake_snippet, func_get_include_directive): Reduce code
2044         duplication.
2045         (func_modules_transitive_closure, func_modules_add_dummy,
2046         func_modules_notice, func_modules_to_filelist, func_add_file,
2047         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2048         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2049         func_create_testdir, func_create_megatestdir): Update documentation.
2050
2051 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2052
2053         * gnulib-tool (func_cache_lookup_module): Store the module name
2054         belonging to the cache variable; error out if two different
2055         module names map to the same cache variable name.
2056
2057 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2058
2059         gnulib-tool: Make caching optional.
2060         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2061         Update matching short versions of --no-changelog.
2062         (func_usage): Update.
2063         (sed_extract_cache_prog): Renamed from ...
2064         (sed_extract_prog): ... this; revert to old extraction script.
2065         (func_get_description, func_get_status)
2066         (func_get_notice, func_get_applicability, func_get_filelist)
2067         (func_get_dependencies, func_get_autoconf_early_snippet)
2068         (func_get_autoconf_snippet, func_get_automake_snippet)
2069         (func_get_include_directive, func_get_link_directive)
2070         (func_get_license, func_get_maintainer): If $do_cache is false,
2071         use old, non-caching extraction scripts.
2072         Suggestion by Bruno Haible.
2073
2074 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2075
2076         gnulib-tool: cache module metainformation.
2077         * gnulib-tool (sed_extract_prog): Match newline before each
2078         header, and rewrite header to a shell variable suffix.
2079         (func_cache_var, func_cache_lookup_module): New functions,
2080         to turn a module name into a cache variable prefix, and to
2081         look up and cache module metainformation.
2082         (func_get_description, func_get_status)
2083         (func_get_notice, func_get_applicability, func_get_filelist)
2084         (func_get_dependencies, func_get_autoconf_early_snippet)
2085         (func_get_autoconf_snippet, func_get_automake_snippet)
2086         (func_get_include_directive, func_get_link_directive)
2087         (func_get_license, func_get_maintainer): Use
2088         func_cache_lookup_module.
2089
2090 2010-02-07  Bruno Haible  <bruno@clisp.org>
2091
2092         fnctl: Fix missing dependency.
2093         * modules/fcntl (Depends-on): Add getdtablesize.
2094         Reported by John W. Eaton <jwe@gnu.org>.
2095
2096 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2097
2098         Argp: fix recognition of short alias options.
2099
2100         * lib/argp-parse.c (convert_options): Fix improper use of
2101         `|' between character values.
2102         * tests/test-argp.c (group1_option): New alias option
2103         --read (-r).
2104         (group1_parser): Special handling for 'r'.
2105         (test15): New test case.
2106         (test_fun): Add test15.
2107         * tests/test-argp-2.sh: Update expected --help and --usage
2108         outputs.
2109
2110 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2111
2112         * tests/test-argp.c: Fix indentation.
2113
2114 2010-02-04  Eric Blake  <ebb9@byu.net>
2115
2116         gettimeofday: expose type of second argument
2117         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2118         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2119         * tests/test-gettimeofday.c: Use it to silence warning.
2120         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2121         the issue.
2122
2123 2010-02-03  Jim Meyering  <meyering@redhat.com>
2124
2125         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2126         * lib/regcomp.c (TYPE_SIGNED): Define.
2127         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2128
2129         regcomp.c: avoid a new -Wshadow warning
2130         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2131
2132 2010-02-01  Jim Meyering  <meyering@redhat.com>
2133
2134         removing useless parentheses in cpp #define directives
2135         For motivation, see commit c0221df4, "define STREQ(a,b)
2136         consistently, removing useless parentheses"
2137         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2138         * lib/mountlist.c (MNT_IGNORE): Likewise.
2139         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2140
2141 2010-02-01  Eric Blake  <ebb9@byu.net>
2142
2143         sys_time: use link-warning
2144         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2145         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2146         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2147         * modules/sys_time (Depends-on): Add warn-on-use.
2148         (Makefile.am): Always build replacement.
2149         (configure.ac): Update substitutions.
2150         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2151         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2152         bother with SYS_TIME_H.
2153         * modules/gettimeofday (configure.ac): Declare indicator.
2154         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2155         in use.
2156
2157         closein-tests: silence compiler warning
2158         * tests/test-closein.c (main): Ignore fread result.
2159         * modules/closein-tests (Depends-on): Add ignore-value.
2160
2161         tests: silence warning about system return
2162         * tests/test-areadlink-with-size.c (main): Ignore system result.
2163         * tests/test-areadlink.c (main): Likewise.
2164         * tests/test-areadlinkat-with-size.c (main): Likewise.
2165         * tests/test-areadlinkat.c (main): Likewise.
2166         * tests/test-canonicalize-lgpl.c (main): Likewise.
2167         * tests/test-canonicalize.c (main): Likewise.
2168         * tests/test-chown.c (main): Likewise.
2169         * tests/test-fchownat.c (main): Likewise.
2170         * tests/test-fdutimensat.c (main): Likewise.
2171         * tests/test-fstatat.c (main): Likewise.
2172         * tests/test-futimens.c (main): Likewise.
2173         * tests/test-lchown.c (main): Likewise.
2174         * tests/test-link.c (main): Likewise.
2175         * tests/test-linkat.c (main): Likewise.
2176         * tests/test-lstat.c (main): Likewise.
2177         * tests/test-mkdir.c (main): Likewise.
2178         * tests/test-mkdirat.c (main): Likewise.
2179         * tests/test-mkfifo.c (main): Likewise.
2180         * tests/test-mkfifoat.c (main): Likewise.
2181         * tests/test-mknod.c (main): Likewise.
2182         * tests/test-readlink.c (main): Likewise.
2183         * tests/test-remove.c (main): Likewise.
2184         * tests/test-rename.c (main): Likewise.
2185         * tests/test-renameat.c (main): Likewise.
2186         * tests/test-rmdir.c (main): Likewise.
2187         * tests/test-symlink.c (main): Likewise.
2188         * tests/test-symlinkat.c (main): Likewise.
2189         * tests/test-unlink.c (main): Likewise.
2190         * tests/test-unlinkat.c (main): Likewise.
2191         * tests/test-utimens.c (main): Likewise.
2192         * tests/test-utimensat.c (main): Likewise.
2193         * modules/areadlink-tests (Depends-on): Add ignore-value.
2194         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2195         * modules/areadlinkat-tests (Depends-on): Likewise.
2196         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2197         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2198         * modules/canonicalize-tests (Depends-on): Likewise.
2199         * modules/chown-tests (Depends-on): Likewise.
2200         * modules/fdutimensat-tests (Depends-on): Likewise.
2201         * modules/futimens-tests (Depends-on): Likewise.
2202         * modules/lchown-tests (Depends-on): Likewise.
2203         * modules/link-tests (Depends-on): Likewise.
2204         * modules/linkat-tests (Depends-on): Likewise.
2205         * modules/lstat-tests (Depends-on): Likewise.
2206         * modules/mkdir-tests (Depends-on): Likewise.
2207         * modules/mkfifo-tests (Depends-on): Likewise.
2208         * modules/mkfifoat-tests (Depends-on): Likewise.
2209         * modules/mknod-tests (Depends-on): Likewise.
2210         * modules/openat-tests (Depends-on): Likewise.
2211         * modules/readlink-tests (Depends-on): Likewise.
2212         * modules/remove-tests (Depends-on): Likewise.
2213         * modules/rename-tests (Depends-on): Likewise.
2214         * modules/renameat-tests (Depends-on): Likewise.
2215         * modules/rmdir-tests (Depends-on): Likewise.
2216         * modules/symlink-tests (Depends-on): Likewise.
2217         * modules/symlinkat-tests (Depends-on): Likewise.
2218         * modules/unlink-tests (Depends-on): Likewise.
2219         * modules/utimens-tests (Depends-on): Likewise.
2220         * modules/utimensat-tests (Depends-on): Likewise.
2221
2222 2010-01-31  Bruno Haible  <bruno@clisp.org>
2223
2224         Perform the same test for many <math.h> functions.
2225         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2226         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2227         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2228         of gl_MATHFUNC.
2229         * modules/acos (configure.ac): Likewise.
2230         * modules/asin (configure.ac): Likewise.
2231         * modules/atan (configure.ac): Likewise.
2232         * modules/atan2 (configure.ac): Likewise.
2233         * modules/cbrt (configure.ac): Likewise.
2234         * modules/copysign (configure.ac): Likewise.
2235         * modules/cos (configure.ac): Likewise.
2236         * modules/cosh (configure.ac): Likewise.
2237         * modules/erf (configure.ac): Likewise.
2238         * modules/erfc (configure.ac): Likewise.
2239         * modules/exp (configure.ac): Likewise.
2240         * modules/fmod (configure.ac): Likewise.
2241         * modules/hypot (configure.ac): Likewise.
2242         * modules/j0 (configure.ac): Likewise.
2243         * modules/j1 (configure.ac): Likewise.
2244         * modules/jn (configure.ac): Likewise.
2245         * modules/lgamma (configure.ac): Likewise.
2246         * modules/log (configure.ac): Likewise.
2247         * modules/log10 (configure.ac): Likewise.
2248         * modules/log1p (configure.ac): Likewise.
2249         * modules/pow (configure.ac): Likewise.
2250         * modules/remainder (configure.ac): Likewise.
2251         * modules/sin (configure.ac): Likewise.
2252         * modules/sinh (configure.ac): Likewise.
2253         * modules/tan (configure.ac): Likewise.
2254         * modules/tanh (configure.ac): Likewise.
2255         * modules/y0 (configure.ac): Likewise.
2256         * modules/y1 (configure.ac): Likewise.
2257         * modules/yn (configure.ac): Likewise.
2258         Suggested by Paolo Bonzini.
2259
2260 2010-01-31  Bruno Haible  <bruno@clisp.org>
2261
2262         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2263
2264 2010-01-31  Bruno Haible  <bruno@clisp.org>
2265
2266         Work around getdelim() bug on FreeBSD 8.0.
2267         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2268         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2269         not work.
2270         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2271         is 1.
2272         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2273         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2274         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2275         a non-zero size.
2276         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2277
2278 2010-01-31  Bruno Haible  <bruno@clisp.org>
2279
2280         Work around getline() bug on FreeBSD 8.0.
2281         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2282         and a non-zero size.
2283         * tests/test-getline.c (main): Likewise.
2284         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2285         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2286
2287 2010-01-28  Eric Blake  <ebb9@byu.net>
2288
2289         regex: fix build failure
2290         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2291         platforms.
2292
2293 2010-01-28  Jim Meyering  <meyering@redhat.com>
2294
2295         regex: do not ignore memory allocation failure
2296         * lib/regex_internal.c (create_cd_newstate): Detect
2297         re_node_set_init_copy failure.   Extracted from glibc commit
2298         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2299
2300         regex: sync more white-space changes from libc
2301         * lib/regex_internal.c: White-space only changes.
2302         * lib/regexec.c: Likewise.
2303
2304         regex: add many uses of __attribute_warn_unused_result__
2305         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2306         * lib/regexec.c: Likewise.
2307         Extracted from a messy glibc commit.
2308
2309         regcomp.c: spelling and merge-artifact from glibc
2310         * lib/regcomp.c: Merge remainder of glibc's
2311         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2312
2313         regcomp.c: sync white-space changes from glibc
2314         * lib/regcomp.c: Merge to accommodate white space
2315         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2316
2317         regcomp.c: do not ignore internal return values
2318         * lib/regcomp.c: Do not ignore internal return values.
2319         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2320         but without its white-space changes and spelling fixes.
2321
2322         regex_internal.h: define __attribute_warn_unused_result__
2323         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2324
2325         maint: add a syntax-check rule to check for vulnerable Makefile.in
2326         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2327
2328 2010-01-27  Jim Meyering  <meyering@redhat.com>
2329
2330         ncftpput-ftp: clean up spaces
2331         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2332         Remove trailing blanks.
2333
2334 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2335
2336         * build-aux/git-version-gen: Fix copyright statement.
2337         * build-aux/gnupload: Likewise.
2338         * tests/test-arcfour.c: Likewise.
2339         * tests/test-arctwo.c: Likewise.
2340         * tests/test-count-one-bits.c: Likewise.
2341         * tests/test-crc.c: Likewise.
2342         * tests/test-des.c: Likewise.
2343         * tests/test-gc-arcfour.c: Likewise.
2344         * tests/test-gc-arctwo.c: Likewise.
2345         * tests/test-gc-des.c: Likewise.
2346         * tests/test-gc-hmac-md5.c: Likewise.
2347         * tests/test-gc-hmac-sha1.c: Likewise.
2348         * tests/test-gc-md2.c: Likewise.
2349         * tests/test-gc-md4.c: Likewise.
2350         * tests/test-gc-md5.c: Likewise.
2351         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2352         * tests/test-gc-rijndael.c: Likewise.
2353         * tests/test-gc-sha1.c: Likewise.
2354         * tests/test-gc.c: Likewise.
2355         * tests/test-gethostname.c: Likewise.
2356         * tests/test-gettimeofday.c: Likewise.
2357         * tests/test-hash.c: Likewise.
2358         * tests/test-hmac-md5.c: Likewise.
2359         * tests/test-hmac-sha1.c: Likewise.
2360         * tests/test-md2.c: Likewise.
2361         * tests/test-md4.c: Likewise.
2362         * tests/test-md5.c: Likewise.
2363         * tests/test-memchr.c: Likewise.
2364         * tests/test-memchr2.c: Likewise.
2365         * tests/test-memcmp.c: Likewise.
2366         * tests/test-memmem.c: Likewise.
2367         * tests/test-memrchr.c: Likewise.
2368         * tests/test-rawmemchr.c: Likewise.
2369         * tests/test-read-file.c: Likewise.
2370         * tests/test-rijndael.c: Likewise.
2371         * tests/test-sockets.c: Likewise.
2372         * tests/test-strchrnul.c: Likewise.
2373         * tests/test-strstr.c: Likewise.
2374         * tests/test-strtod.c: Likewise.
2375         * build-aux/ncftpput-ftp: Likewise.
2376
2377 2010-01-26  Eric Blake  <ebb9@byu.net>
2378
2379         ignore-value: update recommended header name
2380         * modules/ignore-value (Include): Only use <> for headers that
2381         exist in glibc.
2382
2383 2010-01-26  Jim Meyering  <meyering@redhat.com>
2384
2385         test-userspec.c: avoid compiler warnings
2386         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2387         and "initialization discards qualifiers..." warnings.
2388         Put the first "uid" in its own scope, and make char* members "const".
2389
2390 2010-01-25  Bruno Haible  <bruno@clisp.org>
2391
2392         gnulib-tool: Make warning diagnostics consistent.
2393         * gnulib-tool (func_warning): New function.
2394         Use it everywhere where gnulib-tool produces output to stderr and it is
2395         not a fatal error.
2396
2397 2010-01-25  Bruno Haible  <bruno@clisp.org>
2398
2399         Fix test dependencies.
2400         * modules/xstrtol-tests (Depends-on): Add inttypes.
2401         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2402
2403 2010-01-25 Pádraig Brady <P@draigBrady.com>
2404
2405         syntax-check: detect incorrect boolean macro values in config.h
2406         * modules/maintainer-makefile (configure.ac): Parameterize the location
2407         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2408         The logic is from Eric Blake and the location indicated by Jim Meyering.
2409         Note the more natural CONFIG_HEADER name is prohibited by automake
2410         for backwards compatibility reasons.
2411         * top/maint.mk (sc_Wundef_boolean): New rule.
2412
2413 2010-01-25  Jim Meyering  <meyering@redhat.com>
2414
2415         bootstrap: detect MacOS 10.6's shasum, too
2416         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2417         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2418
2419 2010-01-23  Jim Meyering  <meyering@redhat.com>
2420
2421         xstrtoll: new module
2422         * modules/xstrtoll: New file.
2423         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2424         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2425         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2426         ./configure fails if you use this module and lack "long long".
2427         * modules/xstrtoll-tests: New module.
2428         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2429         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2430         new init.sh-based test framework.
2431
2432 2010-01-24  Bruno Haible  <bruno@clisp.org>
2433
2434         Tests for module 'yn'.
2435         * modules/yn-tests: New file.
2436         * tests/test-yn.c: New file.
2437
2438         Tests for module 'y1'.
2439         * modules/y1-tests: New file.
2440         * tests/test-y1.c: New file.
2441
2442         Tests for module 'y0'.
2443         * modules/y0-tests: New file.
2444         * tests/test-y0.c: New file.
2445
2446         Tests for module 'tanh'.
2447         * modules/tanh-tests: New file.
2448         * tests/test-tanh.c: New file.
2449
2450         Tests for module 'tan'.
2451         * modules/tan-tests: New file.
2452         * tests/test-tan.c: New file.
2453
2454         Tests for module 'sqrt'.
2455         * modules/sqrt-tests: New file.
2456         * tests/test-sqrt.c: New file.
2457
2458         Tests for module 'sinh'.
2459         * modules/sinh-tests: New file.
2460         * tests/test-sinh.c: New file.
2461
2462         Tests for module 'sin'.
2463         * modules/sin-tests: New file.
2464         * tests/test-sin.c: New file.
2465
2466         Tests for module 'rint'.
2467         * modules/rint-tests: New file.
2468         * tests/test-rint.c: New file.
2469
2470         Tests for module 'remainder'.
2471         * modules/remainder-tests: New file.
2472         * tests/test-remainder.c: New file.
2473
2474         Tests for module 'pow'.
2475         * modules/pow-tests: New file.
2476         * tests/test-pow.c: New file.
2477
2478         Tests for module 'nextafter'.
2479         * modules/nextafter-tests: New file.
2480         * tests/test-nextafter.c: New file.
2481
2482         Tests for module 'modf'.
2483         * modules/modf-tests: New file.
2484         * tests/test-modf.c: New file.
2485
2486         Tests for module 'logb'.
2487         * modules/logb-tests: New file.
2488         * tests/test-logb.c: New file.
2489
2490         Tests for module 'log1p'.
2491         * modules/log1p-tests: New file.
2492         * tests/test-log1p.c: New file.
2493
2494         Tests for module 'log10'.
2495         * modules/log10-tests: New file.
2496         * tests/test-log10.c: New file.
2497
2498         Tests for module 'log'.
2499         * modules/log-tests: New file.
2500         * tests/test-log.c: New file.
2501
2502         Tests for module 'lgamma'.
2503         * modules/lgamma-tests: New file.
2504         * tests/test-lgamma.c: New file.
2505
2506         Tests for module 'ldexp'.
2507         * modules/ldexp-tests: New file.
2508         * tests/test-ldexp.c: New file.
2509
2510         Tests for module 'jn'.
2511         * modules/jn-tests: New file.
2512         * tests/test-jn.c: New file.
2513
2514         Tests for module 'j1'.
2515         * modules/j1-tests: New file.
2516         * tests/test-j1.c: New file.
2517
2518         Tests for module 'j0'.
2519         * modules/j0-tests: New file.
2520         * tests/test-j0.c: New file.
2521
2522         Tests for module 'hypot'.
2523         * modules/hypot-tests: New file.
2524         * tests/test-hypot.c: New file.
2525
2526         Tests for module 'fmod'.
2527         * modules/fmod-tests: New file.
2528         * tests/test-fmod.c: New file.
2529
2530         Tests for module 'fabs'.
2531         * modules/fabs-tests: New file.
2532         * tests/test-fabs.c: New file.
2533
2534         Tests for module 'exp'.
2535         * modules/exp-tests: New file.
2536         * tests/test-exp.c: New file.
2537
2538         Tests for module 'erfc'.
2539         * modules/erfc-tests: New file.
2540         * tests/test-erfc.c: New file.
2541
2542         Tests for module 'erf'.
2543         * modules/erf-tests: New file.
2544         * tests/test-erf.c: New file.
2545
2546         Tests for module 'cosh'.
2547         * modules/cosh-tests: New file.
2548         * tests/test-cosh.c: New file.
2549
2550         Tests for module 'cos'.
2551         * modules/cos-tests: New file.
2552         * tests/test-cos.c: New file.
2553
2554         Tests for module 'copysign'.
2555         * modules/copysign-tests: New file.
2556         * tests/test-copysign.c: New file.
2557
2558         Tests for module 'cbrt'.
2559         * modules/cbrt-tests: New file.
2560         * tests/test-cbrt.c: New file.
2561
2562         Tests for module 'atan2'.
2563         * modules/atan2-tests: New file.
2564         * tests/test-atan2.c: New file.
2565
2566         Tests for module 'atan'.
2567         * modules/atan-tests: New file.
2568         * tests/test-atan.c: New file.
2569
2570         Tests for module 'asin'.
2571         * modules/asin-tests: New file.
2572         * tests/test-asin.c: New file.
2573
2574         Tests for module 'acos'.
2575         * modules/acos-tests: New file.
2576         * tests/test-acos.c: New file.
2577
2578 2010-01-24  Bruno Haible  <bruno@clisp.org>
2579
2580         Fix tests for common <math.h> functions.
2581         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2582         code snippet that references the function pointer, rather than merely
2583         calling the function. Substitute the FUNC_LIBM variable.
2584         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2585         * modules/acos (configure.ac): Likewise.
2586         * modules/asin (configure.ac): Likewise.
2587         * modules/atan (configure.ac): Likewise.
2588         * modules/atan2 (configure.ac): Likewise.
2589         * modules/cbrt (configure.ac): Likewise.
2590         * modules/copysign (configure.ac): Likewise.
2591         * modules/cos (configure.ac): Likewise.
2592         * modules/cosh (configure.ac): Likewise.
2593         * modules/erf (configure.ac): Likewise.
2594         * modules/erfc (configure.ac): Likewise.
2595         * modules/exp (configure.ac): Likewise.
2596         * modules/fabs (configure.ac): Likewise.
2597         * modules/fmod (configure.ac): Likewise.
2598         * modules/hypot (configure.ac): Likewise.
2599         * modules/j0 (configure.ac): Likewise.
2600         * modules/j1 (configure.ac): Likewise.
2601         * modules/jn (configure.ac): Likewise.
2602         * modules/ldexp (configure.ac): Likewise.
2603         * modules/lgamma (configure.ac): Likewise.
2604         * modules/log (configure.ac): Likewise.
2605         * modules/log10 (configure.ac): Likewise.
2606         * modules/log1p (configure.ac): Likewise.
2607         * modules/logb (configure.ac): Likewise.
2608         * modules/modf (configure.ac): Likewise.
2609         * modules/nextafter (configure.ac): Likewise.
2610         * modules/pow (configure.ac): Likewise.
2611         * modules/remainder (configure.ac): Likewise.
2612         * modules/rint (configure.ac): Likewise.
2613         * modules/sin (configure.ac): Likewise.
2614         * modules/sinh (configure.ac): Likewise.
2615         * modules/tan (configure.ac): Likewise.
2616         * modules/tanh (configure.ac): Likewise.
2617         * modules/y0 (configure.ac): Likewise.
2618         * modules/y1 (configure.ac): Likewise.
2619         * modules/yn (configure.ac): Likewise.
2620
2621 2010-01-24  Bruno Haible  <bruno@clisp.org>
2622
2623         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2624         * tests/test-acosl.c (x): New variable.
2625         (main): Store argument in x and fetch it from x.
2626         * tests/test-asinl.c (x): New variable.
2627         (main): Store argument in x and fetch it from x.
2628         * tests/test-atanl.c (x): New variable.
2629         (main): Store argument in x and fetch it from x.
2630         * tests/test-cosl.c (x): New variable.
2631         (main): Store argument in x and fetch it from x.
2632         * tests/test-expl.c (x): New variable.
2633         (main): Store argument in x and fetch it from x.
2634         * tests/test-logl.c (x): New variable.
2635         (main): Store argument in x and fetch it from x.
2636         * tests/test-sinl.c (x): New variable.
2637         (main): Store argument in x and fetch it from x.
2638         * tests/test-sqrtl.c (x): New variable.
2639         (main): Store argument in x and fetch it from x.
2640         * tests/test-tanl.c (x): New variable.
2641         (main): Store argument in x and fetch it from x.
2642
2643 2010-01-24  Bruno Haible  <bruno@clisp.org>
2644
2645         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2646         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2647         assignments to the initial TESTS_ENVIRONMENT.
2648         * doc/gnulib.texi (Unit test modules): Document it.
2649         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2650         TESTS_ENVIRONMENT.
2651         * modules/btowc-tests (Makefile.am): Likewise.
2652         * modules/c-stack-tests (Makefile.am): Likewise.
2653         * modules/c-strcase-tests (Makefile.am): Likewise.
2654         * modules/copy-file-tests (Makefile.am): Likewise.
2655         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2656         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2657         * modules/mbrtowc-tests (Makefile.am): Likewise.
2658         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2659         * modules/mbscasestr-tests (Makefile.am): Likewise.
2660         * modules/mbschr-tests (Makefile.am): Likewise.
2661         * modules/mbscspn-tests (Makefile.am): Likewise.
2662         * modules/mbsinit-tests (Makefile.am): Likewise.
2663         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2664         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2665         * modules/mbspbrk-tests (Makefile.am): Likewise.
2666         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2667         * modules/mbsrchr-tests (Makefile.am): Likewise.
2668         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2669         * modules/mbsspn-tests (Makefile.am): Likewise.
2670         * modules/mbsstr-tests (Makefile.am): Likewise.
2671         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2672         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2673         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2674         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2675         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2676         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2677         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2678         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2679         * modules/wcrtomb-tests (Makefile.am): Likewise.
2680         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2681         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2682         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2683         assignments from TESTS_ENVIRONMENT.
2684         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2685         augmentation.
2686         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2687         * modules/atexit-tests (Makefile.am): Likewise.
2688         * modules/binary-io-tests (Makefile.am): Likewise.
2689         * modules/closein-tests (Makefile.am): Likewise.
2690         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2691         * modules/exclude-tests (Makefile.am): Likewise.
2692         * modules/fflush-tests (Makefile.am): Likewise.
2693         * modules/fpending-tests (Makefile.am): Likewise.
2694         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2695         * modules/freadahead-tests (Makefile.am): Likewise.
2696         * modules/freadptr-tests (Makefile.am): Likewise.
2697         * modules/freadseek-tests (Makefile.am): Likewise.
2698         * modules/fseek-tests (Makefile.am): Likewise.
2699         * modules/fseeko-tests (Makefile.am): Likewise.
2700         * modules/ftell-tests (Makefile.am): Likewise.
2701         * modules/ftello-tests (Makefile.am): Likewise.
2702         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2703         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2704         * modules/lseek-tests (Makefile.am): Likewise.
2705         * modules/parse-duration-tests (Makefile.am): Likewise.
2706         * modules/perror-tests (Makefile.am): Likewise.
2707         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2708         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2709         * modules/pipe-tests (Makefile.am): Likewise.
2710         * modules/pread-tests (Makefile.am): Likewise.
2711         * modules/printf-posix-tests (Makefile.am): Likewise.
2712         * modules/select-tests (Makefile.am): Likewise.
2713         * modules/sigpipe-tests (Makefile.am): Likewise.
2714         * modules/tsearch-tests (Makefile.am): Likewise.
2715         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2716         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2717         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2718         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2719         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2720         * modules/version-etc-tests (Makefile.am): Likewise.
2721         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2722         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2723         * modules/xalloc-die-tests (Makefile.am): Likewise.
2724         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2725         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2726         * modules/xstrtol-tests (Makefile.am): Likewise.
2727         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2728         * modules/yesno-tests (Makefile.am): Likewise.
2729         Suggested by Jim Meyering.
2730
2731 2010-01-24  Bruno Haible  <bruno@clisp.org>
2732
2733         More documentation.
2734         * doc/gnulib.texi (Writing modules): New chapter.
2735         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2736         the new chapter.
2737
2738 2010-01-24  Jim Meyering  <meyering@redhat.com>
2739
2740         maint.mk: do not prepend "./" after filtering
2741         * top/maint.mk (_prepend_srcdir_prefix): New variable
2742         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2743         "./" when $(srcdir) is ".".
2744
2745         define STREQ(a,b) consistently, removing useless parentheses
2746         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2747         since the only risk is that "a" or "b" contains an unparenthesized
2748         comma, but if either did that, STREQ would have 3 or more arguments.
2749         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2750         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2751         * lib/hash-triple.c (STREQ): Likewise.
2752         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2753         * lib/getugroups.c (STREQ): Likewise.
2754
2755 2010-01-23  Jim Meyering  <meyering@redhat.com>
2756
2757         maint.mk: fix syntax-check in a non-srcdir build directory
2758         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2759         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2760
2761 2010-01-22  Jim Meyering  <meyering@redhat.com>
2762
2763         userspec: add unit tests
2764         * tests/test-userspec.c: New file.
2765         * modules/userspec-tests: Likewise.
2766
2767 2010-01-21  Jim Meyering  <meyering@redhat.com>
2768
2769         maint.mk: handle source file names containing "." robustly
2770         * top/maint.mk (_dot_escaped_srcdir): Define.
2771         (VC_LIST): Use it in LHS of sed substitution.
2772
2773 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2774
2775         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2776         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2777         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2778         from a non-srcdir build.
2779
2780 2010-01-20  Eric Blake  <ebb9@byu.net>
2781
2782         warn-on-use: use instead of link-warning
2783         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
2784         * modules/unistd (Depends-on, Makefile.am): Likewise.
2785         * modules/arpa_inet (Depends-on): Replace link-warning with
2786         warn-on-use.
2787         (Makefile.am): Update rules accordingly.
2788         * modules/ctype (Depends-on, Makefile.am): Likewise.
2789         * modules/dirent (Depends-on, Makefile.am): Likewise.
2790         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
2791         * modules/inttypes (Depends-on, Makefile.am): Likewise.
2792         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2793         * modules/locale (Depends-on, Makefile.am): Likewise.
2794         * modules/math (Depends-on, Makefile.am): Likewise.
2795         * modules/search (Depends-on, Makefile.am): Likewise.
2796         * modules/signal (Depends-on, Makefile.am): Likewise.
2797         * modules/spawn (Depends-on, Makefile.am): Likewise.
2798         * modules/stdlib (Depends-on, Makefile.am): Likewise.
2799         * modules/string (Depends-on, Makefile.am): Likewise.
2800         * modules/strings (Depends-on, Makefile.am): Likewise.
2801         * modules/sys_file (Depends-on, Makefile.am): Likewise.
2802         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
2803         * modules/sys_select (Depends-on, Makefile.am): Likewise.
2804         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
2805         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
2806         * modules/sys_times (Depends-on, Makefile.am): Likewise.
2807         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2808         * modules/wchar (Depends-on, Makefile.am): Likewise.
2809         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
2810         should be poisoned.
2811         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
2812         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
2813         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
2814         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2815         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2816         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2817         * m4/math_h.m4 (gl_MATH_H): Likewise.
2818         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2819         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2820         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2821         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2822         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2823         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2824         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
2825         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
2826         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
2827         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2828         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2829         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2830         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2831         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2832         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2833         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2834         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
2835         GL_LINK_WARNING.
2836         * lib/ctype.in.h: Likewise.
2837         * lib/dirent.in.h: Likewise.
2838         * lib/fcntl.in.h: Likewise.
2839         * lib/inttypes.in.h: Likewise.
2840         * lib/langinfo.in.h: Likewise.
2841         * lib/locale.in.h: Likewise.
2842         * lib/math.in.h: Likewise.
2843         * lib/search.in.h: Likewise.
2844         * lib/signal.in.h: Likewise.
2845         * lib/spawn.in.h: Likewise.
2846         * lib/stdio.in.h: Likewise.
2847         * lib/stdlib.in.h: Likewise.
2848         * lib/string.in.h: Likewise.
2849         * lib/strings.in.h: Likewise.
2850         * lib/sys_file.in.h: Likewise.
2851         * lib/sys_ioctl.in.h: Likewise.
2852         * lib/sys_select.in.h: Likewise.
2853         * lib/sys_socket.in.h: Likewise.
2854         * lib/sys_stat.in.h: Likewise.
2855         * lib/sys_times.in.h: Likewise.
2856         * lib/sys_utsname.in.h: Likewise.
2857         * lib/unistd.in.h: Likewise.
2858         * lib/wchar.in.h: Likewise.
2859
2860 2010-01-20  Bruno Haible  <bruno@clisp.org>
2861
2862         Avoid duplicate -lm.
2863         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
2864         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
2865         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
2866         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
2867         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
2868         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
2869         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
2870         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
2871         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
2872         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
2873         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
2874         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
2875         Reported by Paolo Bonzini.
2876
2877 2010-01-19  Bruno Haible  <bruno@clisp.org>
2878
2879         langinfo, nl_langinfo: Relicense under LGPLv2+.
2880         * modules/langinfo (License): Change to LGPLv2+.
2881         * modules/nl_langinfo (License): Likewise.
2882         Patch by David Lutterkort <lutter@redhat.com>.
2883
2884 2010-01-19  Bruno Haible  <bruno@clisp.org>
2885
2886         Avoid compilation error with cc on OSF/1 5.1.
2887         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
2888         statement, not before.
2889         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2890
2891 2010-01-18  Bruno Haible  <bruno@clisp.org>
2892
2893         Avoid a link error due to the __printf__ symbol.
2894         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
2895         and 2.6.x.
2896         (__format__, __printf__): Remove definitions.
2897         * lib/argp-fmtstream.h: Likewise.
2898         * lib/argp.h: Likewise.
2899         * lib/error.h: Likewise.
2900         * lib/vasnprintf.h: Likewise.
2901         * lib/xprintf.h: Likewise.
2902         * lib/xvasprintf.h: Likewise.
2903         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2904
2905 2010-01-18  Bruno Haible  <bruno@clisp.org>
2906
2907         Tests for module 'tanl'.
2908         * modules/tanl-tests: New file.
2909         * tests/test-tanl.c: New file.
2910
2911         Tests for module 'sqrtl'.
2912         * modules/sqrtl-tests: New file.
2913         * tests/test-sqrtl.c: New file.
2914
2915         Tests for module 'sinl'.
2916         * modules/sinl-tests: New file.
2917         * tests/test-sinl.c: New file.
2918
2919         Tests for module 'logl'.
2920         * modules/logl-tests: New file.
2921         * tests/test-logl.c: New file.
2922
2923         Tests for module 'expl'.
2924         * modules/expl-tests: New file.
2925         * tests/test-expl.c: New file.
2926
2927         Tests for module 'cosl'.
2928         * modules/cosl-tests: New file.
2929         * tests/test-cosl.c: New file.
2930
2931         Tests for module 'atanl'.
2932         * modules/atanl-tests: New file.
2933         * tests/test-atanl.c: New file.
2934
2935         Tests for module 'asinl'.
2936         * modules/asinl-tests: New file.
2937         * tests/test-asinl.c: New file.
2938
2939         Tests for module 'acosl'.
2940         * modules/acosl-tests: New file.
2941         * tests/test-acosl.c: New file.
2942
2943         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2944         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
2945         tanl): Use the standard gnulib idiom.
2946         * lib/cosl.c: Don't include trigl.c and sincosl.c.
2947         * lib/sinl.c: Likewise.
2948         * lib/tanl.c: Don't include trigl.c.
2949         (kernel_tanl): Make static.
2950         * lib/sincosl.c: Include trigl.h first.
2951         * lib/trigl.c: Likewise.
2952         * m4/acosl.m4: New file.
2953         * m4/asinl.m4: New file.
2954         * m4/atanl.m4: New file.
2955         * m4/cosl.m4: New file.
2956         * m4/expl.m4: New file.
2957         * m4/logl.m4: New file.
2958         * m4/sinl.m4: New file.
2959         * m4/sqrtl.m4: New file.
2960         * m4/tanl.m4: New file.
2961         * m4/mathl.m4: Remove file.
2962         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
2963         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2964         Don't initialize GNULIB_MATHL.
2965         * modules/acosl: New file.
2966         * modules/asinl: New file.
2967         * modules/atanl: New file.
2968         * modules/cosl: New file.
2969         * modules/expl: New file.
2970         * modules/logl: New file.
2971         * modules/sinl: New file.
2972         * modules/sqrtl: New file.
2973         * modules/tanl: New file.
2974         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
2975         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
2976         substitute GNULIB_MATHL.
2977         * modules/mathl: Rewritten.
2978         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
2979         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
2980         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
2981         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
2982         * doc/posix-functions/expl.texi: Mention the 'expl' module.
2983         * doc/posix-functions/logl.texi: Mention the 'logl' module.
2984         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
2985         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
2986         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
2987
2988 2010-01-18  Bruno Haible  <bruno@clisp.org>
2989
2990         sqrt: Make gl_FUNC_SQRT requirable.
2991         * m4/sqrt.m4: New file.
2992         * modules/sqrt (Files): Add it.
2993         (configure.ac): Invoke gl_FUNC_SQRT.
2994
2995 2010-01-18  Bruno Haible  <bruno@clisp.org>
2996
2997         New modules for common <math.h> functions.
2998         * m4/mathfunc.m4: New file.
2999         * modules/acos: New file.
3000         * modules/asin: New file.
3001         * modules/atan: New file.
3002         * modules/atan2: New file.
3003         * modules/cbrt: New file.
3004         * modules/copysign: New file.
3005         * modules/cos: New file.
3006         * modules/cosh: New file.
3007         * modules/erf: New file.
3008         * modules/erfc: New file.
3009         * modules/exp: New file.
3010         * modules/fabs: New file.
3011         * modules/fmod: New file.
3012         * modules/hypot: New file.
3013         * modules/j0: New file.
3014         * modules/j1: New file.
3015         * modules/jn: New file.
3016         * modules/ldexp: New file.
3017         * modules/lgamma: New file.
3018         * modules/log: New file.
3019         * modules/log10: New file.
3020         * modules/log1p: New file.
3021         * modules/logb: New file.
3022         * modules/modf: New file.
3023         * modules/nextafter: New file.
3024         * modules/pow: New file.
3025         * modules/remainder: New file.
3026         * modules/rint: New file.
3027         * modules/sin: New file.
3028         * modules/sinh: New file.
3029         * modules/sqrt: New file.
3030         * modules/tan: New file.
3031         * modules/tanh: New file.
3032         * modules/y0: New file.
3033         * modules/y1: New file.
3034         * modules/yn: New file.
3035         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3036         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3037         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3038         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3039         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3040         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3041         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3042         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3043         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3044         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3045         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3046         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3047         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3048         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3049         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3050         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3051         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3052         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3053         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3054         * doc/posix-functions/log.texi: Mention the 'log' module.
3055         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3056         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3057         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3058         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3059         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3060         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3061         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3062         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3063         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3064         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3065         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3066         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3067         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3068         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3069         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3070         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3071
3072 2010-01-18  Jim Meyering  <meyering@redhat.com>
3073
3074         ignore-value: relax license to LGPLv2+
3075         * modules/ignore-value (License): Relax to LGPLv2+.
3076
3077         getdate: don't leak when TZ contains two or more '"'s
3078         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3079         double quote in TZ after the first one.
3080
3081         readtokens: do not leak internal token_lengths buffer
3082         * lib/readtokens.c (readtokens): Free the local, lengths,
3083         when the supplied "token_lengths" parameter is NULL.
3084
3085 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3086
3087         Fix a couple of missing LIBTHREAD link failures on AIX.
3088         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3089         $(LIBTHREAD).
3090         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3091
3092         Link test-poll against INET_PTON_LIB.
3093         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3094         for inet_pton on Solaris 10.
3095
3096 2010-01-17  Bruno Haible  <bruno@clisp.org>
3097
3098         unistdio/*-sprintf: Fix typo in module description.
3099         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3100         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3101         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3102         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3103         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3104         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3105         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3106         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3107
3108 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3109
3110         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3111         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3112         variables in shell case patterns, for AIX and HP-UX ksh.
3113
3114         Split large sed scripts, for HP-UX sed.
3115         * modules/stdio: Split sed scripts around 50 sed commands,
3116         to avoid HP-UX limit of 99 commands, in the near future.
3117         * modules/string: Likewise.
3118         * modules/unistd: Likewise.
3119
3120         gnulib-tool: avoid writing in the current directory.
3121         * gnulib-tool (func_emit_lib_Makefile_am)
3122         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3123         not in the current directory, so concurrent gnulib-tool
3124         instances do not interfere.
3125
3126 2010-01-16  Jim Meyering  <meyering@redhat.com>
3127
3128         doc: update users.txt
3129         * users.txt: Add grep.
3130         (diffutils, gzip): Update URLs.
3131
3132 2010-01-12  Bruno Haible  <bruno@clisp.org>
3133
3134         posix_spawn: Avoid test failure on Cygwin.
3135         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3136         characters.
3137         Reported by Simon Josefsson.
3138
3139 2010-01-12  Bruno Haible  <bruno@clisp.org>
3140
3141         * tests/test-cond.c (main): When skipping the test, show the reason.
3142
3143 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3144
3145         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3146
3147 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3148
3149         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3150         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3151
3152 2010-01-12  Eric Blake  <ebb9@byu.net>
3153
3154         build: guarantee AS_VAR_IF
3155         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3156         (gl_AS_VAR_IF): Move...
3157         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3158         Reported by Simon Josefsson.
3159
3160 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3161
3162         * lib/stdio.in.h: Fix typo.
3163
3164 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3165
3166         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3167         libgpg-error.
3168
3169 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3170
3171         * tests/test-xalloc-die.sh: Use $EXEEXT.
3172
3173 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3174             Bruno Haible  <bruno@clisp.org>
3175
3176         getlogin, getlogin_r: Avoid test failure.
3177         * tests/test-getlogin.c: Include <stdio.h>.
3178         (main): Skip the test when the function fails because stdin is not a
3179         tty.
3180         * tests/test-getlogin_r.c: Include <stdio.h>.
3181         (main): Skip the test when the function fails because stdin is not a
3182         tty.
3183
3184 2010-01-11  Eric Blake  <ebb9@byu.net>
3185
3186         tests: avoid more large file warnings
3187         * tests/test-fflush.c: Avoid warning about ftell use.
3188         * tests/test-fseek.c: Avoid warning about fseek use.
3189
3190 2010-01-10  Bruno Haible  <bruno@clisp.org>
3191
3192         nproc: Work better on Linux when /proc and /sys are not mounted.
3193         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3194         as lower bound when, on glibc/Linux systems,
3195         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3196         Suggested by Pádraig Brady <P@draigbrady.com>.
3197         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3198
3199         nproc: Refactor.
3200         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3201         extracted from num_processors.
3202         (num_processors): Call it.
3203
3204 2010-01-11  Jim Meyering  <meyering@redhat.com>
3205
3206         utimecmp: avoid new warning from upcoming gcc-4.5.0
3207         * lib/utimecmp.c (BILLION): Define using #define rather than an
3208         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3209
3210 2010-01-11  Eric Blake  <ebb9@byu.net>
3211
3212         math: add portability warnings for classification macros
3213         * modules/math (Depends-on): Add warn-on-use.
3214         (Makefile.am): Provide new substitutions.
3215         * m4/math_h.m4 (gl_MATH_H): Require inline.
3216         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3217         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3218         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3219         implement warnings.
3220
3221         unistd: warn on use of environ without module
3222         * modules/unistd (Depends-on): Add warn-on-use.
3223         (Makefile.am): Provide new substitutions.
3224         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3225         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3226
3227         stdio: warn on suspicious uses
3228         * modules/stdio (Depends-on): Add warn-on-use.
3229         (Makefile.am): Provide new substitutions.
3230         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3231         fseeko.
3232         * lib/stdio.in.h (gets): Always warn on use.
3233         (fseek, ftell): Adjust when warnings are issued, and honor
3234         _GL_NO_LARGE_FILES as a way to silence the warning.
3235         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3236         any warning about large file offsets.
3237         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3238         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3239         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3240         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3241         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3242         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3243         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3244         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3245
3246         warn-on-use: new module
3247         * modules/warn-on-use: New file.
3248         * build-aux/warn-on-use.h: Likewise.
3249         * m4/warn-on-use.m4: Likewise.
3250         * MODULES.html.sh (Support for building): Mention it.
3251
3252 2010-01-10  Bruno Haible  <bruno@clisp.org>
3253
3254         Tests for module 'unistr/u32-strdup'.
3255         * modules/unistr/u32-strdup-tests: New file.
3256         * tests/unistr/test-u32-strdup.c: New file.
3257
3258         Tests for module 'unistr/u16-strdup'.
3259         * modules/unistr/u16-strdup-tests: New file.
3260         * tests/unistr/test-u16-strdup.c: New file.
3261
3262         Tests for module 'unistr/u8-strdup'.
3263         * modules/unistr/u8-strdup-tests: New file.
3264         * tests/unistr/test-u8-strdup.c: New file.
3265         * tests/unistr/test-strdup.h: New file.
3266
3267         Tests for module 'unistr/u32-strncmp'.
3268         * modules/unistr/u32-strncmp-tests: New file.
3269         * tests/unistr/test-u32-strncmp.c: New file.
3270
3271         Tests for module 'unistr/u16-strncmp'.
3272         * modules/unistr/u16-strncmp-tests: New file.
3273         * tests/unistr/test-u16-strncmp.c: New file.
3274
3275         Tests for module 'unistr/u8-strncmp'.
3276         * modules/unistr/u8-strncmp-tests: New file.
3277         * tests/unistr/test-u8-strncmp.c: New file.
3278         * tests/unistr/test-strncmp.h: New file.
3279
3280         Tests for module 'unistr/u32-strcoll'.
3281         * modules/unistr/u32-strcoll-tests: New file.
3282         * tests/unistr/test-u32-strcoll.c: New file.
3283
3284         Tests for module 'unistr/u16-strcoll'.
3285         * modules/unistr/u16-strcoll-tests: New file.
3286         * tests/unistr/test-u16-strcoll.c: New file.
3287
3288         Tests for module 'unistr/u8-strcoll'.
3289         * modules/unistr/u8-strcoll-tests: New file.
3290         * tests/unistr/test-u8-strcoll.c: New file.
3291
3292         Tests for module 'unistr/u32-strcmp'.
3293         * modules/unistr/u32-strcmp-tests: New file.
3294         * tests/unistr/test-u32-strcmp.c: New file.
3295         * tests/unistr/test-u32-strcmp.h: New file.
3296
3297         Tests for module 'unistr/u16-strcmp'.
3298         * modules/unistr/u16-strcmp-tests: New file.
3299         * tests/unistr/test-u16-strcmp.c: New file.
3300         * tests/unistr/test-u16-strcmp.h: New file.
3301
3302         Tests for module 'unistr/u8-strcmp'.
3303         * modules/unistr/u8-strcmp-tests: New file.
3304         * tests/unistr/test-u8-strcmp.c: New file.
3305         * tests/unistr/test-u8-strcmp.h: New file.
3306         * tests/unistr/test-strcmp.h: New file.
3307
3308         Tests for module 'unistr/u32-strncat'.
3309         * modules/unistr/u32-strncat-tests: New file.
3310         * tests/unistr/test-u32-strncat.c: New file.
3311
3312         Tests for module 'unistr/u16-strncat'.
3313         * modules/unistr/u16-strncat-tests: New file.
3314         * tests/unistr/test-u16-strncat.c: New file.
3315
3316         Tests for module 'unistr/u8-strncat'.
3317         * modules/unistr/u8-strncat-tests: New file.
3318         * tests/unistr/test-u8-strncat.c: New file.
3319         * tests/unistr/test-strncat.h: New file.
3320
3321         Tests for module 'unistr/u32-strcat'.
3322         * modules/unistr/u32-strcat-tests: New file.
3323         * tests/unistr/test-u32-strcat.c: New file.
3324
3325         Tests for module 'unistr/u16-strcat'.
3326         * modules/unistr/u16-strcat-tests: New file.
3327         * tests/unistr/test-u16-strcat.c: New file.
3328
3329         Tests for module 'unistr/u8-strcat'.
3330         * modules/unistr/u8-strcat-tests: New file.
3331         * tests/unistr/test-u8-strcat.c: New file.
3332         * tests/unistr/test-strcat.h: New file.
3333
3334         Tests for module 'unistr/u32-stpncpy'.
3335         * modules/unistr/u32-stpncpy-tests: New file.
3336         * tests/unistr/test-u32-stpncpy.c: New file.
3337
3338         Tests for module 'unistr/u16-stpncpy'.
3339         * modules/unistr/u16-stpncpy-tests: New file.
3340         * tests/unistr/test-u16-stpncpy.c: New file.
3341
3342         Tests for module 'unistr/u8-stpncpy'.
3343         * modules/unistr/u8-stpncpy-tests: New file.
3344         * tests/unistr/test-u8-stpncpy.c: New file.
3345         * tests/unistr/test-stpncpy.h: New file.
3346
3347         Tests for module 'unistr/u32-strncpy'.
3348         * modules/unistr/u32-strncpy-tests: New file.
3349         * tests/unistr/test-u32-strncpy.c: New file.
3350
3351         Tests for module 'unistr/u16-strncpy'.
3352         * modules/unistr/u16-strncpy-tests: New file.
3353         * tests/unistr/test-u16-strncpy.c: New file.
3354
3355         Tests for module 'unistr/u8-strncpy'.
3356         * modules/unistr/u8-strncpy-tests: New file.
3357         * tests/unistr/test-u8-strncpy.c: New file.
3358         * tests/unistr/test-strncpy.h: New file.
3359
3360         Tests for module 'unistr/u32-stpcpy'.
3361         * modules/unistr/u32-stpcpy-tests: New file.
3362         * tests/unistr/test-u32-stpcpy.c: New file.
3363
3364         Tests for module 'unistr/u16-stpcpy'.
3365         * modules/unistr/u16-stpcpy-tests: New file.
3366         * tests/unistr/test-u16-stpcpy.c: New file.
3367
3368         Tests for module 'unistr/u8-stpcpy'.
3369         * modules/unistr/u8-stpcpy-tests: New file.
3370         * tests/unistr/test-u8-stpcpy.c: New file.
3371         * tests/unistr/test-stpcpy.h: New file.
3372
3373         Tests for module 'unistr/u32-strcpy'.
3374         * modules/unistr/u32-strcpy-tests: New file.
3375         * tests/unistr/test-u32-strcpy.c: New file.
3376
3377         Tests for module 'unistr/u16-strcpy'.
3378         * modules/unistr/u16-strcpy-tests: New file.
3379         * tests/unistr/test-u16-strcpy.c: New file.
3380
3381         Tests for module 'unistr/u8-strcpy'.
3382         * modules/unistr/u8-strcpy-tests: New file.
3383         * tests/unistr/test-u8-strcpy.c: New file.
3384         * tests/unistr/test-strcpy.h: New file.
3385
3386         Tests for module 'unistr/u32-strnlen'.
3387         * modules/unistr/u32-strnlen-tests: New file.
3388         * tests/unistr/test-u32-strnlen.c: New file.
3389
3390         Tests for module 'unistr/u16-strnlen'.
3391         * modules/unistr/u16-strnlen-tests: New file.
3392         * tests/unistr/test-u16-strnlen.c: New file.
3393
3394         Tests for module 'unistr/u8-strnlen'.
3395         * modules/unistr/u8-strnlen-tests: New file.
3396         * tests/unistr/test-u8-strnlen.c: New file.
3397         * tests/unistr/test-strnlen.h: New file.
3398
3399         Tests for module 'unistr/u32-strlen'.
3400         * modules/unistr/u32-strlen-tests: New file.
3401         * tests/unistr/test-u32-strlen.c: New file.
3402
3403         Tests for module 'unistr/u16-strlen'.
3404         * modules/unistr/u16-strlen-tests: New file.
3405         * tests/unistr/test-u16-strlen.c: New file.
3406
3407         Tests for module 'unistr/u8-strlen'.
3408         * modules/unistr/u8-strlen-tests: New file.
3409         * tests/unistr/test-u8-strlen.c: New file.
3410
3411         Tests for module 'unistr/u32-prev'.
3412         * modules/unistr/u32-prev-tests: New file.
3413         * tests/unistr/test-u32-prev.c: New file.
3414
3415         Tests for module 'unistr/u16-prev'.
3416         * modules/unistr/u16-prev-tests: New file.
3417         * tests/unistr/test-u16-prev.c: New file.
3418
3419         Tests for module 'unistr/u8-prev'.
3420         * modules/unistr/u8-prev-tests: New file.
3421         * tests/unistr/test-u8-prev.c: New file.
3422
3423         Tests for module 'unistr/u32-next'.
3424         * modules/unistr/u32-next-tests: New file.
3425         * tests/unistr/test-u32-next.c: New file.
3426
3427         Tests for module 'unistr/u16-next'.
3428         * modules/unistr/u16-next-tests: New file.
3429         * tests/unistr/test-u16-next.c: New file.
3430
3431         Tests for module 'unistr/u8-next'.
3432         * modules/unistr/u8-next-tests: New file.
3433         * tests/unistr/test-u8-next.c: New file.
3434
3435         Tests for module 'unistr/u32-strmbtouc'.
3436         * modules/unistr/u32-strmbtouc-tests: New file.
3437         * tests/unistr/test-u32-strmbtouc.c: New file.
3438
3439         Tests for module 'unistr/u16-strmbtouc'.
3440         * modules/unistr/u16-strmbtouc-tests: New file.
3441         * tests/unistr/test-u16-strmbtouc.c: New file.
3442
3443         Tests for module 'unistr/u8-strmbtouc'.
3444         * modules/unistr/u8-strmbtouc-tests: New file.
3445         * tests/unistr/test-u8-strmbtouc.c: New file.
3446
3447         Tests for module 'unistr/u32-strmblen'.
3448         * modules/unistr/u32-strmblen-tests: New file.
3449         * tests/unistr/test-u32-strmblen.c: New file.
3450
3451         Tests for module 'unistr/u16-strmblen'.
3452         * modules/unistr/u16-strmblen-tests: New file.
3453         * tests/unistr/test-u16-strmblen.c: New file.
3454
3455         Tests for module 'unistr/u8-strmblen'.
3456         * modules/unistr/u8-strmblen-tests: New file.
3457         * tests/unistr/test-u8-strmblen.c: New file.
3458
3459         Tests for module 'unistr/u32-cpy-alloc'.
3460         * modules/unistr/u32-cpy-alloc-tests: New file.
3461         * tests/unistr/test-u32-cpy-alloc.c: New file.
3462
3463         Tests for module 'unistr/u16-cpy-alloc'.
3464         * modules/unistr/u16-cpy-alloc-tests: New file.
3465         * tests/unistr/test-u16-cpy-alloc.c: New file.
3466
3467         Tests for module 'unistr/u8-cpy-alloc'.
3468         * modules/unistr/u8-cpy-alloc-tests: New file.
3469         * tests/unistr/test-u8-cpy-alloc.c: New file.
3470         * tests/unistr/test-cpy-alloc.h: New file.
3471
3472         Tests for module 'unistr/u32-mbsnlen'.
3473         * modules/unistr/u32-mbsnlen-tests: New file.
3474         * tests/unistr/test-u32-mbsnlen.c: New file.
3475
3476         Tests for module 'unistr/u16-mbsnlen'.
3477         * modules/unistr/u16-mbsnlen-tests: New file.
3478         * tests/unistr/test-u16-mbsnlen.c: New file.
3479
3480         Tests for module 'unistr/u8-mbsnlen'.
3481         * modules/unistr/u8-mbsnlen-tests: New file.
3482         * tests/unistr/test-u8-mbsnlen.c: New file.
3483
3484         Tests for module 'unistr/u32-chr'.
3485         * modules/unistr/u32-chr-tests: New file.
3486         * tests/unistr/test-u32-chr.c: New file.
3487
3488         Tests for module 'unistr/u16-chr'.
3489         * modules/unistr/u16-chr-tests: New file.
3490         * tests/unistr/test-u16-chr.c: New file.
3491
3492         Tests for module 'unistr/u8-chr'.
3493         * modules/unistr/u8-chr-tests: New file.
3494         * tests/unistr/test-u8-chr.c: New file.
3495         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3496
3497         Tests for module 'unistr/u32-cmp2'.
3498         * modules/unistr/u32-cmp2-tests: New file.
3499         * tests/unistr/test-u32-cmp2.c: New file.
3500
3501         Tests for module 'unistr/u16-cmp2'.
3502         * modules/unistr/u16-cmp2-tests: New file.
3503         * tests/unistr/test-u16-cmp2.c: New file.
3504
3505         Tests for module 'unistr/u8-cmp2'.
3506         * modules/unistr/u8-cmp2-tests: New file.
3507         * tests/unistr/test-u8-cmp2.c: New file.
3508         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3509
3510         Tests for module 'unistr/u32-cmp'.
3511         * modules/unistr/u32-cmp-tests: New file.
3512         * tests/unistr/test-u32-cmp.c: New file.
3513
3514         Tests for module 'unistr/u16-cmp'.
3515         * modules/unistr/u16-cmp-tests: New file.
3516         * tests/unistr/test-u16-cmp.c: New file.
3517
3518         Tests for module 'unistr/u8-cmp'.
3519         * modules/unistr/u8-cmp-tests: New file.
3520         * tests/unistr/test-u8-cmp.c: New file.
3521         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3522
3523         Tests for module 'unistr/u32-set'.
3524         * modules/unistr/u32-set-tests: New file.
3525         * tests/unistr/test-u32-set.c: New file.
3526
3527         Tests for module 'unistr/u16-set'.
3528         * modules/unistr/u16-set-tests: New file.
3529         * tests/unistr/test-u16-set.c: New file.
3530
3531         Tests for module 'unistr/u8-set'.
3532         * modules/unistr/u8-set-tests: New file.
3533         * tests/unistr/test-u8-set.c: New file.
3534         * tests/unistr/test-set.h: New file.
3535
3536         Tests for module 'unistr/u32-move'.
3537         * modules/unistr/u32-move-tests: New file.
3538         * tests/unistr/test-u32-move.c: New file.
3539
3540         Tests for module 'unistr/u16-move'.
3541         * modules/unistr/u16-move-tests: New file.
3542         * tests/unistr/test-u16-move.c: New file.
3543
3544         Tests for module 'unistr/u8-move'.
3545         * modules/unistr/u8-move-tests: New file.
3546         * tests/unistr/test-u8-move.c: New file.
3547         * tests/unistr/test-move.h: New file.
3548
3549         Tests for module 'unistr/u32-cpy'.
3550         * modules/unistr/u32-cpy-tests: New file.
3551         * tests/unistr/test-u32-cpy.c: New file.
3552
3553         Tests for module 'unistr/u16-cpy'.
3554         * modules/unistr/u16-cpy-tests: New file.
3555         * tests/unistr/test-u16-cpy.c: New file.
3556
3557         Tests for module 'unistr/u8-cpy'.
3558         * modules/unistr/u8-cpy-tests: New file.
3559         * tests/unistr/test-u8-cpy.c: New file.
3560         * tests/unistr/test-cpy.h: New file.
3561
3562 2010-01-09  Bruno Haible  <bruno@clisp.org>
3563
3564         Tests for module 'unistr/u32-uctomb'.
3565         * modules/unistr/u32-uctomb-tests: New file.
3566         * tests/unistr/test-u32-uctomb.c: New file.
3567
3568         Tests for module 'unistr/u16-uctomb'.
3569         * modules/unistr/u16-uctomb-tests: New file.
3570         * tests/unistr/test-u16-uctomb.c: New file.
3571
3572         Tests for module 'unistr/u8-uctomb'.
3573         * modules/unistr/u8-uctomb-tests: New file.
3574         * tests/unistr/test-u8-uctomb.c: New file.
3575
3576         Tests for module 'unistr/u32-mbtoucr'.
3577         * modules/unistr/u32-mbtoucr-tests: New file.
3578         * tests/unistr/test-u32-mbtoucr.c: New file.
3579
3580         Tests for module 'unistr/u16-mbtoucr'.
3581         * modules/unistr/u16-mbtoucr-tests: New file.
3582         * tests/unistr/test-u16-mbtoucr.c: New file.
3583
3584         Tests for module 'unistr/u8-mbtoucr'.
3585         * modules/unistr/u8-mbtoucr-tests: New file.
3586         * tests/unistr/test-u8-mbtoucr.c: New file.
3587
3588         Tests for module 'unistr/u32-mbtouc'.
3589         * modules/unistr/u32-mbtouc-tests: New file.
3590         * tests/unistr/test-u32-mbtouc.c: New file.
3591
3592         Tests for module 'unistr/u16-mbtouc'.
3593         * modules/unistr/u16-mbtouc-tests: New file.
3594         * tests/unistr/test-u16-mbtouc.c: New file.
3595
3596         Tests for module 'unistr/u8-mbtouc'.
3597         * modules/unistr/u8-mbtouc-tests: New file.
3598         * tests/unistr/test-u8-mbtouc.c: New file.
3599
3600         Tests for module 'unistr/u32-mbtouc-unsafe'.
3601         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3602         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3603         * tests/unistr/test-u32-mbtouc.h: New file.
3604
3605         Tests for module 'unistr/u16-mbtouc-unsafe'.
3606         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3607         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3608         * tests/unistr/test-u16-mbtouc.h: New file.
3609
3610         Tests for module 'unistr/u8-mbtouc-unsafe'.
3611         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3612         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3613         * tests/unistr/test-u8-mbtouc.h: New file.
3614
3615         Tests for module 'unistr/u32-mblen'.
3616         * modules/unistr/u32-mblen-tests: New file.
3617         * tests/unistr/test-u32-mblen.c: New file.
3618
3619         Tests for module 'unistr/u16-mblen'.
3620         * modules/unistr/u16-mblen-tests: New file.
3621         * tests/unistr/test-u16-mblen.c: New file.
3622
3623         Tests for module 'unistr/u8-mblen'.
3624         * modules/unistr/u8-mblen-tests: New file.
3625         * tests/unistr/test-u8-mblen.c: New file.
3626
3627         Tests for module 'unistr/u32-to-u16'.
3628         * modules/unistr/u32-to-u16-tests: New file.
3629         * tests/unistr/test-u32-to-u16.c: New file.
3630
3631         Tests for module 'unistr/u32-to-u8'.
3632         * modules/unistr/u32-to-u8-tests: New file.
3633         * tests/unistr/test-u32-to-u8.c: New file.
3634
3635         Tests for module 'unistr/u16-to-u32'.
3636         * modules/unistr/u16-to-u32-tests: New file.
3637         * tests/unistr/test-u16-to-u32.c: New file.
3638
3639         Tests for module 'unistr/u16-to-u8'.
3640         * modules/unistr/u16-to-u8-tests: New file.
3641         * tests/unistr/test-u16-to-u8.c: New file.
3642
3643         Tests for module 'unistr/u8-to-u32'.
3644         * modules/unistr/u8-to-u32-tests: New file.
3645         * tests/unistr/test-u8-to-u32.c: New file.
3646
3647         Tests for module 'unistr/u8-to-u16'.
3648         * modules/unistr/u8-to-u16-tests: New file.
3649         * tests/unistr/test-u8-to-u16.c: New file.
3650
3651         Tests for module 'unistr/u32-check'.
3652         * modules/unistr/u32-check-tests: New file.
3653         * tests/unistr/test-u32-check.c: New file.
3654
3655         Tests for module 'unistr/u16-check'.
3656         * modules/unistr/u16-check-tests: New file.
3657         * tests/unistr/test-u16-check.c: New file.
3658
3659         Tests for module 'unistr/u8-check'.
3660         * modules/unistr/u8-check-tests: New file.
3661         * tests/unistr/test-u8-check.c: New file.
3662
3663         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3664         (category_equals): New function.
3665         (main): Add more tests.
3666         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3667
3668         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3669
3670 2010-01-10  Bruno Haible  <bruno@clisp.org>
3671
3672         unistr/u*-strcoll: Try harder to distinguish different strings.
3673         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3674         compare s1 and s2 to see if they are different.
3675
3676 2010-01-10  Bruno Haible  <bruno@clisp.org>
3677
3678         unistr/u*-stpncpy: Fix the return value.
3679         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3680         description of the return value consistent with stpncpy in glibc.
3681         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3682         written non-NUL unit.
3683
3684 2010-01-10  Bruno Haible  <bruno@clisp.org>
3685
3686         unistr/u*-next: Add missing dependencies.
3687         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3688         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3689         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3690
3691 2010-01-10  Bruno Haible  <bruno@clisp.org>
3692
3693         unistr/u8-mbsnlen: Fix return value for incomplete character.
3694         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3695         u8_mblen.
3696         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3697         Remove unistr/u8-mblen.
3698         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3699         u16_mblen.
3700         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3701         Remove unistr/u16-mblen.
3702
3703 2010-01-10  Bruno Haible  <bruno@clisp.org>
3704
3705         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3706         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3707         Reported by Brian Gough <bjg@gnu.org> and
3708         Chris Clayton <chris2553@googlemail.com> via
3709         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3710
3711 2010-01-09  Bruno Haible  <bruno@clisp.org>
3712
3713         unistr/u16-to-u32: Reject invalid input.
3714         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3715         u16_mbtouc.
3716         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3717         Remove unistr/u16-mbtouc.
3718
3719         unistr/u16-to-u8: Reject invalid input.
3720         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3721         u16_mbtouc.
3722         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3723         Remove unistr/u16-mbtouc.
3724
3725         unistr/u8-to-u32: Reject invalid input.
3726         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3727         u8_mbtouc.
3728         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3729         Remove unistr/u8-mbtouc.
3730
3731         unistr/u8-to-u16: Reject invalid input.
3732         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3733         u8_mbtouc.
3734         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3735         Remove unistr/u8-mbtouc.
3736
3737 2010-01-09  Bruno Haible  <bruno@clisp.org>
3738
3739         Tests for module 'getlogin'.
3740         * modules/getlogin-tests: New file.
3741         * tests/test-getlogin.c: New file.
3742
3743         New module 'getlogin'.
3744         * lib/unistd.in.h (getlogin): New declaration.
3745         * lib/getlogin.c: New file.
3746         * m4/getlogin.m4: New file.
3747         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3748         HAVE_GETLOGIN.
3749         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3750         HAVE_GETLOGIN.
3751         * modules/getlogin: New file.
3752         * doc/posix-functions/getlogin.texi: Mention the new module.
3753         Reported by John W. Eaton <jwe@gnu.org>.
3754
3755 2010-01-09  Bruno Haible  <bruno@clisp.org>
3756
3757         getlogin_r: Support for native Windows.
3758         * lib/getlogin_r.c: Include <windows.h>
3759         (getlogin_r): Implement for native Windows.
3760         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3761         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3762         via John W. Eaton <jwe@gnu.org>.
3763
3764 2010-01-09  Bruno Haible  <bruno@clisp.org>
3765
3766         getlogin_r: Small fixes.
3767         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3768         succeeds.
3769         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3770         before testing whether getlogin_r is declared. No need to set
3771         HAVE_DECL_GETLOGIN_R to 1.
3772         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3773
3774 2010-01-09  Bruno Haible  <bruno@clisp.org>
3775
3776         * lib/unistd.in.h (getlogin_r): Add comment.
3777
3778 2010-01-09  Bruno Haible  <bruno@clisp.org>
3779
3780         Tests for module 'getlogin_r'.
3781         * modules/getlogin_r-tests: New file.
3782         * tests/test-getlogin_r.c: New file.
3783
3784 2010-01-09  Jim Meyering  <meyering@redhat.com>
3785
3786         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
3787         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
3788         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
3789
3790 2010-01-08  Simon Josefsson  <simon@josefsson.org>
3791
3792         * lib/dup2.c (rpl_dup2): Improve comment.
3793
3794 2010-01-08  Eric Blake  <ebb9@byu.net>
3795
3796         maint.mk: allow packages to add makefile @@ exceptions
3797         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
3798         (sc_makefile_check): Rename...
3799         (sc_makefile_at_at_check): ...to this, and use hook.
3800
3801         dup2: work around mingw bug
3802         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
3803         Reported by Simon Josefsson.
3804
3805 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
3806
3807         glob: Fix C++ compilation.
3808         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
3809         C++.
3810
3811 2010-01-07  Bruno Haible  <bruno@clisp.org>
3812
3813         Fix indentation of wctype.in.h, broken since 2007-01-06.
3814         * lib/wctype.in.h: Fix indentation of preprocessor directives.
3815
3816 2010-01-07  Bruno Haible  <bruno@clisp.org>
3817
3818         mbslen: Avoid collision with system function.
3819         * lib/string.in.h [MirBSD]: Include <wchar.h>.
3820         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
3821         * m4/mbslen.m4: New file.
3822         * modules/mbslen (Files): Add it.
3823         (configure.ac): Invoke gl_MBSLEN.
3824         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
3825         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
3826         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
3827         via Ian Beckwith <ianb@erislabs.net>.
3828
3829 2010-01-07  Bruno Haible  <bruno@clisp.org>
3830
3831         dirent: Document the last fix.
3832         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
3833
3834 2010-01-07  Bruno Haible  <bruno@clisp.org>
3835
3836         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
3837         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
3838         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
3839         va_list are defined.
3840         * doc/posix-headers/stdio.texi: Document the bug of missing types.
3841         Reported by Eric Blake.
3842
3843 2010-01-07  Bruno Haible  <bruno@clisp.org>
3844
3845         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
3846         * modules/xlist (Depends-on): Add 'list',
3847         * modules/xoset (Depends-on): Add 'oset'.
3848         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3849
3850 2010-01-07  Bruno Haible  <bruno@clisp.org>
3851
3852         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
3853         * doc/posix-functions/strncasecmp.texi: Likewise.
3854
3855 2010-01-07  Bruno Haible  <bruno@clisp.org>
3856
3857         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
3858
3859 2010-01-07  John W. Eaton  <jwe@octave.org>
3860
3861         wctype: allow C++ use
3862         * lib/wctype.in.h: Add extern "C" block for C++.
3863
3864 2010-01-06  Eric Blake  <ebb9@byu.net>
3865
3866         maint.mk: detect incorrect GFDL usage
3867         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
3868
3869 2010-01-06  Jim Meyering  <meyering@redhat.com>
3870         and Eric Blake  <ebb9@byu.net>
3871
3872         maint.mk: ignore multi-line copyright in NEWS
3873         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
3874
3875 2010-01-06  Eric Blake  <ebb9@byu.net>
3876
3877         select: add missing dependency
3878         * modules/select-tests (Depends-on): Move sockets dependency...
3879         * modules/select (Depends-on): ...here.
3880         Reported by Ian Beckwith.
3881
3882         doc: regenerate INSTALL
3883         * doc/INSTALL: Reflect recent autoconf update.
3884         * doc/INSTALL.ISO: Likewise.
3885         * doc/INSTALL.UTF-8: Likewise.
3886
3887         pread: fix compilation on glibc
3888         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
3889         Reported by Ralf Wildenhues.
3890
3891         dirent: fix test failure
3892         * lib/dirent.in.h (includes): Guarantee ino_t.
3893         Reported by Ralf Wildenhues.
3894
3895 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3896
3897         linkat, renameat: avoid bad free
3898         * lib/at-func2.c (at_func2): Fix typo.
3899         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
3900
3901 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3902
3903         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
3904         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
3905         to avoid failure of symlink test later.
3906
3907 2010-01-06  Eric Blake  <ebb9@byu.net>
3908
3909         stdio, unistd: guarantee ssize_t
3910         * lib/unistd.in.h (includes): Ensure that types required by POSIX
3911         2008 are exposed when needed.
3912         * lib/stdio.in.h (includes): Likewise.
3913         Reported by Ralf Wildenhues.
3914
3915 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
3916
3917         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
3918         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
3919         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
3920
3921 2010-01-06  Jim Meyering  <meyering@redhat.com>
3922
3923         readtokens: this module *does* require xalloc.h
3924         It uses only functions that were omitted by the old syntax-check rule.
3925         * lib/readtokens.c: Include "xalloc.h" once again.
3926         * modules/readtokens (Depends-on): Add xalloc.
3927         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
3928
3929 2010-01-05  Eric Blake  <ebb9@byu.net>
3930
3931         maint: support 'make announcement' from a VPATH build
3932         * top/maint.mk (announcement): Look for correct NEWS file.
3933
3934 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
3935
3936         utimens (fdutimens): ignore a negative FD, per contract
3937         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
3938         when we have a valid file descriptor.  Otherwise, using a brand
3939         new glibc (with just-patched futimens that now fails with EBADF)
3940         would cause this function to fail with ENOSYS.
3941         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
3942         See also http://bugzilla.redhat.com/552320.
3943
3944 2010-01-05  Eric Blake  <ebb9@byu.net>
3945
3946         strcase: document what it provides
3947         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
3948         gnulib module.
3949         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
3950         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
3951
3952 2010-01-05  Jim Meyering  <meyering@redhat.com>
3953
3954         maint: remove useless inclusions of "xalloc.h"
3955         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
3956         * lib/readtokens.c: Likewise.
3957         * lib/same.c: Likewise.
3958         * modules/getloadavg (Depends-on): Remove xalloc.
3959         * modules/readtokens: Likewise.
3960         * modules/same: Likewise.
3961
3962         maint.mk: include 4 more function names in alloca.h-checking regexp
3963         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
3964         regexp.  Before, we would give a false-positive (saying alloca.h
3965         is included unnecessarily) when the only uses involved omitted symbols.
3966
3967         xalloc.h: use consistent formatting
3968         * lib/xalloc.h: Move declarations to start in the first column.
3969
3970 2010-01-05  Eric Blake  <ebb9@byu.net>
3971
3972         mkdir: avoid xalloc
3973         * lib/mkdir.c (includes): Drop unused header.
3974         Reported by John W. Eaton.
3975
3976 2010-01-04  Jim Meyering  <meyering@redhat.com>
3977
3978         nl_langinfo: avoid configure-time syntax error
3979         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
3980         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
3981         the empty string.  Don't let that provoke a shell syntax error.
3982
3983         regcomp, regexec, fnmatch: avoid array bounds read error
3984         * lib/regcomp.c (build_equiv_class): From glibc:
3985         Use only the low 24 bits of a findidx return value as an index
3986         into the weights array.  Patch by Ulrich Drepper:
3987         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
3988         * lib/regexec.c (check_node_accept_bytes): Likewise.
3989         * lib/fnmatch_loop.c (FCT): Likewise.
3990
3991         regcomp: skip collseq lookup when there are no rules
3992         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
3993         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
3994
3995         regcomp: recognize ill-formed { } expressions
3996         * lib/regcomp.c (parse_dup_op): From glibc:
3997         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
3998
3999         regcomp: fix typo in comment
4000         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4001         s/satisfy/satisfies/.
4002
4003         regcomp: sync from glibc: remove dead store
4004         * lib/regcomp.c (duplicate_node_closure): Remove useless
4005         search_duplicated_node call and dead store.
4006
4007         regcomp: sync from glibc; always use nl_langinfo
4008         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4009         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4010         * modules/regex (Depends-on): Add nl_langinfo.
4011
4012 2010-01-04  Eric Blake  <ebb9@byu.net>
4013
4014         fdopendir: fix configure test
4015         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4016
4017 2010-01-01  Bruno Haible  <bruno@clisp.org>
4018
4019         wchar: Remove unused configure check.
4020         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4021
4022 2010-01-01  Eric Blake  <ebb9@byu.net>
4023
4024         headers: make check of system header explicit
4025         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4026         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4027         ourselves.
4028         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4029         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4030         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4031         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4032         internals.
4033         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4034         missing.
4035         Suggested by Bruno Haible.
4036
4037 2010-01-01  Jim Meyering  <meyering@redhat.com>
4038
4039         ChangeLog: tweak to eliminate unnecessary copyright line
4040         * ChangeLog: Remove a copyright line that was mistakenly updated
4041         by today's update-copyright run.  Reported by Eric Blake.
4042
4043         test-update-copyright: don't let envvar setting cause test failure
4044         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4045
4046 2010-01-01  Bruno Haible  <bruno@clisp.org>
4047
4048         localename: Avoid gcc warning.
4049         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4050         function if it is not used.
4051
4052 2010-01-01  Jim Meyering  <meyering@redhat.com>
4053
4054         update nearly all FSF copyright year lists to include 2010
4055         Use the same procedure as for 2009, outlined in
4056         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4057
4058         version-etc: set COPYRIGHT_YEAR to 2010
4059         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4060
4061 2009-12-31  Eric Blake  <ebb9@byu.net>
4062
4063         doc: correct availability of cygwin 1.5.x getopt
4064         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4065         variables.
4066         * doc/posix-functions/opterr.texi (opterr): Likewise.
4067         * doc/posix-functions/optind.texi (optind): Likewise.
4068         * doc/posix-functions/optopt.texi (optopt): Likewise.
4069         * doc/posix-functions/tzname.texi (tzname): Likewise.
4070
4071         openat: update maintainer
4072         * modules/openat (Maintainer): Add myself.
4073
4074         utimens: avoid shadowing warning
4075         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4076         buffers into one, to avoid shadowing, as well as avoiding a
4077         redundant stat.
4078         Reported by Jim Meyering.
4079
4080         test-dup2: avoid compiler warning
4081         * tests/test-dup2.c (is_inheritable): Only define if used.
4082
4083 2010-01-01  Bruno Haible  <bruno@clisp.org>
4084
4085         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4086         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4087         defined, use wctomb instead of wcrtomb.
4088
4089 2010-01-01  Bruno Haible  <bruno@clisp.org>
4090
4091         iconv: Reject native Solaris iconv.
4092         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4093         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4094
4095 2009-12-31  Bruno Haible  <bruno@clisp.org>
4096
4097         * tests/test-signal.c (main): Remove test of 'SIG'.
4098
4099 2009-12-31  Bruno Haible  <bruno@clisp.org>
4100
4101         spawn: Fix incomplete fix.
4102         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4103         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4104         warnings for GNULIB_POSIXCHECK again.
4105         Reported by Eric Blake.
4106
4107 2009-12-31  Bruno Haible  <bruno@clisp.org>
4108
4109         Avoid namespace pollution on glibc systems.
4110         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4111         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4112         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4113         glibc systems.
4114
4115 2009-12-31  Bruno Haible  <bruno@clisp.org>
4116
4117         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4118         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4119         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4120         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4121         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4122         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4123         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4124
4125 2009-12-31  Bruno Haible  <bruno@clisp.org>
4126
4127         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4128         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4129         afterwards.
4130
4131 2009-12-31  Bruno Haible  <bruno@clisp.org>
4132
4133         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4134         SYS_UTSNAME_H.
4135
4136 2009-12-31  Bruno Haible  <bruno@clisp.org>
4137
4138         spawn: Fix misapplied patch.
4139         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4140         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4141         warnings for GNULIB_POSIXCHECK.
4142
4143 2009-12-31  Bruno Haible  <bruno@clisp.org>
4144
4145         times: Update after sys_times changed.
4146         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4147         * modules/times (Files): Add it.
4148         (configure.ac): Invoke gl_FUNC_TIMES.
4149
4150 2009-12-31  Bruno Haible  <bruno@clisp.org>
4151
4152         Use AC_C_INLINE where necessary.
4153         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4154         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4155         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4156         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4157         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4158         * m4/mbiter.m4 (gl_MBITER): Likewise.
4159         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4160         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4161         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4162         * modules/u64 (configure.ac): Likewise.
4163
4164 2009-12-31  Bruno Haible  <bruno@clisp.org>
4165
4166         Use AC_C_INLINE instead of module 'inline' where possible.
4167         * modules/inline (Description): Clarify purpose.
4168         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4169         * modules/count-one-bits (Depends-on): Remove inline.
4170         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4171         * modules/openat (Depends-on): Remove inline.
4172         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4173         instead of depending on module 'inline'.
4174         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4175         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4176         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4177         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4178         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4179         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4180         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4181         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4182         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4183         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4184         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4185         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4186         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4187         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4188         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4189         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4190         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4191         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4192         Likewise.
4193         * modules/unictype/property-ascii-hex-digit (Depends-on,
4194         configure.ac): Likewise.
4195         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4196         configure.ac): Likewise.
4197         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4198         configure.ac): Likewise.
4199         * modules/unictype/property-bidi-block-separator (Depends-on,
4200         configure.ac): Likewise.
4201         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4202         configure.ac): Likewise.
4203         * modules/unictype/property-bidi-common-separator (Depends-on,
4204         configure.ac): Likewise.
4205         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4206         Likewise.
4207         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4208         configure.ac): Likewise.
4209         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4210         configure.ac): Likewise.
4211         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4212         configure.ac): Likewise.
4213         * modules/unictype/property-bidi-european-digit (Depends-on,
4214         configure.ac): Likewise.
4215         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4216         configure.ac): Likewise.
4217         * modules/unictype/property-bidi-left-to-right (Depends-on,
4218         configure.ac): Likewise.
4219         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4220         configure.ac): Likewise.
4221         * modules/unictype/property-bidi-other-neutral (Depends-on,
4222         configure.ac): Likewise.
4223         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4224         Likewise.
4225         * modules/unictype/property-bidi-segment-separator (Depends-on,
4226         configure.ac): Likewise.
4227         * modules/unictype/property-bidi-whitespace (Depends-on,
4228         configure.ac): Likewise.
4229         * modules/unictype/property-combining (Depends-on, configure.ac):
4230         Likewise.
4231         * modules/unictype/property-composite (Depends-on, configure.ac):
4232         Likewise.
4233         * modules/unictype/property-currency-symbol (Depends-on,
4234         configure.ac): Likewise.
4235         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4236         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4237         Likewise.
4238         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4239         configure.ac): Likewise.
4240         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4241         Likewise.
4242         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4243         Likewise.
4244         * modules/unictype/property-extender (Depends-on, configure.ac):
4245         Likewise.
4246         * modules/unictype/property-format-control (Depends-on, configure.ac):
4247         Likewise.
4248         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4249         Likewise.
4250         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4251         Likewise.
4252         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4253         Likewise.
4254         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4255         Likewise.
4256         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4257         Likewise.
4258         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4259         Likewise.
4260         * modules/unictype/property-id-start (Depends-on, configure.ac):
4261         Likewise.
4262         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4263         Likewise.
4264         * modules/unictype/property-ids-binary-operator (Depends-on,
4265         configure.ac): Likewise.
4266         * modules/unictype/property-ids-trinary-operator (Depends-on,
4267         configure.ac): Likewise.
4268         * modules/unictype/property-ignorable-control (Depends-on,
4269         configure.ac): Likewise.
4270         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4271         Likewise.
4272         * modules/unictype/property-join-control (Depends-on, configure.ac):
4273         Likewise.
4274         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4275         Likewise.
4276         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4277         Likewise.
4278         * modules/unictype/property-logical-order-exception (Depends-on,
4279         configure.ac): Likewise.
4280         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4281         Likewise.
4282         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4283         * modules/unictype/property-non-break (Depends-on, configure.ac):
4284         Likewise.
4285         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4286         Likewise.
4287         * modules/unictype/property-numeric (Depends-on, configure.ac):
4288         Likewise.
4289         * modules/unictype/property-other-alphabetic (Depends-on,
4290         configure.ac): Likewise.
4291         * modules/unictype/property-other-default-ignorable-code-point
4292         (Depends-on, configure.ac): Likewise.
4293         * modules/unictype/property-other-grapheme-extend (Depends-on,
4294         configure.ac): Likewise.
4295         * modules/unictype/property-other-id-continue (Depends-on,
4296         configure.ac): Likewise.
4297         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4298         Likewise.
4299         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4300         Likewise.
4301         * modules/unictype/property-other-math (Depends-on, configure.ac):
4302         Likewise.
4303         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4304         Likewise.
4305         * modules/unictype/property-paired-punctuation (Depends-on,
4306         configure.ac): Likewise.
4307         * modules/unictype/property-paragraph-separator (Depends-on,
4308         configure.ac): Likewise.
4309         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4310         Likewise.
4311         * modules/unictype/property-pattern-white-space (Depends-on,
4312         configure.ac): Likewise.
4313         * modules/unictype/property-private-use (Depends-on, configure.ac):
4314         Likewise.
4315         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4316         Likewise.
4317         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4318         Likewise.
4319         * modules/unictype/property-radical (Depends-on, configure.ac):
4320         Likewise.
4321         * modules/unictype/property-sentence-terminal (Depends-on,
4322         configure.ac): Likewise.
4323         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4324         Likewise.
4325         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4326         * modules/unictype/property-terminal-punctuation (Depends-on,
4327         configure.ac): Likewise.
4328         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4329         Likewise.
4330         * modules/unictype/property-unassigned-code-value (Depends-on,
4331         configure.ac): Likewise.
4332         * modules/unictype/property-unified-ideograph (Depends-on,
4333         configure.ac): Likewise.
4334         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4335         Likewise.
4336         * modules/unictype/property-variation-selector (Depends-on,
4337         configure.ac): Likewise.
4338         * modules/unictype/property-white-space (Depends-on, configure.ac):
4339         Likewise.
4340         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4341         Likewise.
4342         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4343         Likewise.
4344         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4345         Likewise.
4346         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4347         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4348         Likewise.
4349
4350 2009-12-31  Bruno Haible  <bruno@clisp.org>
4351
4352         Remove unnecessary AC_C_INLINE invocation.
4353         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4354         since 2009-08-21.
4355
4356 2009-12-31  Jim Meyering  <meyering@redhat.com>
4357
4358         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4359         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4360         With this change, we can all remove the gpg_key_ID = ... definition
4361         from our respective cfg.mk files.
4362
4363         maint.mk: create announcement template in ~/, not in /tmp
4364         * top/maint.mk (emit_upload_commands): Adjust.
4365         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4366         Remove temporary file, .ci-msg.
4367
4368 2009-12-31  Eric Blake  <ebb9@byu.net>
4369
4370         link-warning: always build headers with link warnings
4371         * modules/arpa_inet (Makefile.am): Always build replacement
4372         header.
4373         * modules/ctype (Makefile.am): Likewise.
4374         * modules/dirent (Makefile.am): Likewise.
4375         * modules/inttypes (Makefile.am): Likewise.
4376         * modules/langinfo (Makefile.am): Likewise.
4377         * modules/locale (Makefile.am): Likewise.
4378         * modules/spawn (Makefile.am): Likewise.
4379         * modules/sys_file (Makefile.am): Likewise.
4380         * modules/sys_ioctl (Makefile.am): Likewise.
4381         * modules/sys_select (Makefile.am): Likewise.
4382         * modules/sys_socket (Makefile.am): Likewise.
4383         * modules/sys_times (Makefile.am): Likewise.
4384         * modules/sys_utsname (Makefile.am): Likewise.
4385         * modules/sys_wait (Makefile.am): Likewise.
4386         * modules/wchar (Makefile.am): Likewise.
4387         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4388         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4389         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4390         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4391         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4392         Likewise.
4393         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4394         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4395         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4396         Likewise.
4397         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4398         Likewise.
4399         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4400         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4401         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4402         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4403         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4404         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4405         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4406         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4407         (gl_WCHAR_H_DEFAULTS): Likewise.
4408
4409 2009-12-31  Eric Blake  <ebb9@byu.net>
4410
4411         signal, spawn: use link warnings
4412         * lib/signal.in.h (sigset_t): Make unconditional.
4413         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4414         (sigpending, sigprocmask, sigaction): Add link warnings.
4415         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4416         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4417         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4418         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4419         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4420         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4421         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4422         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4423         (posix_spawn_file_actions_destroy)
4424         (posix_spawn_file_actions_addopen)
4425         (posix_spawn_file_actions_addclose)
4426         (posix_spawn_file_actions_adddup2): Likewise.
4427         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4428         * tests/test-signal.c (main): Enhance test.
4429
4430         spawn: improve wrapper support
4431         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4432         (gl_SPAWN_H_DEFAULTS): New defaults.
4433         * modules/spawn (Makefile.am): Substitute them.
4434         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4435         Only declare if missing or broken.
4436
4437         sys_times, sys_utsname: use include_next
4438         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4439         header.
4440         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4441         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4442         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4443         * modules/sys_times (Depends-on): Add include_next.
4444         (Makefile.am): Substitute additional values.
4445         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4446         * lib/sys_times.in.h (includes): Include native header, if
4447         available.
4448         * lib/sys_utsname.in.h (includes): Likewise.
4449         * tests/test-sys_times.c (main): Enhance test.
4450
4451         fdutimensat: revert prior patch
4452         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4453         utimens.h.
4454         Reported by Bruno Haible.
4455
4456 2009-12-30  Eric Blake  <ebb9@byu.net>
4457
4458         sys_wait: drop link-warning dependency
4459         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4460         link-warning efforts.
4461         * lib/sys_wait.in.h: Likewise.
4462
4463         fdutimensat: remove bogus dependency
4464         * modules/fdutimensat (Depends-on): Drop inline.
4465
4466         unistd: fix typo
4467         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4468
4469 2009-12-30  Bruno Haible  <bruno@clisp.org>
4470
4471         Fix compilation error with Solaris cc.
4472         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4473         * lib/unicase/u16-is-invariant.c: Likewise.
4474         * lib/unicase/u32-is-invariant.c: Likewise.
4475         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4476
4477 2009-12-30  Bruno Haible  <bruno@clisp.org>
4478
4479         Fix test crash.
4480         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4481         locales.
4482         Reported by Simon Josefsson <simon@josefsson.org>.
4483
4484 2009-12-30  Bruno Haible  <bruno@clisp.org>
4485
4486         Fix compilation error on most platforms.
4487         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4488         Reported by Simon Josefsson <simon@josefsson.org>
4489         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4490
4491 2009-12-30  Eric Blake  <ebb9@byu.net>
4492
4493         futimens, utimensat: work around ntfs-3g bug
4494         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4495         a ctime bug is present, and expand workaround to cover ntfs-3g.
4496         * lib/utimens.c (fdutimens, lutimens): Likewise.
4497         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4498         (validate_timespec): Adjust return value.
4499         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4500         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4501         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4502
4503 2009-12-29  Eric Blake  <ebb9@byu.net>
4504
4505         link-warning: make usage consistent
4506         * modules/ctype (Depends-on): Add link-warning.
4507         (Makefile.am): Update rules accordingly.
4508         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4509         * modules/locale (Depends-on, Makefile.am): Likewise.
4510         * modules/sys_file (Makefile.am): Likewise.
4511         * modules/getopt-posix (Makefile.am): Delete unused link warning
4512         efforts.
4513         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4514         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4515         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4516         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4517
4518         stdio: remove unused variables
4519         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4520         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4521         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4522
4523         tests: test more substitute headers
4524         * modules/ctype-tests: New file.
4525         * modules/dirent-tests: Likewise.
4526         * modules/spawn-tests: Likewise.
4527         * modules/sys_file-tests: Likewise.
4528         * modules/sys_ioctl-tests: Likewise.
4529         * modules/sys_wait-tests: Likewise.
4530         * tests/test-ctype.c: Likewise.
4531         * tests/test-dirent.c: Likewise.
4532         * tests/test-spawn.c: Likewise.
4533         * tests/test-sys_file.c: Likewise.
4534         * tests/test-sys_ioctl.c: Likewise.
4535         * tests/test-sys_wait.c: Likewise.
4536         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4537         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4538         whether or not flock is in use.
4539
4540         tests: remove License section from module
4541         * modules/arpa_inet-tests: Remove unneeded section.
4542         * modules/byteswap-tests: Likewise.
4543         * modules/ceilf-tests: Likewise.
4544         * modules/ceill-tests: Likewise.
4545         * modules/crypto/des-tests: Likewise.
4546         * modules/crypto/gc-arcfour-tests: Likewise.
4547         * modules/crypto/gc-arctwo-tests: Likewise.
4548         * modules/crypto/gc-des-tests: Likewise.
4549         * modules/crypto/gc-hmac-md5-tests: Likewise.
4550         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4551         * modules/crypto/gc-md2-tests: Likewise.
4552         * modules/crypto/gc-md4-tests: Likewise.
4553         * modules/crypto/gc-md5-tests: Likewise.
4554         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4555         * modules/crypto/gc-rijndael-tests: Likewise.
4556         * modules/crypto/gc-sha1-tests: Likewise.
4557         * modules/crypto/gc-tests: Likewise.
4558         * modules/crypto/md2-tests: Likewise.
4559         * modules/crypto/md4-tests: Likewise.
4560         * modules/fcntl-h-tests: Likewise.
4561         * modules/floorf-tests: Likewise.
4562         * modules/floorl-tests: Likewise.
4563         * modules/frexp-nolibm-tests: Likewise.
4564         * modules/frexp-tests: Likewise.
4565         * modules/frexpl-nolibm-tests: Likewise.
4566         * modules/frexpl-tests: Likewise.
4567         * modules/getaddrinfo-tests: Likewise.
4568         * modules/inttypes-tests: Likewise.
4569         * modules/isfinite-tests: Likewise.
4570         * modules/isinf-tests: Likewise.
4571         * modules/ldexpl-tests: Likewise.
4572         * modules/locale-tests: Likewise.
4573         * modules/math-tests: Likewise.
4574         * modules/netdb-tests: Likewise.
4575         * modules/netinet_in-tests: Likewise.
4576         * modules/printf-frexp-tests: Likewise.
4577         * modules/printf-frexpl-tests: Likewise.
4578         * modules/priv-set-tests: Likewise.
4579         * modules/random_r-tests: Likewise.
4580         * modules/round-tests: Likewise.
4581         * modules/roundf-tests: Likewise.
4582         * modules/roundl-tests: Likewise.
4583         * modules/search-tests: Likewise.
4584         * modules/select-tests: Likewise.
4585         * modules/signal-tests: Likewise.
4586         * modules/stdbool-tests: Likewise.
4587         * modules/stddef-tests: Likewise.
4588         * modules/stdint-tests: Likewise.
4589         * modules/stdio-tests: Likewise.
4590         * modules/stdlib-tests: Likewise.
4591         * modules/string-tests: Likewise.
4592         * modules/strings-tests: Likewise.
4593         * modules/sys_select-tests: Likewise.
4594         * modules/sys_socket-tests: Likewise.
4595         * modules/sys_stat-tests: Likewise.
4596         * modules/sys_time-tests: Likewise.
4597         * modules/sys_utsname-tests: Likewise.
4598         * modules/sysexits-tests: Likewise.
4599         * modules/time-tests: Likewise.
4600         * modules/trunc-tests: Likewise.
4601         * modules/truncf-tests: Likewise.
4602         * modules/truncl-tests: Likewise.
4603         * modules/tsearch-tests: Likewise.
4604         * modules/unistd-tests: Likewise.
4605         * modules/wchar-tests: Likewise.
4606         * modules/wctype-tests: Likewise.
4607
4608         tests: fix license on several tests
4609         * tests/test-des.c: Update to GPLv3+.
4610         * tests/test-flock.c: Likewise.
4611         * tests/test-fsync.c: Likewise.
4612         * tests/test-futimens.h: Likewise.
4613         * tests/test-gc-arcfour.c: Likewise.
4614         * tests/test-gc-arctwo.c: Likewise.
4615         * tests/test-gc-des.c: Likewise.
4616         * tests/test-gc-hmac-md5.c: Likewise.
4617         * tests/test-gc-hmac-sha1.c: Likewise.
4618         * tests/test-gc-md2.c: Likewise.
4619         * tests/test-gc-md4.c: Likewise.
4620         * tests/test-gc-md5.c: Likewise.
4621         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4622         * tests/test-gc-rijndael.c: Likewise.
4623         * tests/test-gc-sha1.c: Likewise.
4624         * tests/test-gc.c: Likewise.
4625         * tests/test-getcwd.c: Likewise.
4626         * tests/test-link.c: Likewise.
4627         * tests/test-link.h: Likewise.
4628         * tests/test-lutimens.h: Likewise.
4629         * tests/test-md2.c: Likewise.
4630         * tests/test-md4.c: Likewise.
4631         * tests/test-mkdir.h: Likewise.
4632         * tests/test-rename.c: Likewise.
4633         * tests/test-rename.h: Likewise.
4634         * tests/test-safe-alloc.c: Likewise.
4635         * tests/test-utimens-common.h: Likewise.
4636         * tests/test-utimens.h: Likewise.
4637
4638         maint: sync license texts
4639         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4640         * doc/gpl-3.0.texi: Revert copyright year update.
4641         * doc/lgpl-3.0.texi: Likewise.
4642
4643 2009-12-29  Jim Meyering  <meyering@redhat.com>
4644
4645         update nearly all FSF copyright year lists to include 2009
4646         The files named by the following are exempted:
4647             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4648               test -f "$dst" && { echo "$dst"; continue; }
4649               test -d "$dst" || continue
4650               echo "$dst"/$(basename "$src")
4651             done > exempt
4652             git ls-files tests/unictype >> exempt
4653         In the remaining files, convert to all-interval notation if
4654         - there is already at least one year interval like 2000-2003
4655         - the file is maintained by me
4656         - the file is in lib/uni*/, where that style already prevails
4657         Otherwise, use update-copyright's default.
4658
4659 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4660         and Eric Blake  <ebb9@byu.net>
4661
4662         tests: don't require debug system() to pass
4663         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4664         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4665         * tests/test-unlink.h (test_unlink_func): Likewise.
4666         * tests/test-fstatat.c (main): ...into callers.
4667         * tests/test-lstat.c (main): Likewise.
4668         * tests/test-rmdir.c (main): Likewise.
4669         * tests/test-unlink.c (main): Likewise.
4670         * tests/test-unlinkat.c (main): Likewise.
4671         * tests/test-areadlink-with-size.c (main): Don't require a
4672         debug-only system call to pass, aiding cross-testing to mingw.
4673         * tests/test-areadlink.c (main): Likewise.
4674         * tests/test-areadlinkat-with-size.c (main): Likewise.
4675         * tests/test-areadlinkat.c (main): Likewise.
4676         * tests/test-canonicalize-lgpl.c (main): Likewise.
4677         * tests/test-canonicalize.c (main): Likewise.
4678         * tests/test-chown.c (main): Likewise.
4679         * tests/test-fchownat.c (main): Likewise.
4680         * tests/test-lchown.c (main): Likewise.
4681         * tests/test-fdutimensat.c (main): Likewise.
4682         * tests/test-futimens.c (main): Likewise.
4683         * tests/test-link.c (main): Likewise.
4684         * tests/test-linkat.c (main): Likewise.
4685         * tests/test-mkdir.c (main): Likewise.
4686         * tests/test-mkdirat.c (main): Likewise.
4687         * tests/test-mkfifo.c (main): Likewise.
4688         * tests/test-mkfifoat.c (main): Likewise.
4689         * tests/test-mknod.c (main): Likewise.
4690         * tests/test-readlink.c (main): Likewise.
4691         * tests/test-remove.c (main): Likewise.
4692         * tests/test-rename.c (main): Likewise.
4693         * tests/test-renameat.c (main): Likewise.
4694         * tests/test-symlink.c (main): Likewise.
4695         * tests/test-symlinkat.c (main): Likewise.
4696         * tests/test-utimens.c (main): Likewise.
4697         * tests/test-utimensat.c (main): Likewise.
4698
4699 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4700
4701         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4702         on $(UNUSED_PARAMETER_H) to avoid build failure.
4703
4704 2009-12-28  Jim Meyering  <meyering@redhat.com>
4705
4706         update-copyright: you may specify a max. line length other than 72
4707         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4708
4709         maint: use consistent FSF copyright line syntax
4710         * lib/posixtm.c: Add missing comma in FSF copyright line.
4711         * lib/posixtm.h: Likewise.
4712         * lib/getugroups.c: Add missing ", Inc.".
4713
4714         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4715         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4716         FSF copyright line.  Remove trailing blanks.
4717
4718 2009-12-28  Eric Blake  <ebb9@byu.net>
4719
4720         test-dup2: reduce dependencies
4721         * modules/cloexec (Configure.ac): Set witness.
4722         * modules/dup2-tests (Depends-on): Drop cloexec.
4723         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4724         not present.
4725         Suggested by Bruno Haible.
4726
4727 2009-12-26  Bruno Haible  <bruno@clisp.org>
4728
4729         Remove an unneeded dependency.
4730         * modules/fseterr (Depends-on): Remove dup2.
4731
4732 2009-12-26  Eric Blake  <ebb9@byu.net>
4733
4734         tests: use macros.h in more places
4735         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4736         (ASSERT_STREAM): Provide default of stderr.
4737         * tests/test-dirent-safer.c: Include macros.h, using alternate
4738         stream for assertions.
4739         * tests/test-dup-safer.c: Likewise.
4740         * tests/test-freopen-safer.c: Likewise.
4741         * tests/test-getopt.c: Likewise.
4742         * tests/test-openat-safer.c: Likewise.
4743         * tests/test-pipe.c: Likewise.
4744         * tests/test-popen-safer.c: Likewise.
4745         * modules/dirent-safer-tests (Files): Include macros.h.
4746         * modules/unistd-safer-tests (Files): Likewise.
4747         * modules/freopen-safer-tests (Files): Likewise.
4748         * modules/getopt-posix-tests (Files): Likewise.
4749         * modules/openat-safer-tests (Files): Likewise.
4750         * modules/pipe-tests (Files): Likewise.
4751
4752 2009-12-26  Bruno Haible  <bruno@clisp.org>
4753
4754         javacomp: Portability fix.
4755         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4756         that it also works on Solaris.
4757
4758 2009-12-26  Bruno Haible  <bruno@clisp.org>
4759
4760         localename: Fix storage allocation of gl_locale_name_thread's result.
4761         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4762         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4763         all platforms that have 'uselocale'.
4764         (gl_locale_name_thread_unsafe): New function, extracted from
4765         gl_locale_name_thread.
4766         (gl_locale_name_thread): Call struniq on all platforms that have
4767         'uselocale'.
4768         * tests/test-localename.c (test_locale_name_thread): Check that the
4769         resulting strings are permanently allocated.
4770         * modules/localename-tests (Depends-on): Add strdup.
4771
4772 2009-12-26  Bruno Haible  <bruno@clisp.org>
4773
4774         * tests/test-localename.c (categories): Fill in the strings.
4775
4776 2009-12-26  Jim Meyering  <meyering@redhat.com>
4777
4778         isdir: complete the removal of m4/isdir.m4
4779         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
4780
4781         isdir: clean up, since at least grep still uses it
4782         * lib/isdir.c: Include "isdir.h".
4783         (S_ISDIR): Remove now-unneeded definition.
4784         * modules/isdir (Files): Add lib/isdir.h.
4785         * lib/isdir.h: New file, with declaration.
4786         * m4/isdir.m4: Remove file -- unneeded.
4787
4788 2009-12-25  Bruno Haible  <bruno@clisp.org>
4789
4790         selinux-h: Make generated .h files standalone.
4791         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
4792         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
4793         * lib/se-selinux.in.h: Likewise.
4794         * modules/selinux-h (Depends-on): Add unused-parameter.
4795         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
4796         selinux/selinux.h and selinux/context.h.
4797         Suggested by Eric Blake.
4798
4799 2009-12-25  Bruno Haible  <bruno@clisp.org>
4800
4801         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
4802         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
4803         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
4804         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
4805         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
4806
4807 2009-12-24  Bruno Haible  <bruno@clisp.org>
4808
4809         openat: Fix warning.
4810         * lib/openat-proc.c: Include <unistd.h>.
4811
4812 2009-12-24  Bruno Haible  <bruno@clisp.org>
4813
4814         New module 'unused-parameter'.
4815         * build-aux/unused-parameter.h: New file, extracted from earlier
4816         gnulib-common.m4.
4817         * modules/unused-parameter: New file.
4818         * lib/unistr.h: Include unused-parameter.h.
4819         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
4820         _GL_UNUSED.
4821         * modules/unistr/base (Depends-on): Add unused-parameter.
4822
4823 2009-12-24  Bruno Haible  <bruno@clisp.org>
4824
4825         Add missing dependencies to 'extensions' module.
4826         * m4/extensions.m4: Add comment.
4827         * modules/accept4 (Depends-on): Add extensions.
4828         * modules/dup3 (Depends-on): Likewise.
4829         * modules/fcntl (Depends-on): Likewise.
4830         * modules/futimens (Depends-on): Likewise.
4831         * modules/mknod (Depends-on): Likewise.
4832         * modules/pipe2 (Depends-on): Likewise.
4833         * modules/stat-time (Depends-on): Likewise.
4834         * modules/strcasestr-simple (Depends-on): Likewise.
4835         * modules/strsignal (Depends-on): Likewise.
4836         * modules/utimensat (Depends-on): Likewise.
4837         * modules/localcharset (Depends-on): Likewise. Needed because of
4838         gl_FCNTL_O_FLAGS.
4839         * modules/wcrtomb (Depends-on): Likewise. Needed because of
4840         AC_TYPE_MBSTATE_T.
4841         * modules/wcsnrtombs (Depends-on): Likewise.
4842         * modules/wcsrtombs (Depends-on): Likewise.
4843
4844 2009-12-24  Bruno Haible  <bruno@clisp.org>
4845
4846         binary-io: Avoid gcc warning due to SET_BINARY.
4847         * lib/binary-io.h (SET_BINARY): Cast the result to void.
4848         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
4849
4850 2009-12-24  Bruno Haible  <bruno@clisp.org>
4851
4852         Avoid future namespace pollution on glibc systems.
4853         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
4854         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
4855         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
4856         glibc systems.
4857
4858 2009-12-24  Bruno Haible  <bruno@clisp.org>
4859
4860         Refactor common macros used in tests.
4861         * tests/macros.h: New file.
4862         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
4863         and/or <stdlib.h>, if appropriate.
4864         (ASSERT, SIZEOF): Remove macros.
4865         * tests/test-areadlink-with-size.c: Likewise.
4866         * tests/test-areadlinkat.c: Likewise.
4867         * tests/test-areadlinkat-with-size.c: Likewise.
4868         * tests/test-argmatch.c: Likewise.
4869         * tests/test-argv-iter.c: Likewise.
4870         * tests/test-array-mergesort.c: Likewise.
4871         * tests/test-array_list.c: Likewise.
4872         * tests/test-array_oset.c: Likewise.
4873         * tests/test-avltree_list.c: Likewise.
4874         * tests/test-avltree_oset.c: Likewise.
4875         * tests/test-avltreehash_list.c: Likewise.
4876         * tests/test-base64.c: Likewise.
4877         * tests/test-binary-io.c: Likewise.
4878         * tests/test-bitrotate.c: Likewise.
4879         * tests/test-btowc.c: Likewise.
4880         * tests/test-byteswap.c: Likewise.
4881         * tests/test-c-ctype.c: Likewise.
4882         * tests/test-c-stack.c: Likewise.
4883         * tests/test-c-strcasecmp.c: Likewise.
4884         * tests/test-c-strcasestr.c: Likewise.
4885         * tests/test-c-strncasecmp.c: Likewise.
4886         * tests/test-c-strstr.c: Likewise.
4887         * tests/test-canonicalize-lgpl.c: Likewise.
4888         * tests/test-canonicalize.c: Likewise.
4889         * tests/test-carray_list.c: Likewise.
4890         * tests/test-ceilf1.c: Likewise.
4891         * tests/test-ceilf2.c: Likewise.
4892         * tests/test-ceill.c: Likewise.
4893         * tests/test-chown.c: Likewise.
4894         * tests/test-cloexec.c: Likewise.
4895         * tests/test-copy-acl.c: Likewise.
4896         * tests/test-copy-file.c: Likewise.
4897         * tests/test-count-one-bits.c: Likewise.
4898         * tests/test-dprintf-posix.c: Likewise.
4899         * tests/test-dup2.c: Likewise.
4900         * tests/test-dup3.c: Likewise.
4901         * tests/test-duplocale.c: Likewise.
4902         * tests/test-fbufmode.c: Likewise.
4903         * tests/test-fchdir.c: Likewise.
4904         * tests/test-fchownat.c: Likewise.
4905         * tests/test-fcntl-safer.c: Likewise.
4906         * tests/test-fcntl.c: Likewise.
4907         * tests/test-fdopendir.c: Likewise.
4908         * tests/test-fdutimensat.c: Likewise.
4909         * tests/test-fflush2.c: Likewise.
4910         * tests/test-file-has-acl.c: Likewise.
4911         * tests/test-filevercmp.c: Likewise.
4912         * tests/test-flock.c: Likewise.
4913         * tests/test-floorf1.c: Likewise.
4914         * tests/test-floorf2.c: Likewise.
4915         * tests/test-floorl.c: Likewise.
4916         * tests/test-fnmatch.c: Likewise.
4917         * tests/test-fopen.h: Likewise.
4918         * tests/test-fpending.c: Likewise.
4919         * tests/test-fprintf-posix.c: Likewise.
4920         * tests/test-fpurge.c: Likewise.
4921         * tests/test-freadable.c: Likewise.
4922         * tests/test-freadahead.c: Likewise.
4923         * tests/test-freading.c: Likewise.
4924         * tests/test-freadptr.c: Likewise.
4925         * tests/test-freadptr2.c: Likewise.
4926         * tests/test-freadseek.c: Likewise.
4927         * tests/test-freopen.c: Likewise.
4928         * tests/test-frexp.c: Likewise.
4929         * tests/test-frexpl.c: Likewise.
4930         * tests/test-fseek.c: Likewise.
4931         * tests/test-fseeko.c: Likewise.
4932         * tests/test-fstatat.c: Likewise.
4933         * tests/test-fstrcmp.c: Likewise.
4934         * tests/test-fsync.c: Likewise.
4935         * tests/test-ftell.c: Likewise.
4936         * tests/test-ftello.c: Likewise.
4937         * tests/test-func.c: Likewise.
4938         * tests/test-futimens.c: Likewise.
4939         * tests/test-fwritable.c: Likewise.
4940         * tests/test-fwriting.c: Likewise.
4941         * tests/test-getcwd.c: Likewise.
4942         * tests/test-getdate.c: Likewise.
4943         * tests/test-getdelim.c: Likewise.
4944         * tests/test-getdtablesize.c: Likewise.
4945         * tests/test-getgroups.c: Likewise.
4946         * tests/test-getline.c: Likewise.
4947         * tests/test-getndelim2.c: Likewise.
4948         * tests/test-glob.c: Likewise.
4949         * tests/test-hash.c: Likewise.
4950         * tests/test-i-ring.c: Likewise.
4951         * tests/test-iconv-utf.c: Likewise.
4952         * tests/test-iconv.c: Likewise.
4953         * tests/test-idpriv-drop.c: Likewise.
4954         * tests/test-idpriv-droptemp.c: Likewise.
4955         * tests/test-inet_ntop.c: Likewise.
4956         * tests/test-inet_pton.c: Likewise.
4957         * tests/test-isblank.c: Likewise.
4958         * tests/test-isfinite.c: Likewise.
4959         * tests/test-isinf.c: Likewise.
4960         * tests/test-isnan.c: Likewise.
4961         * tests/test-isnand.h: Likewise.
4962         * tests/test-isnanf.h: Likewise.
4963         * tests/test-isnanl.h: Likewise.
4964         * tests/test-lchown.c: Likewise.
4965         * tests/test-ldexpl.c: Likewise.
4966         * tests/test-link.c: Likewise.
4967         * tests/test-linkat.c: Likewise.
4968         * tests/test-linked_list.c: Likewise.
4969         * tests/test-linkedhash_list.c: Likewise.
4970         * tests/test-localename.c: Likewise.
4971         * tests/test-lseek.c: Likewise.
4972         * tests/test-lstat.c: Likewise.
4973         * tests/test-mbmemcasecmp.c: Likewise.
4974         * tests/test-mbmemcasecoll.c: Likewise.
4975         * tests/test-mbrtowc.c: Likewise.
4976         * tests/test-mbscasecmp.c: Likewise.
4977         * tests/test-mbscasestr1.c: Likewise.
4978         * tests/test-mbscasestr2.c: Likewise.
4979         * tests/test-mbscasestr3.c: Likewise.
4980         * tests/test-mbscasestr4.c: Likewise.
4981         * tests/test-mbschr.c: Likewise.
4982         * tests/test-mbscspn.c: Likewise.
4983         * tests/test-mbsinit.c: Likewise.
4984         * tests/test-mbsncasecmp.c: Likewise.
4985         * tests/test-mbsnrtowcs.c: Likewise.
4986         * tests/test-mbspbrk.c: Likewise.
4987         * tests/test-mbspcasecmp.c: Likewise.
4988         * tests/test-mbsrchr.c: Likewise.
4989         * tests/test-mbsrtowcs.c: Likewise.
4990         * tests/test-mbsspn.c: Likewise.
4991         * tests/test-mbsstr1.c: Likewise.
4992         * tests/test-mbsstr2.c: Likewise.
4993         * tests/test-mbsstr3.c: Likewise.
4994         * tests/test-memchr.c: Likewise.
4995         * tests/test-memchr2.c: Likewise.
4996         * tests/test-memcmp.c: Likewise.
4997         * tests/test-memmem.c: Likewise.
4998         * tests/test-memrchr.c: Likewise.
4999         * tests/test-mkdir.c: Likewise.
5000         * tests/test-mkdirat.c: Likewise.
5001         * tests/test-mkfifo.c: Likewise.
5002         * tests/test-mkfifoat.c: Likewise.
5003         * tests/test-mknod.c: Likewise.
5004         * tests/test-nanosleep.c: Likewise.
5005         * tests/test-nl_langinfo.c: Likewise.
5006         * tests/test-obstack-printf.c: Likewise.
5007         * tests/test-open.c: Likewise.
5008         * tests/test-openat.c: Likewise.
5009         * tests/test-pipe-filter-gi1.c: Likewise.
5010         * tests/test-pipe-filter-gi2-main.c: Likewise.
5011         * tests/test-pipe-filter-ii1.c: Likewise.
5012         * tests/test-pipe-filter-ii2-main.c: Likewise.
5013         * tests/test-pipe2.c: Likewise.
5014         * tests/test-popen.h: Likewise.
5015         * tests/test-posixtm.c: Likewise.
5016         * tests/test-pread.c: Likewise.
5017         * tests/test-printf-frexp.c: Likewise.
5018         * tests/test-printf-frexpl.c: Likewise.
5019         * tests/test-printf-posix.c: Likewise.
5020         * tests/test-priv-set.c: Likewise.
5021         * tests/test-quotearg.c: Likewise.
5022         * tests/test-random_r.c: Likewise.
5023         * tests/test-rawmemchr.c: Likewise.
5024         * tests/test-rbtree_list.c: Likewise.
5025         * tests/test-rbtree_oset.c: Likewise.
5026         * tests/test-rbtreehash_list.c: Likewise.
5027         * tests/test-readlink.c: Likewise.
5028         * tests/test-remove.c: Likewise.
5029         * tests/test-rename.c: Likewise.
5030         * tests/test-renameat.c: Likewise.
5031         * tests/test-rmdir.c: Likewise.
5032         * tests/test-round1.c: Likewise.
5033         * tests/test-roundf1.c: Likewise.
5034         * tests/test-roundl.c: Likewise.
5035         * tests/test-safe-alloc.c: Likewise.
5036         * tests/test-sameacls.c: Likewise.
5037         * tests/test-set-mode-acl.c: Likewise.
5038         * tests/test-setenv.c: Likewise.
5039         * tests/test-sigaction.c: Likewise.
5040         * tests/test-signbit.c: Likewise.
5041         * tests/test-sleep.c: Likewise.
5042         * tests/test-snprintf-posix.c: Likewise.
5043         * tests/test-snprintf.c: Likewise.
5044         * tests/test-sprintf-posix.c: Likewise.
5045         * tests/test-stat-time.c: Likewise.
5046         * tests/test-stat.c: Likewise.
5047         * tests/test-strcasestr.c: Likewise.
5048         * tests/test-strchrnul.c: Likewise.
5049         * tests/test-strerror.c: Likewise.
5050         * tests/test-striconv.c: Likewise.
5051         * tests/test-striconveh.c: Likewise.
5052         * tests/test-striconveha.c: Likewise.
5053         * tests/test-strsignal.c: Likewise.
5054         * tests/test-strstr.c: Likewise.
5055         * tests/test-strtod.c: Likewise.
5056         * tests/test-strverscmp.c: Likewise.
5057         * tests/test-symlink.c: Likewise.
5058         * tests/test-symlinkat.c: Likewise.
5059         * tests/test-trunc1.c: Likewise.
5060         * tests/test-trunc2.c: Likewise.
5061         * tests/test-truncf1.c: Likewise.
5062         * tests/test-truncf2.c: Likewise.
5063         * tests/test-truncl.c: Likewise.
5064         * tests/test-uname.c: Likewise.
5065         * tests/test-unlink.c: Likewise.
5066         * tests/test-unlinkat.c: Likewise.
5067         * tests/test-unsetenv.c: Likewise.
5068         * tests/test-usleep.c: Likewise.
5069         * tests/test-utimens.c: Likewise.
5070         * tests/test-utimensat.c: Likewise.
5071         * tests/test-vasnprintf-posix.c: Likewise.
5072         * tests/test-vasnprintf-posix2.c: Likewise.
5073         * tests/test-vasnprintf.c: Likewise.
5074         * tests/test-vasprintf-posix.c: Likewise.
5075         * tests/test-vasprintf.c: Likewise.
5076         * tests/test-vdprintf-posix.c: Likewise.
5077         * tests/test-vfprintf-posix.c: Likewise.
5078         * tests/test-vprintf-posix.c: Likewise.
5079         * tests/test-vsnprintf-posix.c: Likewise.
5080         * tests/test-vsnprintf.c: Likewise.
5081         * tests/test-vsprintf-posix.c: Likewise.
5082         * tests/test-wcrtomb.c: Likewise.
5083         * tests/test-wcsnrtombs.c: Likewise.
5084         * tests/test-wcsrtombs.c: Likewise.
5085         * tests/test-wctype.c: Likewise.
5086         * tests/test-wcwidth.c: Likewise.
5087         * tests/test-xfprintf-posix.c: Likewise.
5088         * tests/test-xmemdup0.c: Likewise.
5089         * tests/test-xprintf-posix.c: Likewise.
5090         * tests/test-xvasprintf.c: Likewise.
5091         * tests/unicase/test-locale-language.c: Likewise.
5092         * tests/unicase/test-mapping-part1.h: Likewise.
5093         * tests/unicase/test-predicate-part1.h: Likewise.
5094         * tests/unicase/test-u8-casecmp.c: Likewise.
5095         * tests/unicase/test-u8-casecoll.c: Likewise.
5096         * tests/unicase/test-u8-casefold.c: Likewise.
5097         * tests/unicase/test-u8-is-cased.c: Likewise.
5098         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5099         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5100         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5101         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5102         * tests/unicase/test-u8-tolower.c: Likewise.
5103         * tests/unicase/test-u8-totitle.c: Likewise.
5104         * tests/unicase/test-u8-toupper.c: Likewise.
5105         * tests/unicase/test-u16-casecmp.c: Likewise.
5106         * tests/unicase/test-u16-casecoll.c: Likewise.
5107         * tests/unicase/test-u16-casefold.c: Likewise.
5108         * tests/unicase/test-u16-is-cased.c: Likewise.
5109         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5110         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5111         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5112         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5113         * tests/unicase/test-u16-tolower.c: Likewise.
5114         * tests/unicase/test-u16-totitle.c: Likewise.
5115         * tests/unicase/test-u16-toupper.c: Likewise.
5116         * tests/unicase/test-u32-casecmp.c: Likewise.
5117         * tests/unicase/test-u32-casecoll.c: Likewise.
5118         * tests/unicase/test-u32-casefold.c: Likewise.
5119         * tests/unicase/test-u32-is-cased.c: Likewise.
5120         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5121         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5122         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5123         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5124         * tests/unicase/test-u32-tolower.c: Likewise.
5125         * tests/unicase/test-u32-totitle.c: Likewise.
5126         * tests/unicase/test-u32-toupper.c: Likewise.
5127         * tests/unicase/test-ulc-casecmp.c: Likewise.
5128         * tests/unicase/test-ulc-casecoll.c: Likewise.
5129         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5130         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5131         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5132         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5133         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5134         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5135         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5136         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5137         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5138         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5139         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5140         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5141         * tests/unictype/test-bidi_byname.c: Likewise.
5142         * tests/unictype/test-bidi_name.c: Likewise.
5143         * tests/unictype/test-bidi_of.c: Likewise.
5144         * tests/unictype/test-bidi_test.c: Likewise.
5145         * tests/unictype/test-block_list.c: Likewise.
5146         * tests/unictype/test-block_of.c: Likewise.
5147         * tests/unictype/test-block_test.c: Likewise.
5148         * tests/unictype/test-categ_and.c: Likewise.
5149         * tests/unictype/test-categ_and_not.c: Likewise.
5150         * tests/unictype/test-categ_byname.c: Likewise.
5151         * tests/unictype/test-categ_name.c: Likewise.
5152         * tests/unictype/test-categ_none.c: Likewise.
5153         * tests/unictype/test-categ_of.c: Likewise.
5154         * tests/unictype/test-categ_or.c: Likewise.
5155         * tests/unictype/test-categ_test_withtable.c: Likewise.
5156         * tests/unictype/test-combining.c: Likewise.
5157         * tests/unictype/test-decdigit.c: Likewise.
5158         * tests/unictype/test-digit.c: Likewise.
5159         * tests/unictype/test-mirror.c: Likewise.
5160         * tests/unictype/test-numeric.c: Likewise.
5161         * tests/unictype/test-pr_byname.c: Likewise.
5162         * tests/unictype/test-pr_test.c: Likewise.
5163         * tests/unictype/test-predicate-part1.h: Likewise.
5164         * tests/unictype/test-scripts.c: Likewise.
5165         * tests/unictype/test-sy_c_ident.c: Likewise.
5166         * tests/unictype/test-sy_java_ident.c: Likewise.
5167         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5168         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5169         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5170         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5171         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5172         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5173         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5174         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5175         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5176         * tests/uninorm/test-compat-decomposition.c: Likewise.
5177         * tests/uninorm/test-composition.c: Likewise.
5178         * tests/uninorm/test-decomposing-form.c: Likewise.
5179         * tests/uninorm/test-decomposition.c: Likewise.
5180         * tests/uninorm/test-u8-nfc.c: Likewise.
5181         * tests/uninorm/test-u8-nfd.c: Likewise.
5182         * tests/uninorm/test-u8-nfkc.c: Likewise.
5183         * tests/uninorm/test-u8-nfkd.c: Likewise.
5184         * tests/uninorm/test-u8-normcmp.c: Likewise.
5185         * tests/uninorm/test-u8-normcoll.c: Likewise.
5186         * tests/uninorm/test-u16-nfc.c: Likewise.
5187         * tests/uninorm/test-u16-nfd.c: Likewise.
5188         * tests/uninorm/test-u16-nfkc.c: Likewise.
5189         * tests/uninorm/test-u16-nfkd.c: Likewise.
5190         * tests/uninorm/test-u16-normcmp.c: Likewise.
5191         * tests/uninorm/test-u16-normcoll.c: Likewise.
5192         * tests/uninorm/test-u32-nfc.c: Likewise.
5193         * tests/uninorm/test-u32-nfd.c: Likewise.
5194         * tests/uninorm/test-u32-nfkc.c: Likewise.
5195         * tests/uninorm/test-u32-nfkd.c: Likewise.
5196         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5197         * tests/uninorm/test-u32-normcmp.c: Likewise.
5198         * tests/uninorm/test-u32-normcoll.c: Likewise.
5199         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5200         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5201         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5202         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5203         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5204         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5205         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5206         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5207         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5208         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5209         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5210         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5211         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5212         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5213         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5214         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5215         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5216         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5217         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5218         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5219         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5220         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5221         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5222         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5223         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5224         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5225         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5226         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5227         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5228         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5229         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5230         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5231         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5232         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5233         * tests/uniwidth/test-u8-width.c: Likewise.
5234         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5235         * tests/uniwidth/test-u16-width.c: Likewise.
5236         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5237         * tests/uniwidth/test-u32-width.c: Likewise.
5238         * tests/uniwidth/test-uc_width.c: Likewise.
5239         * tests/uniwidth/test-uc_width2.c: Likewise.
5240         * modules/acl-tests (Files): Add tests/macros.h.
5241         * modules/areadlink-tests (Files): Likewise.
5242         * modules/areadlink-with-size-tests (Files): Likewise.
5243         * modules/areadlinkat-tests (Files): Likewise.
5244         * modules/areadlinkat-with-size-tests (Files): Likewise.
5245         * modules/argmatch-tests (Files): Likewise.
5246         * modules/argv-iter-tests (Files): Likewise.
5247         * modules/array-list-tests (Files): Likewise.
5248         * modules/array-mergesort-tests (Files): Likewise.
5249         * modules/array-oset-tests (Files): Likewise.
5250         * modules/avltree-list-tests (Files): Likewise.
5251         * modules/avltree-oset-tests (Files): Likewise.
5252         * modules/avltreehash-list-tests (Files): Likewise.
5253         * modules/base64-tests (Files): Likewise.
5254         * modules/binary-io-tests (Files): Likewise.
5255         * modules/bitrotate-tests (Files): Likewise.
5256         * modules/btowc-tests (Files): Likewise.
5257         * modules/byteswap-tests (Files): Likewise.
5258         * modules/c-ctype-tests (Files): Likewise.
5259         * modules/c-stack-tests (Files): Likewise.
5260         * modules/c-strcase-tests (Files): Likewise.
5261         * modules/c-strcasestr-tests (Files): Likewise.
5262         * modules/c-strstr-tests (Files): Likewise.
5263         * modules/canonicalize-lgpl-tests (Files): Likewise.
5264         * modules/canonicalize-tests (Files): Likewise.
5265         * modules/carray-list-tests (Files): Likewise.
5266         * modules/ceilf-tests (Files): Likewise.
5267         * modules/ceill-tests (Files): Likewise.
5268         * modules/chown-tests (Files): Likewise.
5269         * modules/cloexec-tests (Files): Likewise.
5270         * modules/copy-file-tests (Files): Likewise.
5271         * modules/count-one-bits-tests (Files): Likewise.
5272         * modules/dprintf-posix-tests (Files): Likewise.
5273         * modules/dup2-tests (Files): Likewise.
5274         * modules/dup3-tests (Files): Likewise.
5275         * modules/duplocale-tests (Files): Likewise.
5276         * modules/fbufmode-tests (Files): Likewise.
5277         * modules/fchdir-tests (Files): Likewise.
5278         * modules/fcntl-safer-tests (Files): Likewise.
5279         * modules/fcntl-tests (Files): Likewise.
5280         * modules/fdopendir-tests (Files): Likewise.
5281         * modules/fdutimensat-tests (Files): Likewise.
5282         * modules/fflush-tests (Files): Likewise.
5283         * modules/filevercmp-tests (Files): Likewise.
5284         * modules/flock-tests (Files): Likewise.
5285         * modules/floorf-tests (Files): Likewise.
5286         * modules/floorl-tests (Files): Likewise.
5287         * modules/fnmatch-tests (Files): Likewise.
5288         * modules/fopen-safer-tests (Files): Likewise.
5289         * modules/fopen-tests (Files): Likewise.
5290         * modules/fpending-tests (Files): Likewise.
5291         * modules/fprintf-posix-tests (Files): Likewise.
5292         * modules/fpurge-tests (Files): Likewise.
5293         * modules/freadable-tests (Files): Likewise.
5294         * modules/freadahead-tests (Files): Likewise.
5295         * modules/freading-tests (Files): Likewise.
5296         * modules/freadptr-tests (Files): Likewise.
5297         * modules/freadseek-tests (Files): Likewise.
5298         * modules/freopen-tests (Files): Likewise.
5299         * modules/frexp-nolibm-tests (Files): Likewise.
5300         * modules/frexp-tests (Files): Likewise.
5301         * modules/frexpl-nolibm-tests (Files): Likewise.
5302         * modules/frexpl-tests (Files): Likewise.
5303         * modules/fseek-tests (Files): Likewise.
5304         * modules/fseeko-tests (Files): Likewise.
5305         * modules/fstrcmp-tests (Files): Likewise.
5306         * modules/fsync-tests (Files): Likewise.
5307         * modules/ftell-tests (Files): Likewise.
5308         * modules/ftello-tests (Files): Likewise.
5309         * modules/func-tests (Files): Likewise.
5310         * modules/futimens-tests (Files): Likewise.
5311         * modules/fwritable-tests (Files): Likewise.
5312         * modules/fwriting-tests (Files): Likewise.
5313         * modules/getcwd-tests (Files): Likewise.
5314         * modules/getdate-tests (Files): Likewise.
5315         * modules/getdelim-tests (Files): Likewise.
5316         * modules/getdtablesize-tests (Files): Likewise.
5317         * modules/getgroups-tests (Files): Likewise.
5318         * modules/getline-tests (Files): Likewise.
5319         * modules/getndelim2-tests (Files): Likewise.
5320         * modules/glob-tests (Files): Likewise.
5321         * modules/hash-tests (Files): Likewise.
5322         * modules/i-ring-tests (Files): Likewise.
5323         * modules/iconv-tests (Files): Likewise.
5324         * modules/iconv_open-utf-tests (Files): Likewise.
5325         * modules/idpriv-drop-tests (Files): Likewise.
5326         * modules/idpriv-droptemp-tests (Files): Likewise.
5327         * modules/inet_ntop-tests (Files): Likewise.
5328         * modules/inet_pton-tests (Files): Likewise.
5329         * modules/isblank-tests (Files): Likewise.
5330         * modules/isfinite-tests (Files): Likewise.
5331         * modules/isinf-tests (Files): Likewise.
5332         * modules/isnan-tests (Files): Likewise.
5333         * modules/isnand-nolibm-tests (Files): Likewise.
5334         * modules/isnand-tests (Files): Likewise.
5335         * modules/isnanf-nolibm-tests (Files): Likewise.
5336         * modules/isnanf-tests (Files): Likewise.
5337         * modules/isnanl-nolibm-tests (Files): Likewise.
5338         * modules/isnanl-tests (Files): Likewise.
5339         * modules/lchown-tests (Files): Likewise.
5340         * modules/ldexpl-tests (Files): Likewise.
5341         * modules/link-tests (Files): Likewise.
5342         * modules/linkat-tests (Files): Likewise.
5343         * modules/linked-list-tests (Files): Likewise.
5344         * modules/linkedhash-list-tests (Files): Likewise.
5345         * modules/localename-tests (Files): Likewise.
5346         * modules/lseek-tests (Files): Likewise.
5347         * modules/lstat-tests (Files): Likewise.
5348         * modules/mbmemcasecmp-tests (Files): Likewise.
5349         * modules/mbmemcasecoll-tests (Files): Likewise.
5350         * modules/mbrtowc-tests (Files): Likewise.
5351         * modules/mbscasecmp-tests (Files): Likewise.
5352         * modules/mbscasestr-tests (Files): Likewise.
5353         * modules/mbschr-tests (Files): Likewise.
5354         * modules/mbscspn-tests (Files): Likewise.
5355         * modules/mbsinit-tests (Files): Likewise.
5356         * modules/mbsncasecmp-tests (Files): Likewise.
5357         * modules/mbsnrtowcs-tests (Files): Likewise.
5358         * modules/mbspbrk-tests (Files): Likewise.
5359         * modules/mbspcasecmp-tests (Files): Likewise.
5360         * modules/mbsrchr-tests (Files): Likewise.
5361         * modules/mbsrtowcs-tests (Files): Likewise.
5362         * modules/mbsspn-tests (Files): Likewise.
5363         * modules/mbsstr-tests (Files): Likewise.
5364         * modules/memchr-tests (Files): Likewise.
5365         * modules/memchr2-tests (Files): Likewise.
5366         * modules/memcmp-tests (Files): Likewise.
5367         * modules/memmem-tests (Files): Likewise.
5368         * modules/memrchr-tests (Files): Likewise.
5369         * modules/mkdir-tests (Files): Likewise.
5370         * modules/mkfifo-tests (Files): Likewise.
5371         * modules/mkfifoat-tests (Files): Likewise.
5372         * modules/mknod-tests (Files): Likewise.
5373         * modules/nanosleep-tests (Files): Likewise.
5374         * modules/nl_langinfo-tests (Files): Likewise.
5375         * modules/obstack-printf-tests (Files): Likewise.
5376         * modules/open-tests (Files): Likewise.
5377         * modules/openat-tests (Files): Likewise.
5378         * modules/pipe-filter-gi-tests (Files): Likewise.
5379         * modules/pipe-filter-ii-tests (Files): Likewise.
5380         * modules/pipe2-tests (Files): Likewise.
5381         * modules/popen-safer-tests (Files): Likewise.
5382         * modules/popen-tests (Files): Likewise.
5383         * modules/posixtm-tests (Files): Likewise.
5384         * modules/pread-tests (Files): Likewise.
5385         * modules/printf-frexp-tests (Files): Likewise.
5386         * modules/printf-frexpl-tests (Files): Likewise.
5387         * modules/printf-posix-tests (Files): Likewise.
5388         * modules/priv-set-tests (Files): Likewise.
5389         * modules/quotearg-tests (Files): Likewise.
5390         * modules/random_r-tests (Files): Likewise.
5391         * modules/rawmemchr-tests (Files): Likewise.
5392         * modules/rbtree-list-tests (Files): Likewise.
5393         * modules/rbtree-oset-tests (Files): Likewise.
5394         * modules/rbtreehash-list-tests (Files): Likewise.
5395         * modules/readlink-tests (Files): Likewise.
5396         * modules/remove-tests (Files): Likewise.
5397         * modules/rename-tests (Files): Likewise.
5398         * modules/renameat-tests (Files): Likewise.
5399         * modules/rmdir-tests (Files): Likewise.
5400         * modules/round-tests (Files): Likewise.
5401         * modules/roundf-tests (Files): Likewise.
5402         * modules/roundl-tests (Files): Likewise.
5403         * modules/safe-alloc-tests (Files): Likewise.
5404         * modules/setenv-tests (Files): Likewise.
5405         * modules/sigaction-tests (Files): Likewise.
5406         * modules/signbit-tests (Files): Likewise.
5407         * modules/sleep-tests (Files): Likewise.
5408         * modules/snprintf-posix-tests (Files): Likewise.
5409         * modules/snprintf-tests (Files): Likewise.
5410         * modules/sprintf-posix-tests (Files): Likewise.
5411         * modules/stat-tests (Files): Likewise.
5412         * modules/stat-time-tests (Files): Likewise.
5413         * modules/strcasestr-tests (Files): Likewise.
5414         * modules/strchrnul-tests (Files): Likewise.
5415         * modules/strerror-tests (Files): Likewise.
5416         * modules/striconv-tests (Files): Likewise.
5417         * modules/striconveh-tests (Files): Likewise.
5418         * modules/striconveha-tests (Files): Likewise.
5419         * modules/strsignal-tests (Files): Likewise.
5420         * modules/strstr-tests (Files): Likewise.
5421         * modules/strtod-tests (Files): Likewise.
5422         * modules/strverscmp-tests (Files): Likewise.
5423         * modules/symlink-tests (Files): Likewise.
5424         * modules/symlinkat-tests (Files): Likewise.
5425         * modules/trunc-tests (Files): Likewise.
5426         * modules/truncf-tests (Files): Likewise.
5427         * modules/truncl-tests (Files): Likewise.
5428         * modules/uname-tests (Files): Likewise.
5429         * modules/unicase/cased-tests (Files): Likewise.
5430         * modules/unicase/ignorable-tests (Files): Likewise.
5431         * modules/unicase/locale-language-tests (Files): Likewise.
5432         * modules/unicase/tolower-tests (Files): Likewise.
5433         * modules/unicase/totitle-tests (Files): Likewise.
5434         * modules/unicase/toupper-tests (Files): Likewise.
5435         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5436         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5437         * modules/unicase/u8-casefold-tests (Files): Likewise.
5438         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5439         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5440         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5441         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5442         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5443         * modules/unicase/u8-tolower-tests (Files): Likewise.
5444         * modules/unicase/u8-totitle-tests (Files): Likewise.
5445         * modules/unicase/u8-toupper-tests (Files): Likewise.
5446         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5447         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5448         * modules/unicase/u16-casefold-tests (Files): Likewise.
5449         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5450         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5451         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5452         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5453         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5454         * modules/unicase/u16-tolower-tests (Files): Likewise.
5455         * modules/unicase/u16-totitle-tests (Files): Likewise.
5456         * modules/unicase/u16-toupper-tests (Files): Likewise.
5457         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5458         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5459         * modules/unicase/u32-casefold-tests (Files): Likewise.
5460         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5461         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5462         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5463         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5464         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5465         * modules/unicase/u32-tolower-tests (Files): Likewise.
5466         * modules/unicase/u32-totitle-tests (Files): Likewise.
5467         * modules/unicase/u32-toupper-tests (Files): Likewise.
5468         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5469         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5470         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5471         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5472         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5473         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5474         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5475         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5476         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5477         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5478         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5479         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5480         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5481         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5482         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5483         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5484         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5485         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5486         * modules/unictype/block-list-tests (Files): Likewise.
5487         * modules/unictype/block-of-tests (Files): Likewise.
5488         * modules/unictype/block-test-tests (Files): Likewise.
5489         * modules/unictype/category-C-tests (Files): Likewise.
5490         * modules/unictype/category-Cc-tests (Files): Likewise.
5491         * modules/unictype/category-Cf-tests (Files): Likewise.
5492         * modules/unictype/category-Cn-tests (Files): Likewise.
5493         * modules/unictype/category-Co-tests (Files): Likewise.
5494         * modules/unictype/category-Cs-tests (Files): Likewise.
5495         * modules/unictype/category-L-tests (Files): Likewise.
5496         * modules/unictype/category-Ll-tests (Files): Likewise.
5497         * modules/unictype/category-Lm-tests (Files): Likewise.
5498         * modules/unictype/category-Lo-tests (Files): Likewise.
5499         * modules/unictype/category-Lt-tests (Files): Likewise.
5500         * modules/unictype/category-Lu-tests (Files): Likewise.
5501         * modules/unictype/category-M-tests (Files): Likewise.
5502         * modules/unictype/category-Mc-tests (Files): Likewise.
5503         * modules/unictype/category-Me-tests (Files): Likewise.
5504         * modules/unictype/category-Mn-tests (Files): Likewise.
5505         * modules/unictype/category-N-tests (Files): Likewise.
5506         * modules/unictype/category-Nd-tests (Files): Likewise.
5507         * modules/unictype/category-Nl-tests (Files): Likewise.
5508         * modules/unictype/category-No-tests (Files): Likewise.
5509         * modules/unictype/category-P-tests (Files): Likewise.
5510         * modules/unictype/category-Pc-tests (Files): Likewise.
5511         * modules/unictype/category-Pd-tests (Files): Likewise.
5512         * modules/unictype/category-Pe-tests (Files): Likewise.
5513         * modules/unictype/category-Pf-tests (Files): Likewise.
5514         * modules/unictype/category-Pi-tests (Files): Likewise.
5515         * modules/unictype/category-Po-tests (Files): Likewise.
5516         * modules/unictype/category-Ps-tests (Files): Likewise.
5517         * modules/unictype/category-S-tests (Files): Likewise.
5518         * modules/unictype/category-Sc-tests (Files): Likewise.
5519         * modules/unictype/category-Sk-tests (Files): Likewise.
5520         * modules/unictype/category-Sm-tests (Files): Likewise.
5521         * modules/unictype/category-So-tests (Files): Likewise.
5522         * modules/unictype/category-Z-tests (Files): Likewise.
5523         * modules/unictype/category-Zl-tests (Files): Likewise.
5524         * modules/unictype/category-Zp-tests (Files): Likewise.
5525         * modules/unictype/category-Zs-tests (Files): Likewise.
5526         * modules/unictype/category-and-not-tests (Files): Likewise.
5527         * modules/unictype/category-and-tests (Files): Likewise.
5528         * modules/unictype/category-byname-tests (Files): Likewise.
5529         * modules/unictype/category-name-tests (Files): Likewise.
5530         * modules/unictype/category-none-tests (Files): Likewise.
5531         * modules/unictype/category-of-tests (Files): Likewise.
5532         * modules/unictype/category-or-tests (Files): Likewise.
5533         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5534         * modules/unictype/combining-class-tests (Files): Likewise.
5535         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5536         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5537         * modules/unictype/ctype-blank-tests (Files): Likewise.
5538         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5539         * modules/unictype/ctype-digit-tests (Files): Likewise.
5540         * modules/unictype/ctype-graph-tests (Files): Likewise.
5541         * modules/unictype/ctype-lower-tests (Files): Likewise.
5542         * modules/unictype/ctype-print-tests (Files): Likewise.
5543         * modules/unictype/ctype-punct-tests (Files): Likewise.
5544         * modules/unictype/ctype-space-tests (Files): Likewise.
5545         * modules/unictype/ctype-upper-tests (Files): Likewise.
5546         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5547         * modules/unictype/decimal-digit-tests (Files): Likewise.
5548         * modules/unictype/digit-tests (Files): Likewise.
5549         * modules/unictype/mirror-tests (Files): Likewise.
5550         * modules/unictype/numeric-tests (Files): Likewise.
5551         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5552         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5553         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5554         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5555         Likewise.
5556         * modules/unictype/property-bidi-block-separator-tests (Files):
5557         Likewise.
5558         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5559         Likewise.
5560         * modules/unictype/property-bidi-common-separator-tests (Files):
5561         Likewise.
5562         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5563         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5564         Likewise.
5565         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5566         Likewise.
5567         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5568         Likewise.
5569         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5570         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5571         Likewise.
5572         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5573         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5574         Likewise.
5575         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5576         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5577         * modules/unictype/property-bidi-segment-separator-tests (Files):
5578         Likewise.
5579         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5580         * modules/unictype/property-byname-tests (Files): Likewise.
5581         * modules/unictype/property-combining-tests (Files): Likewise.
5582         * modules/unictype/property-composite-tests (Files): Likewise.
5583         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5584         * modules/unictype/property-dash-tests (Files): Likewise.
5585         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5586         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5587         Likewise.
5588         * modules/unictype/property-deprecated-tests (Files): Likewise.
5589         * modules/unictype/property-diacritic-tests (Files): Likewise.
5590         * modules/unictype/property-extender-tests (Files): Likewise.
5591         * modules/unictype/property-format-control-tests (Files): Likewise.
5592         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5593         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5594         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5595         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5596         * modules/unictype/property-hyphen-tests (Files): Likewise.
5597         * modules/unictype/property-id-continue-tests (Files): Likewise.
5598         * modules/unictype/property-id-start-tests (Files): Likewise.
5599         * modules/unictype/property-ideographic-tests (Files): Likewise.
5600         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5601         * modules/unictype/property-ids-trinary-operator-tests (Files):
5602         Likewise.
5603         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5604         * modules/unictype/property-iso-control-tests (Files): Likewise.
5605         * modules/unictype/property-join-control-tests (Files): Likewise.
5606         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5607         * modules/unictype/property-line-separator-tests (Files): Likewise.
5608         * modules/unictype/property-logical-order-exception-tests (Files):
5609         Likewise.
5610         * modules/unictype/property-lowercase-tests (Files): Likewise.
5611         * modules/unictype/property-math-tests (Files): Likewise.
5612         * modules/unictype/property-non-break-tests (Files): Likewise.
5613         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5614         * modules/unictype/property-numeric-tests (Files): Likewise.
5615         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5616         * modules/unictype/property-other-default-ignorable-code-point-tests
5617         (Files): Likewise.
5618         * modules/unictype/property-other-grapheme-extend-tests (Files):
5619         Likewise.
5620         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5621         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5622         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5623         * modules/unictype/property-other-math-tests (Files): Likewise.
5624         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5625         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5626         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5627         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5628         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5629         * modules/unictype/property-private-use-tests (Files): Likewise.
5630         * modules/unictype/property-punctuation-tests (Files): Likewise.
5631         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5632         * modules/unictype/property-radical-tests (Files): Likewise.
5633         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5634         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5635         * modules/unictype/property-space-tests (Files): Likewise.
5636         * modules/unictype/property-terminal-punctuation-tests (Files):
5637         Likewise.
5638         * modules/unictype/property-test-tests (Files): Likewise.
5639         * modules/unictype/property-titlecase-tests (Files): Likewise.
5640         * modules/unictype/property-unassigned-code-value-tests (Files):
5641         Likewise.
5642         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5643         * modules/unictype/property-uppercase-tests (Files): Likewise.
5644         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5645         * modules/unictype/property-white-space-tests (Files): Likewise.
5646         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5647         * modules/unictype/property-xid-start-tests (Files): Likewise.
5648         * modules/unictype/property-zero-width-tests (Files): Likewise.
5649         * modules/unictype/scripts-tests (Files): Likewise.
5650         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5651         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5652         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5653         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5654         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5655         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5656         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5657         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5658         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5659         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5660         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5661         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5662         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5663         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5664         * modules/uninorm/composition-tests (Files): Likewise.
5665         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5666         * modules/uninorm/decomposition-tests (Files): Likewise.
5667         * modules/uninorm/filter-tests (Files): Likewise.
5668         * modules/uninorm/nfc-tests (Files): Likewise.
5669         * modules/uninorm/nfd-tests (Files): Likewise.
5670         * modules/uninorm/nfkc-tests (Files): Likewise.
5671         * modules/uninorm/nfkd-tests (Files): Likewise.
5672         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5673         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5674         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5675         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5676         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5677         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5678         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5679         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5680         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5681         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5682         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5683         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5684         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5685         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5686         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5687         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5688         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5689         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5690         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5691         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5692         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5693         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5694         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5695         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5696         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5697         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5698         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5699         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5700         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5701         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5702         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5703         * modules/uniwidth/u8-width-tests (Files): Likewise.
5704         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5705         * modules/uniwidth/u16-width-tests (Files): Likewise.
5706         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5707         * modules/uniwidth/u32-width-tests (Files): Likewise.
5708         * modules/uniwidth/width-tests (Files): Likewise.
5709         * modules/unlink-tests (Files): Likewise.
5710         * modules/unsetenv-tests (Files): Likewise.
5711         * modules/usleep-tests (Files): Likewise.
5712         * modules/utimens-tests (Files): Likewise.
5713         * modules/utimensat-tests (Files): Likewise.
5714         * modules/vasnprintf-posix-tests (Files): Likewise.
5715         * modules/vasnprintf-tests (Files): Likewise.
5716         * modules/vasprintf-posix-tests (Files): Likewise.
5717         * modules/vasprintf-tests (Files): Likewise.
5718         * modules/vdprintf-posix-tests (Files): Likewise.
5719         * modules/vfprintf-posix-tests (Files): Likewise.
5720         * modules/vprintf-posix-tests (Files): Likewise.
5721         * modules/vsnprintf-posix-tests (Files): Likewise.
5722         * modules/vsnprintf-tests (Files): Likewise.
5723         * modules/vsprintf-posix-tests (Files): Likewise.
5724         * modules/wcrtomb-tests (Files): Likewise.
5725         * modules/wcsnrtombs-tests (Files): Likewise.
5726         * modules/wcsrtombs-tests (Files): Likewise.
5727         * modules/wctype-tests (Files): Likewise.
5728         * modules/wcwidth-tests (Files): Likewise.
5729         * modules/xmemdup0-tests (Files): Likewise.
5730         * modules/xprintf-posix-tests (Files): Likewise.
5731         * modules/xvasprintf-tests (Files): Likewise.
5732
5733 2009-12-24  Eric Blake  <ebb9@byu.net>
5734
5735         test-nanosleep: fix typo
5736         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5737         patch.
5738         Reported by Bruno Haible.
5739
5740 2009-12-24  Bruno Haible  <bruno@clisp.org>
5741
5742         Reduce namespace pollution on glibc systems.
5743         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5744         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5745         systems.
5746         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5747         <getopt.h> on glibc systems.
5748         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5749         systems.
5750         * lib/fcntl.c: Include <unistd.h> here instead.
5751
5752 2009-12-24  Bruno Haible  <bruno@clisp.org>
5753
5754         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5755
5756 2009-12-24  Eric Blake  <ebb9@byu.net>
5757
5758         tests: add signature checks
5759         * tests/signature.h (SIGNATURE_CHECK): New file.
5760         * modules/atexit-tests (Files): Use it.
5761         * modules/btowc-tests (Files): Likewise.
5762         * modules/canonicalize-lgpl-tests (Files): Likewise.
5763         * modules/ceilf-tests (Files): Likewise.
5764         * modules/ceill-tests (Files): Likewise.
5765         * modules/chown-tests (Files): Likewise.
5766         * modules/dprintf-posix-tests (Files): Likewise.
5767         * modules/dup2-tests (Files): Likewise.
5768         * modules/dup3-tests (Files): Likewise.
5769         * modules/duplocale-tests (Files): Likewise.
5770         * modules/fchdir-tests (Files): Likewise.
5771         * modules/fcntl-tests (Files): Likewise.
5772         * modules/fdopendir-tests (Files): Likewise.
5773         * modules/fflush-tests (Files): Likewise.
5774         * modules/flock-tests (Files): Likewise.
5775         * modules/floorf-tests (Files): Likewise.
5776         * modules/floorl-tests (Files): Likewise.
5777         * modules/fnmatch-tests (Files): Likewise.
5778         * modules/fopen-tests (Files): Likewise.
5779         * modules/fprintf-posix-tests (Files): Likewise.
5780         * modules/freopen-tests (Files): Likewise.
5781         * modules/frexp-nolibm-tests (Files): Likewise.
5782         * modules/frexp-tests (Files): Likewise.
5783         * modules/frexpl-nolibm-tests (Files): Likewise.
5784         * modules/frexpl-tests (Files): Likewise.
5785         * modules/fseek-tests (Files): Likewise.
5786         * modules/fseeko-tests (Files): Likewise.
5787         * modules/fsync-tests (Files): Likewise.
5788         * modules/ftell-tests (Files): Likewise.
5789         * modules/ftello-tests (Files): Likewise.
5790         * modules/futimens-tests (Files): Likewise.
5791         * modules/getaddrinfo-tests (Files): Likewise.
5792         * modules/getcwd-tests (Files): Likewise.
5793         * modules/getdelim-tests (Files): Likewise.
5794         * modules/getdtablesize-tests (Files): Likewise.
5795         * modules/getgroups-tests (Files): Likewise.
5796         * modules/gethostname-tests (Files): Likewise.
5797         * modules/getline-tests (Files): Likewise.
5798         * modules/getopt-posix-tests (Files): Likewise.
5799         * modules/gettimeofday-tests (Files): Likewise.
5800         * modules/glob-tests (Files): Likewise.
5801         * modules/iconv-tests (Files): Likewise.
5802         * modules/inet_ntop-tests (Files): Likewise.
5803         * modules/inet_pton-tests (Files): Likewise.
5804         * modules/isblank-tests (Files): Likewise.
5805         * modules/lchown-tests (Files): Likewise.
5806         * modules/ldexpl-tests (Files): Likewise.
5807         * modules/link-tests (Files): Likewise.
5808         * modules/linkat-tests (Files): Likewise.
5809         * modules/lseek-tests (Files): Likewise.
5810         * modules/lstat-tests (Files): Likewise.
5811         * modules/mbrtowc-tests (Files): Likewise.
5812         * modules/mbsinit-tests (Files): Likewise.
5813         * modules/mbsnrtowcs-tests (Files): Likewise.
5814         * modules/mbsrtowcs-tests (Files): Likewise.
5815         * modules/memchr-tests (Files): Likewise.
5816         * modules/memcmp-tests (Files): Likewise.
5817         * modules/memmem-tests (Files): Likewise.
5818         * modules/memrchr-tests (Files): Likewise.
5819         * modules/mkdir-tests (Files): Likewise.
5820         * modules/mkfifo-tests (Files): Likewise.
5821         * modules/mkfifoat-tests (Files): Likewise.
5822         * modules/mknod-tests (Files): Likewise.
5823         * modules/nanosleep-tests (Files): Likewise.
5824         * modules/nl_langinfo-tests (Files): Likewise.
5825         * modules/obstack-printf-tests (Files): Likewise.
5826         * modules/open-tests (Files): Likewise.
5827         * modules/openat-tests (Files): Likewise.
5828         * modules/perror-tests (Files): Likewise.
5829         * modules/pipe2-tests (Files): Likewise.
5830         * modules/poll-tests (Files): Likewise.
5831         * modules/popen-tests (Files): Likewise.
5832         * modules/posix_spawn-tests (Files): Likewise.
5833         * modules/posix_spawnp-tests (Files): Likewise.
5834         * modules/pread-tests (Files): Likewise.
5835         * modules/printf-posix-tests (Files): Likewise.
5836         * modules/pty-tests (Files): Likewise.
5837         * modules/random_r-tests (Files): Likewise.
5838         * modules/rawmemchr-tests (Files): Likewise.
5839         * modules/readlink-tests (Files): Likewise.
5840         * modules/remove-tests (Files): Likewise.
5841         * modules/rename-tests (Files): Likewise.
5842         * modules/renameat-tests (Files): Likewise.
5843         * modules/rmdir-tests (Files): Likewise.
5844         * modules/round-tests (Files): Likewise.
5845         * modules/roundf-tests (Files): Likewise.
5846         * modules/roundl-tests (Files): Likewise.
5847         * modules/select-tests (Files): Likewise.
5848         * modules/setenv-tests (Files): Likewise.
5849         * modules/sigaction-tests (Files): Likewise.
5850         * modules/sleep-tests (Files): Likewise.
5851         * modules/snprintf-posix-tests (Files): Likewise.
5852         * modules/snprintf-tests (Files): Likewise.
5853         * modules/sprintf-posix-tests (Files): Likewise.
5854         * modules/stat-tests (Files): Likewise.
5855         * modules/strcasestr-tests (Files): Likewise.
5856         * modules/strchrnul-tests (Files): Likewise.
5857         * modules/strerror-tests (Files): Likewise.
5858         * modules/strsignal-tests (Files): Likewise.
5859         * modules/strstr-tests (Files): Likewise.
5860         * modules/strtod-tests (Files): Likewise.
5861         * modules/strverscmp-tests (Files): Likewise.
5862         * modules/symlink-tests (Files): Likewise.
5863         * modules/symlinkat-tests (Files): Likewise.
5864         * modules/times-tests (Files): Likewise.
5865         * modules/trunc-tests (Files): Likewise.
5866         * modules/truncf-tests (Files): Likewise.
5867         * modules/truncl-tests (Files): Likewise.
5868         * modules/tsearch-tests (Files): Likewise.
5869         * modules/uname-tests (Files): Likewise.
5870         * modules/unlink-tests (Files): Likewise.
5871         * modules/unsetenv-tests (Files): Likewise.
5872         * modules/usleep-tests (Files): Likewise.
5873         * modules/utimensat-tests (Files): Likewise.
5874         * modules/vasprintf-tests (Files): Likewise.
5875         * modules/vdprintf-posix-tests (Files): Likewise.
5876         * modules/vfprintf-posix-tests (Files): Likewise.
5877         * modules/vprintf-posix-tests (Files): Likewise.
5878         * modules/vsnprintf-posix-tests (Files): Likewise.
5879         * modules/vsnprintf-tests (Files): Likewise.
5880         * modules/vsprintf-posix-tests (Files): Likewise.
5881         * modules/wcrtomb-tests (Files): Likewise.
5882         * modules/wcsnrtombs-tests (Files): Likewise.
5883         * modules/wcsrtombs-tests (Files): Likewise.
5884         * modules/wcwidth-tests (Files): Likewise.
5885         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
5886         * tests/test-isinf.c (isinf): Likewise.
5887         * tests/test-isnan.c (isnan): Likewise.
5888         * tests/test-signbit.c (signbit): Likewise.
5889         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
5890         declaration, either as macro or with correct signature.
5891         (select): Ensure function under test is declared with correct
5892         signature in correct header.
5893         * tests/test-atexit.c (atexit): Likewise.
5894         * tests/test-btowc.c (btowc): Likewise.
5895         * tests/test-canonicalize-lgpl.c (realpath)
5896         (canonicalize_file_name): Likewise.
5897         * tests/test-ceilf1.c (ceilf): Likewise.
5898         * tests/test-ceill.c (ceill): Likewise.
5899         * tests/test-chown.c (chown): Likewise.
5900         * tests/test-dprintf-posix.c (dprintf): Likewise.
5901         * tests/test-dup2.c (dup2): Likewise.
5902         * tests/test-dup3.c (dup3): Likewise.
5903         * tests/test-duplocale.c (duplocale): Likewise.
5904         * tests/test-fchdir.c (fchdir): Likewise.
5905         * tests/test-fchownat.c (fchownat): Likewise.
5906         * tests/test-fcntl.c (fcntl): Likewise.
5907         * tests/test-fdopendir.c (fdopendir): Likewise.
5908         * tests/test-fflush.c (fflush): Likewise.
5909         * tests/test-flock.c (flock): Likewise.
5910         * tests/test-floorf1.c (floorf): Likewise.
5911         * tests/test-floorl.c (floorl): Likewise.
5912         * tests/test-fnmatch.c (fnmatch): Likewise.
5913         * tests/test-fopen.c (fopen): Likewise.
5914         * tests/test-fprintf-posix.c (fprintf): Likewise.
5915         * tests/test-freopen.c (freopen): Likewise.
5916         * tests/test-frexp.c (frexp): Likewise.
5917         * tests/test-frexpl.c (frexpl): Likewise.
5918         * tests/test-fseek.c (fseek): Likewise.
5919         * tests/test-fseeko.c (fseeko): Likewise.
5920         * tests/test-fstatat.c (fstatat): Likewise.
5921         * tests/test-fsync.c (fsync): Likewise.
5922         * tests/test-ftell.c (ftell): Likewise.
5923         * tests/test-ftello.c (ftello): Likewise.
5924         * tests/test-futimens.c (futimens): Likewise.
5925         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
5926         (gai_strerror): Likewise.
5927         * tests/test-getcwd.c (getcwd): Likewise.
5928         * tests/test-getdelim.c (getdelim): Likewise.
5929         * tests/test-getdtablesize.c (getdtablesize): Likewise.
5930         * tests/test-getgroups.c (getgroups): Likewise.
5931         * tests/test-gethostname.c (gethostname): Likewise.
5932         * tests/test-getline.c (getline): Likewise.
5933         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
5934         Likewise.
5935         * tests/test-gettimeofday.c (gettimeofday): Likewise.
5936         * tests/test-glob.c (glob, globfree): Likewise.
5937         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
5938         * tests/test-inet_ntop.c (inet_ntop): Likewise.
5939         * tests/test-inet_pton.c (inet_pton): Likewise.
5940         * tests/test-isblank.c (isblank): Likewise.
5941         * tests/test-lchown.c (lchown): Likewise.
5942         * tests/test-ldexpl.c (ldexpl): Likewise.
5943         * tests/test-link.c (link): Likewise.
5944         * tests/test-linkat.c (linkat): Likewise.
5945         * tests/test-lseek.c (lseek): Likewise.
5946         * tests/test-lstat.c (lstat): Likewise.
5947         * tests/test-mbrtowc.c (mbrtowc): Likewise.
5948         * tests/test-mbsinit.c (mbsinit): Likewise.
5949         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
5950         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
5951         * tests/test-memchr.c (memchr): Likewise.
5952         * tests/test-memcmp.c (memcmp): Likewise.
5953         * tests/test-memmem.c (memmem): Likewise.
5954         * tests/test-memrchr.c (memrchr): Likewise.
5955         * tests/test-mkdir.c (mkdir): Likewise.
5956         * tests/test-mkdirat.c (mkdirat): Likewise.
5957         * tests/test-mkfifo.c (mkfifo): Likewise.
5958         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
5959         * tests/test-mknod.c (mknod): Likewise.
5960         * tests/test-nanosleep.c (nanosleep): Likewise.
5961         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
5962         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
5963         Likewise.
5964         * tests/test-open.c (open): Likewise.
5965         * tests/test-openat.c (openat): Likewise.
5966         * tests/test-perror.c (perror): Likewise.
5967         * tests/test-pipe2.c (pipe2): Likewise.
5968         * tests/test-poll.c (poll): Likewise.
5969         * tests/test-popen.c (popen, pclose): Likewise.
5970         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
5971         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
5972         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
5973         (posix_spawn_file_actions_destroy)
5974         (posix_spawn_file_actions_addclose)
5975         (posix_spawn_file_actions_addopen)
5976         (posix_spawn_file_actions_adddup2): Likewise.
5977         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
5978         * tests/test-pread.c (pread): Likewise.
5979         * tests/test-printf-posix.c (printf): Likewise.
5980         * tests/test-pty.c (openpty, forkpty): Likewise.
5981         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
5982         (random_r): Likewise.
5983         * tests/test-rawmemchr.c (rawmemchr): Likewise.
5984         * tests/test-readlink.c (readlink): Likewise.
5985         * tests/test-remove.c (remove): Likewise.
5986         * tests/test-rename.c (rename): Likewise.
5987         * tests/test-renameat.c (renameat): Likewise.
5988         * tests/test-rmdir.c (rmdir): Likewise.
5989         * tests/test-round1.c (round): Likewise.
5990         * tests/test-roundf1.c (roundf): Likewise.
5991         * tests/test-roundl.c (roundl): Likewise.
5992         * tests/test-setenv.c (setenv): Likewise.
5993         * tests/test-sigaction.c (sigaction): Likewise.
5994         * tests/test-sleep.c (sleep): Likewise.
5995         * tests/test-snprintf.c (snprintf): Likewise.
5996         * tests/test-sprintf-posix.c (sprintf): Likewise.
5997         * tests/test-stat.c (stat): Likewise.
5998         * tests/test-stpncpy.c (stpncpy): Likewise.
5999         * tests/test-strcasestr.c (strcasestr): Likewise.
6000         * tests/test-strchrnul.c (strchrnul): Likewise.
6001         * tests/test-strerror.c (strerror): Likewise.
6002         * tests/test-strsignal.c (strsignal): Likewise.
6003         * tests/test-strstr.c (strstr): Likewise.
6004         * tests/test-strtod.c (strtod): Likewise.
6005         * tests/test-strverscmp.c (strverscmp): Likewise.
6006         * tests/test-symlink.c (symlink): Likewise.
6007         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6008         * tests/test-times.c (times): Likewise.
6009         * tests/test-trunc1.c (trunc): Likewise.
6010         * tests/test-truncf1.c (truncf): Likewise.
6011         * tests/test-truncl.c (truncl): Likewise.
6012         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6013         Likewise.
6014         * tests/test-uname.c (uname): Likewise.
6015         * tests/test-unlink.c (unlink): Likewise.
6016         * tests/test-unlinkat.c (unlinkat): Likewise.
6017         * tests/test-unsetenv.c (unsetenv): Likewise.
6018         * tests/test-usleep.c (usleep): Likewise.
6019         * tests/test-utimensat.c (utimensat): Likewise.
6020         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6021         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6022         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6023         * tests/test-vprintf-posix.c (vprintf): Likewise.
6024         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6025         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6026         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6027         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6028         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6029         * tests/test-wcwidth.c (wcwidth): Likewise.
6030
6031         build: pull in conditional headers during GNULIB_POSIXCHECK
6032         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6033         definitions from any conditionally-included headers.
6034         * lib/stdlib.in.h (includes): Likewise.
6035         * lib/unistd.in.h (includes): Likewise.
6036
6037 2009-12-24  Bruno Haible  <bruno@clisp.org>
6038
6039         * tests/test-argv-iter.c: Include header file being tested immediately
6040         after config.h.
6041         * tests/test-base64.c: Likewise.
6042         * tests/test-flock.c: Likewise.
6043         * tests/test-fsync.c: Likewise.
6044         * tests/test-getdate.c: Likewise.
6045         * tests/test-getndelim2.c: Likewise.
6046         * tests/test-isfinite.c: Likewise.
6047         * tests/test-isinf.c: Likewise.
6048         * tests/test-strerror.c: Likewise.
6049         * tests/test-strsignal.c: Likewise.
6050
6051 2009-12-23  Eric Blake  <ebb9@byu.net>
6052
6053         unistd: work around cygwin bug
6054         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6055         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6056         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6057
6058 2009-12-23  Bruno Haible  <bruno@clisp.org>
6059
6060         localename: More tests.
6061         * tests/test-localename.c (SIZEOF): New macro.
6062         (categories): New variable.
6063         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6064         test_locale_name_default): Add test w.r.t. thread locale.
6065         (test_locale_name_thread): New function.
6066         (main): Invoke it.
6067
6068         localename: Make aware of thread locale.
6069         * lib/localename.h (gl_locale_name_thread): New declaration.
6070         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6071         behaviour with respect to thread locale.
6072         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6073         <langinfo.h>, glthread/lock.h.
6074         (SIZE_BITS): New macro.
6075         (string_hash): New function.
6076         (struct hash_node): New type.
6077         (HASH_TABLE_SIZE): New macro.
6078         (struniq_hash_table, struniq_lock): New variables.
6079         (struniq): New function.
6080         (gl_locale_name_thread): New function.
6081         (gl_locale_name): Invoke it.
6082         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6083         * modules/localename (Depends-on): Add lock.
6084         Reported by Mike Gran <spk121@yahoo.com>.
6085
6086 2009-12-23  Eric Blake  <ebb9@byu.net>
6087
6088         va-args: new module
6089         * modules/va-args: New file.
6090         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6091         * MODULES.html.sh (Core language properties): Mention it.
6092
6093         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6094         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6095         named alias for __attribute__((__unused__)).
6096         * lib/chown.c: Update client.
6097         * lib/fchmodat.c: Likewise.
6098         * lib/fts.c: Likewise.
6099         * lib/getdate.y: Likewise.
6100         * lib/getgroups.c: Likewise.
6101         * lib/getopt.c: Likewise.
6102         * lib/getugroups.c: Likewise.
6103         * lib/mkdir.c: Likewise.
6104         * lib/mkfifo.c: Likewise.
6105         * lib/mkfifoat.c: Likewise.
6106         * lib/mknod.c: Likewise.
6107         * lib/mknodat.c: Likewise.
6108         * lib/readlink.c: Likewise.
6109         * lib/se-context.in.h: Likewise.
6110         * lib/se-selinux.in.h: Likewise.
6111         * lib/sockets.c: Likewise.
6112         * lib/symlink.c: Likewise.
6113         * lib/symlinkat.c: Likewise.
6114         * lib/unicodeio.c: Likewise.
6115         * lib/unistr.h: Likewise.
6116         * tests/test-areadlink.c: Likewise.
6117         * tests/test-areadlinkat.c: Likewise.
6118         * tests/test-filenamecat.c: Likewise.
6119         * tests/test-fseeko.c: Likewise.
6120         * tests/test-ftello.c: Likewise.
6121         * tests/test-getdate.c: Likewise.
6122         * tests/test-getgroups.c: Likewise.
6123         * tests/test-gethostname.c: Likewise.
6124         * tests/test-quotearg.c: Likewise.
6125         * tests/test-version-etc.c: Likewise.
6126         * tests/test-xalloc-die.c: Likewise.
6127         * tests/test-xfprintf-posix.c: Likewise.
6128         * tests/test-xprintf-posix.c: Likewise.
6129         * tests/test-xvasprintf.c: Likewise.
6130
6131         tests: avoid compiler warnings
6132         * tests/test-fcntl.c (main): Delete unused parameters.
6133         * tests/test-freopen-safer.c (main): Likewise.
6134         * tests/test-xalloc-die.c (main): Mark unused parameters.
6135         * tests/test-fseeko.c (main): Likewise.
6136         * tests/test-ftello.c (main): Likewise.
6137         * tests/test-nanosleep.c (main): Avoid declaration warning.
6138         * tests/test-sleep.c (main): Likewise.
6139         * tests/test-unsetenv.c (main): Silence warning about string
6140         literal.
6141         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6142
6143 2009-12-23  Bruno Haible  <bruno@clisp.org>
6144
6145         * tests/test-localename.c (test_locale_name): New function, extracted
6146         from main. Also test mixed situations.
6147         (test_locale_name_posix, test_locale_name_environ,
6148         test_locale_name_default): New functions.
6149         (main): Invoke them all.
6150         * modules/localename-tests (configure.ac): Test for newlocale.
6151
6152 2009-12-23  Bruno Haible  <bruno@clisp.org>
6153
6154         unistd: Ensure getcwd gets declared before being overridden.
6155         * lib/unistd.in.h: Conditionally include <io.h>.
6156
6157 2009-12-22  Bruno Haible  <bruno@clisp.org>
6158
6159         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6160         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6161         (gl_WCHAR_H): Invoke it.
6162         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6163         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6164         Reported by Karl Berry <karl@freefriends.org>.
6165
6166 2009-12-22  Eric Blake  <ebb9@byu.net>
6167
6168         math, unistd: avoid redundant includes
6169         * lib/math.in.h (isnan): No need to re-include <math.h>.
6170         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6171
6172         getsubopt: work around cygwin bug
6173         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6174         avoid conflicting with system getsubopt.
6175         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6176         bug.
6177
6178         getopt: synchronize from glibc
6179         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6180         parameter order.  Adjust all callers.
6181         (_getopt_internal_r, main): Adjust quoting in error messages.
6182         Drop considerations for outdated POSIX 1003.2 error message.
6183         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6184         callers.
6185         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6186
6187         test-getopt: test stderr behavior
6188         * modules/getopt-posix-tests (Depends-on): Add dup2.
6189         * tests/test-getopt.c (ASSERT): Avoid stderr.
6190         (main): Move stderr to a temporary file.
6191         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6192         Instead, add parameter to inform caller if output occurred.
6193         (test_getopt): Adjust all existing tests to expect silence, and
6194         add new tests of leading ":".
6195         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6196         glibc shortcomings with leading "-:" or "+:" in optstring.
6197         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6198         Likewise.
6199         * doc/posix-functions/getopt.texi (getopt): Likewise.
6200
6201         test-getopt: enhance test
6202         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6203         supports optind=0.
6204         * tests/test-getopt.c (OPTIND_MIN): Move...
6205         * tests/test-getopt.h (OPTIND_MIN): ...here.
6206         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6207         Require that optind=0 works, since modern BSD supports it in
6208         addition to optreset, and since coreutils expects it.
6209         (test_getopt_long_only): New test.
6210         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6211         glibc shortcomings with 'W;', and enforcement of optind=0.
6212         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6213         Likewise.
6214
6215 2009-12-21  Bruno Haible  <bruno@clisp.org>
6216
6217         localename: Improvements for MacOS X and Cygwin.
6218         * lib/localename.h (gl_locale_name_environ): New declaration.
6219         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6220         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6221         (gl_locale_name_posix): Invoke it.
6222         (gl_locale_name_default): Add comments. Use Windows native API also on
6223         Cygwin.
6224
6225 2009-12-21  Bruno Haible  <bruno@clisp.org>
6226
6227         Update list of Win32 locale ids.
6228         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6229         (LANG_SAMI): Renamed from LANG_SAAMI.
6230         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6231         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6232         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6233         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6234         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6235         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6236         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6237         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6238         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6239         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6240         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6241         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6242         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6243         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6244         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6245         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6246         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6247         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6248         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6249         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6250         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6251         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6252         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6253         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6254         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6255         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6256         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6257         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6258         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6259         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6260         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6261         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6262         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6263         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6264         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6265         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6266         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6267         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6268         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6269         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6270         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6271         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6272         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6273         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6274         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6275         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6276         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6277         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6278         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6279         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6280         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6281         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6282         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6283         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6284         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6285         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6286         Add more languages and countries for Sami, Sorbian. Add more countries
6287         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6288         for Pashto. Change country for Syriac, Tswana.
6289
6290 2009-12-21  Eric Blake  <ebb9@byu.net>
6291
6292         test-utimens: avoid spurious failure
6293         * tests/test-chown.h (nap): Factor...
6294         * tests/nap.h: ...into new file.
6295         * tests/test-lchown.h (nap): Avoid duplication.
6296         * tests/test-utimens-common.h (nap): Use shared implementation,
6297         necessary on file systems with 1-second resolution.
6298         * modules/chown-tests (Files): Include new file.
6299         * modules/fdutimensat-tests (Files): Likewise.
6300         * modules/futimens-tests (Files): Likewise.
6301         * modules/lchown-tests (Files): Likewise.
6302         * modules/openat-tests (Files): Likewise.
6303         * modules/utimens-tests (Files): Likewise.
6304         * modules/utimensat-tests (Files): Likewise.
6305
6306 2009-12-19  Eric Blake  <ebb9@byu.net>
6307
6308         futimens, utimensat: work around Linux bug
6309         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6310         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6311         * lib/utimensat.c (rpl_utimensat): Work around it.
6312         * lib/futimens.c (rpl_futimens): Adjust comment.
6313
6314         utimens: work around Linux ctime bug
6315         * lib/utimens.c (detect_ctime_bug): New helper function.
6316         (update_timespec): Differentiate between workaround needed for
6317         this bug vs. what is needed for systems that lack utimensat.
6318         (fdutimens, lutimens): Work around bug.
6319
6320         utimens: check for ctime update
6321         * tests/test-utimens-common.h (check_ctime): Define.
6322         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6323         * tests/test-futimens.h (test_futimens): Likewise.
6324         * tests/test-lutimens.h (test_lutimens): Likewise.
6325         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6326         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6327
6328 2009-12-19  Bruno Haible  <bruno@clisp.org>
6329
6330         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6331         * tests/test-dprintf-posix2.sh: New file.
6332         * tests/test-dprintf-posix2.c: New file.
6333         * modules/dprintf-posix-tests (Files): Add them.
6334         (configure.ac): Check for getrlimit and setrlimit.
6335         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6336
6337 2009-12-19  Bruno Haible  <bruno@clisp.org>
6338
6339         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6340         * tests/test-fprintf-posix3.sh: New file.
6341         * tests/test-fprintf-posix3.c: New file.
6342         * modules/fprintf-posix-tests (Files): Add them.
6343         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6344
6345 2009-12-19  Eric Blake  <ebb9@byu.net>
6346
6347         dirfd: fix prototype
6348         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6349         * lib/dirfd.c (dirfd): Likewise.
6350
6351         canonicalize: reduce memory usage
6352         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6353         allocation to size.
6354         Reported by Solar Designer <solar@openwall.com>.
6355
6356 2009-12-19  Bruno Haible  <bruno@clisp.org>
6357
6358         New module attribute 'Applicability'.
6359         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6360         * gnulib-tool: New option --extract-applicability.
6361         (func_usage): Document it.
6362         (sed_extract_prog): Recognize it.
6363         (func_get_applicability): New function.
6364         (func_import): Generalize handling of 'link-warning' module.
6365         * modules/link-warning (Applicability): New section.
6366         * modules/arg-nonnull (Applicability): New section.
6367         Repoted by Simon Josefsson <simon@josefsson.org>.
6368
6369 2009-12-19  Bruno Haible  <bruno@clisp.org>
6370
6371         fflush: tweak
6372         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6373         * lib/fseeko.c (rpl_fseeko): Likewise.
6374
6375 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6376
6377         * lib/gl_list.h: Fix typo in comment.
6378
6379 2009-12-16  Eric Blake  <ebb9@byu.net>
6380
6381         fcntl: use to simplify other modules
6382         * modules/cloexec (Depends-on): Add fcntl.
6383         * modules/fchdir (Depends-on): Likewise.
6384         * modules/fd-safer-flag (Depends-on): Likewise.
6385         * modules/unistd-safer (Depends-on): Likewise.
6386         * modules/dup3 (configure.ac): Set module indicator.
6387         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6388         missing.
6389         * lib/fchdir.c (_gl_register_dup): Fix comment.
6390         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6391         * lib/dup-safer.c (dup_safer): Likewise.
6392         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6393         * lib/dup3.c (dup3): Likewise.
6394         * tests/test-fchdir.c (main): Enhance test.
6395         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6396
6397         fcntl: port portions of fcntl to mingw
6398         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6399         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6400         replacement for mingw.
6401         * modules/fcntl (Description): Update.
6402         (Depends-on): Add dup2.
6403         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6404         * modules/fcntl-h (Makefile.am): Substitute it.
6405         * lib/fcntl.in.h (fcntl): Update declaration.
6406         (F_DUPFD, F_GETFD): New macros, when needed.
6407         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6408         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6409         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6410         we now guarantee.
6411
6412         fcntl: work around cygwin bug in F_DUPFD
6413         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6414         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6415         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6416         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6417         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6418
6419         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6420         * modules/fcntl (Files): List new files.
6421         (configure.ac): Run a test.
6422         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6423         * lib/fcntl.c (rpl_fcntl): Likewise.
6424         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6425         (gl_FCNTL_H): Always replace fcntl.h.
6426         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6427         * lib/fcntl.in.h (fcntl): Declare replacement.
6428         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6429         needed, plus a witness.
6430         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6431         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6432         * tests/test-fcntl.c: New file.
6433         * modules/fcntl-tests: Likewise.
6434
6435         binary-io: avoid potential compilation warning
6436         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6437         directives.
6438
6439         fflush: avoid compilation error on NetBSD
6440         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6441         between off_t and fpos_t, since the latter is sometimes a struct.
6442         * lib/fseeko.c (rpl_fseeko): Likewise.
6443         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6444
6445 2009-12-15  Eric Blake  <ebb9@byu.net>
6446
6447         fcntl-h, stdio, sys_ioctl: fix declarations
6448         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6449         function must not take arguments.
6450         * lib/sys_ioctl.in.h (ioctl): Likewise.
6451         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6452         (open): Add a link warning.
6453
6454 2009-12-15  Jim Meyering  <meyering@redhat.com>
6455
6456         areadlink, areadlink-with-size: relax license to LGPLv2+
6457         * modules/areadlink (License): Relax to LGPLv2+.
6458         * modules/areadlink-with-size (License): Likewise.
6459
6460 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6461             Bruno Haible  <bruno@clisp.org>
6462
6463         *printf: Fix memory leak.
6464         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6465         * lib/vfprintf.c (vfprintf): Likewise.
6466         * lib/dprintf.c (dprintf): Likewise.
6467         * lib/vdprintf.c (vdprintf): Likewise.
6468
6469 2009-12-14  Eric Blake  <ebb9@byu.net>
6470
6471         accept4: adjust module dependencies
6472         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6473
6474         utimens: one more try at avoiding compiler warning
6475         * lib/utimens.c (lutimens): Lower scope of result.
6476
6477 2009-12-13  Bruno Haible  <bruno@clisp.org>
6478
6479         Move the malloc checking from module 'list' to new module 'xlist'.
6480         * modules/xlist: New file.
6481         * lib/gl_xlist.h: New file.
6482         * lib/gl_xlist.c: New file.
6483         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6484         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6485         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6486         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6487         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6488         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6489         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6490         gl_sortedlist_nx_add): New declarations.
6491         (struct gl_list_implementation): Rename and change methods accordingly.
6492         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6493         (gl_list_nx_create): Renamed from gl_list_create.
6494         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6495         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6496         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6497         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6498         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6499         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6500         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6501         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6502         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6503         gl_list_create_empty.
6504         (gl_list_nx_create): Renamed from gl_list_create.
6505         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6506         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6507         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6508         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6509         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6510         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6511         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6512         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6513         * lib/gl_array_list.c: Don't include xalloc.h.
6514         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6515         NULL upon out-of-memory.
6516         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6517         out-of-memory.
6518         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6519         Change return type to 'int'.
6520         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6521         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6522         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6523         upon out-of-memory.
6524         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6525         upon out-of-memory.
6526         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6527         upon out-of-memory.
6528         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6529         upon out-of-memory.
6530         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6531         out-of-memory.
6532         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6533         Update.
6534         (gl_array_list_implementation): Update.
6535         * lib/gl_carray_list.c: Don't include xalloc.h.
6536         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6537         Return NULL upon out-of-memory.
6538         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6539         out-of-memory.
6540         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6541         Change return type to 'int'.
6542         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6543         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6544         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6545         upon out-of-memory.
6546         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6547         upon out-of-memory.
6548         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6549         out-of-memory.
6550         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6551         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6552         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6553         Update.
6554         (gl_carray_list_implementation): Update.
6555         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6556         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6557         gl_linked_create_empty. Return NULL upon out-of-memory.
6558         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6559         out-of-memory.
6560         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6561         Change return type to 'int'. Return -1 upon out-of-memory.
6562         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6563         out-of-memory.
6564         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6565         upon out-of-memory.
6566         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6567         upon out-of-memory.
6568         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6569         NULL upon out-of-memory.
6570         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6571         upon out-of-memory.
6572         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6573         out-of-memory.
6574         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6575         Update.
6576         * lib/gl_linked_list.c: Don't include xalloc.h.
6577         (gl_linked_list_implementation): Update.
6578         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6579         (add_to_bucket): Change return type to 'int'.
6580         (gl_linkedhash_list_implementation): Update.
6581         * lib/gl_anytree_list1.h (free_subtree): New function.
6582         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6583         gl_tree_create_empty. Return NULL upon out-of-memory.
6584         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6585         Change return type to 'int'. Return -1 upon out-of-memory.
6586         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6587         out-of-memory.
6588         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6589         (gl_tree_remove_node): New function, moved here from
6590         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6591         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6592         Update.
6593         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6594         malloc, not xmalloc. Return NULL upon out-of-memory.
6595         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6596         out-of-memory.
6597         (gl_tree_remove_node_from_tree): New function, extracted from
6598         gl_tree_remove_node.
6599         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6600         upon out-of-memory.
6601         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6602         out-of-memory.
6603         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6604         upon out-of-memory.
6605         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6606         upon out-of-memory.
6607         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6608         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6609         not xmalloc. Return NULL upon out-of-memory.
6610         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6611         out-of-memory.
6612         (gl_tree_remove_node_from_tree): New function, extracted from
6613         gl_tree_remove_node.
6614         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6615         upon out-of-memory.
6616         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6617         out-of-memory.
6618         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6619         upon out-of-memory.
6620         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6621         upon out-of-memory.
6622         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6623         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6624         gl_anytree_list1.h before gl_anyavltree_list2.h.
6625         (gl_avltree_list_implementation): Update.
6626         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6627         gl_anytree_list1.h before gl_anyavltree_list2.h.
6628         (gl_rbtree_list_implementation): Update.
6629         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6630         Change return type to 'int'. Return -1 upon out-of-memory. Use
6631         __builtin_expect.
6632         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6633         (gl_avltreehash_list_implementation): Update.
6634         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6635         (gl_rbtreehash_list_implementation): Update.
6636         * modules/array-list (Depends-on): Remove xalloc.
6637         * modules/carray-list (Depends-on): Likewise.
6638         * modules/linked-list (Depends-on): Likewise.
6639         * modules/linkedhash-list (Depends-on): Likewise.
6640         * modules/avltree-list (Depends-on): Likewise.
6641         * modules/rbtree-list (Depends-on): Likewise.
6642         * modules/avltreehash-list (Depends-on): Likewise.
6643         * modules/rbtreehash-list (Depends-on): Likewise.
6644
6645         * modules/xsublist: New file.
6646         * lib/gl_xsublist.h: New file.
6647         * lib/gl_xsublist.c: New file.
6648         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6649         (gl_sublist_nx_create): New declaration.
6650         * lib/gl_sublist.c: Don't include xalloc.h.
6651         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6652         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6653         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6654         Change return type to 'int'. Return -1 upon out-of-memory.
6655         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6656         upon out-of-memory.
6657         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6658         NULL upon out-of-memory.
6659         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6660         upon out-of-memory.
6661         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6662         NULL upon out-of-memory.
6663         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6664         NULL upon out-of-memory.
6665         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6666         upon out-of-memory.
6667         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6668         (gl_sublist_list_implementation): Update.
6669         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6670         upon out-of-memory.
6671         * modules/sublist (Depends-on): Remove xalloc.
6672
6673         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6674         * tests/test-carray_list.c: Likewise.
6675         * tests/test-linked_list.c: Likewise.
6676         * tests/test-linkedhash_list.c: Likewise.
6677         * tests/test-avltree_list.c: Likewise.
6678         * tests/test-rbtree_list.c: Likewise.
6679         * tests/test-avltreehash_list.c: Likewise.
6680         * tests/test-rbtreehash_list.c: Likewise.
6681         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6682         * modules/carray-list-tests (Makefile.am): Likewise.
6683         * modules/linked-list-tests (Makefile.am): Likewise.
6684         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6685         * modules/avltree-list-tests (Makefile.am): Likewise.
6686         * modules/rbtree-list-tests (Makefile.am): Likewise.
6687         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6688         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6689
6690         * NEWS: Mention the changes.
6691
6692         * lib/clean-temp.c: Include gl_xlist.h.
6693         * modules/clean-temp (Depends-on): Add xlist.
6694
6695         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6696         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6697
6698         * tests/test-array_oset.c: Include gl_xlist.h.
6699         * modules/array-oset-tests (Depends-on): Add xlist.
6700
6701         Reported by José E. Marchesi <jemarch@gnu.org>.
6702
6703 2009-12-13  Bruno Haible  <bruno@clisp.org>
6704
6705         Move the malloc checking from module 'oset' to new module 'xoset'.
6706         * modules/xoset: New file.
6707         * lib/gl_xoset.h: New file.
6708         * lib/gl_xoset.c: New file.
6709         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6710         declarations.
6711         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6712         (struct gl_oset_implementation): Rename and change methods accordingly.
6713         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6714         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6715         'int'. Mark as __warn_unused_result__.
6716         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6717         gl_oset_create_empty.
6718         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6719         'int'.
6720         * lib/gl_array_oset.c: Don't include xalloc.h.
6721         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6722         malloc, not xmalloc.
6723         (grow): Change return type to 'int'. Don't call xalloc_die.
6724         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6725         to 'int'.
6726         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6727         'int'.
6728         (gl_array_oset_implementation): Update.
6729         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6730         gl_tree_create_empty.
6731         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6732         'int'.
6733         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6734         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6735         xmalloc.
6736         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6737         not xmalloc.
6738         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6739         xmalloc.
6740         (gl_avltree_oset_implementation): Update.
6741         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6742         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6743         xmalloc.
6744         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6745         not xmalloc.
6746         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6747         xmalloc.
6748         (gl_rbtree_oset_implementation): Update.
6749         * modules/array-oset (Depends-on): Remove xalloc.
6750         * modules/avltree-oset (Depends-on): Likewise.
6751         * modules/rbtree-oset (Depends-on): Likewise.
6752         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6753         * tests/test-avltree_oset.c: Likewise.
6754         * tests/test-rbtree_oset.c: Likewise.
6755         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6756         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6757         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6758         * NEWS: Mention the change.
6759
6760 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6761
6762         maint.mk: allow a project to override release-prep commands
6763         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6764         commands into a new rule.
6765         (release-prep): New rule.
6766         (release-prep-hook): New overridable variable.
6767
6768 2009-12-13  Bruno Haible  <bruno@clisp.org>
6769
6770         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6771
6772 2009-12-13  Jim Meyering  <meyering@redhat.com>
6773
6774         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6775         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6776
6777 2009-12-12  Bruno Haible  <bruno@clisp.org>
6778
6779         duplocale: Tweak.
6780         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
6781
6782 2009-12-12  Karl Berry  <karl@gnu.org>
6783
6784         * config/srclist.txt (strtoll.c): tab changes, no more sync.
6785
6786 2009-12-12  Bruno Haible  <bruno@clisp.org>
6787
6788         * m4/po.m4: Undo incorrect untabification.
6789
6790 2009-12-12  Bruno Haible  <bruno@clisp.org>
6791
6792         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
6793         * modules/c-strtod (Depends-on): Add locale.
6794         * modules/c-strtold (Depends-on): Likewise.
6795
6796 2009-12-12  Bruno Haible  <bruno@clisp.org>
6797
6798         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
6799
6800 2009-12-11  Eric Blake  <ebb9@byu.net>
6801
6802         setenv: relax requirement in light of POSIX ruling
6803         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
6804         not NULL.
6805         * tests/test-setenv.c (main): Relax test.
6806         * tests/test-unsetenv.c (main): Likewise.
6807         * doc/posix-functions/setenv.texi (setenv): Document this.
6808         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6809
6810 2009-12-11  Bruno Haible  <bruno@clisp.org>
6811
6812         New module 'fd-safer-flag'.
6813         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
6814         * lib/dup-safer.c (dup_safer_flag): Remove function.
6815         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
6816         * lib/fd-safer.c (fd_safer_flag): Remove function.
6817         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
6818         * modules/cloexec (configure.ac): Drop indicator macro.
6819         * modules/fd-safer-flag: New file.
6820         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
6821         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
6822         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
6823
6824 2009-12-11  Bruno Haible  <bruno@clisp.org>
6825
6826         Tests for module 'nl_langinfo'.
6827         * modules/nl_langinfo-tests: New file.
6828         * tests/test-nl_langinfo.sh: New file.
6829         * tests/test-nl_langinfo.c: New file.
6830
6831         New module 'nl_langinfo'.
6832         * lib/nl_langinfo.c: New file.
6833         * m4/nl_langinfo.m4: New file.
6834         * modules/nl_langinfo: New file.
6835         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
6836
6837 2009-12-11  Bruno Haible  <bruno@clisp.org>
6838
6839         Tests for module 'langinfo'.
6840         * modules/langinfo-tests: New file.
6841         * tests/test-langinfo.c: New file.
6842
6843         New module 'langinfo'.
6844         * lib/langinfo.in.h: New file.
6845         * m4/langinfo_h.m4: New file.
6846         * modules/langinfo: New file.
6847         * doc/posix-headers/langinfo.texi: Mention the new module.
6848
6849 2009-12-11  Bruno Haible  <bruno@clisp.org>
6850
6851         * lib/config.charset: Untabify.
6852
6853 2009-12-11  Bruno Haible  <bruno@clisp.org>
6854
6855         * modules/unistd-safer (configure.ac): Drop indicator macro.
6856
6857 2009-12-11  Bruno Haible  <bruno@clisp.org>
6858
6859         Move pipe2-safer code to its own file.
6860         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
6861         * lib/pipe-safer.c (pipe2_safer): Remove function.
6862         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
6863         (Makefile.am): Add it to lib_SOURCES.
6864
6865 2009-12-10  Bruno Haible  <bruno@clisp.org>
6866
6867         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
6868
6869 2009-12-10  Bruno Haible  <bruno@clisp.org>
6870
6871         Declare which arguments expect non-NULL values, for GCC and clang.
6872         * build-aux/arg-nonnull.h: New file.
6873         * modules/arg-nonnull: New file.
6874         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
6875         (inet_ntop, inet_pton): Use it.
6876         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
6877         (closedir, dirfd, opendir, scandir, alphasort): Use it.
6878         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
6879         (open, openat): Use it.
6880         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
6881         (fnmatch): Use it.
6882         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
6883         (getopt, getopt_long, getopt_long_only): Use it.
6884         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
6885         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
6886         Use it.
6887         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
6888         (iconv_open): Use it.
6889         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
6890         (strtoimax, strtoumax): Use it.
6891         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
6892         (duplocale): Use it.
6893         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
6894         (frexp, frexpl): Use it.
6895         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
6896         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
6897         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
6898         (tsearch, tfind, tdelete, twalk): Use it.
6899         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
6900         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
6901         sigpending): Use it.
6902         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
6903         (posix_spawn, posix_spawnp, posix_spawnattr_init,
6904         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
6905         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
6906         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
6907         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
6908         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
6909         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
6910         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
6911         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
6912         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
6913         Use it.
6914         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
6915         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
6916         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
6917         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
6918         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
6919         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
6920         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
6921         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
6922         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
6923         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
6924         strtoull, unsetenv): Use it.
6925         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
6926         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
6927         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
6928         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
6929         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
6930         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
6931         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
6932         (strcasecmp, strncasecmp): Use it.
6933         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
6934         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
6935         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
6936         rpl_setsockopt): Use it.
6937         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
6938         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
6939         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
6940         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
6941         (gettimeofday): Use it.
6942         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
6943         (times): Use it.
6944         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
6945         (uname): Use it.
6946         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
6947         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
6948         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
6949         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
6950         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
6951         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
6952         unlinkat, write): Use it.
6953         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
6954         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
6955         * lib/argv-iter.h: Include arg-nonnull.h.
6956         (_ATTRIBUTE_NONNULL_): Remove macro.
6957         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
6958         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
6959         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
6960         optimization.
6961         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
6962         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
6963         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
6964         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
6965         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
6966         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
6967         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
6968         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
6969         * modules/arpa_inet (Depends-on): Add arg-nonnull.
6970         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
6971         * modules/dirent (Depends-on): Add arg-nonnull.
6972         (Makefile.am): Insert arg-nonnull.h into dirent.h.
6973         * modules/fcntl-h (Depends-on): Add arg-nonnull.
6974         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
6975         * modules/fnmatch (Depends-on): Add arg-nonnull.
6976         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
6977         * modules/getopt-posix (Depends-on): Add arg-nonnull.
6978         (Makefile.am): Insert arg-nonnull.h into getopt.h.
6979         * modules/glob (Depends-on): Add arg-nonnull.
6980         (Makefile.am): Insert arg-nonnull.h into glob.h.
6981         * modules/iconv_open (Depends-on): Add arg-nonnull.
6982         (Makefile.am): Insert arg-nonnull.h into iconv.h.
6983         * modules/inttypes (Depends-on): Add arg-nonnull.
6984         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
6985         * modules/locale (Depends-on): Add arg-nonnull.
6986         (Makefile.am): Insert arg-nonnull.h into locale.h.
6987         * modules/math (Depends-on): Add arg-nonnull.
6988         (Makefile.am): Insert arg-nonnull.h into math.h.
6989         * modules/netdb (Depends-on): Add arg-nonnull.
6990         (Makefile.am): Insert arg-nonnull.h into netdb.h.
6991         * modules/search (Depends-on): Add arg-nonnull.
6992         (Makefile.am): Insert arg-nonnull.h into search.h.
6993         * modules/signal (Depends-on): Add arg-nonnull.
6994         (Makefile.am): Insert arg-nonnull.h into signal.h.
6995         * modules/spawn (Depends-on): Add arg-nonnull.
6996         (Makefile.am): Insert arg-nonnull.h into spawn.h.
6997         * modules/stdio (Depends-on): Add arg-nonnull.
6998         (Makefile.am): Insert arg-nonnull.h into stdio.h.
6999         * modules/stdlib (Depends-on): Add arg-nonnull.
7000         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7001         * modules/string (Depends-on): Add arg-nonnull.
7002         (Makefile.am): Insert arg-nonnull.h into string.h.
7003         * modules/strings (Depends-on): Add arg-nonnull.
7004         (Makefile.am): Insert arg-nonnull.h into strings.h.
7005         * modules/sys_socket (Depends-on): Add arg-nonnull.
7006         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7007         * modules/sys_stat (Depends-on): Add arg-nonnull.
7008         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7009         * modules/sys_time (Depends-on): Add arg-nonnull.
7010         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7011         * modules/sys_times (Depends-on): Add arg-nonnull.
7012         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7013         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7014         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7015         * modules/time (Depends-on): Add arg-nonnull.
7016         (Makefile.am): Insert arg-nonnull.h into time.h.
7017         * modules/unistd (Depends-on): Add arg-nonnull.
7018         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7019         * modules/wchar (Depends-on): Add arg-nonnull.
7020         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7021         * modules/argv-iter (Depends-on): Add arg-nonnull.
7022         * tests/test-canonicalize.c (null_ptr): New function.
7023         (main): Use it.
7024         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7025         (main): Use it.
7026         * tests/test-memmem.c (null_ptr): New function.
7027         (main): Use it.
7028         Reported by Jim Meyering.
7029
7030 2009-12-10  Bruno Haible  <bruno@clisp.org>
7031
7032         Use spaces for indentation, not tabs.
7033         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7034         * m4/*.m4: Untabify.
7035         * build-aux/*.h: Untabify.
7036         * tests/**/*.[hc]: Untabify.
7037         * README: New section "Indent with spaces, not TABs", based on
7038         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7039         * NEWS: Mention the change.
7040
7041 2009-12-10  Bruno Haible  <bruno@clisp.org>
7042
7043         pty test: Fix link error.
7044         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7045         test_pty_LDADD.
7046
7047 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7048
7049         * modules/pty: New file.
7050         * modules/pty-tests: New file.
7051         * m4/pty.m4: New file.
7052         * tests/test-pty.c: New file.
7053         * doc/glibc-headers/pty.texi: Modified.
7054         * doc/glibc-functions/forkpty.texi: Modified.
7055         * doc/glibc-functions/openpty.texi: Modified.
7056
7057 2009-12-10  Bruno Haible  <bruno@clisp.org>
7058
7059         Avoid syntax error in C++ mode.
7060         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7061
7062 2009-12-10  Bruno Haible  <bruno@clisp.org>
7063
7064         Use sed with option -e.
7065         * gnulib-tool (func_version, func_emit_copyright_notice,
7066         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7067         option -e to sed.
7068         * modules/link-warning (Makefile.am): Likewise.
7069
7070 2009-12-10  Jim Meyering  <meyering@redhat.com>
7071
7072         mgetgroups: do not write bytes beyond end of malloc'd buffer
7073         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7074         username, we call getgroups with a one-element-shorter buffer,
7075         but still told it the length was original, max_n_groups.
7076
7077 2009-12-09  Eric Blake  <ebb9@byu.net>
7078
7079         cloexec: relax license
7080         * modules/cloexec (Maintainer): Add myself.
7081         (License): Use LGPL, not GPL.
7082
7083         link-warning: optimize generation
7084         * modules/link-warning (Makefile.am): Reduce process usage.
7085
7086 2009-12-09  Bruno Haible  <bruno@clisp.org>
7087
7088         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7089         workaround was added on 2009-11-17.
7090
7091 2009-12-09  Jim Meyering  <meyering@redhat.com>
7092             Bruno Haible  <bruno@clisp.org>
7093
7094         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7095         * modules/link-warning (Makefile.am): Make the comment-removing sed
7096         command more robust in the face of bootstrap-prepended comment lines.
7097
7098 2009-12-09  Bruno Haible  <bruno@clisp.org>
7099
7100         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7101         most one group.
7102
7103 2009-12-09  Simon Josefsson <simon@josefsson.org>
7104             Bruno Haible  <bruno@clisp.org>
7105
7106         * build-aux/link-warning.h: Add copyright notice.
7107         * modules/link-warning (Makefile.am): Generate link-warning.h from
7108         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7109         * NEWS: Mention change in link-warning module.
7110         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7111         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7112         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7113         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7114         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7115         * modules/math (Makefile.am): Add dependency to math.h.
7116         * modules/search (Makefile.am): Add dependency to search.h.
7117         * modules/signal (Makefile.am): Add dependency to signal.h.
7118         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7119         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7120         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7121         * modules/string (Makefile.am): Add dependency to string.h.
7122         * modules/strings (Makefile.am): Add dependency to strings.h.
7123         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7124         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7125         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7126         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7127         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7128         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7129         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7130         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7131         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7132
7133 2009-12-09  Bruno Haible  <bruno@clisp.org>
7134
7135         fchdir: Optimize away rpl_fstat when possible.
7136         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7137         REPLACE_OPEN_DIRECTORY.
7138         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7139
7140 2009-12-09  Bruno Haible  <bruno@clisp.org>
7141
7142         * lib/fchdir.c: Update comment.
7143
7144 2009-12-09  Bruno Haible  <bruno@clisp.org>
7145
7146         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7147
7148 2009-12-08  Eric Blake  <ebb9@byu.net>
7149
7150         fchdir: avoid memory leak on re-registration.
7151         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7152
7153 2009-12-08  Jim Meyering  <meyering@redhat.com>
7154
7155         init.sh: avoid Solaris 10 /bin/sh portability problem
7156         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7157         sourced script:
7158           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7159           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7160           bar
7161         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7162         and two tests used that idiom.
7163         * tests/init.sh: Update suggested usage comments.
7164         (path_prepend_): New function, to be used in place
7165         of the --src-path=DIR option.
7166         (setup_): Move PATH-prepending code into path_prepend_.
7167         * tests/test-pread.sh: Adapt to new usage.
7168         * tests/test-xalloc-die.sh: Likewise.
7169
7170 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7171
7172         * doc/gnulib.texi (Glibc pty.h): Add.
7173         * doc/glibc-functions/forkpty.texi: Add.
7174         * doc/glibc-functions/openpty.texi: Add.
7175         Suggested by Bruno Haible.
7176
7177 2009-12-08  Eric Blake  <ebb9@byu.net>
7178
7179         fchdir: fix logic bugs
7180         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7181         * tests/test-fchdir.c (main): Enhance test.
7182         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7183         is in use.
7184
7185         dup2: fix logic bugs
7186         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7187         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7188         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7189         exists.
7190         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7191
7192 2009-12-07  Eric Blake  <ebb9@byu.net>
7193
7194         unlink: fix m4 detection
7195         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7196
7197         unistd-safer: add unit test
7198         * modules/unistd-safer-tests: New file.
7199         * tests/test-dup-safer.c: Likewise.
7200         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7201         * tests/test-dup2.c (setmode): Likewise.
7202         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7203
7204         cloexec: preserve text vs. binary across dup_cloexec
7205         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7206         mode.
7207         * modules/dup2-tests (Depends-on): Add binary-io.
7208         * modules/cloexec-tests (Depends-on): Likewise.
7209         * tests/test-dup2.c (setmode, is_mode): New helpers.
7210         (main): Add tests that translation mode is preserved.
7211         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7212         Reported by Bruno Haible.
7213
7214         mgetgroups: reduce duplicate listings
7215         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7216         resulting array.
7217         * tests/test-chown.h (test_chown): Simplify client.
7218         * tests/test-lchown.h (test_lchown): Likewise.
7219
7220 2009-12-06  Bruno Haible  <bruno@clisp.org>
7221
7222         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7223         value.
7224
7225 2009-12-06  Bruno Haible  <bruno@clisp.org>
7226
7227         * lib/progname.c: Include stdio.h, stdlib.h.
7228         (set_program_name): Reject a NULL argument.
7229
7230 2009-12-05  Eric Blake  <ebb9@byu.net>
7231
7232         pipe2-safer: new module
7233         * modules/pipe2-safer: New file.
7234         * lib/unistd-safer.h (pipe2_safer): New prototype.
7235         * lib/unistd--.h (pipe2): New wrapper.
7236         * lib/pipe-safer.c (pipe2_safer): New function.
7237         * modules/pipe (Depends-on): Add pipe2-safer.
7238         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7239
7240         stdlib-safer: preserve cloexec flag for mkostemp[s]
7241         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7242         fd_safer_flag.
7243
7244         unistd-safer: allow preservation of cloexec status via flag
7245         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7246         prototypes.
7247         * lib/dup-safer.c (dup_safer_flag): New function.
7248         * lib/fd-safer.c (fd_safer_flag): Likewise.
7249         * modules/cloexec (configure.ac): Set witness.
7250
7251         test-dup2: enhance test
7252         * modules/dup2-tests (Depends-on): Add cloexec.
7253         * tests/test-dup2.c (main): Enhance test.
7254
7255         cloexec: add dup_cloexec
7256         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7257         header and comments.
7258         * lib/cloexec.c (set_cloexec_flag): Add comments.
7259         (dup_cloexec): New function, with mingw implementation borrowed
7260         from...
7261         * lib/w32spawn.h (dup_noinherit): ...here.
7262         * modules/execute (Depends-on): Add cloexec.
7263         * modules/pipe (Depends-on): Likewise.
7264         * modules/cloexec (Depends-on): Add dup2.
7265         * modules/cloexec-tests (Files): New file.
7266         * tests/test-cloexec.c: Likewise.
7267
7268         test-xalloc-die: fix test for mingw
7269         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7270         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7271         directory and .exe suffix off argv[0] output.
7272
7273         test-fseeko: fix test for mingw
7274         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7275         than undefining fseek, so test will pass on mingw.
7276
7277 2009-12-05  Bruno Haible  <bruno@clisp.org>
7278
7279         * lib/progname.h (set_program_name): Clarify specification.
7280         * lib/progname.c (set_program_name): Likewise.
7281         Reported by Jim Meyering.
7282
7283 2009-12-05  Jim Meyering  <meyering@redhat.com>
7284
7285         maint.mk: backslash-escape parens in default regexp
7286         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7287         backslash-escape the literal parentheses.
7288
7289         maint.mk: news-date-check: use grep -E
7290         * top/maint.mk (today): Define a Make variable, not a...
7291         (news-date-check): ...shell variable.
7292         (news-date-regexp): Use the Make variable.
7293         Use grep's -E option.  Change the failing diagnostic to mention
7294         the variable, $(news-date-regexp).
7295
7296 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7297
7298         maintainer-makefile: allow customization of NEWS entry format
7299         * top/maint.mk (news-date-regexp): New overridable variable.
7300         (news-date-check): Use it.
7301
7302 2009-12-04  Eric Blake  <ebb9@byu.net>
7303
7304         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7305         * lib/mgetgroups.h (xgetgroups): New prototype.
7306         * lib/mgetgroups.c (xgetgroups): New wrapper.
7307         (mgetgroups): Handle ENOSYS.
7308         * modules/mgetgroups (Depends-on): Add realloc.
7309         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7310
7311         mgetgroups: avoid argument promotion issues with -1
7312         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7313         for invalid gid_t.
7314         * tests/test-chown.h (getegid, test_chown): Likewise.
7315         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7316
7317 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7318
7319         exclude: Fix header file problems.
7320         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7321
7322 2009-12-01  Jim Meyering  <meyering@redhat.com>
7323
7324         fts: fts_open: do not let an empty string cause immediate failure
7325         This is required in support of GNU rm, for which the command
7326         "rm A '' B" must process and remove both A and B, in spite of
7327         the empty string argument.
7328         * lib/fts.c (fts_open): Do not let the presence of an empty string
7329         cause fts_open to fail immediately.  Most fts-using tools must be
7330         able to process all arguments, in order, and can be expected to
7331         diagnose such arguments themselves.
7332
7333 2009-11-30  Eric Blake  <ebb9@byu.net>
7334
7335         utimens: fix compilation error
7336         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7337         Declare variable at right scope.
7338
7339 2009-11-29  Jim Meyering  <meyering@redhat.com>
7340
7341         bootstrap: handle perl-5.11's changed --version output
7342         * build-aux/bootstrap (get_version): Handle perl separately,
7343         since perl-5.11's --version output is different.
7344
7345 2009-11-28  Jim Meyering  <meyering@redhat.com>
7346
7347         userspec: depend on the inttostr module, too
7348         * modules/userspec (Depends-on): Add inttostr.
7349
7350         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7351         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7352         number of MAXUID when it evaluates to (uid_t) -1.
7353         Likewise for group ID.  Reported by Matt McCutchen in
7354         <http://savannah.gnu.org/bugs/?28113>
7355
7356         userspec: reformat to use spaces, not TABs
7357         * lib/userspec.c: Expand TABs to spaces.
7358         Add Emacs' "indent-tabs-mode: nil" hint.
7359
7360 2009-11-27  Eric Blake  <ebb9@byu.net>
7361
7362         getopt-gnu: flush out another BSD bug
7363         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7364         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7365         flush out BSD bug.
7366         * tests/test-getopt.h (test_getopt): End lists with NULL.
7367         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7368         (test_getopt_long_posix): Enhance test.
7369         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7370         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7371         getopt-gnu.
7372         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7373         Likewise.
7374
7375 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7376
7377         * modules/idpriv-droptemp-tests (Notice): Fix text.
7378
7379 2009-11-27  Jim Meyering  <meyering@redhat.com>
7380
7381         test-xalloc-die: avoid spurious failure due to libtool argv difference
7382         In a libtool-enabled project, this test would fail due to a difference
7383         in the emitted program name, e.g.,
7384         -test-xalloc-die: memory exhausted
7385         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7386         Use program to avoid that.
7387         * modules/xalloc-die-tests (Depends-on): Add progname.
7388         * tests/test-xalloc-die.c: Include progname.h".
7389         (program_name): Remove decl.
7390         (main): Call set_program_name.
7391         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7392
7393 2009-11-26  Richard Jones  <rjones@redhat.com>
7394
7395         w32sock: leave win32 error in place.
7396         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7397
7398 2009-11-26  Eric Blake  <ebb9@byu.net>
7399
7400         init.sh: suggest to use skip_ and fail_ functions in comments
7401         * tests/init.sh: Add a sentence.
7402
7403 2009-11-25  Bruno Haible  <bruno@clisp.org>
7404
7405         init.sh: add documentation in comments
7406         * tests/init.sh: Add some developer and user documentation.
7407
7408 2009-11-26  Jim Meyering  <meyering@redhat.com>
7409
7410         init.sh: accommodate even those who specify bogus srcdir manually
7411         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7412         configure-time tests to be sanitized, so that there is no need to
7413         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7414         (with no double quotes) suffices.  However, since tests may be
7415         invoked manually, and since you may explicitly set srcdir to the
7416         name of a directory containing spaces, do quote its uses here.
7417         * tests/test-pread.sh: Likewise.
7418         Suggested by Bruno Haible.
7419
7420         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7421         * tests/test-pread.sh: Write no data into the pipe, because
7422         test-pread actually reads none.  This avoids a diagnostic,
7423         "bash: echo: write error: Broken pipe", that arises in the unusual
7424         event something is ignoring SIGPIPE, and might be interpreted
7425         as some sort of failure.  Reported by Bruno Haible.
7426
7427 2009-11-25  Jim Meyering  <meyering@redhat.com>
7428
7429         test-pread: cover failure with ESPIPE and EINVAL
7430         * tests/test-pread.c (main): Test for failure, too.
7431         * tests/test-pread.sh: Invoke with stdin on a pipe.
7432         Suggested by Eric Blake.
7433
7434         pread: improvement and fix
7435         * modules/pread (Depends-on): Depend on lseek, for portability to
7436         e.g., mingw.  Suggested by Eric Blake.
7437         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7438
7439         unistd.in.h: correct declaration of pread
7440         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7441         Reported by Richard W.M. Jones.
7442
7443         test-pread.sh: distribute the test script
7444         * modules/pread-tests (Files): Include test-pread.sh.
7445
7446         test-pread.sh: clean up
7447         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7448         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7449         That is unnecessary, since it's always ".".
7450         Suggestion from Eric Blake.
7451
7452         test-pread.sh: make executable
7453         * tests/test-pread.sh: Set executable bit.
7454         Reported by Eric Blake.
7455
7456         correct typo in test-pread.sh
7457         * tests/test-pread.sh: Add #! line.
7458
7459         test pread
7460         * tests/test-pread.c: New file.
7461         * tests/test-pread.sh: Likewise.
7462         * modules/pread-tests: Likewise.
7463
7464         pread: new module
7465         * modules/pread: New file.
7466         * lib/unistd.in.h (pread): Define/declare.
7467         * lib/pread.c (pread): New file.
7468         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7469         * modules/unistd (Makefile.am): Substitute witnesses.
7470         * doc/posix-functions/pread.texi (pread): Update.
7471         * MODULES.html.sh: Add pread.
7472
7473 2009-11-25  Jim Meyering  <meyering@redhat.com>
7474
7475         tests/init.sh: new file to be used via most *.sh tests
7476         * tests/init.sh: New file.
7477
7478 2009-11-25  Eric Blake  <ebb9@byu.net>
7479
7480         utimens: work around older Linux failure with symlinks
7481         * lib/utimens.c (lutimensat_works_really): New variable.
7482         (fdutimens, lutimens): Use it to manage kernels that support
7483         nanosecond times on files, but not on symlinks.
7484         Reported by Ondřej Vašík.
7485
7486         utimes: fix configure grammar
7487         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7488
7489 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7490
7491         regex: Fix fastmap for multibyte character ranges.
7492         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7493         characters when a multibyte character range is included.
7494
7495 2009-11-22  Andy Wingo  <wingo@pobox.com>
7496
7497         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7498         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7499
7500 2009-11-24  Bruno Haible  <bruno@clisp.org>
7501
7502         doc: Most *_l functions exist in MacOS X 10.5.
7503         * doc/posix-functions/duplocale.texi: Update platforms list.
7504         * doc/posix-functions/freelocale.texi: Likewise.
7505         * doc/posix-functions/newlocale.texi: Likewise.
7506         * doc/posix-functions/uselocale.texi: Likewise.
7507         * doc/posix-functions/isalnum_l.texi: Likewise.
7508         * doc/posix-functions/isalpha_l.texi: Likewise.
7509         * doc/posix-functions/isblank_l.texi: Likewise.
7510         * doc/posix-functions/iscntrl_l.texi: Likewise.
7511         * doc/posix-functions/isdigit_l.texi: Likewise.
7512         * doc/posix-functions/isgraph_l.texi: Likewise.
7513         * doc/posix-functions/islower_l.texi: Likewise.
7514         * doc/posix-functions/isprint_l.texi: Likewise.
7515         * doc/posix-functions/ispunct_l.texi: Likewise.
7516         * doc/posix-functions/isspace_l.texi: Likewise.
7517         * doc/posix-functions/isupper_l.texi: Likewise.
7518         * doc/posix-functions/iswalnum_l.texi: Likewise.
7519         * doc/posix-functions/iswalpha_l.texi: Likewise.
7520         * doc/posix-functions/iswblank_l.texi: Likewise.
7521         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7522         * doc/posix-functions/iswctype_l.texi: Likewise.
7523         * doc/posix-functions/iswdigit_l.texi: Likewise.
7524         * doc/posix-functions/iswgraph_l.texi: Likewise.
7525         * doc/posix-functions/iswlower_l.texi: Likewise.
7526         * doc/posix-functions/iswprint_l.texi: Likewise.
7527         * doc/posix-functions/iswpunct_l.texi: Likewise.
7528         * doc/posix-functions/iswspace_l.texi: Likewise.
7529         * doc/posix-functions/iswupper_l.texi: Likewise.
7530         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7531         * doc/posix-functions/isxdigit_l.texi: Likewise.
7532         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7533         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7534         * doc/posix-functions/strcoll_l.texi: Likewise.
7535         * doc/posix-functions/strfmon_l.texi: Likewise.
7536         * doc/posix-functions/strftime_l.texi: Likewise.
7537         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7538         * doc/posix-functions/strxfrm_l.texi: Likewise.
7539         * doc/posix-functions/tolower_l.texi: Likewise.
7540         * doc/posix-functions/toupper_l.texi: Likewise.
7541         * doc/posix-functions/towctrans_l.texi: Likewise.
7542         * doc/posix-functions/towlower_l.texi: Likewise.
7543         * doc/posix-functions/towupper_l.texi: Likewise.
7544         * doc/posix-functions/wcscoll_l.texi: Likewise.
7545         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7546         * doc/posix-functions/wctrans_l.texi: Likewise.
7547         * doc/posix-functions/wctype_l.texi: Likewise.
7548         * doc/glibc-functions/strptime_l.texi: Likewise.
7549         * doc/glibc-functions/strtod_l.texi: Likewise.
7550         * doc/glibc-functions/strtof_l.texi: Likewise.
7551         * doc/glibc-functions/strtol_l.texi: Likewise.
7552         * doc/glibc-functions/strtold_l.texi: Likewise.
7553         * doc/glibc-functions/strtoll_l.texi: Likewise.
7554         * doc/glibc-functions/strtoul_l.texi: Likewise.
7555         * doc/glibc-functions/strtoull_l.texi: Likewise.
7556         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7557         * doc/glibc-functions/wcstod_l.texi: Likewise.
7558         * doc/glibc-functions/wcstof_l.texi: Likewise.
7559         * doc/glibc-functions/wcstol_l.texi: Likewise.
7560         * doc/glibc-functions/wcstold_l.texi: Likewise.
7561         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7562         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7563         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7564
7565 2009-11-24  Bruno Haible  <bruno@clisp.org>
7566
7567         duplocale: Fix logic bug.
7568         * lib/duplocale.c: Don't include <langinfo.h>.
7569         (_NL_LOCALE_NAME): Remove macro.
7570         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7571         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7572
7573 2009-11-23  Jim Meyering  <meyering@redhat.com>
7574
7575         test-update-copyright: don't hard-code /usr/bin/perl
7576         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7577         perl to print the current year.  Gilles Espinasse reported that
7578         the replaced use of perl was hard-coded as /usr/bin/perl.
7579
7580 2009-11-23  Bruno Haible  <bruno@clisp.org>
7581
7582         duplocale: Add support for glibc 2.3.x.
7583         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7584
7585 2009-11-22  Bruno Haible  <bruno@clisp.org>
7586
7587         vasnprintf: Tiny optimization.
7588         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7589         MacOS X.
7590
7591 2009-11-22  Bruno Haible  <bruno@clisp.org>
7592
7593         Tests for module 'duplocale'.
7594         * modules/duplocale-tests: New file.
7595         * tests/test-duplocale.c: New file.
7596
7597         New module 'duplocale'.
7598         * m4/duplocale.m4: New file.
7599         * lib/locale.in.h (duplocale): New declaration.
7600         * lib/duplocale.c: New file.
7601         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7602         gl_LOCALE_H_DEFAULTS): New macros.
7603         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7604         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7605         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7606         REPLACE_DUPLOCALE.
7607         * modules/duplocale: New file.
7608         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7609
7610 2009-11-22  Bruno Haible  <bruno@clisp.org>
7611
7612         * modules/locale-tests (configure.ac): Test for newlocale function.
7613         * tests/test-locale.c: When the system has extended locale functions,
7614         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7615
7616         locale: Make locale_t available when possible.
7617         * lib/locale.in.h: Include <xlocale.h> when it exists.
7618         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7619         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7620         * modules/locale (Depends-on): Add extensions.
7621         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7622         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7623
7624 2009-11-22  Bruno Haible  <bruno@clisp.org>
7625
7626         Add comments.
7627         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7628         invocation.
7629         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7630         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7631         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7632
7633 2009-11-22  Bruno Haible  <bruno@clisp.org>
7634
7635         error: account for the possibility of freopen (stdout).
7636         * lib/error.c: Include <unistd.h>.
7637         (flush_stdout): New function, extracted from error and error_at_line.
7638         Determine stdout's fd dynamically.
7639         (error, error_at_line): Invoke flush_stdout.
7640         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7641         * modules/error (Depends-on): Add unistd.
7642
7643 2009-11-22  Bruno Haible  <bruno@clisp.org>
7644
7645         diffseq: Add comment.
7646         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7647
7648 2009-11-22  Jim Meyering  <meyering@redhat.com>
7649
7650         c-stack: avoid defining an unused static function
7651         * lib/c-stack.c (find_stack_direction): Do not define this function
7652         when it will not be used.
7653
7654         diffseq: avoid spurious gcc warnings
7655         * lib/diffseq.h (IF_LINT2): Define.
7656         (compareseq): Use it to initialize two members of "part".
7657         This avoids two used-uninitialized warnings.
7658
7659 2009-11-21  Jim Meyering  <meyering@redhat.com>
7660
7661         c-stack: avoid "ignoring return value of `write'" warning
7662         * lib/c-stack.c: Include "ignore-value.h".
7663         (die): Explicitly ignore each write return value.
7664         * modules/c-stack (Depends-on): Add ignore-value.
7665
7666 2009-11-21  Bruno Haible  <bruno@clisp.org>
7667
7668         diffseq: reduce scope of variable 'best'.
7669         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7670         variable, earlier used for two different purposes.
7671
7672 2009-11-21  Jim Meyering  <meyering@redhat.com>
7673
7674         diffseq: remove useless assignment to "best"
7675         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7676         assignment.  At that point "best" is already guaranteed to be zero.
7677
7678 2009-11-20  Eric Blake  <ebb9@byu.net>
7679
7680         build: mention ftp redirector in release announcements
7681         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7682         values that used to come from cfg.mk; mention FTP redirect URL.
7683         * build-aux/announce-gen: Mention the mirror list.
7684         Suggested by Karl Berry.
7685
7686         nanosleep: improve port to mingw
7687         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7688         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7689         LIB_NANOSLEEP, but only when needed.
7690         * modules/select (Link): Document LIBSOCKET.
7691         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7692         enough.
7693
7694         nanosleep: work around cygwin bug
7695         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7696         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7697         bug.
7698         (getnow): Delete, not needed.
7699         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7700         LIB_CLOCK_GETTIME.
7701         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7702         clock-time, gettime.
7703         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7704         bug.
7705         * modules/nanosleep-tests: New test.
7706         * tests/test-nanosleep.c: New file.
7707
7708         sleep: work around cygwin bug
7709         * lib/sleep.c (rpl_sleep): Work around the bug.
7710         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7711         (gl_PREREQ_SLEEP): Delete unused macro.
7712         * modules/sleep (Depends-on): Add verify.
7713         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7714         * modules/unistd (Makefile.am): Substitute witness.
7715         * lib/unistd.in.h (sleep): Update prototype.
7716         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7717         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7718         * modules/sleep-tests (Depends-on): Check for alarm.
7719
7720 2009-11-20  Jim Meyering  <meyering@redhat.com>
7721
7722         maint.mk: improve sc_prohibit_magic_number_exit
7723         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7724         so it does not match uses like System.exit(1).
7725         Add comments showing how to correct all offenders.
7726
7727 2009-11-19  Eric Blake  <ebb9@byu.net>
7728
7729         xalloc-die-tests: add missing library
7730         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7731
7732         test-xvasprintf: silence compiler warnings
7733         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7734         empty string from gcc.
7735
7736 2009-11-19  Jim Meyering  <meyering@redhat.com>
7737
7738         xfreopen: new module, from coreutils
7739         * modules/xfreopen: New module.
7740         * lib/xfreopen.c: New file.
7741         * lib/xfreopen.h: New file.
7742         * MODULES.html.sh (File stream based Input/Output"): Add it.
7743
7744 2009-11-19  Eric Blake  <ebb9@byu.net>
7745
7746         manywarnings: depend on warnings
7747         * modules/manywarnings (Depends-on): Add warnings.
7748
7749         build: avoid compiler warnings
7750         * lib/select.c (rpl_select): Delete unused variable.
7751         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7752
7753 2009-11-18  Eric Blake  <ebb9@byu.net>
7754
7755         tests: avoid false negative with --with-packager
7756         * tests/test-version-etc.sh: Discard packager information.
7757         * tests/test-argp-version-etc-1.sh: Likewise.
7758         Reported by Mike Frysinger.
7759
7760         utimens: fix regression on Solaris
7761         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7762         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7763         can only change fd timestamps via futimesat.  Instead, use an
7764         additional witness macro to avoid BSD bug.
7765         Reported by Jim Meyering.
7766
7767 2009-11-17  Eric Blake  <ebb9@byu.net>
7768
7769         usleep: use it to simplify tests
7770         * modules/stat-time-tests (Depends-on): Add usleep.
7771         (configure.ac): Drop usleep check.
7772         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7773         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7774         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7775         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7776         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7777         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7778         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7779         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
7780         Likewise.
7781         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
7782         * tests/test-lchown.h (nap): Likewise.
7783         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
7784         * tests/test-stat-time.c (nap): Likewise.
7785         * tests/test-utimens-common.h (nap): Update comments.
7786
7787         usleep: new module
7788         * modules/usleep: New file.
7789         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
7790         * lib/usleep.c (usleep): Likewise.
7791         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
7792         * modules/unistd (Makefile.am): Substitute witnesses.
7793         * lib/unistd.in.h (usleep): Add declaration.
7794         * doc/pastposix-functions/usleep.texi (usleep): Document this.
7795         * MODULES.html.sh (Date and time): Likewise.
7796         * modules/usleep-tests (Depends-on): New test.
7797         * tests/test-usleep.c: New file.
7798
7799         chown: work around OpenBSD bug
7800         * lib/chown.c (rpl_chown): Work around the bug.
7801         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
7802         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
7803         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
7804         * modules/chown (Depends-on): Add stdbool.
7805         * modules/lchown (Depends-on): Likewise.
7806         * doc/posix-functions/chown.texi (chown): Document the bug.
7807         * doc/posix-functions/lchown.texi (lchown): Likewise.
7808         * tests/test-lchown.h (test_chown): Relax test.
7809
7810         mkstemp: avoid conflict with C++ keyword template
7811         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
7812         * lib/mkostemp.c (mkostemp): Likewise.
7813         * lib/mkostemps.c (mkostemps): Likewise.
7814         * lib/mkstemp.c (mkstemp): Likewise.
7815         * lib/mkstemps.c (mkstemps): Likewise.
7816
7817         xalloc-die-tests: optimize
7818         * tests/test-xalloc-die.sh: Reduce number of processes.
7819
7820 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7821
7822         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
7823         patch from ludo@gnu.org (Ludovic Courtès).
7824
7825 2009-11-17  Jim Meyering  <meyering@redhat.com>
7826
7827         version-etc: use proper license string
7828         * modules/version-etc (License): Use LGPL, not LGPLv3+.
7829         * modules/version-etc-fsf: Likewise.
7830
7831 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7832
7833         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
7834         printed to stdout.  Deal with EOL differences.
7835
7836 2009-11-17  Eric Blake  <ebb9@byu.net>
7837
7838         unsetenv: work around Solaris bug
7839         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
7840         * lib/unsetenv.c (rpl_unsetenv): Work around it.
7841         Reported by Jim Meyering.
7842
7843         vasnprintf: avoid compiler warnings
7844         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
7845         variables.
7846         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
7847
7848 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7849
7850         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
7851         settings since xalloc-die is no longer the self test,
7852         xalloc-die.sh is.
7853
7854 2009-11-17  Jim Meyering  <meyering@redhat.com>
7855
7856         test-xalloc-die.sh: make the code agree with the commit log
7857         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
7858         at the end, just in case you happen to have a test-xalloc-die
7859         program in some other PATH directory.
7860
7861         test-xalloc-die.sh: fix a portability bug
7862         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
7863         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
7864         Otherwise, argv[0] (as often seen in diagnostics) would be too
7865         system-dependent, sometimes with, and sometimes without the leading "./".
7866
7867         version-etc-fsf: relax license to LGPLv3+
7868         * modules/version-etc-fsf (License): Relax license.
7869
7870 2009-11-16  Eric Blake  <ebb9@byu.net>
7871
7872         xalloc-die-tests: avoid printing null pointer
7873         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
7874         shell script.
7875         * tests/test-xalloc-die.c (program_name): Declare.
7876         * tests/test-xalloc-die.sh (tmpfiles): New file.
7877
7878         setenv, unsetenv: work around various bugs
7879         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
7880         (setenv) [HAVE_SETENV]: Work around bugs.
7881         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
7882         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
7883         for bugs.
7884         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
7885         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
7886         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
7887         * modules/stdlib (Makefile.am): Update substitutions.
7888         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
7889         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
7890         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7891         * modules/setenv-tests: New test.
7892         * modules/unsetenv-tests: Likewise.
7893         * tests/test-setenv.c: New file.
7894         * tests/test-unsetenv.c: Likewise.
7895
7896 2009-11-16  Jim Meyering  <meyering@redhat.com>
7897
7898         version-etc: relax license to LGPLv3+
7899         * modules/version-etc (License): Relax license.
7900
7901         better AC_REQUIRE expanded-before-required-warning avoidance
7902         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
7903         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
7904         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
7905         which is no longer needed.
7906
7907 2009-11-16  Eric Blake  <ebb9@byu.net>
7908
7909         test-freading: clean up temporary file
7910         * tests/test-freading.c (main): Remove file on success, and use
7911         ASSERT more liberally.
7912         Reported by Jim Meyering.
7913
7914 2009-11-16  Jim Meyering  <meyering@redhat.com>
7915
7916         avoid new AC_REQUIRE expanded-before-required warnings
7917         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
7918         merely using it.
7919         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
7920         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
7921
7922 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7923
7924         * tests/test-xalloc-die.c: New file.
7925         * modules/xalloc-die-tests: New file.
7926         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
7927         XFAIL_TESTS so it can be appended by modules.
7928
7929 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7930
7931         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
7932         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
7933
7934 2009-11-14  Eric Blake  <ebb9@byu.net>
7935
7936         fnmatch: avoid compiler warning
7937         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
7938         to silence compiler warning about mismatch signedness in ?:.
7939         Reported by Robert Millan.
7940
7941         intprops: add double-inclusion guard
7942         * lib/intprops.h: Allow idempotent includes.
7943         Suggested by Bruce Korb.
7944
7945         openat: detect Solaris fchownat bug
7946         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
7947         penalizing glibc chownat when only lchownat is broken.
7948         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
7949         trailing slash bugs.
7950         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
7951         * modules/openat-tests (Files): Include more files.
7952         (Depends-on): Add mgetgroups, sleep, stat-time.
7953         (configure.ac): Add additional checks.
7954         (Makefile.am): Build new test.
7955         * tests/test-fchownat.c: New file.
7956
7957         lchown: detect Solaris and FreeBSD bug
7958         * lib/lchown.c (rpl_lchown): Work around bug.
7959         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
7960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7961         * modules/unistd (Makefile.am): Populate it.
7962         * lib/unistd.in.h (lchown): Update declaration.
7963         * doc/posix-functions/lchown.texi (lchown): Document the bug.
7964         * modules/lchown-tests: New file.
7965         * tests/test-lchown.h (test_lchown): Likewise.
7966         * tests/test-lchown.c (main): Likewise.
7967
7968         chown: detect Solaris and FreeBSD bug
7969         * lib/chown.c (rpl_chown): Work around bug.
7970         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
7971         (gl_PREREQ_CHOWN): Delete.
7972         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7973         * modules/unistd (Makefile.am): Populate it.
7974         * lib/unistd.in.h (chown): Update declaration.
7975         * lib/lchown.c (chown): Update client.
7976         * modules/lchown (Depends-on): Add lstat.
7977         * doc/posix-functions/chown.texi (chown): Document the bug.
7978         * doc/posix-functions/getgroups.texi (getgroups): Document
7979         getgroups pitfall.
7980         * modules/chown-tests: New file.
7981         * tests/test-chown.h (test_chown): Likewise.
7982         * tests/test-chown.c (main): Likewise.
7983
7984 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
7985
7986         gnulib-tool: correctly detect absence of m4 directories
7987         * gnulib-tool: Avoid extra newline on data passed to wc -l.
7988
7989 2009-11-14  Jim Meyering  <meyering@redhat.com>
7990
7991         maint.mk: Prohibit inclusion of "xalloc.h" without use.
7992         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7993
7994 2009-11-14  John W. Eaton  <jwe@gnu.org>
7995
7996         strftime.h: wrap funtion declaration in extern "C" block
7997         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
7998
7999 2009-11-13  Eric Blake  <ebb9@byu.net>
8000
8001         getgroups: avoid compiler warning
8002         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8003
8004         getgroups: work around FreeBSD bug
8005         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8006         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8007         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8008         * tests/test-getgroups.c (main): Fix buffer overrun.
8009
8010         getgroups: avoid compilation failure
8011         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8012         * modules/getgroups (Depends-on): Add stdint.
8013
8014 2009-11-13  Jim Meyering  <meyering@redhat.com>
8015
8016         test-getgroups: avoid compilation failure
8017         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8018
8019 2009-11-13  Eric Blake  <ebb9@byu.net>
8020
8021         mgetgroups: new module, taken from coreutils
8022         * modules/mgetgroups: New file.
8023         * lib/mgetgroups.h: Likewise.
8024         * lib/mgetgroups.c (mgetgroups): Likewise.
8025         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8026         * MODULES.html.sh (Users and groups): Mention it.
8027
8028         getgroups: don't expose GETGROUPS_T to user
8029         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8030         an element at a time if GETGROUPS_T is wrong size.
8031         * lib/getugroups.h (getugroups): Change signature.
8032         * lib/unistd.in.h (getgroups): Likewise.
8033         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8034         signature needs fixing.
8035         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8036         AC_TYPE_GETGROUPS.
8037         * modules/group-member (Depends-on): Add getgroups.
8038         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8039         (group_member): Rely on getgroups replacement.
8040         * lib/getugroups.c (getugroups): Use gid_t.
8041         * tests/test-getgroups.c (main): Likewise.
8042         * NEWS: Mention the signature change.
8043         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8044         problem with signature.
8045         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8046         GETGROUPS_T is still useful for setgroups.
8047
8048         getgroups, getugroups: provide stubs for mingw
8049         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8050         * lib/getugroups.c (getugroups): Likewise.
8051         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8052         function.  Modernize replacement scheme.
8053         (gl_PREREQ_GETGROUPS): Delete.
8054         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8055         * modules/getgroups (configure.ac): Declare witness.
8056         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8057         * modules/unistd (Depends-on): Substitute witness.
8058         * lib/unistd.in.h (getgroups): Declare replacement.
8059
8060         getgroups: avoid calling exit
8061         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8062         drop xalloc.
8063         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8064         dependencies.
8065         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8066         exiting, in the rare case of malloc failure.
8067
8068         getgroups: fix logic error
8069         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8070         has more than 20 groups.
8071         * modules/getgroups-tests: New test.
8072         * tests/test-getgroups.c: New file.
8073
8074 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8075
8076         * tests/test-base64.c: Improve.
8077
8078 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8079
8080         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8081         Blake <ebb9@byu.net>.
8082
8083 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8084
8085         * tests/test-xvasprintf.c: Add %s%s related checks.
8086
8087 2009-11-12  Eric Blake  <ebb9@byu.net>
8088
8089         version-etc: match standards.texi style
8090         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8091         and use <> only for URLs.
8092
8093 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8094
8095         fts: do not fail on a submount during traversal
8096         * lib/fts.c (fts_build): Read the stat info again after opening
8097         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8098         Original report at http://bugzilla.redhat.com/501848.
8099
8100 2009-11-12  Jim Meyering  <meyering@redhat.com>
8101
8102         bootstrap: sync from coreutils
8103         * build-aux/bootstrap (bootstrap_epilogue): New function.
8104         Use git_modules_config in one more place.  This make bootstrap's
8105         --gnulib-srcdir option more useful for testing.
8106
8107         bootstrap: generalize autoheader check
8108         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8109         AC_CONFIG_HEADERS.
8110
8111 2009-11-11  Eric Blake  <ebb9@byu.net>
8112
8113         mkfifoat: use new modules for Solaris and BSD bugs
8114         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8115         * lib/mkfifoat.c (mknodat): Split...
8116         * lib/mknodat.c (mknodat): ...into new file.
8117         * modules/mkfifoat (Files): Ship new file.
8118         (Depends-on): Add mkfifo, mknod.
8119         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8120         (Depends-on): Add symlink.
8121         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8122         redundant with test_mkfifo.h.
8123         (do_mkfifoat, do_mknodat): New helpers.
8124
8125         mknod: new module
8126         * modules/mknod: New file.
8127         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8128         * lib/mknod.c (mknod): Likewise.
8129         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8130         defaults.
8131         * modules/sys_stat (Makefile.am): Substitute them.
8132         * lib/sys_stat.in.h (mknod): Declare replacement.
8133         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8134         Document it.
8135         * doc/posix-functions/mknod.texi (mknod): Likewise.
8136         * modules/mknod-tests: New test.
8137         * tests/test-mknod.c: Likewise.
8138
8139         mkfifo: new module
8140         * modules/mkfifo: New file.
8141         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8142         * lib/mkfifo.c (mkfifo): Likewise.
8143         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8144         defaults.
8145         * modules/sys_stat (Makefile.am): Substitute them.
8146         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8147         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8148         Document it.
8149         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8150         * modules/mkfifo-tests: New test.
8151         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8152         from test-mkfifoat.c.
8153         * tests/test-mkfifo.c: New file.
8154
8155         readlink: detect FreeBSD bug
8156         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8157         slash on symlink.
8158         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8159         * tests/test-readlink.h (test_readlink): Enhance test.
8160
8161         symlink: detect FreeBSD bug
8162         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8163         slash on symlink.
8164         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8165         * tests/test-symlink.h (test_symlink): Enhance test.
8166
8167 2009-11-10  Eric Blake  <ebb9@byu.net>
8168
8169         link: detect FreeBSD bug
8170         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8171         symlink.
8172         * doc/posix-functions/link.texi (link): Document the bug.
8173         * tests/test-link.h (test_link): Enhance test.
8174         * tests/test-linkat.c (main): Update caller.
8175
8176         unlink, remove: detect FreeBSD bug
8177         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8178         slash on symlink.
8179         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8180         * doc/posix-functions/remove.texi (remove): Likewise.
8181         * tests/test-unlink.h (test_unlink): Enhance test.
8182         * tests/test-remove.c (main): Likewise.
8183
8184 2009-11-09  Eric Blake  <ebb9@byu.net>
8185
8186         rename: detect FreeBSD bug
8187         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8188         slash on symlink.
8189         * modules/renameat-tests (Depends-on): Add filenamecat.
8190         * tests/test-rename.h (test_rename): Allow one more errno.
8191         * tests/test-renameat.c (main): Likewise.
8192         * doc/posix-functions/rename.texi (rename): Document the bug.
8193
8194         open: detect FreeBSD bug
8195         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8196         symlink.
8197         * doc/posix-functions/open.texi (open): Document the bug.
8198         * doc/posix-functions/utimes.texi (utimes): Likewise.
8199         * tests/test-open.h (test_open): Add parameters, and test symlink
8200         handling.
8201         * tests/test-open.c (main): Adjust caller.
8202         * tests/test-fcntl-safer.c (main): Likewise.
8203         * modules/open-tests (Depends-on): Add stdbool, symlink.
8204         * modules/fcntl-safer-tests (Depends-on): Likewise.
8205         * tests/test-openat.c (main): Add test-open tests.
8206
8207         stat: detect FreeBSD bug
8208         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8209         symlink.
8210         * doc/posix-functions/stat.texi (stat): Document the bug.
8211         * tests/test-stat.h (test_stat_func): Add argument.
8212         * tests/test-stat.c (main): Adjust caller.
8213         * tests/test-fstatat.c (main): Likewise.
8214         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8215         Reported by Jim Meyering.
8216
8217 2009-11-09  James Youngman  <jay@gnu.org>
8218
8219         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8220         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8221
8222 2009-11-08  Jim Meyering  <meyering@redhat.com>
8223
8224         utimens: remove invalid futimesat call
8225         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8226         It used the file descriptor of the target file as the DIR_FD
8227         parameter and NULL as the file name.  That caused failure with
8228         errno == EFAULT on FreeBSD-8.0-rc2
8229
8230 2009-11-07  Eric Blake  <ebb9@byu.net>
8231
8232         fflush, freadseek: use fseeko, not fseek
8233         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8234         (clear_ungetc_buffer): Avoid potential problems on large files.
8235         * lib/freadseek.c (freadseek): Likewise.
8236         * modules/freadseek (Depends-on): Add fseeko.
8237         * modules/fseek (configure.ac): Set a witness.
8238         * tests/test-fflush.c (main): Use fseeko.
8239         * tests/test-fpurge.c (fseek): Disable link warning.
8240         * tests/test-freadable.c (fseek): Likewise.
8241         * tests/test-freading.c (fseek): Likewise.
8242         * tests/test-fseeko.c (fseek): Likewise.
8243         * tests/test-ftell.c (fseek): Likewise.
8244         * tests/test-ftello.c (fseek): Likewise.
8245         * tests/test-fwritable.c (fseek): Likewise.
8246         * tests/test-fwriting.c (fseek): Likewise.
8247
8248 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8249
8250         * modules/memchr (Depends-on): Drop getpagesize dependency.
8251
8252 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8253
8254         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8255         Reported by Ludovic Courtès.
8256         * build-aux/pmccabe2html: Improve example usage.
8257         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8258
8259 2009-11-06  Jim Meyering  <meyering@redhat.com>
8260
8261         do-release-commit-and-tag: New module.
8262         Automate the release-commit and tag process.
8263         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8264         * modules/do-release-commit-and-tag: New file.
8265         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8266
8267 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8268
8269         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8270         because test-select.c uses inet_pton.
8271
8272 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8273
8274         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8275         GETADDRINFO_LIB.  Bump serial number.
8276         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8277         Suggested by Eric Blake <ebb9@byu.net>.
8278
8279 2009-11-05  Eric Blake  <ebb9@byu.net>
8280
8281         strtod: detect darwin bug
8282         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8283         Reported by Leo Davis.
8284
8285         freopen-safer: new module
8286         * modules/freopen-safer: New module.
8287         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8288         * lib/freopen-safer.c (freopen_safer): New file.
8289         * lib/stdio-safer.h (freopen_safer): New declaration.
8290         * lib/stdio--.h (freopen): New override.
8291         * MODULES.html.sh (File stream based Input/Output): Mention it.
8292         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8293         freopen-safer module.
8294         * doc/posix-functions/stderr.texi (stderr): Likewise.
8295         * doc/posix-functions/stdin.texi (stdin): Likewise.
8296         * doc/posix-functions/stdout.texi (stdout): Likewise.
8297         * modules/freopen-safer-tests: New test.
8298         * tests/test-reopen-safer.c: New file.
8299
8300 2009-11-05  Jim Meyering  <meyering@redhat.com>
8301
8302         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8303         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8304
8305 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8306
8307         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8308
8309 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8310
8311         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8312
8313 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8314
8315         Fix link error.
8316         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8317         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8318
8319 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8320
8321         * tests/test-func.c: Also test value of __func__.
8322
8323 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8324
8325         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8326         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8327
8328 2009-11-05  Bruno Haible  <bruno@clisp.org>
8329
8330         Fix link error.
8331         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8332         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8333         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8334
8335 2009-11-05  Bruno Haible  <bruno@clisp.org>
8336
8337         Tests for module 'inet_pton'.
8338         * modules/inet_pton-tests: New file.
8339         * tests/test-inet_pton.c: New file.
8340
8341 2009-11-05  Bruno Haible  <bruno@clisp.org>
8342
8343         Tests for module 'inet_ntop'.
8344         * modules/inet_ntop-tests: New file.
8345         * tests/test-inet_ntop.c: New file.
8346
8347 2009-11-04  Eric Blake  <ebb9@byu.net>
8348
8349         stdlib-safer: wrap all mkstemp variants
8350         * modules/mkostemp (configure.ac): Set witness.
8351         * modules/mkostemps (configure.ac): Likewise.
8352         * modules/mkstemps (configure.ac): Likewise.
8353         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8354         (mkstemps_safer): Wrap more functions.
8355         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8356         wrapping.
8357         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8358         (mkstemps_safer): Implement the wrappers.
8359
8360         mkstemps, mkostemps: new modules
8361         * modules/mkostemps: New module.
8362         * modules/mkstemps: Likewise.
8363         * lib/mkostemps.c (mkostemps): New file.
8364         * lib/mkstemps.c (mkstemps): Likewise.
8365         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8366         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8367         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8368         * modules/stdlib (Makefile.am): Substitute them.
8369         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8370         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8371         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8372         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8373         * MODULES.html.sh (File system functions): Mention them.
8374
8375         tempname: resync from glibc
8376         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8377         same values for __GT_FILE as glibc.  Abort even when assertions
8378         are disabled.
8379         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8380         match its value otherwise.  Allow idempotent inclusion.
8381         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8382         * lib/mkostemp.c (mkostemp): Likewise.
8383         * lib/mkstemp.c (mkstemp): Likewise.
8384         * lib/tmpfile.c (tmpfile): Likewise.
8385         * NEWS: Document this.
8386
8387         utimens: fix use of futimens on older Linux
8388         * lib/utimens.c (fdutimens): Use updated, rather than original,
8389         timespec to avoid bug in older Linux kernel.
8390         Reported by Simon Josefsson.
8391
8392 2009-11-04  Bruno Haible  <bruno@clisp.org>
8393
8394         Make num_processors more flexible and consistent.
8395         * lib/nproc.h (enum nproc_query): New type.
8396         (num_processors): Add a 'query' argument.
8397         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8398         (num_processors): Add a 'query' argument. Test the value of the
8399         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8400         mingw, count the number of CPUs available for the current process.
8401         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8402         Check for sched_getaffinity and sched_getaffinity_np.
8403         * modules/nproc (Depends-on): Add c-ctype, extensions.
8404         * NEWS: Mention the change.
8405
8406 2009-11-03  Bruno Haible  <bruno@clisp.org>
8407
8408         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8409
8410 2009-11-03  Jim Meyering  <meyering@redhat.com>
8411
8412         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8413         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8414         if it is defined.
8415
8416 2009-11-02  Eric Blake  <ebb9@byu.net>
8417
8418         mktime, timegm: share common declaration
8419         * lib/mktime-internal.h: New file.
8420         * lib/mktime.c: Use it rather than open-coding a declaration.
8421         * lib/timegm.c: Likewise.
8422         * modules/mktime (Files): Ship it.
8423         * modules/timegm (Files): Likewise.
8424         Suggested by Bruno Haible.
8425
8426         test-update-copyright: update test to match script changes
8427         * tests/test-update-copyright.sh: Avoid hard-coding perl
8428         location.  Don't update *.bak created by earlier runs.
8429
8430 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8431             Simon Josefsson  <simon@josefsson.org>
8432             Bruno Haible  <bruno@clisp.org>
8433
8434         Fix link error on Solaris 8.
8435         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8436         also in libnsl. Define also INET_PTON_LIB.
8437         * modules/inet_pton (Link): New section.
8438
8439 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8440             Bruno Haible  <bruno@clisp.org>
8441
8442         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8443         * modules/inet_ntop (Link): New section.
8444         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8445
8446 2009-11-02  Eric Blake  <ebb9@byu.net>
8447
8448         maint: avoid compiler warnings in m4 macros
8449         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8450         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8451
8452 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8453
8454         * m4/pmccabe2html.m4: Remove file.
8455         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8456         function.  Change maintainer.
8457         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8458         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8459         Courtès).
8460
8461 2009-10-31  Eric Blake  <ebb9@byu.net>
8462
8463         fseeko: fix m4 regression
8464         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8465         regression from 2009-10-27.
8466         Reported by Ralf Wildenhues.
8467
8468 2009-10-31  Jim Meyering  <meyering@redhat.com>
8469
8470         inttostr: aesthetics and improved (compile-time) safety
8471         Define inttype_is_signed rather than inttype_is_unsigned,
8472         since the sole use is via "#if inttype_is_signed".
8473         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8474         inttype_is_unsigned.
8475         * lib/offtostr.c (inttype_is_signed): Likewise.
8476         * lib/uinttostr.c (inttype_is_signed): Likewise.
8477         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8478         * lib/inttostr.c (inttostr): Use verify to cross-check the
8479         inttype_is_signed value and the signedness of the actual type.
8480         * modules/inttostr (Depends-on): Add verify.
8481
8482 2009-10-30  Eric Blake  <ebb9@byu.net>
8483
8484         build: avoid compiler warnings
8485         * lib/fchmodat.c (lchmod): Mark unused variables.
8486         * lib/getopt.c (_getopt_initialize): Likewise.
8487         * lib/mktime.c (__mktime_internal): Provide prototype.
8488         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8489         older gcc that do not understand #pragma GCC diagnostic.
8490         * lib/uinttostr.c (inttype_is_unsigned): Define.
8491         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8492
8493 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8494
8495         stat: fix compilation on AIX
8496         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8497         only see struct stat64.
8498
8499 2009-10-30  Eric Blake  <ebb9@byu.net>
8500
8501         exclude: make more robust
8502         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8503         rather than masking a coding bug.
8504         Suggested by Bruno Haible.
8505
8506 2009-10-30  Jim Meyering  <meyering@redhat.com>
8507
8508         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8509         Rather than putting #!/usr/bin/perl on the first line,
8510         start with a variant of what's recommended by "man perlrun" that
8511         invokes the first "perl" program from your shell's search path.
8512         * build-aux/gitlog-to-changelog: Replace #!... as above.
8513         Add a "Local Variables" perl mode setting.
8514         Prompted by a patch from Ludovic Courtès.
8515         Improved by Eric Blake.
8516         * build-aux/useless-if-before-free: Likewise.
8517         * build-aux/announce-gen: Likewise.
8518         * build-aux/update-copyright: Likewise.
8519
8520 2009-10-29  Eric Blake  <ebb9@byu.net>
8521
8522         filenamecat-lgpl: adjust clients
8523         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8524         filenamecat.
8525         * modules/renameat (Depends-on): Likewise.
8526
8527         filenamecat: split into filenamecat-lgpl
8528         * modules/filenamecat-lgpl: New module.
8529         * modules/filenamecat (Files): Move library-safe files into
8530         filenamecat-lgpl.
8531         (Depends-on): Add filenamecat-lgpl.
8532         (configure.ac): Declare witness.
8533         * lib/filenamecat.h (file_name_concat): Only declare when using
8534         GPL module.
8535         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8536         Move...
8537         * lib/filenamecat-lgpl.c: ...into new file.
8538         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8539         (gl_FILE_NAME_CONCAT): Use it.
8540         * MODULES.html.sh (File system functions): Mention new module.
8541
8542         argp: avoid memory leak
8543         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8544         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8545         base_name, since the latter malloc()s and can call exit().
8546         Leak introduced 2006-07-03.
8547
8548         dirname-lgpl: adjust clients that don't need full dirname
8549         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8550         * modules/filenamecat (Depends-on): Likewise.
8551         * modules/linkat (Depends-on): Likewise.
8552         * modules/mkancesdirs (Depends-on): Likewise.
8553         * modules/mkdir (Depends-on): Likewise.
8554         * modules/openat (Depends-on): Likewise.
8555         * modules/savewd (Depends-on): Likewise.
8556         * modules/rename (Depends-on): Likewise.
8557         (License): Relax license.
8558         * modules/mkdir-tests (Depends-on): Drop progname.
8559         (Makefile.am): Delete unneeded LDADD.
8560         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8561
8562         dirname: split into dirname-lgpl
8563         * modules/dirname-lgpl: New module.
8564         * modules/dirname (Files): Move library-safe files into
8565         dirname-lgpl.
8566         (Depends-on): Add dirname-lgpl.
8567         (configure.ac): Declare witness.
8568         * modules/double-slash-root (License): Relax license.
8569         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8570         module.
8571         * lib/dirname.c (dir_len, mdir_name): Move...
8572         * lib/dirname-lgpl.c: ...into new file.
8573         * lib/basename.c (last_component, base_len): Move...
8574         * lib/basename-lgpl.c: ...into new file.
8575         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8576         (gl_DIRNAME): Use it.
8577         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8578         Mention new module.
8579         * modules/dirname-tests (Depends-on): Add progname.
8580         * tests/test-dirname.c (program_name): Delete.
8581
8582         mkdir: make safe for libraries
8583         * modules/mkdir (Depends-on): Drop xalloc.
8584         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8585         exit.
8586
8587         tests: avoid some compiler warnings
8588         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8589         literals.
8590         * tests/test-memchr.c (main): Avoid type mismatch.
8591         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8592         * tests/test-base64.c (main): Likewise.
8593         * tests/test-getdelim.c (main): Likewise.
8594         * tests/test-gethostname.c (main): Likewise.
8595         * tests/test-getline.c (main): Likewise.
8596         * tests/test-netinet_in.c (main): Likewise.
8597         * tests/test-select.c (open_server_socket, main): Likewise.
8598         * tests/test-select-stdin.c (main): Likewise.
8599         * tests/test-sockets.c (main): Likewise.
8600         * tests/test-strsignal.c (main): Likewise.
8601         * tests/test-sys_select.c (main): Likewise.
8602         * tests/test-sys_socket.c (main): Likewise.
8603         * tests/test-u64.c (main): Likewise.
8604         * tests/test-xfprintf-posix.c (main): Likewise.
8605         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8606
8607         sockets: avoid compiler warning
8608         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8609
8610         maint: detect usage(1) and other suspicious exits
8611         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8612
8613 2009-10-29  Jim Meyering  <meyering@redhat.com>
8614
8615         timespec: long-to-int truncation could make timespec_cmp malfunction
8616         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8617         a multiple of 2^32 nanoseconds as no difference.
8618
8619 2009-10-28  Jim Meyering  <meyering@redhat.com>
8620
8621         fprintftime: wrap macro code argument in "do {...} while(0)"
8622         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8623         cpy macro must be a statement that can be followed by a semicolon.
8624         Now that the else clause contains a comment and is hence longer
8625         than one line, I require curly braces.  That in turn requires
8626         that we wrap this code block in the standard do...while(0).
8627
8628         fprintftime: remove stray semicolon from previous change
8629         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8630
8631         fprintftime: avoid a warning about ignored fwrite return value
8632         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8633         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8634         that is unsafe.
8635         * modules/fprintftime (Depends-on): Add ignore-value.
8636
8637         exclude: avoid an unwarranted warning
8638         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8639
8640 2009-10-27  Eric Blake  <ebb9@byu.net>
8641
8642         fseek: avoid compilation failure when fflush is replaced
8643         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8644         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8645         module is in use.
8646         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8647         module is not in use; since REPLACE_FSEEK worked otherwise.
8648         (GNULIB_FTELLO): Likewise for ftell.
8649         Reported by Ian Beckwith and others.
8650
8651 2009-10-27  Bruno Haible  <bruno@clisp.org>
8652
8653         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8654         Reported by Jim Meyering.
8655
8656 2009-10-27  Jim Meyering  <jim@meyering.net>
8657             Bruno Haible  <bruno@clisp.org>
8658
8659         Avoid warning despite dropping the return value of fwrite.
8660         * lib/unicodeio.c: Include ignore-value.h.
8661         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8662         * modules/unicodeio (Depends-on): Add ignore-value.
8663
8664 2009-10-26  Eric Blake  <ebb9@byu.net>
8665
8666         areadlinkat: fix fallback path
8667         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8668         pointer and zero.
8669
8670 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8671
8672         Use a better IO block size for modern systems
8673         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8674         * lib/md2.c: Likewise.
8675         * lib/md4.c: Likewise.
8676         * lib/md5.c: Likewise.
8677         * lib/sha1.c: Likewise.
8678         * lib/sha256.c: Likewise.
8679         * lib/sha512.c: Likewise.
8680
8681 2009-10-22  Eric Blake  <ebb9@byu.net>
8682
8683         tests: avoid several compiler warnings
8684         * tests/test-getcwd.c (main): Avoid buffer underflow.
8685         * tests/test-getdate.c (main): String literals are not safe with
8686         putenv, so use setenv.  Declare unused argument.
8687         * modules/getdate-tests (Depends-on): Add setenv.
8688         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8689         problems with string literals in char *.
8690         * tests/test-hash.c (main): Avoid shadowing declaration.
8691         (insert_new): Treat string literals as char const *.
8692         * tests/test-getopt.h (test_getopt): Likewise.
8693         (getopt_loop): Alter types to minimize casting elsewhere.
8694         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8695         (test_getopt_long_posix): Likewise.
8696         (do_getopt_long): Add wrapper to minimize casting.
8697         * tests/test-atexit.c (clear_temp_file): Use void.
8698         * tests/test-areadlink-with-size.c (main): Declare unused
8699         arguments.
8700         * tests/test-areadlink.c (main): Likewise.
8701         * tests/test-areadlinkat-with-size.c (main): Likewise.
8702         * tests/test-areadlinkat.c (main): Likewise.
8703         * tests/test-canonicalize-lgpl.c (main): Likewise.
8704         * tests/test-canonicalize.c (main): Likewise.
8705         * tests/test-dirent-safer.c (main): Likewise.
8706         * tests/test-dirname.c (main): Likewise.
8707         * tests/test-dup2.c (main): Likewise.
8708         * tests/test-fchdir.c (main): Likewise.
8709         * tests/test-fcntl-h.c (main): Likewise.
8710         * tests/test-fcntl-safer.c (main): Likewise.
8711         * tests/test-fdopendir.c (main): Likewise.
8712         * tests/test-fdutimensat.c (main): Likewise.
8713         * tests/test-fflush.c (main): Likewise.
8714         * tests/test-filenamecat.c (main): Likewise.
8715         * tests/test-filevercmp.c (main): Likewise.
8716         * tests/test-fopen-safer.c (main): Likewise.
8717         * tests/test-fopen.c (main): Likewise.
8718         * tests/test-fpending.c (main): Likewise.
8719         * tests/test-fpurge.c (main): Likewise.
8720         * tests/test-freading.c (main): Likewise.
8721         * tests/test-fstatat.c (main): Likewise.
8722         * tests/test-fsync.c (main): Likewise.
8723         * tests/test-futimens.c (main): Likewise.
8724         * tests/test-getndelim2.c (main): Likewise.
8725         * tests/test-gettimeofday.c (main): Likewise.
8726         * tests/test-getopt.c (main): Likewise.
8727         * tests/test-i-ring.c (main): Likewise.
8728         * tests/test-inttypes.c (main): Likewise.
8729         * tests/test-link.c (main): Likewise.
8730         * tests/test-lstat.c (main): Likewise.
8731         * tests/test-math.c (main): Likewise.
8732         * tests/test-md5.c (main): Likewise.
8733         * tests/test-memchr2.c (main): Likewise.
8734         * tests/test-memrchr.c (main): Likewise.
8735         * tests/test-mkdir.c (main): Likewise.
8736         * tests/test-mkdirat.c (main): Likewise.
8737         * tests/test-mkfifoat.c (main): Likewise.
8738         * tests/test-open.c (main): Likewise.
8739         * tests/test-openat-safer.c (main): Likewise.
8740         * tests/test-openat.c (main): Likewise.
8741         * tests/test-quotearg.c (main): Likewise.
8742         * tests/test-rawmemchr.c (main): Likewise.
8743         * tests/test-readlink.c (main): Likewise.
8744         * tests/test-remove.c (main): Likewise.
8745         * tests/test-rename.c (main): Likewise.
8746         * tests/test-renameat.c (main): Likewise.
8747         * tests/test-rmdir.c (main): Likewise.
8748         * tests/test-sha1.c (main): Likewise.
8749         * tests/test-signal.c (main): Likewise.
8750         * tests/test-sigaction.c (main): Likewise.
8751         * tests/test-stat.c (main): Likewise.
8752         * tests/test-stat-time.c (main): Likewise.
8753         * tests/test-stddef.c (main): Likewise.
8754         * tests/test-stdint.c (main): Likewise.
8755         * tests/test-stdio.c (main): Likewise.
8756         * tests/test-stdlib.c (main): Likewise.
8757         * tests/test-strchrnul.c (main): Likewise.
8758         * tests/test-strerror.c (main): Likewise.
8759         * tests/test-string.c (main): Likewise.
8760         * tests/test-strtod.c (main): Likewise.
8761         * tests/test-strverscmp.c (main): Likewise.
8762         * tests/test-symlink.c (main): Likewise.
8763         * tests/test-symlinkat.c (main): Likewise.
8764         * tests/test-sys_stat.c (main): Likewise.
8765         * tests/test-sys_time.c (main): Likewise.
8766         * tests/test-time.c (main): Likewise.
8767         * tests/test-unistd.c (main): Likewise.
8768         * tests/test-unlink.c (main): Likewise.
8769         * tests/test-unlinkat.c (main): Likewise.
8770         * tests/test-utimens.c (main): Likewise.
8771         * tests/test-utimensat.c (main): Likewise.
8772         * tests/test-version-etc.c (main): Likewise.
8773         * tests/test-wchar.c (main): Likewise.
8774         * tests/test-wctype.c (main): Likewise.
8775         * tests/test-xprintf-posix.c (main): Likewise.
8776         * tests/test-posixtm.c (main): Likewise.
8777         (STREQ): Delete unused macro.
8778         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8779         shadowed variables.
8780         * tests/test-memchr.c (main): Likewise.
8781
8782 2009-10-21  Eric Blake  <ebb9@byu.net>
8783
8784         areadlinkat: avoid failure on older glibc
8785         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
8786         rather than mis-comparing 0 against FUNC_RESULT of char*.
8787
8788 2009-10-21  Bruno Haible  <bruno@clisp.org>
8789
8790         * modules/stpncpy (License): Relicense under LGPLv2+.
8791         Reported by David Lutterkort <lutter@redhat.com>.
8792
8793 2009-10-20  Eric Blake  <ebb9@byu.net>
8794
8795         utimensat: work around Solaris 9 bug
8796         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
8797         has trailing slash bugs.
8798         * tests/test-lutimens.h (test_lutimens): Enhance test.
8799         * tests/test-utimens.h (test_utimens): Likewise.
8800         * doc/posix-functions/utime.texi (utime): Enhance documentation.
8801         * doc/posix-functions/utimes.texi (utimes): Likewise.
8802         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8803         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
8804         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
8805         * doc/posix-functions/futimens.texi (futimens): Likewise.
8806
8807         fdutimensat: new module
8808         * modules/fdutimensat: New file.
8809         * lib/fdutimensat.c (fdutimensat): Likewise.
8810         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
8811         * MODULES.html.sh (File system functions): Mention module.
8812         * modules/fdutimensat-tests: New test.
8813         * tests/test-fdutimensat.c: Likewise.
8814
8815         doc: regenerate INSTALL
8816         * doc/INSTALL: Reflect recent autoconf update.
8817         * doc/INSTALL.ISO: Likewise.
8818         * doc/INSTALL.UTF-8: Likewise.
8819
8820 2009-10-20  Pádraig Brady  <P@draigBrady.com>
8821
8822         acl: warn if ACL support is not detected
8823         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
8824
8825 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
8826
8827         * lib/nproc.h: Add extern "C" block for C++.
8828
8829 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
8830             Bruno Haible  <bruno@clisp.org>
8831
8832         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
8833         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
8834         * doc/posix-functions/isalpha.texi: Likewise.
8835         * doc/posix-functions/isblank.texi: Likewise.
8836         * doc/posix-functions/iscntrl.texi: Likewise.
8837         * doc/posix-functions/isdigit.texi: Likewise.
8838         * doc/posix-functions/isgraph.texi: Likewise.
8839         * doc/posix-functions/islower.texi: Likewise.
8840         * doc/posix-functions/isprint.texi: Likewise.
8841         * doc/posix-functions/ispunct.texi: Likewise.
8842         * doc/posix-functions/isspace.texi: Likewise.
8843         * doc/posix-functions/isupper.texi: Likewise.
8844         * doc/posix-functions/isxdigit.texi: Likewise.
8845
8846 2009-10-18  Bruno Haible  <bruno@clisp.org>
8847
8848         Tests for module 'isblank'.
8849         * modules/isblank-tests: New file.
8850         * tests/test-isblank.c: New file.
8851
8852         New module 'isblank'.
8853         * lib/isblank.c: New file.
8854         * m4/isblank.m4: New file.
8855         * modules/isblank: New file.
8856         * doc/posix-functions/isblank.texi: Mention the new module.
8857
8858 2009-10-18  Bruno Haible  <bruno@clisp.org>
8859
8860         New module 'ctype'.
8861         * lib/ctype.in.h: New file.
8862         * m4/ctype.m4: New file.
8863         * modules/ctype: New file.
8864         * doc/posix-headers/ctype.texi: Mention the new module.
8865
8866 2009-10-18  Jim Meyering  <meyering@redhat.com>
8867
8868         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
8869         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
8870         right after its initialization, rather than farther down.
8871         Keeping these in close proximity makes it easier to ensure
8872         that each such variable is initialized.  E.g.,
8873
8874             LIB_CLOCK_GETTIME=
8875             AC_SUBST([LIB_CLOCK_GETTIME])
8876
8877         This change also increments these serial numbers.
8878         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
8879         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8880         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8881
8882 2009-10-18  Bruno Haible  <bruno@clisp.org>
8883
8884         Don't let environment variables perturb build.
8885         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
8886         (gl_PREREQ_GETHRXTIME): ... not here.
8887
8888 2009-10-18  Bruno Haible  <bruno@clisp.org>
8889
8890         Avoid symlink attack in localcharset module.
8891         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
8892         (O_NOFOLLOW): Define fallback.
8893         (get_charset_aliases): Don't open the file if it is a symbolic link.
8894         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
8895         gl_FCNTL_H.
8896         (gl_FCNTL_H): Require it.
8897         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
8898         * modules/localcharset (Files): Add m4/fcntl_h.m4.
8899         Reported by Fergal Glynn <fglynn@veracode.com>.
8900
8901 2009-10-18  Bruno Haible  <bruno@clisp.org>
8902
8903         Implement nproc for mingw.
8904         * lib/nproc.c: Include <windows.h>
8905         (num_processors): On native Windows platforms, try GetSystemInfo.
8906
8907 2009-10-18  Bruno Haible  <bruno@clisp.org>
8908
8909         Implement nproc for IRIX.
8910         * lib/nproc.c: Include <sys/sysmp.h>.
8911         (num_processors): On IRIX systems, try sysmp.
8912         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
8913
8914 2009-10-18  Bruno Haible  <bruno@clisp.org>
8915
8916         Implement nproc for HP-UX.
8917         * lib/nproc.c: Include <sys/pstat.h>
8918         (num_processors): On HP-UX systems, try pstat_getdynamic.
8919         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
8920         pstat_getdynamic.
8921
8922 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
8923             Bruno Haible  <bruno@clisp.org>
8924
8925         Implement nproc for NetBSD, OpenBSD.
8926         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
8927         (ARRAY_SIZE): New macro.
8928         (num_processors): On BSD systems, try sysctl of HW_NCPU.
8929         * m4/nproc.m4: New file.
8930         * modules/nproc (Files): Add m4/nproc.m4.
8931         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
8932         (Makefile.am): Instead, augment lib_SOURCES.
8933
8934 2009-10-18  Bruno Haible  <bruno@clisp.org>
8935
8936         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
8937         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
8938         sys/param.h.
8939
8940 2009-10-16  Eric Blake  <ebb9@byu.net>
8941
8942         utimensat: new module
8943         * modules/utimensat: New file.
8944         * lib/utimensat.c (utimensat): Likewise.
8945         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8946         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
8947         so we can work around Linux bugs.
8948         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8949         * modules/sys_stat (Makefile.am): Substitute them.
8950         * lib/sys_stat.in.h (utimensat): Declare it.
8951         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8952         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8953         * modules/utimensat-tests: New test.
8954         * tests/test-utimensat.c: Likewise.
8955
8956         utimens: let lutimens work on non-symlinks
8957         * lib/utimens.c (lutimens): Fall back to utimens rather than
8958         failing with ENOSYS, when file is not a symlink.
8959         (utimens): Reduce redirection.
8960         * tests/test-lutimens.h (test_lutimens): Update test to cover
8961         non-symlinks.
8962         * tests/test-utimens.h (test_utimens): Update test to cover
8963         symlinks.
8964         * tests/test-utimens.c (main): Update caller.
8965
8966         utimens: cache whether utimensat syscall works
8967         * lib/utimens.c (utimensat_works_really): New cache variable.
8968         (fdutimens, lutimens): Use it to avoid failing syscall.
8969
8970         test-stat-time, test-utimens: improve portability
8971         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
8972         ext4 on alpha, and for cygwin.
8973         * tests/test-utimens-common.h: New file.
8974         (nap): Factor delays into single function.
8975         * tests/test-lutimens.h (test_lutimens): Use new header.
8976         * tests/test-futimens.h (test_futimens): Likewise.
8977         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
8978         timestamps to occur from same machine, as was done previously for
8979         test_utimens.
8980         * modules/utimens-tests (Files): Ship new file.
8981         * modules/futimens-tests (Files): Likewise.
8982         Reported in part by Jim Meyering.
8983
8984         sys_stat: sort replacement declarations
8985         * lib/sys_stat.in.h: Sort declarations.
8986         * lib/futimens.c (futimens): Fix typo.
8987
8988 2009-10-15  Jim Meyering  <meyering@redhat.com>
8989
8990         don't let environment settings perturb build
8991         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
8992         could cause a configure-time and/or build-time malfunction.
8993         Typically, a configure-time function-in-library test is performed
8994         via code like this:
8995
8996           LIB_VAR=
8997           AC_SUBST([LIB_VAR])
8998           prefix_saved_LIBS=$LIBS
8999             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9000                        [test "$ac_cv_search_FUNC" = "none required" ||
9001                         LIB_VAR=$ac_cv_search_FUNC])
9002           LIBS=$prefix_saved_LIBS
9003
9004         However, in each of the files affected by this change, the LIB_VAR=
9005         initialization was omitted.  Thus, when set in the environment, its
9006         value would propagate into generated Makefiles when FUNC is not found
9007         in LIB_NAME.
9008         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9009         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9010         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9011
9012 2009-10-14  Eric Blake  <ebb9@byu.net>
9013
9014         fchdir: avoid infinite recursion in mingw
9015         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9016         recursing.
9017
9018         test-stat-time: port to mingw
9019         * tests/test-stat-time.c (force_unlink): Return a value.
9020         (test_ctime) [W32]: Fix compilation error.
9021         (nap): Don't call usleep with too large an argument.  Use
9022         force_unlink.
9023         * doc/pastposix-functions/usleep.texi (usleep): Document the
9024         portability issue.
9025
9026 2009-10-13  Jim Meyering  <meyering@redhat.com>
9027
9028         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9029         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9030         * modules/pipe-filter-ii: Likewise.
9031         * modules/sys_socket-tests: Likewise.
9032         * modules/tsearch-tests: Likewise.
9033         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9034         (check): Depend on it.
9035
9036 2009-10-12  Eric Blake  <ebb9@byu.net>
9037
9038         utimens-tests: port to NFS file systems
9039         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9040         comparisons to avoid spurious failures from timestamp drift
9041         between NFS machines.
9042
9043 2009-10-12  Eric Blake  <ebb9@byu.net>
9044
9045         stat-time-tests: minor cleanups
9046         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9047         * tests/test-stat-time.c (nap): Separate assignment from call.
9048         Suggested by Paolo Bonzini and Bruno Haible.
9049
9050         sys_stat: guarantee struct timespec
9051         * lib/sys_stat.in.h (includes): Always include <time.h>
9052         * modules/sys_stat (Depends-on): Add time.
9053         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9054         mode_t permission values.
9055         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9056         get at subsecond timestamps.
9057
9058 2009-10-10  Eric Blake  <ebb9@byu.net>
9059
9060         futimens: new module
9061         * modules/futimens: New file.
9062         * lib/futimens.c (futimens): Likewise.
9063         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9064         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9065         we can work around Linux bugs.
9066         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9067         * modules/sys_stat (Makefile.am): Substitute them.
9068         * lib/sys_stat.in.h (futimens): Declare it.
9069         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9070         * doc/posix-functions/futimens.texi (futimens): Likewise.
9071         * modules/futimens-tests: New test.
9072         * tests/test-futimens.c: Likewise.
9073
9074         utimens: introduce fdutimens
9075         * lib/utimens.h (fdutimens): New prototype.
9076         * lib/utimens.c (gl_futimens): Move guts...
9077         (fdutimens): ...to new interface.
9078         * tests/test-utimens.c (do_fdutimens): Use it.
9079
9080         utimens: add UTIME_NOW and UTIME_OMIT support
9081         * lib/utimens.c (validate_timespec, update_timespec): New helper
9082         functions.
9083         (gl_futimens, lutimens): Use them.
9084         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9085         stdbool, sys_stat.
9086         (Link): Mention resulting library dependency.
9087         * modules/utimecmp (Link): Likewise.
9088         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9089         (Makefile.am): Pick up library dependency.
9090         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9091         definition.
9092         * tests/test-sys_stat.c: Test the definitions.
9093         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9094         * NEWS: Document library dependency.
9095
9096         utimecmp: support symlink timestamps
9097         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9098         hashing when possible.  Use pathconf when available.
9099         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9100         * modules/utimecmp (Depends-on): Add lstat.
9101
9102         utimens: add lutimens interface
9103         * lib/utimens.c (lutimens): New function.
9104         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9105         * lib/utimens.h (lutimens): Declare new interface.
9106         * tests/test-utimens.c (main): Enhance test.
9107         * tests/test-lutimens.h (test_lutimens): New file.
9108         * modules/utimens-tests (Files): Distribute it.
9109         (Depends-on): Add symlink.
9110         (configure.ac): Check for usleep.
9111
9112         utimens: validate futimens usage
9113         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9114         fewer syscalls on failure later on.  Avoid compiler warning on
9115         mingw.
9116         * modules/utimens (Depends-on): Add dup2.
9117
9118         utimens: add test
9119         * modules/utimens-tests: New test.
9120         * tests/test-utimens.h: New file.
9121         * tests/test-futimens.h: Likewise.
9122         * tests/test-utimens.c: Likewise.
9123
9124         doc: mention timestamp portability issues
9125         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9126         instead.
9127         * doc/posix-functions/utime.texi (utime): Likewise.
9128         * doc/posix-functions/utimes.texi (utimes): Likewise.
9129         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9130         instead.
9131         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9132         module.
9133         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9134         Mention weakness with symlink timestamps.
9135         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9136         to utimensat/futimens instead.
9137         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9138
9139         test-dup2: enhance test
9140         * tests/test-dup2.c (main): Also check AT_FDCWD.
9141
9142         test-stat-time: avoid more spurious failures
9143         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9144         xfs; and avoid race if the two timestamps cross quantization edge.
9145
9146         relocatable: prefer 'file system' over 'filesystem'
9147         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9148         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9149         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9150         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9151         * lib/relocatable.c (compute_curr_prefix): Likewise.
9152
9153 2009-10-10  Jim Meyering  <meyering@redhat.com>
9154
9155         stat-time-tests: check for the usleep function
9156         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9157
9158 2009-10-10  Bruno Haible  <bruno@clisp.org>
9159
9160         * modules/xnanosleep: Put the Link section after the Include section.
9161
9162 2009-10-09  Eric Blake  <ebb9@byu.net>
9163
9164         dup2: work around FreeBSD 6.1 bug
9165         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9166         * doc/posix-functions/dup2.texi (dup2): Document it.
9167         Reported by Nelson H. F. Beebe and Jim Meyering.
9168
9169         test-stat-time: port to buggy NFS clients
9170         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9171         (test_ctime): Also skip test if mtime and ctime are skewed.
9172
9173         maint: prefer 'file system' over 'filesystem'
9174         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9175         * doc/posix-functions/lstat.texi (lstat): Likewise.
9176         * lib/file-has-acl.c (file_has_acl): Likewise.
9177         * lib/fwriteerror.c [TEST]: Likewise.
9178         * tests/test-areadlink.h (test_areadlink): Likewise.
9179         * tests/test-areadlinkat-with-size.c (main): Likewise.
9180         * tests/test-areadlinkat.c (main): Likewise.
9181         * tests/test-canonicalize-lgpl.c (main): Likewise.
9182         * tests/test-canonicalize.c (main): Likewise.
9183         * tests/test-fstatat.c (main): Likewise.
9184         * tests/test-linkat.c (main): Likewise.
9185         * tests/test-lstat.h (test_lstat_func): Likewise.
9186         * tests/test-mkdir.h (test_mkdir): Likewise.
9187         * tests/test-readlink.h (test_readlink): Likewise.
9188         * tests/test-remove.c (main): Likewise.
9189         * tests/test-rename.h (test_rename): Likewise.
9190         * tests/test-renameat.c (main): Likewise.
9191         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9192         * tests/test-symlink.h (test_symlink): Likewise.
9193         * tests/test-symlinkat.c (main): Likewise.
9194         * tests/test-unlink.h (test_unlink_func): Likewise.
9195         * tests/test-unlinkat.c (main): Likewise.
9196
9197         maint: make realtime library usage explicit
9198         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9199         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9200         * modules/settime (Link): Likewise.
9201         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9202
9203         test-stat-time: speed up execution
9204         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9205         warning on mingw.
9206         (nap): New helper function.
9207         (prepare_test): Use it to reduce sleep time.
9208         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9209         execution.
9210         * modules/stat-time-tests (configure.ac): Check for usleep.
9211
9212 2009-10-09  Jim Meyering  <meyering@redhat.com>
9213
9214         selinux-h: always use getfilecon wrappers
9215         * lib/getfilecon.c: New file.
9216         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9217         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9218         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9219         (fgetfilecon): Provide a stub.
9220         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9221         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9222         file unconditionally.
9223         When <selinux/selinux.h> is found, arrange to use wrappers.
9224         * modules/selinux-h (Files): Add getfilecon.c.
9225         (Makefile.am): Substitute include-next-related bits
9226         into the now-always-generated selinux/selinux.h file.
9227         * doc/glibc-functions/lgetfilecon.texi: New file.
9228         * doc/glibc-functions/fgetfilecon.texi: New file.
9229         * doc/glibc-functions/getfilecon.texi: New file.
9230         * doc/glibc-functions/getfilecon-desc.texi: New file.
9231         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9232         which to pull in the new files.
9233         * MODULES.html.sh (Misc): Add selinux-h.
9234
9235 2009-10-08  Jim Meyering  <meyering@redhat.com>
9236
9237         unistd: fix comment typo
9238         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9239
9240 2009-10-08  Eric Blake  <ebb9@byu.net>
9241
9242         areadlink: use SIZE_MAX consistently
9243         * modules/areadlink (Depends-on): Add stdint.
9244         * modules/areadlink-with-size (Depends-on): Likewise.
9245         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9246         gives NULL; drop sys/types, since unistd gives size_t; and add
9247         stdint for SIZE_MAX.
9248         (SIZE_MAX): Rely on headers.
9249         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9250         and add stdint.
9251         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9252         (SIZE_MAX): Likewise.
9253         (INITIAL_BUF_SIZE): Turn into enum.
9254         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9255
9256 2009-10-08  Jim Meyering  <meyering@redhat.com>
9257
9258         areadlinkat: avoid compilation failure
9259         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9260         Fix typo in comment.
9261
9262 2009-10-07  Eric Blake  <ebb9@byu.net>
9263
9264         areadlinkat-with-size: new module
9265         * modules/areadlinkat-with-size: New module.
9266         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9267         * lib/areadlink.h (areadlinkat): Declare it.
9268         * MODULES.html.sh (File system functions): Mention it.
9269         * modules/areadlinkat-with-size-tests: New test.
9270         * tests/test-areadlinkat-with-size.c: New file.
9271
9272         xreadlinkat: new module
9273         * modules/xreadlinkat: New module.
9274         * lib/xreadlinkat.c (xreadlinkat): New file.
9275         * lib/xreadlink.h (xreadlinkat): Declare it.
9276         * MODULES.html.sh (File system functions): Mention it.
9277
9278         areadlinkat: new module
9279         * lib/at-func.c (FUNC_FAIL): New define.
9280         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9281         * modules/areadlinkat: New module.
9282         * lib/linkat.c (areadlinkat): Move...
9283         * lib/areadlinkat.c (areadlinkat): ...to new file.
9284         * lib/areadlink.h (areadlinkat): Declare it.
9285         * modules/linkat (Depends-on): Add areadlinkat.
9286         * MODULES.html.sh (File system functions): Mention it.
9287         * modules/areadlinkat-tests: New test.
9288         * tests/test-areadlinkat.c: New file.
9289
9290         areadlink, areadlink-with-size: add tests
9291         * modules/areadlink-tests: New test.
9292         * modules/areadlink-with-size-tests: Likewise.
9293         * tests/test-areadlink.h: New file.
9294         * tests/test-areadlink.c: Likewise.
9295         * tests/test-areadlink-with-size.c: Likewise.
9296
9297         maint: minor cleanups
9298         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9299         _UNUSED_PARAMETER_ instead.
9300         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9301         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9302         * modules/linkat-tests (Files): Distribute test-link.h.
9303
9304         openat, utimens: whitespace cleanup
9305         * lib/openat.c: Prefer space throughout, rather than mix of 8
9306         spaces vs. tabs.
9307         * lib/at-func.c: Likewise.
9308         * lib/utimens.c: Likewise.
9309
9310         openat: avoid using wrong fd
9311         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9312         working directory chooses same fd.
9313         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9314
9315         mkdir, mkdirat: fix cygwin 1.5.x bug
9316         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9317         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9318         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9319         bug.
9320         (gl_PREREQ_MKDIR): Delete unused macro.
9321         * modules/mkdir (Files): Track file rename.
9322         (configure.ac): Update macro name.
9323         * modules/openat (Depends-on): Add mkdir.
9324         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9325
9326         mkdir, mkdirat: add tests
9327         * modules/mkdir-tests: New test.
9328         * tests/test-mkdir.h: New file.
9329         * tests/test-mkdir.c: Likewise.
9330         * tests/test-mkdirat.c: Likewise.
9331         * modules/openat-tests (Files): Add new files.
9332         (Makefile.am): Run new test.
9333
9334 2009-10-06  Eric Blake  <ebb9@byu.net>
9335
9336         doc: tweak *at function documentation
9337         * doc/posix-functions/faccessat.texi (faccessat): Mention
9338         known issue with replacement.
9339         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9340         * doc/posix-functions/linkat.texi (linkat): Likewise.
9341         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9342         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9343         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9344         * doc/posix-functions/renameat.texi (renameat): Likewise.
9345         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9346
9347         openat: fix GNU/Hurd bug in unlinkat
9348         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9349         broken.
9350         * doc/posix-functions/unlink.texi (unlink): Document this.
9351         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9352
9353         fdopendir: fix GNU/Hurd bug
9354         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9355         allowing non-directory fds.
9356         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9357         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9358         * modules/dirent (Makefile.am): Substitute it.
9359         * lib/dirent.in.h (fdopendir): Declare replacement.
9360         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9361         * tests/test-fdopendir.c (main): Test something other than
9362         /dev/null, since on Hurd that behaves like a directory.
9363
9364         test-symlink: port to GNU/Hurd
9365         * tests/test-symlink.h (test_symlink): Relax expected errno.
9366
9367         doc: tweak more cygwin information
9368         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9369         now compatible with glibc.
9370         * doc/posix-functions/getopt.texi (getopt): Likewise.
9371
9372         getopt-gnu: add another test
9373         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9374         guarantee behavior relied on by m4.
9375         * tests/test-getopt.c (main): Use it.
9376         * modules/getopt-posix-tests (Depends-on): Add setenv.
9377         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9378
9379         getopt: fix compilation on darwin
9380         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9381         include.
9382         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9383         Reported by Ludovic Courtès.
9384
9385 2009-10-06  Bruno Haible  <bruno@clisp.org>
9386
9387         * modules/size_max (Description): Discourage its use.
9388         Reported by Simon Josefsson.
9389
9390 2009-10-06  Jim Meyering  <meyering@redhat.com>
9391
9392         linkat: avoid compilation failure
9393         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9394
9395 2009-10-05  Eric Blake  <ebb9@byu.net>
9396
9397         linkat: support Linux 2.6.17
9398         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9399         linkat on Linux, but allow cache variable override.
9400         * lib/linkat.c (rpl_linkat): Define override.
9401         * modules/linkat (Depends-on): Add symlinkat.
9402         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9403         * modules/unistd (Makefile.am): Substitute it.
9404         * lib/unistd.in.h (linkat): Declare replacement.
9405         Reported by Pádraig Brady.
9406
9407         quotearg: port test to systems with C.UTF-8 locale
9408         * tests/test-quotearg.c (struct result_strings): Add another
9409         member, differentiating between C.ASCII and C.UTF-8 handling.
9410         (compare_strings): Add parameter.
9411         (main): Adjust all callers.
9412
9413         getopt: avoid clash with FreeBSD _getopt_internal
9414         * lib/getopt.in.h (_getopt_internal): Override the name.
9415         * lib/getopt_int.h (includes): Pick up any overrides.
9416         Reported by Reuben Thomas.
9417
9418         hash: allow C89 compilation
9419         * lib/hash.c (check_tuning): Move declaration before statement.
9420         Reported by Reuben Thomas.
9421
9422 2009-10-05  Karl Berry  <karl@gnu.org>
9423
9424         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9425
9426 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9427             Bruno Haible  <bruno@clisp.org>
9428
9429         * lib/uname.c (uname): Use a table-driven algorithm to compute
9430         Windows NT versions.
9431
9432 2009-10-04  Bruno Haible  <bruno@clisp.org>
9433
9434         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9435         program_invocation_short_name.
9436         * modules/progname (configure.ac): Test for presence of
9437         program_invocation_short_name.
9438         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9439
9440 2009-10-04  Bruno Haible  <bruno@clisp.org>
9441
9442         * lib/progname.c (set_program_name): Fix comment.
9443         Reported by Jim Meyering.
9444
9445 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9446             Bruno Haible  <bruno@clisp.org>
9447
9448         * lib/uname.c: Include <string.h>.
9449         (uname): Do only one call to GetVersionEx in the common case.
9450
9451 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9452             Bruno Haible  <bruno@clisp.org>
9453
9454         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9455         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9456         (uname): Add support for Windows CE and various non-x86 CPU types.
9457
9458 2009-10-03  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9461         invocation to tests/configure.ac.
9462         Reported by Ian Beckwith <ianb@erislabs.net>.
9463
9464 2009-10-02  Eric Blake  <ebb9@byu.net>
9465
9466         fchdir: avoid compiler warning
9467         * lib/fchdir.c (canonicalize_file_name)
9468         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9469
9470         test-open: support mingw errno values
9471         * tests/test-open.h (test_open): Relax test.
9472         * tests/test-fopen.h (test_fopen): Likewise.
9473         * tests/test-openat-safer.c (main): Likewise.
9474
9475         open: fix opening directory on mingw
9476         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9477
9478         test-open: on GNU/Hurd, /dev/null is a directory
9479         * tests/test-fopen.h (main): Rename...
9480         (test_fopen): ...to this.  Use a guaranteed non-directory when
9481         confirming open behavior on trailing slash.
9482         * tests/test-openat-safer.c (main): Likewise.
9483         * tests/test-open.h (main): Likewise....
9484         (test_open): ...to this.
9485         * tests/test-fopen.c (main): Adjust caller.
9486         * tests/test-fopen-safer.c (main): Likewise.
9487         * tests/test-open.c (main): Likewise.
9488         * tests/test-fcntl-safer.c (main): Likewise.
9489         Reported by Samuel Thibault.
9490
9491         rename, fchdir: don't ignore chdir failure
9492         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9493         * lib/rename.c (rpl_rename) [W32]: Likewise.
9494         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9495         an empty destination directory if source cannot be renamed,
9496         although there is still possibility for failure.
9497         * doc/posix-functions/rename.texi (rename): Document the race.
9498         Reported by Jim Meyering.
9499
9500         maint: cleanup whitespace in recent commits
9501         * lib/rename.c (rpl_rename): Remove tabs.
9502         * tests/test-link.h (test_link): Likewise.
9503         * lib/fchdir.c (get_name): Likewise.
9504         Reported by Jim Meyering.
9505
9506 2009-10-02  Ben Pfaff  <blp@gnu.org>
9507
9508         relocatable-prog-wrapper: Add missing dependency on
9509         double-slash-root.
9510         * modules/relocatable-prog-wrapper: Add dependency.
9511         Reported by Ian Beckwith <ianb@erislabs.net>.
9512
9513 2009-10-02  Eric Blake  <ebb9@byu.net>
9514
9515         renameat: fix Solaris bugs
9516         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9517         needed fixing.
9518         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9519         * modules/stdio (Makefile.am): Substitute it.
9520         * lib/stdio.in.h (renameat): Declare replacement.
9521         * lib/renameat.c (rpl_renameat): Implement fix.
9522
9523         renameat: new module
9524         * modules/renameat: New file.
9525         * lib/renameat.c (renameat): Likewise.
9526         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9527         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9528         * modules/stdio (Makefile.am): Substitute them.
9529         * lib/stdio.in.h (renameat): Declare it.
9530         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9531         * doc/posix-functions/renameat.texi (renameat): Likewise.
9532         * modules/renameat-tests: New test.
9533         * tests/test-renameat.c: Likewise.
9534
9535         rename: fix mingw bugs
9536         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9537         directory overwrite bugs.
9538
9539         rename: fix another cygwin 1.5 bug
9540         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9541         checks.
9542         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9543         unnecessary cygwin workarounds.  Also work around bug with moving
9544         full directory onto an empty one.
9545         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9546
9547         rename-dest-slash: merge into rename module
9548         * modules/rename-dest-slash (Status): Mark obsolete.
9549         (Depends-on): Add rename.
9550         (Files): Let rename do it all.
9551         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9552         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9553         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9554         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9555         * lib/rename.c (rpl_rename): Update comments.
9556
9557         rename: fix cygwin 1.5.x bugs
9558         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9559         * lib/rename.c (rpl_rename): Work around them.
9560         * modules/rename (Depends-on): Add same-inode.
9561
9562         rename: fix Solaris 10 bug
9563         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9564         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9565         was the only bug.
9566
9567         rename: fix Solaris 9 bug
9568         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9569         on non-directory.  Avoid calling exit.
9570         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9571         strdup.
9572         * modules/rename-tests (Depends-on): Drop lstat.
9573         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9574         (gl_PREREQ_RENAME): Delete unused macro.
9575
9576         rename-dest-slash: fix NetBSD bug
9577         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9578         links.
9579         * modules/rename-dest-slash (Depends-on): Add same-inode.
9580
9581         rename-tests: new test, exposes several platform bugs
9582         * modules/rename-tests: New file.
9583         * tests/test-rename.h: Likewise.
9584         * tests/test-rename.c: Likewise.
9585         * doc/posix-functions/rename.texi (rename): Improve documentation,
9586         including bugs that will eventually be fixed in gnulib.
9587
9588 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9589
9590         * lib/uname.c: Include <stdlib.h>
9591         (uname): Assume version info is available.
9592
9593 2009-10-02  Jim Meyering  <meyering@redhat.com>
9594
9595         gnu-web-doc-update: correct --help output
9596         * build-aux/gnu-web-doc-update: Make --help output relevant.
9597
9598         gnu-web-doc-update: add standard options
9599         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9600
9601         gnu-web-doc-update: New module.
9602         Use this script to automatically update the on-line web documentation
9603         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9604         * modules/gnu-web-doc-update: New file, from coreutils.
9605         * build-aux/gnu-web-doc-update: New script.
9606
9607 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9608
9609         link: LoadLibrary is not needed.
9610         * lib/link.c: Use GetModuleHandle.
9611
9612 2009-10-01  Eric Blake  <ebb9@byu.net>
9613
9614         getopt: bump serial number
9615         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9616         change.
9617
9618         tests: tighten link, rmdir, and remove tests
9619         * tests/test-link.h (includes): No need to use <config.h> here.
9620         Clean up if directory hard link was created, otherwise test for
9621         trailing '.'.
9622         * tests/test-linkat.c (main): Simplify.
9623         * tests/test-remove.c (main): Enhance test for trailing '.'.
9624         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9625
9626 2009-10-01  Jim Meyering  <meyering@redhat.com>
9627
9628         maint.mk: requiring "make major" was annoying, for a "minor" release.
9629         What is intended is "stable", to contrast with alpha and beta,
9630         so require "make stable", not "make major".
9631         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9632         (get_tool_versions): Likewise.
9633         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9634
9635 2009-09-30  Ben Pfaff  <blp@gnu.org>
9636
9637         Fix broken build of replacement for Windows tmpfile().
9638         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9639         flags argument added along with the 'mkostemp' module.
9640
9641 2009-09-28  Bruno Haible  <bruno@clisp.org>
9642
9643         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9644         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9645         to 'remove_elt'.
9646         (gl_list_remove): Update.
9647         * lib/gl_list.c (gl_list_remove): Update.
9648         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9649         to 'remove_elt'.
9650         (gl_oset_remove): Update.
9651         * lib/gl_list.c (gl_oset_remove): Update.
9652         Reported by Eric Blake.
9653
9654 2009-09-28  Eric Blake  <ebb9@byu.net>
9655
9656         doc: mention yet more cygwin 1.7 status
9657         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9658         cygwin.
9659         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9660         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9661
9662         argp: fix test failure
9663         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9664         that are not upper-case.  Pass correct range to tolower.
9665
9666 2009-09-27  Jim Meyering  <meyering@redhat.com>
9667
9668         test-yesno: work around sparc-dash here-document infelicity
9669         Without this change, the literal \177 byte in a here document
9670         would make dash 0.5.5.1-3 access uninitialized memory.
9671         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9672         Instead, use a marker, "@", and filter through tr to create the desired
9673         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9674
9675 2009-09-27  Bruno Haible  <bruno@clisp.org>
9676
9677         Disable untested support for new flavours of ACLs on AIX.
9678         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9679         progress.
9680         * lib/set-mode-acl.c (qset_acl): Likewise.
9681
9682 2008-12-07  Bruno Haible  <bruno@clisp.org>
9683
9684         Add support for new flavours of ACLs on AIX. (Untested.)
9685         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9686         (file_has_acl): Add support for newer AIX.
9687         * lib/set-mode-acl.c (qset_acl): Likewise.
9688         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9689         Rainer Tammer <tammer@tammer.net>.
9690
9691 2009-09-26  Eric Blake  <ebb9@byu.net>
9692
9693         argp: fix compilation of getopt
9694         * lib/getopt.in.h (includes): Use different guard than glibc.
9695         Reported by Sergey Poznyakoff.
9696
9697         doc: mention more cygwin 1.7 status
9698         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9699         bug.
9700         * doc/posix-functions/execl.texi (execl): Likewise.
9701         * doc/posix-functions/execle.texi (execle): Likewise.
9702         * doc/posix-functions/execlp.texi (execlp): Likewise.
9703         * doc/posix-functions/execv.texi (execv): Likewise.
9704         * doc/posix-functions/execve.texi (execve): Likewise.
9705         * doc/posix-functions/execvp.texi (execvp): Likewise.
9706         * doc/glibc-functions/canonicalize_file_name.texi
9707         (canonicalize_file_name): Cygwin 1.7 now provides this.
9708         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9709         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9710         on AT_SYMLINK_NOFOLLOW.
9711
9712 2009-09-24  Eric Blake  <ebb9@byu.net>
9713
9714         test-linkat: make test more robust
9715         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9716
9717         getopt: fix inclusion guards for cygwin
9718         * modules/getopt-posix (Depends-on): Add include-next.
9719         (Makefile.am): Substitute more items in replacement header.
9720         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9721         <getopt.h>.
9722         * lib/getopt.in.h (includes): Use split inclusion guard, and
9723         prefer <getopt.h> over include <unistd.h> when one is present.
9724         (option): Also override name of 'struct option'.
9725
9726         same-inode: revert prior change; it is not yet ready
9727         * NEWS: Undo mention of this change.
9728         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9729         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9730         * lib/cycle-check.c (cycle_check): Likewise.
9731         * lib/same.c (same_name): Likewise.
9732         * lib/at-func2.c (at_func2): Likewise.
9733
9734 2009-09-23  Eric Blake  <ebb9@byu.net>
9735
9736         linkat: new module
9737         * modules/linkat: New file.
9738         * lib/at-func2.c (at_func2): Likewise.
9739         * lib/linkat.c (linkat): Likewise.
9740         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9741         * lib/openat-priv.h (at_func2): Add declaration.
9742         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9743         * modules/unistd (Makefile.am): Substitute them.
9744         * lib/unistd.in.h (linkat): Declare it.
9745         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9746         * doc/posix-functions/linkat.texi (linkat): Likewise.
9747         * doc/posix-functions/link.texi (link): Tweak wording.
9748         * tests/test-link.c (main): Move guts...
9749         * tests/test-link.h (test_link): ...into new file.
9750         * modules/linkat-tests: New test.
9751         * tests/test-linkat.c: Likewise.
9752         * modules/link-tests (Files): Ship new file.
9753         (Depends-on): Add stdbool.
9754
9755         dirname: add library-safe mdir_name
9756         * lib/dirname.h (mdir_name): New prototype.
9757         * lib/dirname.c (dir_name): Move guts...
9758         (mdir_name): ...to new function that avoids xalloc_die.
9759
9760         fchdir: another mingw fix
9761         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9762         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9763         on mingw (where it has not yet been ported), and make it optional
9764         elsewhere.
9765         (_gl_register_fd): Use it.
9766
9767         same-inode: make SAME_INODE tri-state, to port to mingw
9768         * NEWS: Mention this change.
9769         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9770         st_ino always being 0.
9771         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9772         * lib/cycle-check.c (cycle_check): Likewise.
9773         * lib/same.c (same_name): Likewise.
9774
9775         lstat: avoid mingw compilation error
9776         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9777         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9778         lstat ourselves.
9779         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
9780         was adequate.
9781         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
9782         the checks for lstat.
9783         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
9784
9785         link: fix test failure on Solaris 9
9786         * lib/link.c (rpl_link): Don't assume link will catch bogus
9787         trailing slash on source.
9788
9789         test-symlinkat: enhance test
9790         * tests/test-readlink.c (main): Move guts...
9791         * tests/test-readlink.h (test_readlink): ...into new file.
9792         * tests/test-symlink.c (main): Move guts...
9793         * tests/test-symlink.h (test_symlink): ...into new file.
9794         * tests/test-symlinkat.c (main): Use new files for further
9795         coverage.
9796         (do_symlink, do_readlink): New helper functions.
9797         * modules/symlink-tests (Files): Ship new file.
9798         (Depends-on): Add stdbool.
9799         * modules/readlink-tests (Files): Ship new file.
9800         (Depends-on): Add stdbool.
9801         * modules/symlinkat-tests (Files): Use new files.
9802
9803 2009-09-23  Eric Blake  <ebb9@byu.net>
9804
9805         readlink: document portability issue with symlink length
9806         * doc/posix-functions/lstat.texi (lstat): Mention that some file
9807         systems have bogus st_size on symlinks, and mention the
9808         areadlink-with-size module.
9809         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9810         * doc/posix-functions/readlink.texi (readlink): Mention the
9811         areadlink module, and ERANGE failure.
9812         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9813         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
9814
9815         readlink: fix Solaris 9 bug with trailing slash
9816         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
9817         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
9818         * doc/posix-functions/readlink.texi (readlink): Document this.
9819         * modules/readlink-tests: New test.
9820         * tests/test-readlink.c: Likewise.
9821
9822         readlink: fix cygwin 1.5.x bug with return type
9823         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
9824         * lib/unistd.in.h (readlink): Use ssize_t.
9825         * lib/readlink.c (readlink): Likewise.
9826         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9827         * modules/unistd (Makefile.am): Substitute it.
9828         * lib/unistd.in.h (readlink): Declare replacement.
9829         * doc/posix-functions/readlink.texi (readlink): Document this.
9830
9831         symlink: use throughout gnulib
9832         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
9833         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
9834         symlink is not used.
9835         * modules/symlinkat (Depends-on): Add symlink.
9836         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9837         * modules/canonicalize-tests (Depends-on): Likewise.
9838         * modules/lstat-tests (Depends-on): Likewise.
9839         * modules/openat-tests (Depends-on): Likewise.
9840         * modules/remove-tests (Depends-on): Likewise.
9841         * modules/rmdir-tests (Depends-on): Likewise.
9842         * modules/unlink-tests (Depends-on): Likewise.
9843         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
9844         * tests/test-canonicalize.c (symlink): Likewise.
9845         * tests/test-fstatat.c (symlink): Likewise.
9846         * tests/test-lstat.c (symlink): Likewise.
9847         * tests/test-remove.c (symlink): Likewise.
9848         * tests/test-rmdir.c (symlink): Likewise.
9849         * tests/test-unlink.c (symlink): Likewise.
9850         * tests/test-unlinkat.c (symlink): Likewise.
9851
9852         symlink: new module, for Solaris 9 bug
9853         * modules/symlink: New file.
9854         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
9855         * lib/symlink.c: Likewise.
9856         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9857         * modules/unistd (Makefile.am): Substitute them.
9858         * lib/unistd.in.h (symlink): Declare replacement.
9859         * MODULES.html.sh (File system functions): Mention it.
9860         * doc/posix-functions/symlink.texi (symlink): Likewise.
9861         * modules/symlink-tests: New test.
9862         * tests/test-symlink.c: Likewise.
9863
9864 2009-09-23  Bruno Haible  <bruno@clisp.org>
9865
9866         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
9867         when needed.
9868         Test case: gnulib-tool --import --with-tests atexit inttypes.
9869         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
9870
9871 2009-09-23  Bruno Haible  <bruno@clisp.org>
9872
9873         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
9874         subcommand, not in a subshell.
9875
9876 2009-09-22  Eric Blake  <ebb9@byu.net>
9877
9878         unistd: sort replacement declarations
9879         * lib/unistd.in.h: Sort declarations.
9880
9881         open, openat: minor optimization
9882         * lib/open.c (open): If open succeeded, len is non-zero.
9883         * lib/openat.c (rpl_openat): Likewise.
9884
9885         link-follow: ensure correct result
9886         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
9887         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
9888         distinguish between possible failures.
9889
9890 2009-09-21  Eric Blake  <ebb9@byu.net>
9891
9892         fts: avoid compiler warning
9893         * lib/fts.c (dirent_inode_sort_may_be_useful)
9894         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
9895
9896 2009-09-19  Bruno Haible  <bruno@clisp.org>
9897
9898         * lib/progreloc.c (canonicalize_file_name): New declaration.
9899
9900 2009-09-19  Eric Blake  <ebb9@byu.net>
9901
9902         link: fix quoting
9903         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
9904
9905         openat: fix openat bugs on Solaris 9
9906         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
9907         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
9908         * modules/openat (Depends-on): Add open.
9909         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
9910         * modules/fcntl-h (Makefile.am): Substitute it.
9911         * lib/fcntl.in.h (openat): Declare replacement.
9912         * doc/posix-functions/openat.texi (openat): Document this.
9913
9914         openat: move fstatat and unlinkat into correct files
9915         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
9916         compiled.
9917         * lib/openat.c (fstatat, unlinkat): Move...
9918         * lib/fstatat.c (fstatat): ...into correct files.
9919         * lib/unlinkat.c (unlinkat): Likewise.
9920
9921         openat: fix unlinkat bugs on Solaris 9
9922         * lib/unlinkat.c (unlinkat): New file.
9923         * modules/openat (Depends-on): Add unlink.
9924         (Files): Distribute it.
9925         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
9926         trailing slash behavior is broken.
9927         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9928         * modules/unistd (Makefile.am): Substitute it.
9929         * lib/unistd.in.h (unlinkat): Declare replacement.
9930         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
9931
9932         openat: fix fstatat bugs on Solaris 9
9933         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
9934         stat.
9935         * doc/posix-functions/fstatat.texi (fstatat): Document this.
9936
9937         test-unlinkat: enhance test, to expose Solaris 9 bug
9938         * tests/test-unlink.c (main): Factor guts...
9939         * tests/test-unlink.h (test_rmdir_func): ...into new file.
9940         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
9941         * tests/test-rmdir.c (main): Adjust caller.
9942         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
9943         (unlinker): New helper function.
9944         (rmdirat): Enhance check.
9945         * modules/rmdir-tests (Depends-on): Add stdbool.
9946         * modules/unlink-tests (Depends-on): Likewise.
9947         (Files): Add test-unlink.h.
9948         * modules/openat-tests (Files): Likewise.
9949         (Depends-on): Add unlinkdir.
9950
9951         test-fstatat: new test, to expose Solaris 9 bugs
9952         * tests/test-stat.c (main): Factor guts...
9953         * tests/test-stat.h (test_stat_func): ...into new file.
9954         * tests/test-lstat.c (main): Factor guts...
9955         * tests/test-lstat.h (test_lstat_func): ...into new file.
9956         * tests/test-fstatat.c: New file.
9957         * modules/stat-tests (Files): Add test-stat.h.
9958         * modules/lstat-tests (Files): Add test-lstat.h.
9959         (Depends-on): Add stdbool.
9960         * modules/openat-tests (Depends-on): Add pathmax.
9961         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
9962         (Makefile.am): Run new test.
9963
9964         remove: new module, for mingw and Solaris 9 bugs
9965         * modules/remove: New file.
9966         * lib/remove.c: Likewise.
9967         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
9968         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9969         * modules/stdio (Makefile.am): Use them.
9970         * lib/stdio.in.h (remove): Declare replacement.
9971         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9972         * doc/posix-functions/remove.texi (remove): Likewise.
9973         * modules/remove-tests: New test.
9974         * tests/test-remove.c: Likewise.
9975
9976         unlink: new module, for Solaris 9 bug
9977         * modules/unlink: New file.
9978         * lib/unlink.c: Likewise.
9979         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
9980         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9981         * modules/unistd (Makefile.am): Use them.
9982         * lib/unistd.in.h (stat): Declare replacement.
9983         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9984         * doc/posix-functions/unlink.texi (unlink): Likewise.
9985         * modules/unlink-tests: New test.
9986         * tests/test-unlink.c: Likewise.
9987
9988         lstat: fix Solaris 9 bug
9989         * lib/lstat.c (lstat): Also check for trailing slash on
9990         non-symlink, non-directories.  Use stat module to simplify logic.
9991         * doc/posix-functions/lstat.texi (lstat): Document it.
9992         * modules/lstat-tests (Depends-on): Add errno, same-inode.
9993         (configure.ac): Check for symlink.
9994         * tests/test-lstat.c (main): Add more tests.
9995
9996         stat: add as dependency to other modules
9997         * modules/chown (Depends-on): Add stat.
9998         * modules/euidaccess (Depends-on): Likewise.
9999         * modules/fchdir (Depends-on): Likewise.
10000         * modules/isdir (Depends-on): Likewise.
10001         * modules/link (Depends-on): Likewise.
10002         * modules/lstat (Depends-on): Likewise.
10003         * modules/mkdir-p (Depends-on): Likewise.
10004         * modules/modechange (Depends-on): Likewise.
10005         * modules/open (Depends-on): Likewise.
10006         * modules/readlink (Depends-on): Likewise.
10007         * modules/same (Depends-on): Likewise.
10008
10009         stat: fix Solaris 9 bug
10010         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10011         slash.
10012         * lib/stat.c (rpl_stat): Work around it.
10013         * doc/posix-functions/stat.texi (stat): Update documentation.
10014
10015         stat: new module, for mingw bug
10016         * modules/stat: New file.
10017         * lib/stat.c: Likewise.
10018         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10019         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10020         * modules/sys_stat (Makefile.am): Use them.
10021         * lib/sys_stat.in.h (stat): Declare replacement.
10022         * lib/openat.c (fstatat): Deal with lstat and stat being function
10023         macros.
10024         * modules/openat (Depends-on): Add inline.
10025         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10026         * doc/posix-functions/stat.texi (stat): Likewise.
10027         * modules/stat-tests: New test.
10028         * tests/test-stat.c: Likewise.
10029
10030 2009-09-19  Jim Meyering  <meyering@redhat.com>
10031
10032         syntax-check: detect unnecessary inclusion of canonicalize.h
10033         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10034
10035 2009-09-19  Eric Blake  <ebb9@byu.net>
10036
10037         canonicalize-lgpl: adjust clients to use correct header
10038         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10039         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10040         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10041         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10042         * lib/progreloc.c (includes): Likewise.
10043
10044 2009-09-19  Jim Meyering  <meyering@redhat.com>
10045
10046         test-posixtm.c: correct a comment
10047         * tests/test-posixtm.c: Correct first-line comment.
10048         Spotted by Eric Blake.
10049
10050 2009-09-16  Jim Meyering  <meyering@redhat.com>
10051
10052         posixtm-tests: make T const-correct; add a test case
10053         * tests/test-posixtm.c (T): Declare const.
10054         Add a test for -(2^31+1).
10055         Remove useless can-succeed-only-in-2002 test.
10056
10057         posixtm-tests: adjust the sole failing test
10058         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10059         expected output matches what mktime now produces.  Cross-checked via
10060         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10061
10062         posixtm: move #ifdef'd tests into a new module
10063         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10064         * tests/test-posixtm.c: ... this new file.
10065         * modules/posixtm-tests: New module.
10066
10067 2009-09-19  Eric Blake  <ebb9@byu.net>
10068
10069         openat: simplify use of at-func.c
10070         * lib/at-func.c (includes): Include prerequisites here, to
10071         simplify requirements on client files.
10072         * lib/openat-priv.h: Add double-inclusion guard.
10073         * lib/faccessat.c (includes): Simplify.
10074         * lib/fchmodat.c (includes): Likewise.
10075         * lib/fchownat.c (includes): Likewise.
10076         * lib/mkdirat.c (includes): Likewise.
10077         * lib/mkfifoat.c (includes): Likewise.
10078         * lib/symlinkat.c (includes): Likewise.
10079
10080         openat: allow return of fd 0
10081         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10082         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10083         unistd-safer.
10084         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10085         <fcntl.h>; this module does not leak fds.
10086         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10087         must be allowed to return 0, leaving openat_safer to add the
10088         safety.
10089         (openat_permissive): Avoid writing to just-opened fd 2 if
10090         restoring the current directory fails.
10091         * lib/openat-die.c (openat_restore_fail): Add comment.
10092         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10093         (save_cwd): Guarantee safe fd, but without use of open_safer.
10094         * tests/test-openat.c: New test.
10095         * modules/openat-tests (Files, Makefile.am): Distribute and build
10096         new file.
10097
10098         relocatable-prog-wrapper: fix build
10099         * modules/relocatable-prog-wrapper (Files): Update name of
10100         canonicalize m4 file, broken on 2009-09-17.
10101         Reported by emad hajjar <aleppos@hotmail.com>.
10102
10103 2009-09-19  Bruno Haible  <bruno@clisp.org>
10104
10105         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10106         * lib/safe-alloc.c: Likewise.
10107         Reported by Ian Beckwith <ianb@erislabs.net>.
10108
10109 2009-09-18  Bruno Haible  <bruno@clisp.org>
10110
10111         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10112         Reported by <erobles@sensacd.com.mx>.
10113
10114 2009-09-17  Eric Blake  <ebb9@byu.net>
10115
10116         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10117         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10118         slashes when checking if last component is missing.
10119         * tests/test-canonicalize.c (main): Test this.
10120
10121         canonicalize, canonicalize-lgpl: honor // if distinct from /
10122         * modules/canonicalize (Files): Add double-slash-root.m4.
10123         * modules/canonicalize-lgpl (Files): Likewise.
10124         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10125         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10126         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10127         fallback definition.
10128         (canonicalize_filename_mode): Use it to protect //.
10129         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10130         (__realpath): Likewise.
10131         * tests/test-canonicalize.c (main): Test this.
10132         * tests/test-canonicalize-lgpl.c (main): Likewise.
10133         * modules/canonicalize-tests (Depends-on): Add same-inode.
10134         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10135
10136         canonicalize-lgpl: fix glibc bug with trailing slash
10137         * m4/canonicalize-lgpl.m4: Move contents...
10138         * m4/canonicalize.m4: ...here.
10139         (gl_CANONICALIZE_LGPL): Factor realpath check...
10140         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10141         glibc 2.3.5 bug, fixed 2005-04-27.
10142         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10143         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10144         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10145         * modules/canonicalize-lgpl (Files): Manage file rename.
10146         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10147         * modules/stdlib (Makefile.am): Substitute witness.
10148         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10149         is needed.
10150         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10151         replacement is required.
10152         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10153         * doc/glibc-functions/canonicalize_file_name.texi
10154         (canonicalize_file_name): Document this.
10155         * doc/posix-functions/realpath.texi (realpath): Likewise.
10156
10157         canonicalize-lgpl: reject non-directory with trailing slash
10158         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10159         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10160         catches failures in glibc 2.3.5.
10161         * tests/test-canonicalize.c (main): Likewise.
10162
10163         canonicalize-lgpl: use native realpath if it works
10164         * lib/canonicalize-lgpl.c (realpath): Guard with
10165         FUNC_REALPATH_WORKS.
10166         * lib/stdlib.in.h (realpath): Make declaration optional based on
10167         HAVE_REALPATH.
10168         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10169         native realpath works.
10170         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10171         * modules/stdlib (Makefile.am): Substitute witness.
10172
10173         canonicalize, canonicalize-lgpl: use <stdlib.h>
10174         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10175         (Include): Mention <stdlib.h>.
10176         (configure.ac): Mention functions we provide.
10177         * modules/canonicalize (configure.ac): Likewise.
10178         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10179         realpath if canonicalize_file_name is missing.
10180         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10181         * modules/stdlib (Makefile.am): Substitute witnesses.
10182         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10183         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10184         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10185         * NEWS: Document this.
10186         * doc/glibc-functions/canonicalize_file_name.texi
10187         (canonicalize_file_name): Likewise.
10188         * doc/posix-functions/realpath.texi (realpath): Likewise.
10189         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10190
10191         test-canonicalize: consolidate into single C program
10192         * tests/test-canonicalize.sh: Delete; move setup into...
10193         * tests/test-canonicalize.c (main): ...the program, making it
10194         easier to run in debugger.  Add some tests.
10195         * modules/canonicalize-tests (Files): Remove unused file.
10196         (Depends-on): Add progname.
10197         (configure.ac, Makefile.am): Simplify.
10198
10199         test-canonicalize-lgpl: consolidate into single C program
10200         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10201         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10202         easier to run in debugger.  Add some tests.
10203         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10204         (configure.ac, Makefile.am): Simplify.
10205
10206         canonicalize: avoid resolvepath
10207         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10208         unnecessary checks.
10209         * lib/canonicalize.c (includes): Simplify.
10210         (canonicalize_file_name): Drop resolvepath implementation.
10211         * modules/canonicalize (Depends-on): Drop filenamecat.
10212
10213         canonicalize: don't lose errno
10214         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10215         over calls to free.
10216
10217         canonicalize: simplify errno handling
10218         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10219         assignment.
10220
10221         canonicalize, canonicalize-lgpl: update module dependencies
10222         * modules/canonicalize (Depends-on): Add extensions, lstat,
10223         pathmax, stdlib.
10224         (Files): Drop pathmax.h.
10225         (configure.ac): Adjust macro name.
10226         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10227         lstat, stdlib, sys_stat.
10228         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10229         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10230         extensions.
10231         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10232         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10233         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10234         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10235         declaration, if available.
10236         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10237         we can rely on the readlink module.
10238         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10239         (includes): Use <unistd.h> unconditionally.
10240
10241 2009-09-17  Eric Blake  <ebb9@byu.net>
10242
10243         maint: make Include sections of modules consistent
10244         * modules/alloca: Use only header name; no need to list #include.
10245         * modules/alloca-opt: Likewise.
10246         * modules/arpa_inet: Likewise.
10247         * modules/canon-host: Likewise.
10248         * modules/configmake: Likewise.
10249         * modules/dirent: Likewise.
10250         * modules/eealloc: Likewise.
10251         * modules/environ: Likewise.
10252         * modules/fchdir: Likewise.
10253         * modules/fcntl: Likewise.
10254         * modules/fcntl-h: Likewise.
10255         * modules/gethrxtime: Likewise.
10256         * modules/gettime: Likewise.
10257         * modules/ignore-value: Likewise.
10258         * modules/inet_ntop: Likewise.
10259         * modules/inet_pton: Likewise.
10260         * modules/inttypes: Likewise.
10261         * modules/isnand-nolibm: Likewise.
10262         * modules/isnanf-nolibm: Likewise.
10263         * modules/mbchar: Likewise.
10264         * modules/mbfile: Likewise.
10265         * modules/mbiter: Likewise.
10266         * modules/mbuiter: Likewise.
10267         * modules/netdb: Likewise.
10268         * modules/netinet_in: Likewise.
10269         * modules/nproc: Likewise.
10270         * modules/pagealign_alloc: Likewise.
10271         * modules/poll: Likewise.
10272         * modules/printf-frexp: Likewise.
10273         * modules/pthread: Likewise.
10274         * modules/putenv: Likewise.
10275         * modules/random_r: Likewise.
10276         * modules/relocatable-prog: Likewise.
10277         * modules/search: Likewise.
10278         * modules/select: Likewise.
10279         * modules/selinux-h: Likewise.
10280         * modules/settime: Likewise.
10281         * modules/signal: Likewise.
10282         * modules/size_max: Likewise.
10283         * modules/socklen: Likewise.
10284         * modules/ssize_t: Likewise.
10285         * modules/stdarg: Likewise.
10286         * modules/stdbool: Likewise.
10287         * modules/stddef: Likewise.
10288         * modules/stdint: Likewise.
10289         * modules/stdio: Likewise.
10290         * modules/stdlib: Likewise.
10291         * modules/string: Likewise.
10292         * modules/strings: Likewise.
10293         * modules/sys_file: Likewise.
10294         * modules/sys_ioctl: Likewise.
10295         * modules/sys_select: Likewise.
10296         * modules/sys_socket: Likewise.
10297         * modules/sys_stat: Likewise.
10298         * modules/sys_time: Likewise.
10299         * modules/sys_times: Likewise.
10300         * modules/sys_utsname: Likewise.
10301         * modules/sys_wait: Likewise.
10302         * modules/sysexits: Likewise.
10303         * modules/time: Likewise.
10304         * modules/times: Likewise.
10305         * modules/tmpfile: Likewise.
10306         * modules/trim: Likewise.
10307         * modules/unistd: Likewise.
10308         * modules/wchar: Likewise.
10309         * modules/wctype: Likewise.
10310
10311 2009-09-17  Bruno Haible  <bruno@clisp.org>
10312
10313         Make getdate.y compile on QNX and NetBSD 5 / i386.
10314         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10315         TIME_T_FITS_IN_LONG_INT.
10316         * lib/getdate.y (long_time_t): New type.
10317         (relative_time): Change type of 'seconds' field to long_time_t.
10318         (get_date): Update types of local variables. Check against overflow
10319         during conversion from long_time_t to time_t.
10320         Reported by Matt Kraai <kraai@ftbfs.org>
10321         and Hasso Tepper <hasso@netbsd.org>.
10322
10323 2009-09-17  Bruno Haible  <bruno@clisp.org>
10324
10325         * modules/COPYING: Update copyright years.
10326         * modules/README: Likeiwse.
10327         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10328         Reported by Ian Beckwith <ianb@erislabs.net>.
10329
10330 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10331
10332         * users.txt: Update references for gnuit package.
10333
10334 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10335
10336         * m4/getdelim.m4: Fix typo in copyright line.
10337
10338 2009-09-17  Bruno Haible  <bruno@clisp.org>
10339
10340         * lib/atoll.c: Use the standard header with GPL copyright.
10341         * lib/argz.in.h: Likewise.
10342         * lib/glob.c: Likewise.
10343         * lib/glob-libc.h: Likewise.
10344         * lib/random_r.c: Likewise.
10345         * lib/siglist.h: Likewise.
10346         * lib/strsignal.c: Likewise.
10347         Reported by Ian Beckwith <ianb@erislabs.net>.
10348
10349 2009-09-17  Eric Blake  <ebb9@byu.net>
10350
10351         rmdir: ensure correct dependency order
10352         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10353
10354 2009-09-17  Bruno Haible  <bruno@clisp.org>
10355
10356         Disable assertion that fails on NetBSD 5 / i386.
10357         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10358         Reported by Sam Steingold <sds@gnu.org>
10359         and Hasso Tepper <hasso@netbsd.org>.
10360
10361 2009-09-16  Eric Blake  <ebb9@byu.net>
10362
10363         unlinkdir: port to mingw
10364         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10365         on which no one can unlink a directory.
10366
10367         stdlib: sort witness names
10368         * modules/stdlib (Makefile.am): Sort replacements.
10369         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10370         * lib/stdlib.in.h: Likewise.
10371
10372         parse-duration-tests: avoid link failure
10373         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10374         LIBINTL.
10375         Reported by Tom G. Christensen.
10376
10377         openat-tests: ensure unlinkat behaves like rmdir
10378         * tests/test-rmdir.c (main): Factor guts...
10379         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10380         * modules/rmdir-tests (Files): Ship new file.
10381         * modules/openat-tests: New test.
10382         * tests/test-unlinkat.c: Likewise.
10383
10384         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10385         * modules/rmdir-errno (Status, Notice): Now obsolete.
10386
10387         rmdir: work around cygwin 1.5.x and mingw bugs
10388         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10389         * lib/rmdir.c (rmdir): Work around it.
10390         * modules/rmdir (Status, Notice): No longer obsolete.
10391         (Files): Add dos.m4.
10392         (Depends-on): Add unistd.
10393         (configure.ac): Set witnesses.
10394         (License): Relax to LGPLv2+.
10395         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10396         * modules/unistd (Makefile.am): Substitute witnesses.
10397         * lib/unistd.in.h (rmdir): Declare replacement.
10398         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10399         * modules/rmdir-tests: New tests.
10400         * tests/test-rmdir.c: Likewise.
10401
10402 2009-09-15  Eric Blake  <ebb9@byu.net>
10403
10404         fchdir: improve use of replacement functions
10405         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10406         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10407         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10408         REPLACE_CLOSEDIR.
10409         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10410         * modules/sys_stat (Makefile.am): Substitute correct witness.
10411         * modules/dirent (Makefile.am): Likewise.
10412         * modules/unistd (Makefile.am): Likewise.
10413         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10414         * lib/unistd.in.h (dup): Likewise.
10415         * lib/sys_stat.in.h (fstat): Likewise.
10416
10417         maint: ignore gnulib-tool temp files
10418         * .gitignore: Ignore files created during gnulib-tool --test.
10419
10420 2009-09-13  Jim Meyering  <meyering@redhat.com>
10421
10422         posixtm: don't reject a time that specify "60" as the number of seconds
10423         * lib/posixtm.c (posixtime): The code to reject invalid dates
10424         would also reject a time specified with the .60 suffix.
10425         But POSIX allows that, in order to accommodate leap seconds.
10426         So don't reject it.
10427         (main): Adjust tests accordingly.
10428         * modules/posixtm (Depends-on): Add stpcpy.
10429
10430 2009-09-11  Jim Meyering  <meyering@redhat.com>
10431
10432         announce-gen: include [$release_type] in emitted Subject:
10433         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10434         e.g., [stable] in the emitted Subject: line.
10435
10436 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10437
10438         Remove obsolete macros from several modules.
10439         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10440         obsolete Autoconf macros with their modern counterparts.
10441         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10442         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10443         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10444         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10445         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10446         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10447         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10448         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10449         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10450         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10451         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10452         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10453         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10454         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10455         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10456         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10457         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10458         * m4/time_r.m4 (gl_TIME_R): Likewise.
10459         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10460         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10461         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10462
10463         Fix copyright header in build-aux scripts.
10464         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10465         recommendation.
10466         * build-aux/ncftpput-ftp: Likewise.
10467         * build-aux/update-copyright: Likewise.
10468
10469 2009-09-09  Eric Blake  <ebb9@byu.net>
10470
10471         test-link: allow Linux choice of errno
10472         * tests/test-link.c (main): Relax test for alternate error.
10473
10474         strndup: fix improper m4 caching
10475         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10476         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10477         (gl_PREREQ_STRNDUP): Delete.
10478         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10479         * modules/string (Makefile.am): Substitute it.
10480         * lib/string.in.h (strndup): Modernize prototype.
10481
10482         getcwd: port to mingw
10483         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10484         different from the POSIX assumptions made throughout the getcwd
10485         module; fortunately, the mingw getcwd does not need replacement.
10486         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10487         * modules/getcwd-tests: New test.
10488         * tests/test-getcwd.c: Likewise.
10489
10490         link: fix platform bugs
10491         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10492         * lib/link.c (link): Work around them.  Fix related mingw bug.
10493         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10494         * modules/unistd (Makefile.am): Substitute it.
10495         * lib/unistd.in.h (link): Declare replacement.
10496         * doc/posix-functions/link.texi (link): Document this.
10497         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10498
10499         test-link: consolidate into single C program, test more cases
10500         * tests/test-link.sh: Delete.
10501         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10502         at least Cygwin and Solaris.
10503         * modules/link-tests (Files): Remove unused file.
10504         (Depends-on): Add errno, sys_stat.
10505         (Makefile.am): Simplify.
10506
10507 2009-09-08  Bruno Haible  <bruno@clisp.org>
10508
10509         Work around towlower, towupper bug on mingw.
10510         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10511         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10512         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10513         * doc/posix-functions/towupper.texi: Likewise.
10514         Reported by Eric Blake.
10515
10516 2009-09-08  Jim Meyering  <meyering@redhat.com>
10517
10518         build: don't try to run autoheader if we don't use it
10519         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10520         is not used in configure.ac.
10521
10522 2009-09-08  Eric Blake  <ebb9@byu.net>
10523
10524         euidaccess: fix compilation error
10525         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10526
10527         rawmemchr: relax license
10528         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10529         okay.
10530         Reported by Jim Meyering.
10531
10532         mkfifoat: new module
10533         * modules/mkfifoat: New file.
10534         * lib/mkfifoat.c: Likewise.
10535         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10536         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10537         * modules/sys_stat (Makefile.am): Use them.
10538         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10539         * MODULES.html.sh (File system functions): Mention module.
10540         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10541         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10542         * modules/mkfifoat-tests: New test.
10543         * tests/test-mkfifoat.c: Likewise.
10544
10545         strchrnul: relax license
10546         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10547         okay.
10548         Reported by Jim Meyering.
10549
10550 2009-09-08  Eric Blake  <ebb9@byu.net>
10551
10552         fstatat: fix compilation on Solaris
10553         * lib/fstatat.c (includes): Add fcntl.h.
10554         Reported by Pádraig Brady.
10555
10556 2009-09-07  Eric Blake  <ebb9@byu.net>
10557
10558         rename: modernize replacement
10559         * modules/rename (Depends-on): Add stdio.
10560         (configure.ac): Declare witness.
10561         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10562         stdio take care of replacement.
10563         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10564         * modules/stdio (Makefile.am): Substitute them.
10565         * lib/stdio.in.h (rename): Declare replacement.
10566         * lib/rename.c (includes): Allow cross-compilation to non-windows
10567         machines.
10568         * doc/posix-functions/rename.texi (rename): Improve
10569         documentation.
10570
10571         stdio: sort witness names
10572         * modules/stdio (Makefile.am): Sort replacements.
10573         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10574         * lib/stdio.in.h: Likewise.
10575
10576         getcwd: minor cleanups
10577         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10578         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10579
10580         openat: provide more convenience names
10581         * modules/faccessat (configure.ac): Add C witness.
10582         * lib/unistd.in.h (readlinkat): Fix typo.
10583         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10584         convenience wrappers.
10585         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10586         wrappers in syntax checks.
10587
10588 2009-09-06  Eric Blake  <ebb9@byu.net>
10589
10590         doc: fix comments in recent patches
10591         * lib/faccessat.c: Mention correct function.
10592         * lib/fchmodat.c: Likewise.
10593         * lib/fchownat.c: Likewise.
10594         * lib/symlinkat.c: Likewise.
10595         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10596         constants.
10597
10598         faccessat, symlinkat: continue cleanup of previous patch
10599         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10600         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10601         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10602         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10603         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10604         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10605         set.
10606
10607 2009-09-06  Bruno Haible  <bruno@clisp.org>
10608
10609         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10610         (fstatat): Declare if GNULIB_FSTATAT is set.
10611         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10612         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10613         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10614         * modules/fcntl-h (Files): Remove m4/openat.m4.
10615         * modules/sys_stat (Files): Remove m4/openat.m4.
10616         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10617         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10618         * modules/unistd (Files): Remove m4/openat.m4.
10619         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10620         GNULIB_OPENAT.
10621         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10622         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10623         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10624         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10625         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10626         gl_OPENAT_DEFAULTS.
10627         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10628         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10629         Don't require gl_OPENAT_DEFAULTS.
10630         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10631         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10632         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10633         (gl_OPENAT_DEFAULTS): Remove macro.
10634
10635 2009-09-06  Bruno Haible  <bruno@clisp.org>
10636
10637         * modules/openat (configure.ac): Remove unneeded witness.
10638
10639 2009-09-06  Bruno Haible  <bruno@clisp.org>
10640
10641         Set errno to ENOSYS when a function is entirely unsupported.
10642         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10643         EOPNOTSUPP.
10644         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10645         * modules/chown (Depends-on): Remove errno.
10646
10647 2009-09-06  Bruno Haible  <bruno@clisp.org>
10648
10649         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10650
10651 2009-09-06  Bruno Haible  <bruno@clisp.org>
10652
10653         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10654
10655 2009-09-06  Ben Pfaff  <blp@gnu.org>
10656             Bruno Haible  <bruno@clisp.org>
10657
10658         Work around a glibc bug in strtok_r.
10659         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10660         Undefine if UNDEFINE_STRTOK_R is set.
10661         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10662         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10663         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10664         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10665         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10666         UNDEFINE_STRTOK_R.
10667         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10668
10669 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10670
10671         exclude: minor fix
10672         * lib/exclude.c: Include wctype.h
10673
10674 2009-09-06  Akim Demaille  <demaille@gostai.com>
10675
10676         bootstrap: improve error message
10677         * build-aux/bootstrap (find_tool): Upon failure, report the list
10678         of candidates.
10679         Honor the initial value of the envvar.
10680
10681 2009-09-05  Eric Blake  <ebb9@byu.net>
10682
10683         symlinkat: new module
10684         * modules/symlinkat: New file.
10685         * lib/symlinkat.c: Likewise.
10686         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10687         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10688         * modules/unistd (Makefile.am): Use them.
10689         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10690         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10691         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10692         * MODULES.html.sh (File system functions): Mention module.
10693         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10694         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10695         * modules/symlinkat-tests: New test.
10696         * tests/test-symlinkat.c: Likewise.
10697
10698         test-openat-safer: add more checks
10699         * tests/test-openat-safer.c (main): Check more code paths.
10700
10701 2009-09-05  Jim Meyering  <meyering@redhat.com>
10702
10703         syntax-check: detect unnecessary inclusion of openat.h
10704         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10705
10706 2009-09-05  Bruno Haible  <bruno@clisp.org>
10707
10708         Support towlower, towupper.
10709         * doc/posix-functions/towlower.texi: Mention module wctype.
10710         * doc/posix-functions/towupper.texi: Likewise.
10711         * lib/wctype.in.h (towlower, towupper): New functions.
10712         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10713         (ASSERT): New macro.
10714         (e): New variable.
10715         (main): Test also towlower, towupper. Test WEOF argument.
10716         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10717
10718 2009-09-05  Bruno Haible  <bruno@clisp.org>
10719
10720         Fix conversion behaviour when the input is invalid.
10721         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10722         mark occurring in first pass of indirect conversion.
10723         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10724         input.
10725         Found by clang's static analyzer.
10726
10727 2009-09-05  Bruno Haible  <bruno@clisp.org>
10728
10729         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10730         where direct conversion is possible.
10731
10732 2009-09-04  Eric Blake  <ebb9@byu.net>
10733
10734         openat: fail with ENOENT on empty name
10735         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10736         buffer.
10737
10738         link-follow: fix logic bug in prior patch
10739         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10740         reversed sense of yes and no in prior patch.  Avoid confusing
10741         compilation failure with desired semantics.
10742
10743         link-follow: accomodate mingw and cross-compilation
10744         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10745         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10746         cross-compilation results to -1, to make linkat easier to
10747         implement when cross-compiling.  Trivially support mingw.
10748         * modules/link-follow (configure.ac): Call new name.
10749         * NEWS: Mention this.
10750
10751 2009-09-03  Eric Blake  <ebb9@byu.net>
10752
10753         faccessat: compile replacement
10754         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10755         needed.
10756
10757         fts: fix compilation error
10758         * lib/fts.c (includes): Re-add "openat.h", for
10759         openat_needs_fchdir.
10760
10761         faccessat: new module
10762         * modules/faccessat: New file.
10763         * lib/faccessat.c: Likewise.
10764         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10765         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10766         * modules/unistd (Makefile.am): Use it.
10767         * lib/unistd.in.h (faccessat): Declare it.
10768         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10769         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10770         * MODULES.html.sh (File system functions): Mention it.
10771         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10772         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10773
10774         euidaccess: prefer POSIX over non-standard implementation
10775         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10776         * lib/euidaccess.c (euidaccess): Use it if available.
10777
10778         openat: make template easier to use
10779         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
10780         AT_FUNC_F2 to be undefined.
10781         (VALIDATE_FLAG): New macro; use it to reject bad flags.
10782         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
10783         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
10784         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
10785         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
10786         Likewise.
10787         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
10788         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
10789         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
10790         Likewise.
10791
10792         openat: declare in POSIX headers
10793         * NEWS: Mention this.
10794         * modules/openat (configure.ac): Declare witnesses.
10795         (Depends-on): Add fcntl-h, sys_stat, unistd.
10796         (Include): Mention correct headers.
10797         * modules/fcntl-h (Depends-on): Add link-warning.
10798         (Files): Add openat.m4.
10799         (Makefile.am): Substitute witnesses.
10800         * modules/sys_stat (Files, Makefile.am): Likewise.
10801         * modules/unistd (Files, Makefile.am): Likewise.
10802         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
10803         (gl_OPENAT_DEFAULTS): New macro.
10804         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
10805         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
10806         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
10807         (SYS_STAT_H): Remove unused variable.
10808         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
10809         * lib/fcntl--.h (includes): Remove unneeded header.
10810         * lib/openat-safer.c (includes): Likewise.
10811         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
10812         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
10813         appropriate headers.
10814         (__OPENAT_PREFIX): Delete.
10815         * lib/fcntl.in.h (openat): Provide declaration.
10816         (AT_FDCWD): Fix Solaris bug.
10817         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
10818         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
10819         * lib/fchmodat.c (includes):  Adjust to find declaration.
10820         * lib/fchownat.c (includes): Likewise.
10821         * lib/mkdirat.c (includes): Likewise.
10822         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
10823         still visible.
10824
10825 2009-09-02  Eric Blake  <ebb9@byu.net>
10826
10827         errno: use consistently
10828         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
10829         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
10830         * lib/canonicalize.c (ELOOP): Likewise.
10831         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
10832         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
10833         * lib/lchown.c (EOPNOTSUPP): Likewise.
10834         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
10835         * lib/savewd.c (ESTALE): Likewise.
10836         * lib/settime.c (ENOSYS): Likewise.
10837         * lib/utimens.c (ENOSYS): Likewise.
10838         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
10839         * lib/chdir-safer.c (ELOOP): Likewise.
10840         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
10841         * modules/c-stack (Depends-on): Add errno.
10842         * modules/canonicalize (Depends-on): Likewise.
10843         * modules/chdir-safer (Depends-on): Likewise.
10844         * modules/fdopendir (Depends-on): Likewise.
10845         * modules/inet_ntop (Depends-on): Likewise.
10846         * modules/inet_pton (Depends-on): Likewise.
10847         * modules/lchown (Depends-on): Likewise.
10848         * modules/openat (Depends-on): Likewise.
10849         * modules/savewd (Depends-on): Likewise.
10850         * modules/settime (Depends-on): Likewise.
10851         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
10852
10853         fts: avoid leaking fds
10854         * modules/fts (Depends-on): Add cloexec.
10855         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
10856         flag.
10857
10858         fts: make directory fds more robust
10859         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
10860         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
10861
10862         backupfile, chdir-long, fts, savedir: make safer
10863         * lib/backupfile.c (includes): Use "dirent--.h", since
10864         numbered_backup can write to stderr during readdir.
10865         * lib/savedir.c (includes): Likewise.
10866         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
10867         emulation can write to stderr on failure.
10868         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
10869         * lib/getcwd.c: Document why opendir_safer is unused.
10870         * lib/glob.c: Likewise.
10871         * lib/scandir.c: Likewise.
10872         * lib/openat-proc.c: Likewise, for open_safer.
10873         * modules/backupfile (Depends-on): Add dirent-safer.
10874         * modules/savedir (Depends-on): Likewise.
10875         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
10876         * modules/chdir-long (Depends-on): Add openat-safer.
10877
10878         openat-safer: new module
10879         * modules/openat-safer: New file.
10880         * lib/openat-safer.c: Likewise.
10881         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
10882         * lib/fcntl-safer.h (openat_safer): Declare.
10883         * lib/fcntl--.h (openat): Override.
10884         * MODULES.html.sh (File descriptor based I/O): Mention it.
10885         * lib/openat.h: Add double-inclusion guards.
10886         * lib/openat.c (includes): Only include "fcntl-safer.h", not
10887         "fcntl--.h", so we can implement openat.
10888         * modules/openat-safer-tests: New test.
10889         * tests/test-openat-safer.c: New file.
10890
10891         dirent-safer: new module
10892         * modules/dirent-safer: New file.
10893         * lib/dirent--.h: Likewise.
10894         * lib/dirent-safer.h: Likewise.
10895         * lib/opendir-safer.c: Likewise.
10896         * m4/dirent-safer.m4: Likewise.
10897         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
10898         * modules/dirent-safer-tests: New test.
10899         * tests/test-dirent-safer.c: New file.
10900         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
10901
10902         fdopendir: optimize on mingw
10903         * lib/unistd.in.h (_gl_directory_name): New prototype.
10904         * lib/fchdir.c (_gl_directory_name): Implement it.
10905         (fchdir): Use it to simplify implementation.
10906         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
10907         fchdir, when available, to avoid calling [f]chdir().
10908
10909         fdopendir: split into its own module
10910         * lib/openat.c (fdopendir): Move...
10911         * lib/fdopendir.c: ...into new file.
10912         * modules/fdopendir: New module.
10913         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
10914         * modules/openat (Depends-on): Add fdopendir.
10915         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
10916         fdopendir here.
10917         * modules/savedir (Depends-on): Only need fdopendir, not full
10918         openat.
10919         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
10920         * lib/openat.h (fdopendir): Drop prototype.
10921         * lib/dirent.in.h (fdopendir): Provide prototype.
10922         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
10923         * modules/dirent (Makefile.am): Substitute them.
10924         * MODULES.html.sh (File system functions): Mention it.
10925         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
10926         * modules/fdopendir-tests: New file.
10927         * tests/test-fdopendir.c: Likewise.
10928
10929         fchdir: use more consistent macro convention
10930         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
10931         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
10932         REPLACE_FCHDIR, rather than relying on config.h macros.
10933         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
10934         inside a single make-time REPLACE_FCHDIR block, rather than using
10935         the config.h FCHDIR_REPLACEMENT.
10936         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
10937         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
10938         Manage fstat replacement.
10939         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
10940         REPLACE_FCHDIR.
10941         * modules/sys_stat (Files): Add m4/unistd_h.m4.
10942         (Makefile.am): Substitute REPLACE_FCHDIR.
10943         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
10944         FCHDIR_REPLACEMENT.
10945         * lib/dup-safer.c (dup_safer): Likewise.
10946         * lib/dup2.c (rpl_dup2): Likewise.
10947         * lib/dup3.c (rpl_dup3): Likewise.
10948         * lib/open.c (rpl_open): Likewise.
10949
10950         fchdir: simplify error handling, and support dup3
10951         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
10952         stdbool, malloc-posix, realloc-posix.
10953         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
10954         (ensure_dirs_slot): Return false on allocation failure.
10955         (rpl_dup2): Delete.
10956         (_gl_register_dup): New function.
10957         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
10958         (_gl_register_fd): Close fd on allocation failure.
10959         * lib/fcntl.in.h (_gl_register_fd): Update signature.
10960         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
10961         prototype.
10962         (rpl_dup2_fchdir): Delete prototype.
10963         * lib/open.c (open): Update caller.
10964         * lib/dup2.c (dup2): Track fchdir metadata.
10965         * lib/dup3.c (dup3): Likewise.
10966         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
10967         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
10968
10969 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10970
10971         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
10972         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
10973         don't pass arguments to AC_OUTPUT.
10974
10975 2009-09-02  Bruno Haible  <bruno@clisp.org>
10976
10977         * modules/mkdtemp (License): Relicense under LGPLv2+.
10978         Reported by Paolo Bonzini.
10979
10980 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10981
10982         Replace uses of obsolete autoconf macros in Jim's modules.
10983         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
10984         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
10985         can evoke a warning from autoconf when run with -Wobsolete
10986         enabled.  They were declared obsolete for good reasons (see
10987         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
10988         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
10989         should not continue using the deprecated macros.
10990         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
10991         obsolete Autoconf macros with modern counterparts.
10992         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10993         * m4/dos.m4 (gl_AC_DOS): Likewise.
10994         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
10995         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
10996         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
10997         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
10998         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
10999         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11000         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11001         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11002         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11003         Likewise.
11004         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11005         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11006         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11007         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11008         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11009         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11010
11011 2009-09-01  Eric Blake  <ebb9@byu.net>
11012
11013         fchdir: fix off-by-one bug in previous patch
11014         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11015         (_gl_unregister_fd): Delete useless if.
11016
11017 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11018
11019         maint.mk: sort the list of syntax-check rules
11020         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11021         easier to get a sense of progress when the rules are run sequentially
11022         and take a long time.
11023
11024 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11025
11026         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11027         * modules/netinet_in: Likewise.
11028         * modules/sys_file: Likewise.
11029         * modules/sys_ioctl: Likewise.
11030         * modules/sys_select: Likewise.
11031         * modules/sys_socket: Likewise.
11032         * modules/sys_stat: Likewise.
11033         * modules/sys_time: Likewise.
11034         * modules/sys_times: Likewise.
11035         * modules/sys_utsname: Likewise.
11036         * modules/sys_wait: Likewise.
11037
11038 2009-09-01  Jim Meyering  <meyering@redhat.com>
11039
11040         fts: help ensure that return values are not ignored
11041         * lib/fts_.h (__GNUC_PREREQ): Define.
11042         (__attribute_warn_unused_result__): Define.
11043         (fts_children, fts_close, fts_open, fts_read): Declare with
11044         __attribute_warn_unused_result__.
11045
11046         fts: fts_close now fails also when closing a dir file descriptor fails
11047         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11048         and propagate to caller, along with errno.
11049
11050         announce-gen: correct formatting in --help output
11051         * build-aux/announce-gen (usage): Move the one-line description in
11052         --help output "up", to where it belongs, just after Usage:.
11053
11054 2009-08-31  Eric Blake  <ebb9@byu.net>
11055
11056         fchdir: port to mingw
11057         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11058         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11059         opened, then use a substitute.
11060         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11061         replacement.
11062         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11063         (_gl_register_fd): No need to check stat if open already filters
11064         all directories.
11065         (fchdir): Fix error condition to match POSIX.
11066         * modules/fchdir (Depends-on): Add sys_stat.
11067         * doc/posix-functions/open.texi (open): Document the limitation.
11068         * modules/fchdir-tests: New file.
11069         * tests/test-fchdir.c: Likewise.
11070
11071         canonicalize: allow cross-testing from cygwin to mingw
11072         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11073         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11074         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11075         Likewise.
11076         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11077         target does not support symlinks.
11078         * tests/test-canonicalize-lgpl.sh: Likewise.
11079
11080         chown: avoid compilation warning on mingw
11081         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11082         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11083         mingw.
11084         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11085         * modules/chown (Depends-on): Add errno.
11086
11087 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11088
11089         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11090         command.
11091
11092 2009-08-31  Jim Meyering  <meyering@redhat.com>
11093
11094         canonicalize: remove useless initialization
11095         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11096         initialization of local, "end".
11097
11098 2009-08-30  Bruno Haible  <bruno@clisp.org>
11099
11100         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11101         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11102         ENOSYS.
11103
11104 2009-08-30  Bruno Haible  <bruno@clisp.org>
11105
11106         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11107         /usr/xpg4/bin/tr when it exists.
11108         * tests/test-pipe-filter-gi1.sh: Likewise.
11109
11110 2009-08-30  Bruno Haible  <bruno@clisp.org>
11111
11112         Work around deficient /usr/bin/id program on Solaris.
11113         * tests/test-file-has-acl.sh (ID): New variable.
11114         * tests/test-set-mode-acl.sh (ID): Likewise.
11115         * tests/test-copy-acl.sh (ID): Likewise.
11116         * tests/test-copy-file.sh (ID): Likewise.
11117
11118 2009-08-30  Bruno Haible  <bruno@clisp.org>
11119
11120         New module 'xstriconveh'.
11121         * lib/xstriconveh.h: New file.
11122         * lib/xstriconveh.c: New file.
11123         * modules/xstriconveh: New file.
11124
11125 2009-08-30  Bruno Haible  <bruno@clisp.org>
11126
11127         Make it easier to use mem_cd_iconveh.
11128         * lib/striconveh.h (iconveh_t): New type.
11129         (iconveh_open, iconveh_close): New declarations.
11130         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11131         with a single 'const iconveh_t *' argument.
11132         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11133         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11134         with a single 'const iconveh_t *' argument.
11135         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11136         * tests/test-striconveh.c (main): Update.
11137         * NEWS: Mention the change.
11138
11139 2009-08-30  Bruno Haible  <bruno@clisp.org>
11140
11141         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11142         problem.
11143
11144 2009-08-30  Bruno Haible  <bruno@clisp.org>
11145
11146         Work around iconv_open problem on Solaris.
11147         * lib/iconv_open-solaris.gperf: New file.
11148         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11149         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11150         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11151         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11152         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11153         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11154
11155 2009-08-29  Jim Meyering  <meyering@redhat.com>
11156
11157         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11158         * top/maint.mk (cvs-check): Remove target; it was just an alias
11159         to the better-named vc-diff-check.
11160         (maintainer-distcheck): Remove rule.  It was used only from
11161         the (alpha/beta/major) target, and all of its commands but one
11162         were coreutils-specific.
11163         (vc-dist): Remove rule.
11164         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11165         Run vc-diff-check, not vc-dist.
11166         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11167
11168 2009-08-27  Bruno Haible  <bruno@clisp.org>
11169
11170         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11171         of 0.
11172
11173 2009-08-27  Bruno Haible  <bruno@clisp.org>
11174
11175         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11176         compilers.
11177         * doc/func.texi: Document the SunPRO C bug.
11178
11179 2009-08-27  Bruno Haible  <bruno@clisp.org>
11180
11181         Fix link error on Solaris.
11182         * tests/test-parse-duration.c (xstrdup): Remove function.
11183
11184 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11185
11186         ignore-value: handle pointer types, too
11187         * lib/ignore-value.h (__attribute__): Remove definition.
11188         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11189         of a more concise and more-often effective "(void) i" statement.
11190         (ignore_ptr): New function to suppress warnings from functions that
11191         return pointers, and to make it explicit that one function doesn't
11192         handle all cases.
11193
11194 2009-08-25  Bruno Haible  <bruno@clisp.org>
11195
11196         dup2: work around a Linux bug.
11197         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11198         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11199         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11200         Reported by Simon Josefsson.
11201
11202 2009-08-25  Jim Meyering  <meyering@redhat.com>
11203
11204         libguestfs uses gnulib
11205         * users.txt: Add libguestfs.
11206
11207 2009-08-24  Eric Blake  <ebb9@byu.net>
11208
11209         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11210         * lib/pipe2.c (includes): Add binary-io.h.
11211         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11212
11213 2009-08-24  Bruno Haible  <bruno@clisp.org>
11214
11215         Tolerate declared but missing accept4 syscall.
11216         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11217         available.
11218         * lib/sys_socket.in.h (accept4): If the function is already present,
11219         override it.
11220         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11221         * modules/accept4 (Makefile.am): Compile accept4.c always.
11222         Reported by Paolo Bonzini and Eric Blake.
11223
11224 2009-08-23  Bruno Haible  <bruno@clisp.org>
11225
11226         New module 'accept4'.
11227         * lib/sys_socket.in.h (accept4): New declaration.
11228         * lib/accept4.c: New file.
11229         * m4/accept4.m4: New file.
11230         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11231         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11232         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11233         HAVE_ACCEPT4.
11234         * modules/accept4: New file.
11235         * doc/glibc-functions/accept4.texi: Mention the new module.
11236
11237 2009-08-24  Jim Meyering  <meyering@redhat.com>
11238
11239         progname: also set global program_invocation_name, when possible
11240         Before this change, a libtool-enabled program that calls glibc's
11241         error function would report the program name as
11242         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11243         * modules/progname (configure.ac): Check for a declaration of
11244         program_invocation_name.
11245         * lib/progname.c:  Include <errno.h>.
11246         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11247         Set program_invocation_name.
11248
11249 2009-08-23  Bruno Haible  <bruno@clisp.org>
11250
11251         * lib/dup3.c: Include <string.h>.
11252
11253 2009-08-23  Bruno Haible  <bruno@clisp.org>
11254
11255         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11256         * lib/pipe2.c (pipe2): Likewise.
11257         Suggested by Eric Blake.
11258
11259 2009-08-23  Bruno Haible  <bruno@clisp.org>
11260
11261         Tolerate declared but missing dup3 syscall.
11262         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11263         * lib/unistd.in.h (dup3): If the function is already present,
11264         override it.
11265         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11266         * modules/dup3 (Makefile.am): Compile dup3.c always.
11267         Reported by Paolo Bonzini.
11268
11269 2009-08-23  Bruno Haible  <bruno@clisp.org>
11270
11271         Tolerate declared but missing pipe2 syscall.
11272         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11273         available.
11274         * lib/unistd.in.h (pipe2): If the function is already present,
11275         override it.
11276         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11277         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11278         Reported by Paolo Bonzini.
11279
11280 2009-08-23  Bruno Haible  <bruno@clisp.org>
11281
11282         * lib/pipe2.c (pipe2): Move #ifs inside function.
11283
11284 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11285
11286         quotearg: document limitations of quote_these_too
11287         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11288         those limitations are created.
11289         * lib/quotearg.h (set_char_quoting): Document that digits and
11290         letters that are special after backslash are not permitted.
11291         (quotearg_char): Cross-reference set_char_quoting documentation.
11292
11293 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11294
11295         quotearg: implement custom_quoting_style
11296         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11297         right_quote fields.
11298         (set_custom_quoting): New public function.
11299         (quotearg_buffer_restyled): Add left_quote and right_quote
11300         arguments, handle them very much like locale quoting, and update
11301         all uses.
11302         (quotearg_n_custom): New public function.
11303         (quotearg_n_custom_mem): New public function.
11304         (quotearg_custom): New public function.
11305         (quotearg_custom_mem): New public function.
11306         * lib/quotearg.h: Prototype and document new public functions.
11307         (enum quoting_style): For escape_quoting_style and
11308         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11309         ignored even though they're otherwise like c_quoting_style.
11310         Add custom_quoting_style member and document with comparison to
11311         clocale_quoting_style.
11312         * tests/test-quotearg.c (custom_quotes): New array.
11313         (custom_results): New array.
11314         (main): Extend to test custom quoting.
11315
11316 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11317
11318         quotearg: fix right quote escaping when it's in quote_these_too
11319         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11320         quote, be sure to prepend only one backslash.
11321         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11322         (main): Test it.
11323
11324 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11325
11326         quotearg-tests: test escaping of embedded locale quotes
11327         * tests/test-quotearg.c (struct result_strings): Add member for
11328         new input.
11329         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11330         (inputs): Add new input.
11331         (results_g): Add expected results.
11332         (flag_results): Likewise.
11333         (locale_results): Likewise.
11334         (compare_strings): Check those.
11335
11336 2009-08-23  Bruno Haible  <bruno@clisp.org>
11337
11338         Tests for module 'dup3'.
11339         * modules/dup3-tests: New file.
11340         * tests/test-dup3.c: New file.
11341
11342         New module 'dup3'.
11343         * lib/unistd.in.h (dup3): New declaration.
11344         * lib/dup3.c: New file.
11345         * m4/dup3.m4: New file.
11346         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11347         HAVE_DUP3.
11348         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11349         * modules/dup3: New file.
11350         * doc/glibc-functions/dup3.texi: Mention the new module.
11351
11352 2009-08-23  Bruno Haible  <bruno@clisp.org>
11353
11354         Tweak the dup2 test.
11355         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11356         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11357         the test file is still empty. Fix argument order of lseek.
11358
11359 2009-08-23  Bruno Haible  <bruno@clisp.org>
11360
11361         Avoid test link errors when the modules getopt-gnu, gettext are used.
11362         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11363         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11364
11365 2009-08-23  Bruno Haible  <bruno@clisp.org>
11366
11367         Fix getdtablesize() on mingw.
11368         * lib/getdtablesize.c (getdtablesize): Implement differently.
11369         * lib/unistd.in.h (getdtablesize): Improve comment.
11370
11371 2009-08-23  Bruno Haible  <bruno@clisp.org>
11372
11373         New module 'mkostemp'.
11374         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11375         * lib/stdlib.in.h (mksotemp): New declaration.
11376         * lib/mkostemp.c: New file, from glibc with modifications.
11377         * lib/tempname.h (GT_FILE): Remove outdated comment.
11378         (gen_tempname): Add flags argument.
11379         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11380         (__GT_FILE): Map to 1.
11381         (small_open, large_open): Remove macros.
11382         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11383         * lib/mkstemp.c (mkstemp): Update.
11384         * lib/mkdtemp.c (mkdtemp): Likewise.
11385         * m4/mkostemp.m4: New file.
11386         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11387         HAVE_MKOSTEMP.
11388         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11389         HAVE_MKOSTEMP.
11390         * modules/mkostemp: New file, based on modules/mkstemp.
11391         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11392         * NEWS: Mention the change.
11393
11394 2009-08-23  Bruno Haible  <bruno@clisp.org>
11395
11396         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11397         Reported by Eric Blake.
11398
11399 2009-08-23  Bruno Haible  <bruno@clisp.org>
11400
11401         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11402         Reported by Eric Blake.
11403
11404 2009-08-23  Bruno Haible  <bruno@clisp.org>
11405
11406         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11407         * modules/pipe2 (Depends-on): Likewise.
11408
11409 2009-08-23  Eric Blake  <ebb9@byu.net>
11410
11411         fcntl-h: add O_TTY_INIT support
11412         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11413         * tests/test-fcntl-h.c (o): Test it.
11414         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11415
11416         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11417         * modules/fcntl: Move <fcntl.h> header replacement...
11418         * modules/fcntl-h: ...to new name, so as not to collide with
11419         like-named function.
11420         * tests/test-fcntl.c: Rename...
11421         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11422         * modules/fcntl-tests: Rename...
11423         * modules/fcntl-h-tests: ...to this.  Update test file name.
11424         * modules/chdir-long (Depends-on): Update clients.
11425         * modules/chdir-safer (Depends-on): Likewise.
11426         * modules/fcntl-safer (Depends-on): Likewise.
11427         * modules/fts (Depends-on): Likewise.
11428         * modules/mkancesdirs (Depends-on): Likewise.
11429         * modules/mkdir-p (Depends-on): Likewise.
11430         * modules/open (Depends-on): Likewise.
11431         * modules/savewd (Depends-on): Likewise.
11432         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11433         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11434
11435 2009-08-22  Bruno Haible  <bruno@clisp.org>
11436
11437         * modules/binary-io (License): Relicense under LGPL.
11438         * modules/pipe2 (License): Likewise.
11439
11440 2009-08-22  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11443         return value.
11444         * lib/pipe-filter-gi.c (filter_init): Likewise.
11445         Reported by Eric Blake.
11446
11447 2009-08-22  Bruno Haible  <bruno@clisp.org>
11448
11449         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11450         * modules/pipe (Depends-on): Add pipe2.
11451
11452 2009-08-22  Bruno Haible  <bruno@clisp.org>
11453
11454         Tests for module 'pipe2'.
11455         * modules/pipe2-tests: New file.
11456         * tests/test-pipe2.c: New file.
11457
11458         New module 'pipe2'.
11459         * lib/unistd.in.h (pipe2): New declaration.
11460         * lib/pipe2.c: New file.
11461         * m4/pipe2.m4: New file.
11462         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11463         HAVE_PIPE2.
11464         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11465         * modules/pipe2: New file.
11466         * doc/glibc-functions/pipe2.texi: Mention the new module.
11467
11468 2009-08-22  Bruno Haible  <bruno@clisp.org>
11469
11470         Reference some new glibc functions.
11471         * doc/glibc-functions/accept4.texi: New file.
11472         * doc/glibc-functions/dup3.texi: New file.
11473         * doc/glibc-functions/mkostemp.texi: New file.
11474         * doc/glibc-functions/pipe2.texi: New file.
11475         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11476         (Glibc sys/socket.h): Refer to accept4.
11477         (Glibc unistd.h): Refer to dup3, pipe2.
11478         Reported by Eric Blake.
11479
11480 2009-08-22  Jim Meyering  <meyering@redhat.com>
11481             Bruno Haible  <bruno@clisp.org>
11482
11483         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11484         This makes it so packages using automake-1.11's silent-rules option
11485         can print e.g., a single "GEN    configmake.h" line, rather than
11486         the 30+ statements that perform the job.  If you want to see the
11487         actual commands, you can still run "make V=1".
11488         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11489         so that make output is abbreviated when those variables are defined
11490         appropriately.
11491         * modules/argz: Likewise.
11492         * modules/arpa_inet: Likewise.
11493         * modules/byteswap: Likewise.
11494         * modules/configmake: Likewise.
11495         * modules/dirent: Likewise.
11496         * modules/errno: Likewise.
11497         * modules/fcntl: Likewise.
11498         * modules/float: Likewise.
11499         * modules/fnmatch: Likewise.
11500         * modules/getopt-posix: Likewise.
11501         * modules/glob: Likewise.
11502         * modules/iconv_open: Likewise.
11503         * modules/inttypes: Likewise.
11504         * modules/localcharset: Likewise.
11505         * modules/locale: Likewise.
11506         * modules/math: Likewise.
11507         * modules/netdb: Likewise.
11508         * modules/netinet_in: Likewise.
11509         * modules/poll: Likewise.
11510         * modules/posix_spawnp-tests: Likewise.
11511         * modules/sched: Likewise.
11512         * modules/search: Likewise.
11513         * modules/selinux-h: Likewise.
11514         * modules/signal: Likewise.
11515         * modules/spawn: Likewise.
11516         * modules/stdarg: Likewise.
11517         * modules/stdbool: Likewise.
11518         * modules/stddef: Likewise.
11519         * modules/stdint: Likewise.
11520         * modules/stdio: Likewise.
11521         * modules/stdlib: Likewise.
11522         * modules/string: Likewise.
11523         * modules/strings: Likewise.
11524         * modules/sys_file: Likewise.
11525         * modules/sys_ioctl: Likewise.
11526         * modules/sys_select: Likewise.
11527         * modules/sys_socket: Likewise.
11528         * modules/sys_stat: Likewise.
11529         * modules/sys_time: Likewise.
11530         * modules/sys_times: Likewise.
11531         * modules/sys_utsname: Likewise.
11532         * modules/sys_wait: Likewise.
11533         * modules/sysexits: Likewise.
11534         * modules/time: Likewise.
11535         * modules/unistd: Likewise.
11536         * modules/wchar: Likewise.
11537         * modules/wctype: Likewise.
11538
11539 2009-08-22  Jim Meyering  <meyering@redhat.com>
11540
11541         announce-gen: detect write failure
11542         * build-aux/announce-gen: Add Coda at end.
11543         Remove equivalent-but-more-verbose block at top.
11544
11545 2009-08-19  Akim Demaille  <demaille@gostai.com>
11546
11547         bootstrap: --help to stdout.
11548         * bootstrap (usage): Don't send --help to stderr.
11549         Use a here doc instead of a long string.
11550
11551 2009-08-21  Eric Blake  <ebb9@byu.net>
11552
11553         test-popen-safer: split from test-popen
11554         * tests/test-popen.c (main): Move...
11555         * tests/test-popen.h: ...into new file.
11556         * tests/test-popen-safer2.c: New file.
11557         * modules/popen-tests (Files): Add test-popen.h.
11558         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11559         Suggested by Bruno Haible.
11560
11561         test-fcntl-safer: split from test-open
11562         * tests/test-open.c (main): Move...
11563         * tests/test-open.h: ...into new file.
11564         * tests/test-fcntl-safer.c: New file.
11565         * modules/open-tests (Files): Add test-open.h.
11566         * modules/fcntl-safer-tests: New file.
11567         Suggested by Bruno Haible.
11568
11569         test-fopen-safer: split from test-fopen
11570         * tests/test-fopen.c (main): Move...
11571         * tests/test-fopen.h: ...into new file.
11572         * tests/test-fopen-safer.c: New file.
11573         * modules/fopen-tests (Files): Add test-fopen.h.
11574         * modules/fopen-safer-tests: New file.
11575         Suggested by Bruno Haible.
11576
11577 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11578
11579         popen-safer: test O_CLOEXEC at run-time.
11580         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11581
11582 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11583
11584         fcntl: move more flags to the header
11585         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11586         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11587         * lib/fcntl.in.h: Do both things here.
11588
11589 2009-08-21  Jim Meyering  <meyering@redhat.com>
11590
11591         consistently remove $@-t before redirecting to it
11592         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11593         * modules/alloca-opt: Likewise.
11594         * modules/byteswap: Likewise.
11595         * modules/fnmatch: Likewise.
11596         * modules/getopt-posix: Likewise.
11597         * modules/glob: Likewise.
11598         * modules/poll: Likewise.
11599         * modules/posix_spawnp-tests: Likewise.
11600         * modules/sys_socket: Likewise.
11601         * modules/sysexits: Likewise.
11602
11603 2009-08-21  Eric Blake  <ebb9@byu.net>
11604
11605         popen: simplify access to original popen
11606         * lib/popen.c (rpl_popen): No need to worry about popen being a
11607         macro.
11608         Reported by Bruno Haible.
11609
11610 2009-08-20  Eric Blake  <ebb9@byu.net>
11611
11612         build: avoid some compiler warnings
11613         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11614         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11615         type.
11616         (new_exclude_segment, excluded_file_pattern_p)
11617         (excluded_file_name_p): Reduce scope.
11618         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11619         old-style declaration.
11620
11621 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11622
11623         * tests/test-exclude1.sh: Handle Windows EOL.
11624         * tests/test-exclude2.sh: Likewise.
11625         * tests/test-exclude3.sh: Likewise.
11626         * tests/test-exclude4.sh: Likewise.
11627         * tests/test-exclude5.sh: Likewise.
11628         * tests/test-exclude6.sh: Likewise.
11629         * tests/test-exclude7.sh: Likewise.
11630
11631 2009-08-19  Akim Demaille  <demaille@gostai.com>
11632
11633         bootstrap: find sha1sum when named gsha1sum.
11634         * bootstrap (find_tool): New.
11635         ($SHA1SUM): New.
11636         Use it.
11637
11638 2009-08-20  Jim Meyering  <meyering@redhat.com>
11639
11640         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11641         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11642         expression that converts "." in a file name to "\." in the resulting
11643         regexp.  Start with a dummy statement, so that prior shell variable
11644         definitions are expanded portably.  Reported by Simon Josefsson.
11645
11646 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11647
11648         Fix polling for writeability of a screen buffer.
11649         * lib/poll.c: Distinguish input and screen buffers for the
11650         Win32 implementation.
11651         * lib/select.c: Likewise.
11652
11653 2009-08-19  Eric Blake  <ebb9@byu.net>
11654
11655         popen-safer: prevent popen from clobbering std descriptors
11656         * modules/popen-safer: New file.
11657         * lib/popen-safer.c: Likewise.
11658         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11659         * lib/stdio--.h (popen): Provide override.
11660         * lib/stdio-safer.h (popen_safer): Provide declaration.
11661         * tests/test-popen.c (includes): Partially test this.
11662         * modules/popen-safer-tests: New file, for more tests.
11663         * tests/test-popen-safer.c: Likewise.
11664         * MODULES.html.sh (file stream based Input/Output): Mention it.
11665
11666         tests: test some of the *-safer modules
11667         * modules/fopen-safer (Depends-on): Add fopen.
11668         * modules/fcntl-safer (Depends-on): Add fcntl.
11669         * modules/stdlib-safer (Depends-on): Add stdlib.
11670         (configure.ac): Set indicator.
11671         * modules/unistd-safer (configure.ac): Likewise.
11672         * modules/tmpfile-safer (configure.ac): Likewise.
11673         (Depends-on): Add tmpfile.
11674         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11675         active.
11676         * tests/test-fopen.c (includes): Test safer versions when they are
11677         in use.
11678         * tests/test-open.c (includes): Likewise.
11679
11680         popen: fix cygwin 1.5 bug when stdin closed
11681         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11682         * modules/popen: New file.
11683         * modules/popen-tests: Likewise.
11684         * tests/test-popen.c: Likewise.
11685         * m4/popen.m4: Likewise.
11686         * lib/popen.c: Likewise.
11687         * lib/stdio.in.h (popen): New declaration.
11688         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11689         * modules/stdio (Makefile.am): Likewise.
11690         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11691
11692 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11693
11694         maint.mk: give full control over update-copyright exclusions
11695         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11696         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11697         (update-copyright): Don't force inclusion of top-level
11698         ChangeLog.  Don't force exclusion of all COPYING files, but make
11699         them the default exclusion instead.
11700
11701 2009-08-16  Bruno Haible  <bruno@clisp.org>
11702
11703         Fix test failures on Solaris 10.
11704         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11705         tests when Solaris iconv() is used.
11706         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11707         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11708         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11709         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11710         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11711
11712 2009-08-16  Bruno Haible  <bruno@clisp.org>
11713
11714         Fix test failures on Solaris 10.
11715         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11716         'tr' program and pass it as first argument.
11717         * tests/test-pipe-filter-gi1.sh: Likewise.
11718         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11719         program as first argument.
11720         * tests/test-pipe-filter-gi1.c (main): Likewise.
11721
11722 2009-08-16  Eric Blake  <ebb9@byu.net>
11723
11724         fpurge: fix previous commits
11725         * modules/fpurge (Makefile.am): Make replacement conditional,
11726         partially reverting 2007-04-29 change; missed in previous
11727         attempt.
11728         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11729         is missing.
11730
11731 2009-08-16  Bruno Haible  <bruno@clisp.org>
11732
11733         Clarify fpurge's effect on the file position.
11734         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11735         * tests/test-fpurge.c (main): Make a second pass for checking the file
11736         position.
11737
11738 2009-08-16  Bruno Haible  <bruno@clisp.org>
11739
11740         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11741         declaration of fpurge is missing.
11742         * tests/test-fpurge.c (main): Check that the file has not more contents
11743         than expected. Close the file before removing it.
11744
11745 2009-08-15  Eric Blake  <ebb9@byu.net>
11746
11747         fpurge: don't wrap working cygwin implementation
11748         * lib/fpurge.c (fpurge): Fix comment typo.
11749         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11750         1.7 to avoid replacement.
11751         * tests/test-fpurge.c (main): Enhance test.
11752
11753 2009-08-15  Eric Blake  <ebb9@byu.net>
11754         and Jim Meyering  <meyering@redhat.com>
11755
11756         test-update-copyright: skip if perl is insufficient
11757         * tests/test-update-copyright.sh: Failure to run maintainer tool
11758         should not cause testsuite failure on cygwin 1.5.
11759
11760 2009-08-14  Eric Blake  <ebb9@byu.net>
11761
11762         doc: mention more functions added in cygwin 1.7.0
11763         * doc/posix-headers/limits.texi (limits.h): Update for recent
11764         cygwin additions.
11765         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11766         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11767         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11768         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11769         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11770
11771 2009-08-14  Eric Blake  <ebb9@byu.net>
11772
11773         maint.mk: simplify update-copyright rule
11774         * top/maint.mk (update-copyright-local): Delete, and document how
11775         to do it in cfg.mk instead.
11776         (update-copyright-exclude-regexp): Delete, and document how to do
11777         it in .x-update-copyright instead.
11778         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11779         exclude ChangeLog.
11780
11781 2009-08-14  Bruno Haible  <bruno@clisp.org>
11782
11783         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
11784
11785 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11786
11787         maint.mk: support update-copyright-env
11788         * top/maint.mk (update-copyright-env): Define place-holder.
11789         (update-copyright): Expand $(update-copyright-env) before
11790         invoking update-copyright.
11791
11792 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11793
11794         update-copyright: implement forced reformatting
11795         * build-aux/update-copyright: Implement and document
11796         UPDATE_COPYRIGHT_FORCE.
11797         * tests/test-update-copyright.sh: Test it.
11798
11799 2009-08-14  Eric Blake  <ebb9@byu.net>
11800         and Bruno Haible  <bruno@clisp.org>
11801
11802         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
11803         * tests/test-locale.c: Revert previous patch related to NULL.
11804         * tests/test-stdio.c: Likewise.
11805         * tests/test-stdlib.c: Likewise.
11806         * tests/test-string.c: Likewise.
11807         * tests/test-unistd.c: Likewise.
11808         * modules/time-tests (Depends-on): Add verify.
11809         * modules/wchar-tests (Depends-on): Likewise.
11810         * tests/test-time.c: Test for NULL compliance.
11811         * tests/test-wchar.c: Likewise.
11812         * modules/locale (Depends-on): Add stddef.
11813         * modules/stdio (Depends-on): Likewise.
11814         * modules/stdlib (Depends-on): Likewise.
11815         * modules/string (Depends-on): Likewise.
11816         * modules/time (Depends-on): Likewise.
11817         * modules/unistd (Depends-on): Likewise.
11818         * modules/wchar (Depends-on): Likewise.
11819         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
11820         * lib/stdlib.in.h (includes): Likewise.
11821         * lib/string.in.h (includes): Likewise.
11822         * lib/time.in.h (includes): Likewise.
11823         * lib/unistd.in.h (includes): Likewise.
11824         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
11825         replaced.
11826         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11827         * m4/stddef_h.m4: New file.
11828         * modules/stddef: Likewise.
11829         * lib/stddef.in.h: Likewise.
11830         * modules/stddef-tests: Likewise.
11831         * tests/test-stddef.c: Likewise.
11832         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
11833         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
11834         * doc/posix-headers/locale.texi (locale.h): Likewise.
11835         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
11836         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
11837         * doc/posix-headers/string.texi (string.h): Likewise.
11838         * doc/posix-headers/time.texi (time.h): Likewise.
11839         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
11840         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
11841
11842 2009-08-14  Eric Blake  <ebb9@byu.net>
11843
11844         doc: improve git diff of texinfo files
11845         * .gitattributes: Add rule for *.texi files, with hint on how to
11846         use it.
11847         Copied from m4, and based on a report by Bruno Haible.
11848
11849 2009-08-14  Bruno Haible  <bruno@clisp.org>
11850
11851         Disable multithread support by default on Cygwin 1.5.x for real.
11852         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
11853
11854 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11855
11856         update-copyright: much ado about intervals
11857         * build-aux/update-copyright: Implement and document
11858         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
11859         of copyright year intervals.
11860         Also, document UPDATE_COPYRIGHT_YEAR.
11861         * tests/test-update-copyright.sh: Test it.
11862
11863         update-copyright: convert 2-digit to 4-digit years
11864         * build-aux/update-copyright: Implement and document.
11865         * tests/test-update-copyright.sh: Update.
11866
11867 2009-08-14  Jim Meyering  <meyering@redhat.com>
11868
11869         test-exclude: avoid coreutils "make check" failure
11870         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
11871         just as in test-argmatch.c.
11872
11873 2009-08-13  Eric Blake  <ebb9@byu.net>
11874
11875         test-dup2: fix bad assumption
11876         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
11877         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
11878
11879         test-version-etc: fix CRLF portability issue
11880         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
11881         recognize \r.
11882         * tests/test-argp-version-etc-1.sh: Likewise.
11883
11884         getopt: update client modules
11885         * modules/argp (Depends-on): Use getopt-gnu.
11886         * modules/git-merge-changelog (Depends-on): Likewise.
11887         * modules/long-options (Depends-on): Likewise.
11888         * modules/xstrtol (Depends-on): Likewise.
11889
11890 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11891
11892         * tests/test-version-etc.sh: Don't fail on different
11893         project/version.  Don't fail on CRLF differences.  Rewrite to use
11894         multiple -e instead of multiple sed forks, suggested by Eric Blake
11895         <ebb9@byu.net>.
11896         * tests/test-argp-version-etc-1.sh: Likewise.
11897
11898 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11899
11900         * tests/test-version-etc.sh: Don't fail on different
11901         project/version.
11902
11903 2009-08-12  Bruno Haible  <bruno@clisp.org>
11904
11905         Tests for modules 'getopt-posix', 'getopt-gnu'.
11906         * modules/getopt-posix-tests: New file.
11907         * tests/test-getopt.c: New file.
11908         * tests/test-getopt.h: New file.
11909         * tests/test-getopt_long.h: New file.
11910
11911         New modules 'getopt-posix', 'getopt-gnu'.
11912         * modules/getopt-gnu: New file, renamed from modules/getopt.
11913         * modules/getopt-posix: New file.
11914         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
11915         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
11916         (gl_GETOPT): Remove macro.
11917         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
11918         Disable the test against BSD systems that declare optreset. Test
11919         against mingw bug. Test against lack of support of optional arguments
11920         on many platforms.
11921         * doc/glibc-headers/getopt.texi: Update module name and list of
11922         relevant platforms.
11923         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
11924         'getopt-gnu' and more portability problems.
11925         * NEWS: Mention the changes.
11926
11927 2009-08-12  Bruno Haible  <bruno@clisp.org>
11928
11929         Ensure that optarg etc. get declared by <unistd.h>.
11930         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
11931         AC_USE_SYSTEM_EXTENSIONS.
11932         * modules/getopt (Depends-on): Add 'extensions'.
11933
11934 2009-08-12  Bruno Haible  <bruno@clisp.org>
11935
11936         Avoid test link errors.
11937         * modules/pipe-filter-ii-tests (Makefile.am): Define
11938         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
11939         * modules/pipe-filter-gi-tests (Makefile.am): Define
11940         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
11941         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11942
11943 2009-08-12  Bruno Haible  <bruno@clisp.org>
11944
11945         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
11946         gl_GETOPT_SUBSTITUTE before.
11947         (gl_GETOPT): Use it.
11948         * m4/argp.m4 (gl_ARGP): Update.
11949         Reported by Sergey Poznyakoff.
11950
11951         * m4/getopt.m4: Reorder macros.
11952         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
11953         (gl_GETOPT_SUBSTITUTE): Remove macro.
11954
11955 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11956
11957         Minor improvement in gitlog-to-changelog
11958
11959         * build-aux/gitlog-to-changelog: New option `--format' makes
11960         output format string configurable.
11961
11962 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11963
11964         Optimize exclude: use hash tables for non-wildcard patterns.
11965
11966         * lib/exclude.c: Include hash.h and mbuiter.h
11967         (struct exclude_pattern, exclude_segment): New data types.
11968         (struct exclude): Rewrite.
11969         (fnmatch_pattern_has_wildcards): New function.
11970         (new_exclude_segment, free_exclude_segment): New functions.
11971         (excluded_file_pattern_p, excluded_file_name_p): New functions.
11972         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
11973         * lib/exclude.h (is_fnmatch_pattern): New prototype.
11974         * modules/exclude: Depend on hash and mbuiter.
11975
11976         * modules/exclude-tests: New file.
11977         * tests/test-exclude.c: New file.
11978         * tests/test-exclude1.sh: New file.
11979         * tests/test-exclude2.sh: New file.
11980         * tests/test-exclude3.sh: New file.
11981         * tests/test-exclude4.sh: New file.
11982         * tests/test-exclude5.sh: New file.
11983         * tests/test-exclude6.sh: New file.
11984         * tests/test-exclude7.sh: New file.
11985
11986 2009-08-12  Bruno Haible  <bruno@clisp.org>
11987
11988         Ensure that getopt() gets declared by <unistd.h>.
11989         * lib/unistd.in.h: Conditionally include getopt.h.
11990         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
11991         Set GNULIB_UNISTD_H_GETOPT.
11992         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11993         GNULIB_UNISTD_H_GETOPT.
11994         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
11995
11996 2009-08-12  Bruno Haible  <bruno@clisp.org>
11997
11998         Clarify logic.
11999         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12000         gl_replace_getopt instead of GETOPT_H.
12001
12002 2009-08-12  Bruno Haible  <bruno@clisp.org>
12003
12004         * m4/getopt.m4: Add comments.
12005
12006 2009-08-12  Bruno Haible  <bruno@clisp.org>
12007
12008         Disable multithread support by default on Cygwin 1.5.x.
12009         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12010         set gl_use_threads=no if not specified otherwise.
12011
12012 2009-08-11  Bruno Haible  <bruno@clisp.org>
12013
12014         Avoid compilation error on NetBSD 5.0.
12015         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12016         * tests/test-stdio.c: Likewise.
12017         * tests/test-stdlib.c: Likewise.
12018         * tests/test-string.c: Likewise.
12019         * tests/test-unistd.c: Likewise.
12020         Reported by Greg Troxel <gdt@ir.bbn.com>
12021         at <https://savannah.gnu.org/support/?106973>.
12022
12023 2009-08-11  Bruno Haible  <bruno@clisp.org>
12024
12025         * modules/dup2-tests (Depends-on): Remove close.
12026
12027         Undo 2009-07-19 commit.
12028         * modules/acl-tests (Depends-on): Remove close.
12029         * modules/binary-io-tests (Depends-on): Likewise.
12030         * modules/closein-tests (Depends-on): Likewise.
12031         * modules/flock-tests (Depends-on): Likewise.
12032         * modules/fsync-tests (Depends-on): Likewise.
12033         * modules/lseek-tests (Depends-on): Likewise.
12034         * modules/pipe-tests (Depends-on): Likewise.
12035         * modules/posix_spawn-tests (Depends-on): Likewise.
12036         * modules/posix_spawnp-tests (Depends-on): Likewise.
12037         * modules/stat-time-tests (Depends-on): Likewise.
12038         * modules/yesno-tests (Depends-on): Likewise.
12039
12040 2009-08-10  Bruno Haible  <bruno@clisp.org>
12041
12042         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12043
12044 2009-08-10  Bruno Haible  <bruno@clisp.org>
12045
12046         Fix a gcc warning.
12047         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12048
12049 2009-08-10  Bruno Haible  <bruno@clisp.org>
12050
12051         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12052         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12053         not only the first time.
12054         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12055         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12056         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12057         is 1, not only the the first time.
12058
12059 2009-08-10  Bruno Haible  <bruno@clisp.org>
12060
12061         Make it possible to use module 'gethostname' without module 'close'.
12062         * lib/unistd.in.h (close): Evoke a link error only if
12063         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12065         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12066         * modules/unistd (Makefile.am): Substitute
12067         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12068         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12069         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12070         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12071         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12072         * modules/sys_ioctl (Makefile.am): Substitute
12073         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12074         * modules/socket (configure.ac): On native Windows, set
12075         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12076         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12077         Reported by Sam Steingold <sds@gnu.org>.
12078
12079 2009-08-10  Bruno Haible  <bruno@clisp.org>
12080
12081         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12082         * modules/ioctl (configure.ac): Likewise.
12083
12084 2009-08-10  Bruno Haible  <bruno@clisp.org>
12085
12086         Avoid collision between gnulib wrapper and libintl wrapper.
12087         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12088         already defined in intl/printf.c.
12089         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12090         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12091
12092 2009-08-09  Bruno Haible  <bruno@clisp.org>
12093
12094         Make <sys/select.h> really self-contained, also on Solaris 10.
12095         * lib/sys_select.in.h: Include <string.h>.
12096         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12097         Solaris 10 problem.
12098         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12099         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12100         Reported by Jim Meyering.
12101
12102 2009-08-09  Bruno Haible  <bruno@clisp.org>
12103
12104         Avoid warnings from 'aclocal' that are due to a use of macro name
12105         AM_XGETTEXT_OPTION that is not defined in automake.
12106         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12107         automake.
12108         * modules/error (configure.ac): Likewise.
12109         * modules/propername (configure.ac): Likewise.
12110         * modules/vasprintf (configure.ac): Likewise.
12111         * modules/verror (configure.ac): Likewise.
12112         * modules/xprintf (configure.ac): Likewise.
12113         * modules/xvasprintf (configure.ac): Likewise.
12114
12115 2009-08-08  Bruno Haible  <bruno@clisp.org>
12116
12117         Avoid compilation error in C++ mode.
12118         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12119         Reported by Sam Steingold <sds@gnu.org>.
12120
12121 2009-08-08  Bruno Haible  <bruno@clisp.org>
12122
12123         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12124         for the various Unix platforms.
12125         * doc/posix-headers/limits.texi: Update platforms list regarding
12126         HOST_NAME_MAX.
12127         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12128
12129 2009-08-07  Jim Meyering  <meyering@redhat.com>
12130
12131         selinux-at: fix typo in a comment
12132         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12133         Spotted by Paolo Bonzini.
12134
12135         selinux-at: remove redundant m4 code, add documentation
12136         * modules/selinux-at (configure.ac): Remove redundant code.
12137         LIB_SELINUX is already set via the dependent module, selinux-h.
12138         (Include): Add quotes around selinux-at.h.
12139         * lib/selinux-at.h: Add documentation.
12140         Reported by Bruno Haible in
12141         http://marc.info/?l=gnulib-bug&m=124958988300749
12142
12143 2009-08-07  Bruno Haible  <bruno@clisp.org>
12144
12145         Avoid link error on MacOS X 10.3 and 10.4.
12146         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12147         on non-ELF systems.
12148         * lib/argp-pv.c (argp_program_version): Likewise.
12149         Reported by Simon Josefsson.
12150
12151 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12152
12153         * tests/test-version-etc.sh: Use $EXEEXT.
12154
12155 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12156
12157         update-copyright: update documentation to point to maint.mk
12158         * build-aux/update-copyright: Here.
12159
12160 2009-08-06  Jim Meyering  <meyering@redhat.com>
12161
12162         maint.mk: support update-copyright-local
12163         * top/maint.mk (update-copyright-local): Define place-holder.
12164         (update-copyright): Depend on $(update-copyright-local).
12165
12166 2009-08-06  Jim Meyering  <meyering@redhat.com>
12167
12168         selinux-at: new module
12169         Initially written for coreutils, this module will soon be
12170         used by findutils, too.
12171         * MODULES.html.sh [Misc]: Add selinux-at.
12172         * lib/selinux-at.h: New file, from coreutils.
12173         * lib/selinux-at.c: Likewise.
12174         * modules/selinux-at: Likewise.
12175         (License): Change from LGPL to GPL, since it depends
12176         on the GPL'd openat module.
12177
12178         doc: update README
12179         * README: Remove references to cogito.
12180         Remove cvs-repo-updating instructions from 2007.
12181         Don't imply that CVS is better if you have limited disk space.
12182
12183 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12184
12185         update-copyright: support C-style comments
12186         * build-aux/update-copyright: Implement and document.
12187         * tests/test-update-copyright.sh: Test.
12188
12189 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12190
12191         update-copyright: support omitted "(C)"
12192         * build-aux/update-copyright: Implement and document.  Also,
12193         allow variable whitespace before "(C)".
12194         * tests/test-update-copyright.sh: Test.
12195
12196 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12197
12198         update-copyright: don't trip on non-FSF copyright statements
12199         * build-aux/update-copyright: Fix so that the first correctly
12200         formatted FSF copyright statement is recognized no matter what
12201         appears before it.  Update documentation.
12202         * tests/test-update-copyright.sh: Test that.
12203
12204 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12205
12206         update-copyright: clean up code a little
12207         * build-aux/update-copyright: Append "_re" to the name of any
12208         variable holding a regular expression.
12209         Replace "old" and "new" with "stmt" in variable names.
12210         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12211         handled correctly.
12212         Format code more consistently.
12213
12214 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12215
12216         update-copyright-tests: improve portability
12217         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12218         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12219
12220 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12221
12222         update-copyright: support @copyright{} and &copy;
12223         * build-aux/update-copyright: Implement and document.
12224         * tests/test-update-copyright.sh: Test.
12225
12226 2009-08-04  Jim Meyering  <meyering@redhat.com>
12227
12228         update-copyright-tests: correctly test EOL=\r\n handling
12229         * tests/test-update-copyright.sh: Put \r at the end of some lines
12230         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12231
12232         maint.mk: make update-copyright exclusion list more configurable
12233         * top/maint.mk (update-copyright): Default to excluding COPYING,
12234         but allow an override, in case someone does want to update that file.
12235
12236         maint.mk: don't update copyright date in COPYING
12237         * top/maint.mk (update-copyright): Exclude COPYING.
12238
12239         maint.mk: add a copyright-updating rule
12240         * top/maint.mk (update-copyright): New rule.
12241         Derived from coreutils/Makefile.am.
12242
12243         update-copyright: rename some variables
12244         * build-aux/update-copyright: Rename a few variables for clarity.
12245         Tweak syntax.  List Joel E. Denny as coauthor.
12246
12247 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12248
12249         update-copyright: fix bug for 2-digit last year and add tests
12250         * build-aux/update-copyright: Fix bug.
12251         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12252         specified.
12253         * modules/update-copyright-tests: New
12254         * tests/test-update-copyright.sh: New.
12255
12256 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12257
12258         update-copyright: handle leading tabs in line prefix
12259         * build-aux/update-copyright: Count leading tabs as 8 spaces
12260         when computing margin.  This helps with the formatting of
12261         ChangeLogs, for example.
12262         Fix documentation a little.
12263
12264 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12265
12266         update-copyright: support EOL=\r\n
12267         * build-aux/update-copyright: Implement that.
12268
12269 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12270
12271         update-copyright: automatically format copyright statements
12272         * build-aux/update-copyright: Implement that.
12273         Also, be a little more predictable and safer by always failing
12274         when the full copyright format is not perfectly recognized as an
12275         unbroken whole.  Discussed at
12276         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12277         Rewrite documentation.
12278
12279 2009-08-03  Bruno Haible  <bruno@clisp.org>
12280
12281         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12282
12283 2009-08-02  Bruno Haible  <bruno@clisp.org>
12284
12285         Tests for module 'uname'.
12286         * modules/uname-tests: New file.
12287         * tests/test-uname.c: New file.
12288
12289         New module 'uname'.
12290         * lib/uname.c: New file.
12291         * m4/uname.m4: New file.
12292         * modules/uname: New file.
12293         * doc/posix-functions/uname.texi: Mention the new module.
12294
12295 2009-08-02  Bruno Haible  <bruno@clisp.org>
12296
12297         Tests for module 'sys_utsname'.
12298         * modules/sys_utsname-tests: New file.
12299         * tests/test-sys_utsname.c: New file.
12300
12301         New module 'sys_utsname'.
12302         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12303         * m4/sys_utsname_h.m4: New file.
12304         * modules/sys_utsname: New file.
12305         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12306
12307 2009-08-02  Bruno Haible  <bruno@clisp.org>
12308
12309         Implicitly initialize the sockets library.
12310         * lib/gethostname.c: Include sockets.h.
12311         (rpl_gethostname): Invoke gl_sockets_startup.
12312         * lib/socket.c: Include sockets.h.
12313         (rpl_socket): Invoke gl_sockets_startup.
12314         * modules/gethostname (Depends-on): Add sockets.
12315         * modules/socket (Depends-on): Likewise.
12316         * tests/test-poll.c: Don't include sockets.h.
12317         (main): Don't invoke gl_sockets_startup.
12318         * tests/test-select.c: Don't include sockets.h.
12319         (main): Don't invoke gl_sockets_startup.
12320
12321 2009-08-02  Bruno Haible  <bruno@clisp.org>
12322
12323         Allow multiple calls to gl_sockets_startup.
12324         * lib/sockets.c (initialized_sockets_version): New variable.
12325         (gl_sockets_startup): Do nothing if already called for this or a higher
12326         version.
12327         (gl_sockets_cleanup): Reset initialized_sockets_version.
12328
12329 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12330
12331         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12332         different project/version.
12333
12334 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12335             Bruno Haible  <bruno@clisp.org>
12336
12337         Tests for module 'pipe-filter-gi'.
12338         * modules/pipe-filter-gi-tests: New file.
12339         * tests/test-pipe-filter-gi1.sh: New file.
12340         * tests/test-pipe-filter-gi1.c: New file.
12341         * tests/test-pipe-filter-gi2.sh: New file.
12342         * tests/test-pipe-filter-gi2-main.c: New file.
12343         * tests/test-pipe-filter-gi2-child.c: New file.
12344
12345         New module 'pipe-filter-gi'.
12346         * lib/pipe-filter-gi.c: New file.
12347         * modules/pipe-filter-gi: New file.
12348
12349 2009-08-02  Bruno Haible  <bruno@clisp.org>
12350             Paolo Bonzini  <bonzini@gnu.org>
12351
12352         Tests for module 'pipe-filter-ii'.
12353         * modules/pipe-filter-ii-tests: New file.
12354         * tests/test-pipe-filter-ii1.sh: New file.
12355         * tests/test-pipe-filter-ii1.c: New file.
12356         * tests/test-pipe-filter-ii2.sh: New file.
12357         * tests/test-pipe-filter-ii2-main.c: New file.
12358         * tests/test-pipe-filter-ii2-child.c: New file.
12359
12360         New module 'pipe-filter-ii'.
12361         * lib/pipe-filter.h: New file.
12362         * lib/pipe-filter-ii.c: New file.
12363         * lib/pipe-filter-aux.h: New file.
12364         * modules/pipe-filter-ii: New file.
12365
12366 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12367
12368         * lib/gc-libgcrypt.c: Change copyright to FSF.
12369         * lib/gc-gnulib.c: Likewise.
12370
12371 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12372
12373         * lib/gethostname.c: Include limits.h.
12374
12375 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12376             Bruno Haible  <bruno@clisp.org>
12377
12378         Ensure HOST_NAME_MAX as part of the gethostname module.
12379         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12380         define also HOST_NAME_MAX.
12381         * tests/test-gethostname.c: Include <limits.h>.
12382         (main): Check also HOST_NAME_MAX.
12383         * doc/posix-headers/limits.texi: Document the mingw problem.
12384
12385 2009-08-02  Bruno Haible  <bruno@clisp.org>
12386
12387         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12388         Add comments.
12389
12390 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12391
12392         * lib/gethostname.c: Add Windows wrapper.
12393         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12394         * modules/gethostname: Depend on sys_socket & errno, for also
12395         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12396         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12397
12398 2009-07-31  Jim Meyering  <meyering@redhat.com>
12399
12400         getloadavg: fix symbol name in comment
12401         * lib/getloadavg.c: Correct a typo I introduced when adding
12402         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12403         Matt Kraai spotted the problem.
12404
12405 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12406
12407         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12408         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12409         code also if ! defined N_NAME_POINTER.
12410         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12411         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12412         but the n_name member is a 12-byte array.
12413
12414 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12415
12416         update-copyright: generalize comment handling
12417         * build-aux/update-copyright: Handle copyright statements
12418         within more comment styles.
12419         Document usage.
12420         Report any file with an external copyright holder or parse failure.
12421
12422 2009-07-29  Jim Meyering  <meyering@redhat.com>
12423
12424         mktime: correct setting of REPLACE_MKTIME
12425         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12426
12427         update-copyright: new module
12428         * modules/update-copyright: New file.
12429         * build-aux/update-copyright: New file.
12430         * MODULES.html.sh (maint+release support): Add update-copyright.
12431
12432 2009-07-27  Bruno Haible  <bruno@clisp.org>
12433
12434         Fix compilation error when <ctime> is used and mktime is replaced.
12435         * lib/time.in.h (mktime): New declaration.
12436         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12437         REPLACE_MKTIME instead of defining mktime in config.h.
12438         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12439         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12440         Reported by Ross McFarland <rwmcfa1@neces.com>.
12441
12442 2009-07-27  Bruno Haible  <bruno@clisp.org>
12443
12444         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12445         Reported by Matt Kraai <mkraai@beckman.com>.
12446
12447 2009-07-25  Jim Meyering  <meyering@redhat.com>
12448
12449         maint.mk: avoid warnings about missing files
12450         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12451         diagnostic when .prev-version does not exist.
12452         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12453         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12454         nonexistent cfg.mk.
12455         Suggestions from Simon Josefsson.
12456
12457 2009-07-25  Bruno Haible  <bruno@clisp.org>
12458
12459         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12460         defined as macros. Needed on QNX 6.4.1.
12461         Reported by Matt Kraai <mkraai@beckman.com>.
12462
12463 2009-07-23  Jim Meyering  <meyering@redhat.com>
12464
12465         maint.mk: invoke "make dist" with a working value of XZ_OPT
12466         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12467
12468 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12469
12470         Make fseeko.c compile on QNX.
12471         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12472
12473 2009-07-22  Peter Simons  <simons@cryp.to>
12474
12475         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12476         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12477         * lib/md4.h: Likewise.
12478         * lib/md5.h: Likewise.
12479         * lib/sha1.h: Likewise.
12480         * lib/sha256.h: Likewise.
12481         * lib/sha512.h: Likewise.
12482
12483         tests-sha1: don't assign literal string to 'char *' variable
12484         * tests/test-sha1.c (main): Declare locals with "const" to match
12485         attributes of the right hand side.
12486
12487 2009-07-21  Eric Blake  <ebb9@byu.net>
12488
12489         dup2: fix more mingw problems
12490         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12491         fd to itself.
12492         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12493         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12494         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12495         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12496         care of mingw bugs.
12497
12498 2009-07-21  Jim Meyering  <meyering@redhat.com>
12499
12500         vc-list-files: avoid failure when /bin/sh is dash
12501         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12502         On some Debian based systems, /bin/sh is a symlink to dash, and running
12503         this command would omit the "/" following each 'tests' prefix:
12504           dash -x build-aux/vc-list-files -C . tests
12505         That is because bash and dash work differently:
12506           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12507           bash ok
12508           dash odd
12509
12510 2009-07-21  Eric Blake  <ebb9@byu.net>
12511
12512         dup2-tests: test previous patch
12513         * modules/dup2-tests: New file.
12514         * tests/test-dup2.c: Likewise.
12515         * tests/test-open.c (main): Avoid unspecified behavior.
12516         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12517         test.
12518
12519         dup2: work around mingw and cygwin 1.5 bug
12520         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12521         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12522         * modules/unistd (Makefile.am): Substitute it.
12523         * lib/unistd.in.h (dup2): Declare the replacement.
12524         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12525         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12526         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12527         * modules/execute (Depends-on): Add dup2.
12528         * modules/fseterr (Depends-on): Likewise.
12529         * modules/pipe (Depends-on): Likewise.
12530         * modules/posix_spawn-internal (Depends-on): Likewise.
12531
12532 2009-07-21  Bruno Haible  <bruno@clisp.org>
12533
12534         * modules/.gitattributes: New file.
12535
12536 2009-07-20  Bruno Haible  <bruno@clisp.org>
12537
12538         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12539         (main): Use it.
12540
12541 2009-07-20  Eric Blake  <ebb9@byu.net>
12542
12543         test-pipe: make a bit more robust.
12544         * tests/test-pipe.c (myerr): Allow error messages regardless of
12545         what we do to stderr.
12546         (test_pipe): Rearrange to avoid deadlock.
12547         (child_main): Try a larger read, to ensure we avoided deadlock.
12548         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12549         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12550         if misused.
12551
12552 2009-07-19  Jim Meyering  <meyering@redhat.com>
12553
12554         fts: avoid false-positive cycle-detection
12555         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12556         for each new command line argument.
12557
12558 2009-07-19  Bruno Haible  <bruno@clisp.org>
12559
12560         Fix build error on mingw with the modules sys_select and unistd.
12561         * modules/acl-tests (Depends-on): Add close.
12562         * modules/binary-io-tests (Depends-on): Likewise.
12563         * modules/closein-tests (Depends-on): Likewise.
12564         * modules/flock-tests (Depends-on): Likewise.
12565         * modules/fsync-tests (Depends-on): Likewise.
12566         * modules/lseek-tests (Depends-on): Likewise.
12567         * modules/pipe-tests (Depends-on): Likewise.
12568         * modules/posix_spawn-tests (Depends-on): Likewise.
12569         * modules/posix_spawnp-tests (Depends-on): Likewise.
12570         * modules/stat-time-tests (Depends-on): Likewise.
12571         * modules/yesno-tests (Depends-on): Likewise.
12572
12573 2009-07-19  Bruno Haible  <bruno@clisp.org>
12574
12575         Unify conditionals.
12576         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12577         macros, not at the compiler macros.
12578         * lib/pipe.c: Likewise.
12579         * lib/execute.c: Likewise.
12580         * lib/spawni.c: Likewise.
12581
12582 2009-07-19  Bruno Haible  <bruno@clisp.org>
12583
12584         Fix handling of closed stdin/stdout/stderr on mingw.
12585         * lib/w32spawn.h: Include unistd.h.
12586         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12587         file descriptor with O_NOINHERIT flag.
12588         (fd_safer_noinherit): New function, based on fd-safer.c.
12589         (dup_safer_noinherit): New function, based on dup-safer.c.
12590         (undup_safer_noinherit): New function.
12591         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12592         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12593         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12594         instead of fd_safer.
12595         * tests/test-pipe.c: Include <windows.h>.
12596         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12597
12598         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12599         from main.
12600         (test_pipe): Pass an extra argument for disambiguation.
12601         (main): Invoke parent_main or child_main.
12602
12603         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12604         consistently.
12605
12606 2009-07-18  Eric Blake  <ebb9@byu.net>
12607
12608         test-pipe: fix mingw build
12609         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12610
12611 2009-07-18  Bruno Haible  <bruno@clisp.org>
12612
12613         * modules/pipe-tests (Makefile.am): Fix typo.
12614
12615 2009-07-18  Eric Blake  <ebb9@byu.net>
12616
12617         error: fix mingw build
12618         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12619         Reported by Bruno Haible.
12620
12621         error: avoid undefined use of stdout
12622         * lib/error.c (error, error_at_line): Check that fd 1 is open
12623         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12624         is handling faults and the close_stdout module wants to report the
12625         detection of closed stdout as an error.
12626
12627 2009-07-17  Eric Blake  <ebb9@byu.net>
12628
12629         pipe: be robust in face of closed fds
12630         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12631         should cause child to misbehave.
12632         * modules/pipe-tests: New module.
12633         * tests/test-pipe.c: New file.
12634         * tests/test-pipe.sh: New file.
12635         Reported by Akim Demaille.
12636
12637 2009-07-14  Bruno Haible  <bruno@clisp.org>
12638
12639         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12640         Reported by anonymous kc.
12641
12642 2009-07-07  Jim Meyering  <meyering@redhat.com>
12643
12644         maint.mk: don't look for translatable strings in *.m4 or *.mk
12645         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12646         when searching for translatable strings.
12647
12648 2009-07-05  Jim Meyering  <meyering@redhat.com>
12649
12650         remove superfluous parentheses in STREQ definition
12651         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12652         * lib/getugroups.c (STREQ): Likewise.
12653         * lib/fnmatch.c (STREQ): Likewise.
12654         Spotted by Bruno Haible.
12655
12656 2009-07-04  Jim Meyering  <meyering@redhat.com>
12657
12658         argv-iter: new module
12659         * MODULES.html.sh: Add argv-iter.
12660         * lib/argv-iter.c, lib/argv-iter.h: New files.
12661         * modules/argv-iter: New file.
12662         * modules/argv-iter-tests: New file.
12663         * tests/test-argv-iter.c: Test it.
12664
12665 2009-07-04  Bruno Haible  <bruno@clisp.org>
12666
12667         Fix assertion.
12668         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12669         contains more exact copies of a given entry than file2, leave the extra
12670         copies unpaired rather than aborting.
12671         Reported by Eric Blake.
12672
12673 2009-07-02  Bruno Haible  <bruno@clisp.org>
12674
12675         Speedup git-merge-changelog for git cherry-pick.
12676         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12677         (entries_mapping_get): New function, extracted from compute_mapping.
12678         (entries_mapping_reverse_get): New function.
12679         (compute_mapping): Add a 'full' argument. Return the result in a
12680         'struct entries_mapping'.
12681         (main): Update. Access the mappings through entries_mapping_get.
12682         Reported by Eric Blake.
12683
12684 2009-07-02  Bruno Haible  <bruno@clisp.org>
12685
12686         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12687         best_i.
12688
12689 2009-07-02  Bruno Haible  <bruno@clisp.org>
12690
12691         Speed up approximate search for matching ChangeLog entries.
12692         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12693         argument. Call fstrcmp_bounded instead of fstrcmp.
12694         (compute_mapping, try_split_merged_entry, main): Update callers.
12695
12696 2009-07-02  Bruno Haible  <bruno@clisp.org>
12697
12698         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12699
12700 2009-06-30  Bruno Haible  <bruno@clisp.org>
12701
12702         Reduce the number of uc_is_cased calls.
12703         * lib/unicase.h (casing_suffix_context_t): Add
12704         'first_char_except_ignorable' field.
12705         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12706         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12707         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12708         Update initializer.
12709         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12710         case-ignorable characters.
12711         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12712         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12713         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12714         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12715         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12716
12717 2009-06-30  Bruno Haible  <bruno@clisp.org>
12718
12719         Tests for module 'unicase/ignorable'.
12720         * modules/unicase/ignorable-tests: New file.
12721         * tests/unicase/test-ignorable.c: New file, generated by
12722         gen-uni-tables.
12723
12724         Tests for module 'unicase/cased'.
12725         * modules/unicase/cased-tests: New file.
12726         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12727         * tests/unicase/test-predicate-part1.h: New file, derived from
12728         tests/unictype/test-predicate-part1.h.
12729         * tests/unicase/test-predicate-part2.h: New file, same as
12730         tests/unictype/test-predicate-part2.h.
12731
12732         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12733         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12734         (output_casing_properties): New function.
12735         (main): Call it.
12736         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12737         * lib/unicase/cased.c: Include unictype/bitmap.h.
12738         (uc_is_cased): Define through a bitmap lookup.
12739         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12740         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12741         (uc_is_case_ignorable): Define through a bitmap lookup.
12742         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12743         lib/unictype/bitmap.h.
12744         (Depends-on): Add inline. Clean up.
12745         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12746         lib/unictype/bitmap.h.
12747         (Depends-on): Add inline. Clean up.
12748         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12749         recognition.
12750         * tests/unicase/test-u16-tolower.c (main): Likewise.
12751         * tests/unicase/test-u32-tolower.c (main): Likewise.
12752
12753 2009-06-30  Bruno Haible  <bruno@clisp.org>
12754
12755         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12756         * lib/unicase/u16-casemap.c: Likewise.
12757         * lib/unicase/u32-casemap.c: Likewise.
12758
12759 2009-06-29  Bruno Haible  <bruno@clisp.org>
12760
12761         Define u32_casefold as a wrapper around u32_ct_casefold.
12762         * lib/unicase/u32-casefold.c: Update.
12763         * modules/unicase/u32-casefold (Depends-on): Add
12764         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12765         unicase/empty-suffix-context. Clean up.
12766
12767         Define u16_casefold as a wrapper around u16_ct_casefold.
12768         * lib/unicase/u16-casefold.c: Update.
12769         * modules/unicase/u16-casefold (Depends-on): Add
12770         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12771         unicase/empty-suffix-context. Clean up.
12772
12773         Define u8_casefold as a wrapper around u8_ct_casefold.
12774         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12775         * lib/unicase/u8-casefold.c: Update.
12776         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12777         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12778
12779         Define u32_totitle as a wrapper around u32_ct_totitle.
12780         * lib/unicase/u32-totitle.c: Update.
12781         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
12782         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12783
12784         Define u16_totitle as a wrapper around u16_ct_totitle.
12785         * lib/unicase/u16-totitle.c: Update.
12786         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
12787         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12788
12789         Define u8_totitle as a wrapper around u8_ct_totitle.
12790         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
12791         functions.
12792         (FUNC): Delegate to U_CT_TOTITLE.
12793         * lib/unicase/u8-totitle.c: Update.
12794         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
12795         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12796
12797         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
12798         invocation.
12799         * modules/unicase/u32-tolower (Depends-on): Add
12800         unicase/empty-prefix-context, unicase/empty-suffix-context.
12801
12802         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
12803         invocation.
12804         * modules/unicase/u16-tolower (Depends-on): Add
12805         unicase/empty-prefix-context, unicase/empty-suffix-context.
12806
12807         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
12808         * modules/unicase/u8-tolower (Depends-on): Add
12809         unicase/empty-prefix-context, unicase/empty-suffix-context.
12810
12811         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
12812         invocation.
12813         * modules/unicase/u32-toupper (Depends-on): Add
12814         unicase/empty-prefix-context, unicase/empty-suffix-context.
12815
12816         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
12817         invocation.
12818         * modules/unicase/u16-toupper (Depends-on): Add
12819         unicase/empty-prefix-context, unicase/empty-suffix-context.
12820
12821         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
12822         * modules/unicase/u8-toupper (Depends-on): Add
12823         unicase/empty-prefix-context, unicase/empty-suffix-context.
12824
12825         New module 'unicase/u32-ct-casefold'.
12826         * lib/unicase/u32-ct-casefold.c: New file.
12827         * modules/unicase/u32-ct-casefold: New file.
12828
12829         New module 'unicase/u16-ct-casefold'.
12830         * lib/unicase/u16-ct-casefold.c: New file.
12831         * modules/unicase/u16-ct-casefold: New file.
12832
12833         New module 'unicase/u8-ct-casefold'.
12834         * lib/unicase/u8-ct-casefold.c: New file.
12835         * lib/unicase/u-ct-casefold.h: New file, derived from
12836         lib/unicase/u-casefold.h.
12837         * modules/unicase/u8-ct-casefold: New file.
12838
12839         New module 'unicase/u32-ct-totitle'.
12840         * lib/unicase/u32-ct-totitle.c: New file.
12841         * modules/unicase/u32-ct-totitle: New file.
12842
12843         New module 'unicase/u16-ct-totitle'.
12844         * lib/unicase/u16-ct-totitle.c: New file.
12845         * modules/unicase/u16-ct-totitle: New file.
12846
12847         New module 'unicase/u8-ct-totitle'.
12848         * lib/unicase/u8-ct-totitle.c: New file.
12849         * lib/unicase/u-ct-totitle.h: New file, derived from
12850         lib/unicase/u-totitle.h.
12851         * modules/unicase/u8-ct-totitle: New file.
12852
12853         New module 'unicase/u32-ct-tolower'.
12854         * lib/unicase/u32-ct-tolower.c: New file.
12855         * modules/unicase/u32-ct-tolower: New file.
12856
12857         New module 'unicase/u16-ct-tolower'.
12858         * lib/unicase/u16-ct-tolower.c: New file.
12859         * modules/unicase/u16-ct-tolower: New file.
12860
12861         New module 'unicase/u8-ct-tolower'.
12862         * lib/unicase/u8-ct-tolower.c: New file.
12863         * modules/unicase/u8-ct-tolower: New file.
12864
12865         New module 'unicase/u32-ct-toupper'.
12866         * lib/unicase/u32-ct-toupper.c: New file.
12867         * modules/unicase/u32-ct-toupper: New file.
12868
12869         New module 'unicase/u16-ct-toupper'.
12870         * lib/unicase/u16-ct-toupper.c: New file.
12871         * modules/unicase/u16-ct-toupper: New file.
12872
12873         New module 'unicase/u8-ct-toupper'.
12874         * lib/unicase/u8-ct-toupper.c: New file.
12875         * modules/unicase/u8-ct-toupper: New file.
12876
12877         Add context arguments to u*_casemap functions.
12878         * lib/unicase/unicasemap.h: Include unicase.h.
12879         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
12880         suffix_context arguments.
12881         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
12882         functions.
12883         (FUNC): Add prefix_context and suffix_context arguments. Use
12884         uc_is_cased and uc_is_case_ignorable.
12885         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
12886         * lib/unicase/u16-casemap.c: Likewise.
12887         * lib/unicase/u32-casemap.c: Likewise.
12888         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
12889         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12890         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
12891         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12892         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
12893         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12894
12895         New module 'unicase/u32-suffix-context'.
12896         * lib/unicase/u32-suffix-context.c: New file.
12897         * modules/unicase/u32-suffix-context: New file.
12898
12899         New module 'unicase/u16-suffix-context'.
12900         * lib/unicase/u16-suffix-context.c: New file.
12901         * modules/unicase/u16-suffix-context: New file.
12902
12903         New module 'unicase/u8-suffix-context'.
12904         * lib/unicase/u8-suffix-context.c: New file.
12905         * lib/unicase/u-suffix-context.h: New file.
12906         * modules/unicase/u8-suffix-context: New file.
12907
12908         New module 'unicase/empty-suffix-context'.
12909         * lib/unicase/empty-suffix-context.c: New file.
12910         * modules/unicase/empty-suffix-context: New file.
12911
12912         New module 'unicase/u32-prefix-context'.
12913         * lib/unicase/u32-prefix-context.c: New file.
12914         * modules/unicase/u32-prefix-context: New file.
12915
12916         New module 'unicase/u16-prefix-context'.
12917         * lib/unicase/u16-prefix-context.c: New file.
12918         * modules/unicase/u16-prefix-context: New file.
12919
12920         New module 'unicase/u8-prefix-context'.
12921         * lib/unicase/u8-prefix-context.c: New file.
12922         * lib/unicase/u-prefix-context.h: New file.
12923         * lib/unicase/context.h: New file.
12924         * modules/unicase/u8-prefix-context: New file.
12925
12926         New module 'unicase/empty-prefix-context'.
12927         * lib/unicase/empty-prefix-context.c: New file.
12928         * modules/unicase/empty-prefix-context: New file.
12929
12930         New module 'unicase/ignorable'.
12931         * lib/unicase/ignorable.c: New file.
12932         * modules/unicase/ignorable: New file.
12933
12934         New module 'unicase/cased'.
12935         * lib/unicase/caseprop.h: New file.
12936         * lib/unicase/cased.c: New file.
12937         * modules/unicase/cased: New file.
12938
12939         New functions for case mapping of substrings.
12940         * lib/unicase.h (casing_prefix_context_t): New type.
12941         (unicase_empty_prefix_context): New variable.
12942         (u8_casing_prefix_context, u16_casing_prefix_context,
12943         u32_casing_prefix_context, u8_casing_prefixes_context,
12944         u16_casing_prefixes_context, u32_casing_prefixes_context): New
12945         declarations.
12946         (casing_suffix_context_t): New type.
12947         (unicase_empty_suffix_context): New variable.
12948         (u8_casing_suffix_context, u16_casing_suffix_context,
12949         u32_casing_suffix_context, u8_casing_suffixes_context,
12950         u16_casing_suffixes_context, u32_casing_suffixes_context,
12951         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
12952         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
12953         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
12954         declarations.
12955
12956 2009-06-28  Jim Meyering  <meyering@redhat.com>
12957
12958         boostrap: indent only with spaces
12959         * build-aux/bootstrap: Indent only with spaces, never TABs.
12960
12961         bootstrap: split long lines
12962         * build-aux/bootstrap: Keep line length < 80.
12963
12964         bootstrap: sync from coreutils
12965         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
12966         just as autoreconf does.  Verify a list of prerequisite
12967         package-name,version-number pairs if defined in bootstrap.conf.
12968         Refer to README-prereq, if prerequisites are not satisfied.
12969
12970 2009-06-27  Eric Blake  <ebb9@byu.net>
12971
12972         tests: add test for bogus NULL definition
12973         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
12974         * tests/test-stdlib.c: Likewise.
12975         * tests/test-string.c: Likewise.
12976         * tests/test-locale.c: Likewise.
12977         * tests/test-unistd.c: Likewise.
12978         * modules/stdio-tests (Depends-on): Add verify.
12979         * modules/stdlib-tests (Depends-on): Likewise.
12980         * modules/string-tests (Depends-on): Likewise.
12981         * modules/locale-tests (Depends-on): Likewise.
12982         * modules/unistd-tests (Depends-on): Likewise.
12983
12984 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
12985
12986         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
12987         self-explaining comment.
12988         * m4/selinux-selinux-h: Update serial.
12989         (gl_LIBSELINUX): New macro, adding a warning for missing development
12990         packages to code extracted from...
12991         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
12992         Add warning for missing development packages here, too.
12993
12994 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
12995
12996         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
12997
12998 2009-06-25  Eric Blake  <ebb9@byu.net>
12999
13000         version-etc: fix regression
13001         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13002         gcc.
13003         (version_etc): Use it, to catch bugs with trailing NULL.
13004         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13005         (version_etc_va): Fix logic bug.
13006         * modules/version-etc-tests: Add test.
13007         * tests/test-version-etc.c: New file.
13008         * tests/test-version-etc.sh: Likewise.
13009
13010 2009-06-25  Sam Steingold  <sds@gnu.org>
13011
13012         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13013         mbtowc declaration.
13014
13015 2009-06-25  Eric Blake  <ebb9@byu.net>
13016
13017         fpurge: migrate into <stdio.h>
13018         * lib/fpurge.h: Delete...
13019         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13020         * lib/fpurge.c (fpurge): Change declaring header.
13021         * modules/fpurge (Files): Drop deleted file.
13022         (Depends-on): Add stdio.
13023         (configure.ac): Set witness.
13024         * modules/stdio (Makefile.am): Support fpurge macros.
13025         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13026         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13027         * lib/fflush.c: Update client.
13028         * tests/test-fpurge.c: Likewise.
13029         * NEWS: Mention the change.
13030
13031 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13032
13033         * lib/argp-version-etc.c (program_authors): Add const
13034         qualifier.
13035         * lib/version-etc.c: Fix typos in the comments.
13036         * modules/argp-version-etc: Depends on version-etc.
13037
13038 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13039
13040         argp-version-etc: new module.
13041
13042         * lib/argp-version-etc.c: New file.
13043         * lib/argp-version-etc.h: New file.
13044         * modules/argp-version-etc: New file.
13045         * modules/argp-version-etc-tests: New file.
13046         * tests/test-argp-version-etc.c: New test.
13047         * tests/test-argp-version-etc-1.sh: New test.
13048
13049 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13050
13051         Provide additional interfaces and documentation for version-etc
13052         module.
13053
13054         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13055         interfaces.
13056         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13057         prototypes.
13058
13059 2009-06-24  Bruno Haible  <bruno@clisp.org>
13060
13061         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13062         HAVE_LIB${NAME} macro.
13063         Reported by Sam Steingold <sds@gnu.org>.
13064
13065 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13066
13067         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13068         needed.
13069
13070 2009-06-21  Bruno Haible  <bruno@clisp.org>
13071
13072         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13073         work.
13074         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13075         together with LIB${NAME}, LTLIB${NAME}.
13076         Reported by Sam Steingold <sds@gnu.org>.
13077
13078 2009-06-20  Jim Meyering  <meyering@redhat.com>
13079
13080         tests: make sc_require_test_exit_idiom more generic
13081         * top/maint.mk (Exit_witness_file): New overridable variable.
13082         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13083         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13084
13085 2009-06-19  Jim Meyering  <meyering@redhat.com>
13086
13087         hash: reverse order of src/dst parameters in an internal interface
13088         * lib/hash.c (transfer_entries): Reverse order of parameters to
13089         put DST before SRC.  Adjust callers.
13090
13091         tests: test-hash: avoid wholesale duplication
13092         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13093         Instead, use a loop and add a single conditional.
13094
13095         tests: test-hash: allow seed selection via a command line argument
13096         * tests/test-hash.c (get_seed): New function.
13097         (main): Use it.
13098
13099 2009-06-19  Eric Blake  <ebb9@byu.net>
13100
13101         hash: avoid memory leak on allocation failure
13102         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13103         failure.  Factor repeated algorithm...
13104         (transfer_entries): ...into new helper routine.
13105         (hash_delete): React to hash_rehash return value.
13106
13107         hash: reduce memory pressure in hash_rehash no-op case
13108         * lib/hash.c (next_prime): Avoid overflow.
13109         (hash_initialize): Factor bucket size computation...
13110         (compute_bucket_size): ...into new helper function.
13111         (hash_rehash): Use new function and open coding to reduce memory
13112         pressure, and avoid a memory leak in USE_OBSTACK code.
13113         Reported by Jim Meyering.
13114
13115 2009-06-18  Eric Blake  <ebb9@byu.net>
13116
13117         hash: make rotation more obvious
13118         * modules/hash (Depends-on): Add bitrotate and stdint.
13119         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13120         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13121         (SIZE_MAX): Rely on headers for definition.
13122         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13123         (raw_hasher): Use rotr_sz.
13124         Suggested by Jim Meyering.
13125
13126         hash: fix memory leak in last patch
13127         * lib/hash.c (hash_rehash): Avoid memory leak.
13128
13129         hash: avoid no-op rehashing
13130         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13131
13132         hash: provide default callback functions
13133         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13134         (hash_initialize): Use them as defaults.
13135         * tests/test-hash.c (main): Test this.
13136
13137         hash: minor optimization
13138         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13139         when possible.
13140         (hash_initialize): Document this promise.
13141         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13142         * tests/test-hash.c (hash_compare_strings): Test this.
13143
13144 2009-06-18  Bruno Haible  <bruno@clisp.org>
13145
13146         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13147         going to be replaced anyway.
13148
13149 2009-06-18  Bruno Haible  <bruno@clisp.org>
13150
13151         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13152         in one place.
13153         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13154         be replaced anyway.
13155
13156 2009-06-18  Eric Blake  <ebb9@byu.net>
13157
13158         hash: check for resize before insertion
13159         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13160         threshold before insertion, so that a pathological hash_rehash
13161         that fills every bucket can still trigger another rehash.
13162
13163 2009-06-18  Jim Meyering  <meyering@redhat.com>
13164
13165         hash-tests: add a loop around the small tests
13166         * tests/test-hash.c (main): Repeat small tests with selected
13167         small initial table sizes.
13168
13169 2009-06-17  Eric Blake  <ebb9@byu.net>
13170
13171         hash: minor cleanups
13172         * lib/hash.h (hash_entry): Make opaque, by moving...
13173         * lib/hash.c (hash_entry): ...here.
13174         (hash_insert): Clarify restrictions on what can be inserted.
13175         (hash_get_next): Clarify when it is safe to remove an element
13176         during traversal.
13177         (check_tuning): Skip verification when tuning is known safe.
13178         (hash_initialize): Clarify restrictions on tuning.
13179
13180 2009-06-17  Jim Meyering  <jim@meyering.net>
13181         and Eric Blake  <ebb9@byu.net>
13182
13183         hash-tests: new module
13184         * modules/hash-tests: New file.
13185         * tests/test-hash.c: New file.
13186
13187 2009-06-17  Eric Blake  <ebb9@byu.net>
13188
13189         strstr-simple: document new module
13190         * MODULES.html.sh: Document new module.
13191
13192         strstr, strcasestr: replace on platforms with broken memchr
13193         * modules/strstr: Split into...
13194         * modules/strstr-simple: ...new module that does not care about
13195         performance, but does care about glibc bug.
13196         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13197         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13198         if platform memchr is broken, per Debian bug 521737.
13199         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13200         memchr.
13201         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13202         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13203         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13204         * modules/mountlist (Depends-on): Add strstr-simple.
13205         * modules/gen-uni-tables (Depends-on): Likewise.
13206         * modules/argz (Depends-on): Add strstr.
13207
13208 2009-06-17  Bruno Haible  <bruno@clisp.org>
13209
13210         * modules/posix_spawn-internal (Depends-on): Add errno.
13211
13212 2009-06-17  Bruno Haible  <bruno@clisp.org>
13213
13214         Define missing ESTALE on Interix 3.5.
13215         * lib/errno.in.h (ESTALE): Assign a value if missing.
13216         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13217         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13218         missing.
13219         * doc/posix-headers/errno.texi: Mention the Interix bug.
13220         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13221
13222 2009-06-15  Eric Blake  <ebb9@byu.net>
13223
13224         memchr, memchr2: add valgrind exception
13225         * lib/memchr.valgrind: New file.
13226         * lib/memchr2.valgrind: New file.
13227         * modules/memchr (Files): Distribute valgrind file.
13228         * modules/memchr2 (Files): Likewise.
13229
13230         docs: memchr is no longer obsolete
13231         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13232         * lib/string.in.h (memchr): Simplify logic.
13233
13234 2009-06-14  Jim Meyering  <meyering@redhat.com>
13235
13236         link-follow: fix the "checking..." message to not mention trailing slash
13237         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13238         never considered trailing slashes.
13239
13240 2009-06-14  Bruno Haible  <bruno@clisp.org>
13241
13242         * m4/memchr.m4: Mention also the bug on IA-64.
13243         * doc/posix-functions/memchr.texi: Likewise.
13244
13245 2009-06-12  Eric Blake  <ebb9@byu.net>
13246
13247         memchr: detect broken x86_64 and alpha implementations
13248         * modules/memchr-tests (Depends-on): Move mmap detection...
13249         * modules/memchr (Depends-on): ...here.
13250         (configure.ac): Set indicator.
13251         * lib/string.in.h (memchr): Declare replacement.
13252         * modules/string (Makefile.am): Trigger replacement.
13253         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13254         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13255         bugs.
13256         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13257         * modules/getpagesize (License): Relax license.
13258
13259 2009-06-11  Bruno Haible  <bruno@clisp.org>
13260
13261         * lib/idpriv.h: Add more references.
13262
13263 2009-06-08  Bruno Haible  <bruno@clisp.org>
13264
13265         Tests for module 'idpriv-droptemp'.
13266         * modules/idpriv-droptemp-tests: New file.
13267         * tests/test-idpriv-droptemp.sh: New file.
13268         * tests/test-idpriv-droptemp.su.sh: New file.
13269         * tests/test-idpriv-droptemp.c: New file.
13270
13271         New module 'idpriv-droptemp'.
13272         * lib/idpriv-droptemp.c: New file.
13273         * modules/idpriv-droptemp: New file.
13274
13275 2009-06-08  Bruno Haible  <bruno@clisp.org>
13276
13277         Tests for module 'idpriv-drop'.
13278         * modules/idpriv-drop-tests: New file.
13279         * tests/test-idpriv-drop.sh: New file.
13280         * tests/test-idpriv-drop.su.sh: New file.
13281         * tests/test-idpriv-drop.c: New file.
13282
13283         New module 'idpriv-drop'.
13284         * lib/idpriv.h: New file.
13285         * lib-idpriv-drop.c: New file.
13286         * m4/idpriv.m4: New file.
13287         * modules/idpriv-drop: New file.
13288
13289 2009-06-08  Bruno Haible  <bruno@clisp.org>
13290
13291         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13292         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13293         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13294         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13295         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13296         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13297         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13298
13299 2009-06-08  Eric Blake  <ebb9@byu.net>
13300
13301         test-strstr: use memory fence, when possible
13302         * tests/test-strstr.c (main): Use memory fence, in order to be
13303         more likely to trigger Debian bug 521737.
13304         * modules/strstr-tests (Files): Pull in additional files.
13305
13306         memchr: no longer obsolete, for wider field testing
13307         * modules/memchr (Status, Notice): Delete, this module is no
13308         longer obsolete.
13309         * modules/vasnprintf (Depends-on): Add memchr.
13310
13311 2009-06-07  Jim Meyering  <meyering@redhat.com>
13312
13313         hash: declare some functions with the warn_unused_result attribute
13314         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13315
13316 2009-06-07  Bruno Haible  <bruno@clisp.org>
13317
13318         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13319         Reported by Eric Blake.
13320
13321 2009-06-06  Eric Blake  <ebb9@byu.net>
13322
13323         test-alignof: fix typo with long double
13324         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13325         compiler error.
13326
13327 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13328
13329         Escape non-texinfo { and }s.
13330         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13331         markup error.
13332
13333 2009-06-04  Jim Meyering  <meyering@redhat.com>
13334
13335         gitlog-to-changelog: don't infloop on an empty commit log
13336         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13337         Reported by Boris Petersen <transacid@centerim.org>.
13338
13339 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13340
13341         version-etc: extend for packagers
13342         Add three new configure options, intended for packagers:
13343           --with-packager="packager name"
13344           --with-packager-version="packager-specific version"
13345           --with-packager-bug-reports="packager bug reporting"
13346         An example with coreutils:
13347           $ ./configure \
13348             --with-packager=Gentoo \
13349             --with-packager-bug-report=http://bugs.gentoo.org/ \
13350             --with-packager-version="patchset 1.6"
13351           $ ./src/ls --version | head -n2
13352           ls (GNU coreutils) 7.1-dirty
13353           Packaged by Gentoo (patchset 1.6)
13354         Note that the bug reporting info via --help doesn't show up because
13355         coreutils uses its own custom emit_bug_reporting_address() implementation
13356         in src/system.h.  If it didn't, it'd look like:
13357           $ ./src/ls --help | tail -n4
13358           Report bugs to <bug-coreutils@gnu.org>.
13359           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13360           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13361           General help using GNU software: <http://www.gnu.org/gethelp/>.
13362         * lib/version-etc.c: Print new information, if provided.
13363         * m4/version-etc.m4: New file.
13364         * modules/version-etc (Files): Add m4/version-etc.m4.
13365         (configure.ac): Add gl_VERSION_ETC.
13366
13367 2009-05-31  Bruno Haible  <bruno@clisp.org>
13368
13369         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13370         and 'int64_t'.
13371         * modules/alignof-tests (Dependencies): Add stdint.
13372         Reported by Eric Blake.
13373
13374 2009-05-31  Bruno Haible  <bruno@clisp.org>
13375
13376         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13377         restriction due to compiler bugs.
13378         Reported by Eric Blake.
13379
13380 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13381             Bruno Haible  <bruno@clisp.org>
13382
13383         Fix test-alignof failure.
13384         * lib/alignof.h (alignof_slot): New macro.
13385         (alignof_type): New macro, with the same semantics as the previous
13386         'alignof'.
13387         (alignof): Alias to alignof_slot.
13388         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13389         check that the results are usable as constant expressions.
13390
13391 2009-05-31  Bruno Haible  <bruno@clisp.org>
13392
13393         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13394         * tests/test-memchr.c (main): Check that memchr does not read past the
13395         first occurrence of the byte.
13396         * tests/test-strstr.c (main): Update comment.
13397         Suggested by Eric Blake.
13398
13399 2009-05-30  Bruno Haible  <bruno@clisp.org>
13400
13401         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13402         detail how to use dumpbin.
13403         Reported by David Byron <dbyron@dbyron.com>.
13404
13405 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13406
13407         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13408
13409 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13410
13411         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13412
13413 2009-05-28  Bruno Haible  <bruno@clisp.org>
13414
13415         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13416         build-aux/ files.
13417
13418 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13419
13420         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13421
13422 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13423
13424         * gnulib-tool (sed_transform_main_lib_file)
13425         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13426         regexps.
13427
13428 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13429
13430         * tests/test-strstr.c: Add another self-test.
13431         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13432         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13433
13434 2009-05-23  Bruno Haible  <bruno@clisp.org>
13435
13436         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13437         change.
13438
13439 2009-05-21  Bruno Haible  <bruno@clisp.org>
13440
13441         Simplify use of mode_t varargs.
13442         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13443         uses 'mode_t' or 'int'.
13444         * lib/openat.c (openat): Likewise.
13445         * lib/open-safer.c (open_safer): Likewise.
13446         * m4/mode_t.m4: New file.
13447         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13448         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13449         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13450         * modules/open (Files): Add m4/mode_t.m4.
13451         * modules/openat (Files): Likewise.
13452         * modules/fcntl-safer (Files): Likewise.
13453         Suggested by Eric Blake.
13454
13455 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13456
13457         * doc/glibc-functions/fallocate.texi: New file.
13458         * doc/gnulib.texi: Include it.
13459
13460 2009-05-21  Eric Blake  <ebb9@byu.net>
13461             Bruno Haible  <bruno@clisp.org>
13462
13463         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13464         invocations.
13465         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13466
13467 2009-05-21  Eric Blake  <ebb9@byu.net>
13468             Bruno Haible  <bruno@clisp.org>
13469
13470         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13471         include_next. Fix of 2008-11-20 commit.
13472         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13473         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13474         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13475         NEXT_MATH_H.
13476         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13477         instead of NEXT_MATH_H.
13478
13479 2009-05-21  Bruno Haible  <bruno@clisp.org>
13480
13481         Avoid redefinition warnings for SIZE_MAX.
13482         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13483         Reported by Simon Josefsson.
13484
13485 2009-05-21  Bruno Haible  <bruno@clisp.org>
13486
13487         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13488         AC_CACHE_VAL.
13489
13490 2009-05-20  Bruno Haible  <bruno@clisp.org>
13491
13492         Make zeroptr.h work on mingw.
13493         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13494         mprotect.
13495         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13496         * modules/memchr2-tests (configure.ac): Likewise.
13497         * modules/memcmp-tests (configure.ac): Likewise.
13498         * modules/memmem-tests (configure.ac): Likewise.
13499         * modules/memrchr-tests (configure.ac): Likewise.
13500         Reported by Simon Josefsson.
13501
13502 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13503
13504         * tests/test-glob.c: Include string.h for strcmp prototype.
13505
13506 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13507
13508         * modules/getdelim (Depends-on): Add explicit stdint, although it
13509         was implicitly already pulled in via realloc-posix.
13510         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13511
13512 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13513
13514         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13515         G. Christensen" <tgc@jupiterrise.com>.
13516         * m4/sys_socket_h.m4: Check for sa_family_t.
13517         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13518         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13519         * tests/test-sys_socket.c: Check that sa_family_t works.
13520
13521 2009-05-18  Eric Blake  <ebb9@byu.net>
13522
13523         maint.mk: allow gnulib_dir in VPATH build
13524         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13525
13526 2009-05-15  Jim Meyering  <meyering@redhat.com>
13527
13528         maint.mk: Give gnulib_dir a default definition.
13529         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13530         Thus, most packages no longer need to specify this variable in cfg.mk
13531
13532 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13533
13534         rename.m4: fix typos that would make non-mingw cross-configure fail
13535         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13536
13537 2009-05-13  Eric Blake  <ebb9@byu.net>
13538
13539         mmap-anon: avoid out-of-order autoconf expansion
13540         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13541         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13542         * modules/memchr-tests (Depends-on): Add extensions.
13543         * modules/memchr2-tests (Depends-on): Add extensions.
13544         * modules/memcmp-tests (Depends-on): Add extensions.
13545         * modules/memmem-tests (Depends-on): Add extensions.
13546         * modules/memrchr-tests (Depends-on): Add extensions.
13547
13548 2009-05-13  Bruno Haible  <bruno@clisp.org>
13549
13550         Make some tests ISO C 99 compliant.
13551         * tests/zerosize-ptr.h: New file.
13552         * tests/test-memchr.c: Include zerosize-ptr.h.
13553         (main): Use a zero-size object pointer instead of NULL.
13554         * tests/test-memchr2.c: Include zerosize-ptr.h.
13555         (main): Use a zero-size object pointer instead of NULL.
13556         * tests/test-memcmp.c: Include zerosize-ptr.h.
13557         (main): Use a zero-size object pointer instead of NULL.
13558         * tests/test-memmem.c: Include zerosize-ptr.h.
13559         (main): Use a zero-size object pointer instead of NULL.
13560         * tests/test-memrchr.c: Include zerosize-ptr.h.
13561         (main): Use a zero-size object pointer instead of NULL.
13562         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13563         m4/mmap-anon.m4.
13564         (Depends-on): Add getpagesize.
13565         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13566         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13567         m4/mmap-anon.m4.
13568         (Depends-on): Add getpagesize.
13569         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13570         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13571         m4/mmap-anon.m4.
13572         (Depends-on): Add getpagesize.
13573         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13574         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13575         m4/mmap-anon.m4.
13576         (Depends-on): Add getpagesize.
13577         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13578         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13579         m4/mmap-anon.m4.
13580         (Depends-on): Add getpagesize.
13581         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13582
13583 2009-05-12  Bruno Haible  <bruno@clisp.org>
13584
13585         Tests for module 'alignof'.
13586         * modules/alignof-tests: New file.
13587         * tests/test-alignof.c: New file.
13588
13589 2009-05-12  Bruno Haible  <bruno@clisp.org>
13590
13591         Fix alignof macro.
13592         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13593         vendor compilers that are always correct.
13594
13595 2009-05-12  Bruno Haible  <bruno@clisp.org>
13596
13597         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13598         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13599         not whether its fully works.
13600
13601 2009-05-12  Bruno Haible  <bruno@clisp.org>
13602
13603         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13604
13605 2009-05-12  Jim Meyering  <meyering@redhat.com>
13606
13607         * top/maint.mk: Adjust backslash alignment.
13608
13609 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13610
13611         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13612
13613 2009-05-11  Eric Blake  <ebb9@byu.net>
13614
13615         argp: avoid undefined behavior
13616         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13617         macros.
13618
13619 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13620
13621         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13622         user.name to prevent git commit from complaining.
13623
13624 2009-05-10  Bruno Haible  <bruno@clisp.org>
13625
13626         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13627         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13628         it rewrites every file name only once.
13629         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13630
13631 2009-05-08  Bruno Haible  <bruno@clisp.org>
13632
13633         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13634         instead of 'max'.
13635
13636 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13637
13638         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13639         sockaddr_storage test.
13640
13641 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13642
13643         * modules/sys_socket (Makefile.am): Substitute
13644         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13645         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13646         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13647         * tests/test-sys_socket.c: Check sockaddr_storage.
13648
13649 2009-05-08  Bruno Haible  <bruno@clisp.org>
13650
13651         New module 'alignof'.
13652         * lib/alignof.h: New file.
13653         * modules/alignof: New file.
13654
13655 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13656             Bruno Haible  <bruno@clisp.org>
13657
13658         Fix test-file-has-acl on FreeBSD.
13659         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13660         mask is implicitly added.
13661         * tests/test-file-has-acl.c: Include <signal.h>.
13662         (main): Terminate the test after 5 seconds.
13663         * modules/acl-tests (configure.ac): Check for alarm function.
13664
13665 2009-05-04  Bruno Haible  <bruno@clisp.org>
13666
13667         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13668         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13669         * modules/errno (configure.ac): Drop AC_REQUIRE.
13670         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13671         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13672
13673 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13674
13675         * modules/glob-tests: New module.
13676         * tests/test-glob.c: Add.
13677
13678 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13679
13680         * modules/fnmatch-tests: New module.
13681         * tests/test-fnmatch.c: Add.
13682
13683 2009-05-04  Eric Blake  <ebb9@byu.net>
13684
13685         maint: make the new no-submodule-changes rule VPATH-safe
13686         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13687
13688 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13689             Bruno Haible  <bruno@clisp.org>
13690
13691         acl: Fix infinite loop on FreeBSD.
13692         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13693         of return value from acl_get_entry.
13694         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13695         Likewise.
13696
13697 2009-05-03  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/acl-internal.h (acl_entries): Clarify return value.
13700         * lib/acl_entries.c (acl_entries): Likewise.
13701
13702 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13703
13704         Bug fix in acl module.
13705         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13706
13707 2009-05-03  Bruno Haible  <bruno@clisp.org>
13708
13709         Create gperf-generated file in the source dir, not in the build dir.
13710         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13711         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13712         * modules/unicase/locale-language (unicase/locale-languages.h):
13713         Likewise.
13714         * modules/unicase/special-casing (unicase/special-casing-table.h):
13715         Likewise.
13716         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13717         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13718         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13719         Reported by Ralf Wildenhues.
13720
13721 2009-05-03  Bruno Haible  <bruno@clisp.org>
13722
13723         * modules/fnmatch (Description, configure.ac): Taken from
13724         fnmatch-posix.
13725         * modules/fnmatch-posix: Turn into a symbolic reference to the
13726         'fnmatch' module, and deprecate.
13727         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13728
13729 2009-05-03  Bruno Haible  <bruno@clisp.org>
13730
13731         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13732         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13733         Reported by Ralf Wildenhues.
13734
13735 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13736
13737         * m4/fnmatch.m4: Fix fnmatch re-define.
13738
13739 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13740
13741         priv-set: new module and tests; adapt write-any-file
13742         * lib/priv-set.c: New file.
13743         * lib/priv-set.h: New file.
13744         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13745         * lib/write-any-file.c: Simplify by using priv-set module.
13746         * m4/priv-set.m4: New file.
13747         * modules/priv-set: New file.
13748         * modules/unlinkdir: Add dependency on priv-set module.
13749         * modules/write-any-file: Likewise.
13750
13751         Tests for module 'priv-set'.
13752         * modules/priv-set-tests: New file.
13753         * tests/test-priv-set.c: New file.
13754
13755 2009-05-03  Jim Meyering  <meyering@redhat.com>
13756             Bruno Haible  <bruno@clisp.org>
13757
13758         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13759         use the converted UTF-8 variant of the name instead.
13760
13761 2009-05-03  Jim Meyering  <meyering@redhat.com>
13762
13763         tests: tighten some getdate tests
13764         * tests/test-getdate.c (main): Tighten tests: require equality,
13765         not just greater than.  Set TZ envvar to UTC0.
13766
13767 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13768
13769         getdate: correctly interpret "next monday" when run on a Monday
13770         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13771         that e.g., "next tues" (when run on a tuesday) results in a date
13772         that is one week in the future, and not today's date.
13773         I.e., add a week when the wday is the same as the current one.
13774         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13775         and earlier by Martin Bernreuther and Jan Minář.
13776         * tests/test-getdate.c (main): Check that "next DAY" is always in
13777         the future and that "last DAY" is always in the past.
13778
13779 2009-05-02  Jim Meyering  <meyering@redhat.com>
13780
13781         build: ensure that a release build fails when a submodule is unclean
13782         * top/maint.mk (no-submodule-changes): New rule.
13783         (alpha beta major): Depend on it.
13784
13785 2009-05-02  Bruno Haible  <bruno@clisp.org>
13786
13787         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
13788         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
13789         shell variable gl_fnmatch_required to detect which variant is
13790         requested.
13791         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
13792         gl_FUNC_FNMATCH_POSIX.
13793         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
13794         exclude fnmatch-posix.
13795
13796 2009-05-02  Bruno Haible  <bruno@clisp.org>
13797
13798         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
13799         * modules/mbsrtowcs (License): Change to LGPLv2+.
13800         * modules/strnlen1 (License): Likewise.
13801         Reported by Simon Josefsson.
13802
13803 2009-05-02  Bruno Haible  <bruno@clisp.org>
13804
13805         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
13806         "cross".
13807         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
13808         gnulib-tool was called with option --source-base=lib.
13809
13810 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13811
13812         Use automake *-local hooks without commands, for extensibility.
13813         * modules/localcharset (Makefile.am): Rename install-exec-local
13814         rule to install-exec-localcharset, and make it a prerequisite of
13815         install-exec-local.  Likewise, rename the uninstall-local rule to
13816         uninstall-localcharset, and make it a prerequisite of the former.
13817
13818 2009-05-01  Bruno Haible  <bruno@clisp.org>
13819
13820         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
13821         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13822         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
13823         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
13824         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
13825         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13826         m4/locale-zh.m4, m4/codeset.m4.
13827
13828         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13829         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
13830         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13831         m4/locale-zh.m4.
13832
13833         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
13834         REPLACE_WCRTOMB if mbstate_t must be replaced.
13835         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
13836         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
13837
13838 2009-05-01  Bruno Haible  <bruno@clisp.org>
13839
13840         Avoid compiler warnings when redefining macros defined by <libintl.h>.
13841         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
13842         dngettext, dcngettext, textdomain, bindtextdomain,
13843         bind_textdomain_codeset): Undefine before redefining.
13844
13845 2009-04-30  Bruno Haible  <bruno@clisp.org>
13846
13847         Fix bug introduced on 2009-04-25.
13848         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
13849         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
13850         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
13851         is defined.
13852         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
13853         is defined.
13854         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
13855         is defined.
13856         Reported by Elbert_Pol <elbert.pol@gmail.com>.
13857
13858 2009-04-28  Bruno Haible  <bruno@clisp.org>
13859
13860         Comment tweaks.
13861         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
13862         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
13863         * lib/unicase.h (u*_casexfrm): Likewise.
13864         Reported by Paolo Bonzini.
13865
13866 2009-04-28  Bruno Haible  <bruno@clisp.org>
13867
13868         Fix a compilation error.
13869         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
13870         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13871         Reported by Jim Meyering.
13872
13873 2009-04-27  Bruno Haible  <bruno@clisp.org>
13874
13875         New module 'libunistring'.
13876         * modules/libunistring: New file.
13877         * m4/libunistring.m4: New file.
13878         * MODULES.html.sh (Unicode string functions): Add it.
13879
13880 2009-04-27  Eric Blake  <ebb9@byu.net>
13881
13882         maint.mk: allow package-specific header to provide <config.h>
13883         * top/maint.mk (sc_require_config_h): New variable.
13884         (sc_require_config_h, sc_require_config_h_first): Use it.
13885
13886 2009-04-27  Simon Josefsson  <simon@josefsson.org>
13887
13888         * top/maint.mk (sc_avoid_if_before_free): Except
13889         useless-if-before-free script.
13890
13891 2009-04-27  Eric Blake  <ebb9@byu.net>
13892
13893         maintainer-makefile: depend on all required helper scripts
13894         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
13895         useless-if-before-free.
13896         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
13897         version, rather than assuming gnulib checkout is available.
13898         Reported by Simen Josefsson.
13899
13900 2009-04-26  Bruno Haible  <bruno@clisp.org>
13901
13902         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
13903         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
13904         "../" or "..".
13905
13906 2009-04-26  Bruno Haible  <bruno@clisp.org>
13907
13908         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
13909         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
13910         AC_LIB_HAVE_LINKFLAGS.
13911
13912 2009-04-26  Bruno Haible  <bruno@clisp.org>
13913
13914         Simplify calling convention of u*_conv_from_encoding.
13915         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
13916         u32_conv_from_encoding): Expect a resultbuf argument and return the
13917         result directly as a pointer.
13918         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
13919         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
13920         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
13921         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
13922         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
13923         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13924         Update.
13925         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
13926         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
13927         * lib/vasnprintf.c (VASNPRINTF): Update.
13928         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
13929         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
13930         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
13931         * NEWS: Mention the change.
13932
13933 2009-04-26  Bruno Haible  <bruno@clisp.org>
13934
13935         Simplify calling convention of u*_conv_to_encoding.
13936         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13937         u32_conv_to_encoding): Expect a resultbuf argument and return the
13938         result directly as a pointer.
13939         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13940         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
13941         freeing scaled_offsets if mem_iconveha failed.
13942         * lib/unicase/u-casexfrm.h (FUNC): Update.
13943         * lib/uninorm/u-normxfrm.h (FUNC): Update.
13944         * lib/vasnprintf.c (VASNPRINTF): Update.
13945         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
13946         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
13947         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
13948         * NEWS: Mention the change.
13949
13950 2009-04-26  Bruno Haible  <bruno@clisp.org>
13951
13952         Avoid test failures on AIX and OSF/1.
13953         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
13954         malloc(0).
13955         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13956         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13957         Likewise.
13958         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
13959         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
13960         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
13961         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
13962         * doc/posix-functions/malloc.texi: Document the portability problem
13963         related to malloc(0).
13964
13965 2009-04-26  Bruno Haible  <bruno@clisp.org>
13966
13967         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
13968         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
13969         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
13970
13971 2009-04-25  Bruno Haible  <bruno@clisp.org>
13972
13973         Avoid link error when creating a namespace clean library.
13974         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
13975         as macro with arguments if already defined as an alias.
13976         * lib/signbitf.c (gl_signbitf): Don't undefine.
13977         * lib/signbitd.c (gl_signbitd): Don't undefine.
13978         * lib/signbitl.c (gl_signbitl): Don't undefine.
13979
13980 2009-04-25  Jim Meyering  <meyering@redhat.com>
13981
13982         vc-list-files: fix another quoting bug
13983         * build-aux/vc-list-files: Avoid sed backslash expansion
13984         of pathological directory names.
13985
13986 2009-04-25  Eric Blake  <ebb9@byu.net>
13987
13988         vc-list-files: fix shell quoting error
13989         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
13990         timestamp.
13991
13992 2009-04-25  Jim Meyering  <meyering@redhat.com>
13993
13994         vc-list-files: restore lost functionality with subdir argument
13995         * build-aux/vc-list-files: When given a non-"." sub-directory
13996         argument, substitute the $dir/ prefix back onto each resulting name.
13997         Otherwise, coreutils' root_tests check would fail.
13998
13999 2009-04-24  Eric Blake  <ebb9@byu.net>
14000
14001         vc-list-files: ignore git symlinks
14002         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14003         than ls-files, to ignore git symlinks.
14004
14005         maint.mk: import improvements from m4
14006         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14007         (move_if_change): Delete unused macro.
14008         (news-date-check, vc-diff-check): Support VPATH builds.
14009         (announcement): Likewise.  Split --bootstrap-tools list...
14010         (boostrap-tools): ...into separate list, which can be overridden
14011         in cfg.mk.
14012         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14013         requiring dependency on useless-if-before-free module.
14014         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14015         Support VPATH builds.
14016
14017 2009-04-24  Jim Meyering  <meyering@redhat.com>
14018
14019         maint.mk: remove coreutils-specific rules and variables
14020         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14021         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14022         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14023
14024         maint.mk: remove obsolete rule
14025         * top/maint.mk (rel-check): Remove rule.
14026         (WGET, WGETFLAGS): Remove now-unused variables.
14027
14028 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14029
14030         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14031         consistency.
14032
14033         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14034         '$(PATH_SEPARATOR)' instead of ':'.
14035
14036 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14037
14038         * lib/getopt1.c (main): Use 'const' for static array.
14039
14040 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14041
14042         * top/maint.mk: Sync with coreutils.
14043         * NEWS: Explain incompatibilities.
14044
14045 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14046             Bruno Haible  <bruno@clisp.org>
14047
14048         Fix cross-compilation results.
14049         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14050         statement, as third argument of AC_TRY_RUN.
14051         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14052         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14053         Likewise.
14054         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14055         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14056         Likewise.
14057         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14058         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14059         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14060
14061 2009-04-20  Bruno Haible  <bruno@clisp.org>
14062
14063         Avoid test failure on mingw.
14064         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14065
14066 2009-04-20  Bruno Haible  <bruno@clisp.org>
14067
14068         Avoid compilation error on mingw.
14069         * modules/localename-tests (Depends-on): Add locale.
14070
14071 2009-04-19  Bruno Haible  <bruno@clisp.org>
14072
14073         Support for building a shared library on Windows platforms.
14074         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14075         (main): Test the presence of UNINORM_NFC here.
14076         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14077         (main): Test the presence of UNINORM_NFD here.
14078         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14079         (main): Test the presence of UNINORM_NFKC here.
14080         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14081         (main): Test the presence of UNINORM_NFKD here.
14082
14083 2009-04-19  Bruno Haible  <bruno@clisp.org>
14084
14085         Avoid a compiler warning.
14086         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14087         Change type of variable 'sequence'.
14088
14089 2009-04-19  Bruno Haible  <bruno@clisp.org>
14090
14091         * modules/configmake (Makefile.am): When the contents of configmake.h
14092         does not change, arrange to preserve its modification time.
14093
14094 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14095
14096         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14097         gettext domain.
14098
14099 2009-04-16  Jim Meyering  <meyering@redhat.com>
14100
14101         useless-if-before-free: improve conversion code
14102         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14103         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14104
14105 2009-04-14  Bruno Haible  <bruno@clisp.org>
14106
14107         * modules/fcntl (Depends-on): Add extensions.
14108         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14109
14110 2009-04-12  Ben Pfaff  <blp@gnu.org>
14111
14112         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14113         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14114
14115 2009-03-20  Ben Pfaff  <blp@gnu.org>
14116
14117         Make rename replace existing destinations on Windows.
14118         * m4/rename.m4: Add test for Mingw.
14119         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14120         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14121         * doc/posix-functions/rename.texi: Document.
14122
14123 2009-04-10  Bruno Haible  <bruno@clisp.org>
14124
14125         New include file "iconveh.h".
14126         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14127         * lib/striconveh.h: Include it.
14128         (enum iconv_ilseq_handler): Remove definition.
14129         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14130         striconveh.h.
14131         * lib/striconveha.c: Include striconveh.h.
14132         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14133         * modules/striconveh (Files): Add lib/iconveh.h.
14134         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14135         lib/striconveh.h.
14136
14137 2009-04-10  Bruno Haible  <bruno@clisp.org>
14138
14139         * lib/uniconv.h: Update comment.
14140
14141 2009-04-10  Bruno Haible  <bruno@clisp.org>
14142
14143         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14144         always.
14145         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14146         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14147         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14148         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14149         "unistring-notinline.h", so that the function gets defined always.
14150         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14151         * lib/unistr/u8-uctomb.c: Likewise.
14152         * lib/unistr/u16-mbtouc.c: Likewise.
14153         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14154         * lib/unistr/u16-uctomb.c: Likewise.
14155         * lib/unistr/u32-mbtouc.c: Likewise.
14156         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14157         * lib/unistr/u32-uctomb.c: Likewise.
14158
14159 2009-04-10  Bruno Haible  <bruno@clisp.org>
14160
14161         Mark 'utime' obsolete.
14162         * modules/utime (Status, Notice): New sections.
14163         Suggested by Jim Meyering.
14164
14165         Fix cross-compile guess for utime test.
14166         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14167         autoconf.
14168         * doc/posix-functions/utime.texi: Give more precisions.
14169         Reported by Jan <ipif@ymail.com>.
14170
14171 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14172
14173         filevercmp: correct today's change
14174         * lib/filevercmp.c: Also handle coreutils' test inputs.
14175         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14176
14177         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14178         for reporting it.
14179         * lib/filevercmp.c: Special handle for "", "." and "..".
14180         * tests/test-filevercmp.c: Enlarge the set suite.
14181
14182 2009-04-07  Jim Meyering  <meyering@redhat.com>
14183
14184         useless-if-before-free: show how to remove braced useless free, too
14185         * build-aux/useless-if-before-free: still only in a comment, though.
14186
14187 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14188
14189         maint.mk: import changes to syntax-check macros from coreutils
14190         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14191         Use them in the relevant macros.
14192
14193 2009-04-06  Bruno Haible  <bruno@clisp.org>
14194
14195         Fix unportable use of bit-fields.
14196         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14197         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14198         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14199
14200 2009-04-06  Bruno Haible  <bruno@clisp.org>
14201
14202         Avoid test failures on AIX and OSF/1.
14203         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14204         that malloc(0) = NULL.
14205         * tests/unicase/test-u8-tolower.c (check): Likewise.
14206         * tests/unicase/test-u8-totitle.c (check): Likewise.
14207         * tests/unicase/test-u8-toupper.c (check): Likewise.
14208         * tests/unicase/test-u16-casefold.c (check): Likewise.
14209         * tests/unicase/test-u16-tolower.c (check): Likewise.
14210         * tests/unicase/test-u16-totitle.c (check): Likewise.
14211         * tests/unicase/test-u16-toupper.c (check): Likewise.
14212         * tests/unicase/test-u32-casefold.c (check): Likewise.
14213         * tests/unicase/test-u32-tolower.c (check): Likewise.
14214         * tests/unicase/test-u32-totitle.c (check): Likewise.
14215         * tests/unicase/test-u32-toupper.c (check): Likewise.
14216         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14217         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14218         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14219         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14220         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14221         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14222         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14223         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14224         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14225         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14226         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14227         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14228
14229 2009-04-05  Bruno Haible  <bruno@clisp.org>
14230
14231         Work around an autoconf limitation.
14232         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14233         comment line if it would be longer than 3 KB.
14234
14235 2009-04-05  Bruno Haible  <bruno@clisp.org>
14236
14237         Avoid test failure with libiconv-1.13.
14238         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14239         of the expected test results.
14240
14241 2009-04-05  Bruno Haible  <bruno@clisp.org>
14242
14243         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14244         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14245         that it should be installed.
14246
14247 2009-04-05  Bruno Haible  <bruno@clisp.org>
14248
14249         * gnulib-tool: New option --copy-file.
14250         (func_usage): Document it.
14251         (func_dest_tmpfilename): Moved out of func_import.
14252         (func_add_file, func_update_file): New functions, extracted from
14253         func_import.
14254         (func_import): Update.
14255
14256 2009-04-05  Karl Berry  <karl@gnu.org>
14257
14258         * README: prominently mention gnulib-tool.
14259         Rearrange sections so getting the code is near the top.
14260
14261 2009-04-05  Bruno Haible  <bruno@clisp.org>
14262
14263         * lib/unicase.h: Mention u*_cmp2.
14264         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14265         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14266         * lib/unicase/ulc-casecmp.c: Likewise.
14267         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14268         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14269         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14270         unistr/u8-cmp.
14271         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14272         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14273         unistr/u16-cmp.
14274         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14275         unistr/u32-cmp.
14276
14277         * lib/uninorm.h: Mention u*_cmp2.
14278         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14279         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14280         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14281         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14282         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14283         unistr/u8-cmp.
14284         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14285         unistr/u16-cmp.
14286         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14287         unistr/u32-cmp.
14288
14289         New module 'unistr/u32-cmp2'.
14290         * lib/unistr/u32-cmp2.c: New file.
14291         * modules/unistr/u32-cmp2: New file.
14292
14293         New module 'unistr/u16-cmp2'.
14294         * lib/unistr/u16-cmp2.c: New file.
14295         * modules/unistr/u16-cmp2: New file.
14296
14297         New module 'unistr/u8-cmp2'.
14298         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14299         * lib/unistr/u8-cmp2.c: New file.
14300         * lib/unistr/u-cmp2.h: New file.
14301         * modules/unistr/u8-cmp2: New file.
14302
14303 2009-04-05  Bruno Haible  <bruno@clisp.org>
14304
14305         * lib/unictype.h (uc_property_is_valid): New macro.
14306         * tests/unictype/test-pr_byname.c (main): Use it.
14307
14308         * lib/unistr.h: Doc fixes.
14309         * lib/uniconv.h: Doc fixes.
14310         * lib/unictype.h: Doc fixes.
14311
14312 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14313
14314         Port coreutils 7.2 to Solaris 8.
14315
14316         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14317         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14318         for Solaris 8.  This is a bit of a hack, as it means it's the
14319         caller's responsibility to add -lnsl if needed, but most likely it
14320         won't be needed since only getaddrinfo uses this and getaddrinfo
14321         isn't needed on Solaris 8.
14322
14323         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14324         problem to Solaris 8 encountered with coreutils 7.2, which
14325         resulted in a message "fnmatch.c:292: warning: passing argument 4
14326         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14327         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14328
14329 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14330
14331         * m4/ld-version-script.m4: Add FIXME comment.
14332
14333 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14334
14335         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14336         SOVERSION variable.
14337
14338 2009-04-02  Bruno Haible  <bruno@clisp.org>
14339
14340         * Makefile (info, html, dvi, pdf): Combine the rules.
14341         Suggested by Jim Meyering.
14342
14343 2009-04-01  Bruno Haible  <bruno@clisp.org>
14344
14345         * Makefile (info, html, dvi, pdf): New targets.
14346         Reported by Reuben Thomas <rrt@sc3d.org>.
14347
14348 2009-04-01  Bruno Haible  <bruno@clisp.org>
14349
14350         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14351         can be put into PATH.
14352         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14353
14354 2009-04-01  Bruno Haible  <bruno@clisp.org>
14355
14356         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14357
14358 2009-04-01  Bruno Haible  <bruno@clisp.org>
14359
14360         Rename module 'visibility'.
14361         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14362         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14363         * doc/gnulib.texi: Update.
14364         * MODULES.html.sh (Misc): Update.
14365         * NEWS: Mention the change.
14366
14367 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14368
14369         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14370         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14371         Eric Blake <ebb9@byu.net> for review.
14372         * MODULES.html.sh: Add lib-msvc-compat.
14373         * doc/gnulib.texi: Link to new section.
14374         * m4/ld-output-def.m4: New file.
14375         * doc/ld-output-def.texi: New file.
14376
14377 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14378
14379         Rename ld-version-script to lib-symbol-versions.  Suggested by
14380         Bruno Haible <bruno@clisp.org>.
14381         * modules/ld-version-script: Renamed to lib-symbol-versions.
14382         * doc/ld-version-script.texi: Fix module name.
14383         * MODULES.html.sh: Add lib-symbol-versions.
14384
14385 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14386
14387         * modules/u64-tests: New file.
14388         * tests/test-u64.c: New file.
14389
14390 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14391
14392         * MODULES.html.sh: Mention u64.
14393         * modules/u64: New module.
14394         * modules/crypto/sha512: Depend on u64 module instead of providing
14395         u64.h.
14396
14397 2009-03-27  Eric Blake  <ebb9@byu.net>
14398
14399         test-strerror: make debugging EAI_SYSTEM easier
14400         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14401         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14402         failure was EAI_SYSTEM.
14403
14404 2009-03-25  Bruno Haible  <bruno@clisp.org>
14405
14406         Fix a problem with --enable-relocatable on Solaris 7.
14407         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14408         since 2008-02-24.
14409
14410 2009-03-25  Eric Blake  <ebb9@byu.net>
14411
14412         test-sockets: avoid gcc warning
14413         * tests/test-sockets.c (main): Silence compiler warning.
14414
14415 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14416
14417         New modules nproc, pthread, contributed by Glen Lenker.
14418
14419         * MODULES.html.sh: Add pthread, nproc.
14420         * lib/nproc.c: New file.
14421         * lib/nproc.h: New file.
14422         * lib/pthread.in.h: New file.
14423         * m4/pthread.m4: New file.
14424         * modules/nproc: New file.
14425         * modules/pthread: New file.
14426
14427 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14428
14429         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14430         New variable.
14431
14432 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14433
14434         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14435         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14436         * tests/test-filevercmp.c: Add tests for backup suffixes.
14437
14438 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14439
14440         * modules/stdlib (Depends-on): Add stdint, needed when defining
14441         struct random_data on, for example, HP-UX 10.20.  Reported by
14442         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14443
14444 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14445
14446         * lib/readline.c (readline): Call fflush on stdout after printing
14447         prompt.
14448
14449 2009-03-20  Bruno Haible  <bruno@clisp.org>
14450
14451         Remove dependency from 'close' module to -lws2_32 on native Windows.
14452         * lib/close-hook.h: New file.
14453         * lib/close-hook.c: New file.
14454         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14455         w32sock.h.
14456         (_gl_close_fd_maybe_socket): Remove function.
14457         (rpl_close): Invoke execute_all_close_hooks instead of
14458         _gl_close_fd_maybe_socket.
14459         * lib/sockets.c: Include close-hook.h, w32sock.h.
14460         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14461         (close_sockets_hook): New variable.
14462         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14463         (gl_sockets_cleanup): Unregister it.
14464         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14465         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14466         * modules/close-hook: New file.
14467         * modules/close (Files): Remove lib/w32sock.h.
14468         (Depends-on): Add close-hook.
14469         (Link): Remove section.
14470         * modules/sockets (Files): Add lib/w32sock.h.
14471         (Depends-on): Add close-hook.
14472         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14473         invocation.
14474         * NEWS: Mention that LIB_CLOSE is gone.
14475
14476 2009-03-23  Eric Blake  <ebb9@byu.net>
14477
14478         signal-tests: test previous patch
14479         * tests/test-signal.c: New file.
14480         * modules/signal-tests: Likewise.
14481
14482         signal.h: always support 'volatile sig_atomic_t'
14483         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14484         (gl_SIGNAL_H_DEFAULTS): Add a default.
14485         * modules/signal (Makefile.am): Substitute if needed.
14486         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14487         users can blindly add volatile.
14488         * doc/posix-headers/signal.texi (signal.h): Document it.
14489         Reported by Matthew Woehlke.
14490
14491 2009-03-23  Jim Meyering  <meyering@redhat.com>
14492
14493         pathmax: PATH_MAX: use pathconf only when available
14494         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14495         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14496         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14497         This avoids a link failure in a PSP cross-compilation environment
14498         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14499
14500         * lib/vasnprintf.c (divide): Fix typo in comment.
14501
14502 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14503
14504         * gnulib-tool (func_filter_filelist): Fix comment.
14505
14506 2009-03-20  Bruno Haible  <bruno@clisp.org>
14507
14508         Make sockets.h self-contained.
14509         * lib/sockets.c: Include sockets.h first.
14510         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14511
14512 2009-03-19  Eric Blake  <ebb9@byu.net>
14513
14514         doc: mention more functions added in cygwin 1.7.0
14515         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14516         addition.
14517         * doc/posix-functions/log2f.texi: Likewise.
14518
14519 2009-03-19  Jim Meyering  <meyering@redhat.com>
14520
14521         fsusage: avoid syntax error due to statement-before-declaration
14522         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14523         after all declarations.  Reported by Matthew Woehlke in
14524         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14525
14526 2009-03-18  Eric Blake  <ebb9@byu.net>
14527
14528         build-aux/compile: sync from automake
14529         * build-aux/compile: New file, from automake.
14530         * config/srclist.txt: Mention build-aux/compile.
14531
14532 2009-03-17  Bruno Haible  <bruno@clisp.org>
14533
14534         * lib/git-merge-changelog.c: Fix typo in comment.
14535         Reported by Reuben Thomas <rrt@sc3d.org>.
14536
14537 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14538
14539         * m4/regex.m4: update and improve help for
14540         --without-included-regex.
14541
14542 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14543
14544         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14545         failure on missing include files.
14546
14547 2009-03-17  Eric Blake  <ebb9@byu.net>
14548
14549         doc: mention more functions added in cygwin 1.7.0
14550         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14551         addition.
14552         * doc/posix-functions/fwscanf.texi: Likewise.
14553         * doc/posix-functions/swprintf.texi: Likewise.
14554         * doc/posix-functions/swscanf.texi: Likewise.
14555         * doc/posix-functions/vfwprintf.texi: Likewise.
14556         * doc/posix-functions/vfwscanf.texi: Likewise.
14557         * doc/posix-functions/vswprintf.texi: Likewise.
14558         * doc/posix-functions/vswscanf.texi: Likewise.
14559         * doc/posix-functions/vwprintf.texi: Likewise.
14560         * doc/posix-functions/vwscanf.texi: Likewise.
14561         * doc/posix-functions/wcscasecmp.texi: Likewise.
14562         * doc/posix-functions/wcsdup.texi: Likewise.
14563         * doc/posix-functions/wcsftime.texi: Likewise.
14564         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14565         * doc/posix-functions/wprintf.texi: Likewise.
14566         * doc/posix-functions/wscanf.texi: Likewise.
14567         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14568
14569 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14570
14571         maint.mk: really add $(AM_MAKEFLAGS)
14572         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14573         was inadvertently omitted in the last commit.
14574         Spotted by Bruno Haible.
14575
14576         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14577         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14578         $(AM_MAKEFLAGS)' rather than plain `make'.
14579
14580         gnulib-tool: execute $MAKE not make
14581         * gnulib-tool: Default $MAKE to 'make'.
14582         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14583         than make.  Initialize $MAKE in the do-autobuild script.
14584
14585         gnulib-tool: use $MAKE not make in generated files
14586         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14587         make, in generated files.  Initialize $MAKE in the do-autobuild
14588         script.
14589
14590         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14591
14592         GNUmakefile: disable parallelism only for multiple, recursive targets
14593         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14594         additions in the Makefile.
14595         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14596         by Automake.
14597         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14598         are listed on the command line and at least one of them is
14599         listed in $(ALL_RECURSIVE_TARGETS).
14600
14601 2009-03-14  Bruno Haible  <bruno@clisp.org>
14602
14603         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14604         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14605         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14606         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14607         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14608         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14609         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14610         unistr/u8-uctomb.
14611         * modules/unistr/u8-strchr (Depends-on): Likewise.
14612         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14613         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14614         unistr/u16-uctomb.
14615         * modules/unistr/u16-strchr (Depends-on): Likewise.
14616         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14617
14618 2009-03-12  Bruno Haible  <bruno@clisp.org>
14619
14620         Work around select() bug on Interix 3.5.
14621         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14622         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14623         * m4/select.m4: New file.
14624         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14625         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14626         * modules/select (Files): Add m4/select.m4.
14627         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14628         * modules/nanosleep (Depends-on): Add select.
14629         * modules/poll (Depends-on): Likewise.
14630         * doc/posix-functions/select.texi: Mention the Interix bug.
14631         Reported by Markus Duft <mduft@gentoo.org>.
14632
14633         * lib/select.c: Renamed from lib/winsock-select.c.
14634         * modules/select (Files): Add lib/select.c, remove
14635         lib/winsock-select.c.
14636         (configure.ac): Update.
14637
14638 2009-03-12  Jim Meyering  <meyering@redhat.com>
14639
14640         avoid gcc warnings about unused macro definitions
14641         * lib/readtokens.c (STREQ): Remove unused definition.
14642         * lib/xmalloc.c (SIZE_MAX): Likewise.
14643         * lib/openat-die.c (N_): Likewise.
14644         * lib/mountlist.c (SIZE_MAX): Remove definition.
14645         Instead, include <stdint.h>.
14646         * lib/readutmp.c: Likewise.
14647         * modules/readutmp (Depends-on): Add stdint.
14648         * modules/mountlist (Depends-on): Add stdint.
14649         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14650
14651 2009-03-10  Bruno Haible  <bruno@clisp.org>
14652
14653         Tests for module 'mbmemcasecoll'.
14654         * modules/mbmemcasecoll-tests: New file.
14655         * tests/test-mbmemcasecoll1.sh: New file.
14656         * tests/test-mbmemcasecoll2.sh: New file.
14657         * tests/test-mbmemcasecoll3.sh: New file.
14658         * tests/test-mbmemcasecoll.c: New file.
14659
14660         New module 'mbmemcasecoll'.
14661         * lib/mbmemcasecoll.h: New file.
14662         * lib/mbmemcasecoll.c: New file.
14663         * modules/mbmemcasecoll: New file.
14664
14665         * tests/test-mbmemcasecmp.h: New file, extracted from
14666         tests/test-mbmemcasecmp.c.
14667         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14668         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14669         (main): Update.
14670         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14671
14672 2009-03-09  Bruno Haible  <bruno@clisp.org>
14673
14674         Tests for module 'mbmemcasecmp'.
14675         * modules/mbmemcasecmp-tests: New file.
14676         * tests/test-mbmemcasecmp1.sh: New file.
14677         * tests/test-mbmemcasecmp2.sh: New file.
14678         * tests/test-mbmemcasecmp3.sh: New file.
14679         * tests/test-mbmemcasecmp.c: New file.
14680
14681         New module 'mbmemcasecmp'.
14682         * lib/mbmemcasecmp.h: New file.
14683         * lib/mbmemcasecmp.c: New file.
14684         * modules/mbmemcasecmp: New file.
14685
14686 2009-03-09  Bruno Haible  <bruno@clisp.org>
14687
14688         Tests for module 'unicase/ulc-casecoll'.
14689         * modules/unicase/ulc-casecoll-tests: New file.
14690         * tests/unicase/test-ulc-casecoll1.sh: New file.
14691         * tests/unicase/test-ulc-casecoll2.sh: New file.
14692         * tests/unicase/test-ulc-casecoll.c: New file.
14693
14694         New module 'unicase/ulc-casecoll'.
14695         * lib/unicase.h (ulc_casecoll): New declaration.
14696         * lib/unicase/ulc-casecoll.c: New file.
14697         * modules/unicase/ulc-casecoll: New file.
14698
14699         New module 'unicase/ulc-casexfrm'.
14700         * lib/unicase.h (ulc_casexfrm): New declaration.
14701         * lib/unicase/ulc-casexfrm.c: New file.
14702         * modules/unicase/ulc-casexfrm: New file.
14703
14704 2009-03-09  Bruno Haible  <bruno@clisp.org>
14705
14706         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14707         invocations.
14708
14709         * m4/mbscasecmp.m4: Remove file.
14710         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14711         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14712
14713         * m4/mbscasestr.m4: Remove file.
14714         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14715         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14716
14717         * m4/mbschr.m4: Remove file.
14718         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14719         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14720
14721         * m4/mbscspn.m4: Remove file.
14722         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14723         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14724
14725         * m4/mbslen.m4: Remove file.
14726         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14727         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14728
14729         * m4/mbsncasecmp.m4: Remove file.
14730         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14731         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14732
14733         * m4/mbsnlen.m4: Remove file.
14734         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14735         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14736
14737         * m4/mbspbrk.m4: Remove file.
14738         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14739         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14740
14741         * m4/mbspcasecmp.m4: Remove file.
14742         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14743         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14744
14745         * m4/mbsrchr.m4: Remove file.
14746         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14747         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14748
14749         * m4/mbssep.m4: Remove file.
14750         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14751         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14752
14753         * m4/mbsspn.m4: Remove file.
14754         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14755         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14756
14757         * m4/mbsstr.m4: Remove file.
14758         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14759         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14760
14761         * m4/mbstok_r.m4: Remove file.
14762         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14763         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14764
14765         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14766
14767         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14768         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14769
14770         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14771
14772 2009-03-08  Bruno Haible  <bruno@clisp.org>
14773
14774         Tests for module 'unicase/ulc-casecmp'.
14775         * modules/unicase/ulc-casecmp-tests: New file.
14776         * tests/unicase/test-ulc-casecmp1.sh: New file.
14777         * tests/unicase/test-ulc-casecmp2.sh: New file.
14778         * tests/unicase/test-ulc-casecmp.c: New file.
14779
14780         New module 'unicase/ulc-casecmp'.
14781         * lib/unicase.h (ulc_casecmp): New declaration.
14782         * lib/unicase/ulc-casecmp.c: New file.
14783         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
14784         'const SRC_UNIT *'.
14785         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
14786         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
14787         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
14788         * modules/unicase/ulc-casecmp: New file.
14789
14790         Tests for module 'unicase/u32-is-cased'.
14791         * modules/unicase/u32-is-cased-tests: New file.
14792         * tests/unicase/test-u32-is-cased.c: New file.
14793
14794         Tests for module 'unicase/u16-is-cased'.
14795         * modules/unicase/u16-is-cased-tests: New file.
14796         * tests/unicase/test-u16-is-cased.c: New file.
14797
14798         Tests for module 'unicase/u8-is-cased'.
14799         * modules/unicase/u8-is-cased-tests: New file.
14800         * tests/unicase/test-u8-is-cased.c: New file.
14801         * tests/unicase/test-is-cased.h: New file.
14802
14803         New module 'unicase/u32-is-cased'.
14804         * lib/unicase/u32-is-cased.c: New file.
14805         * modules/unicase/u32-is-cased: New file.
14806
14807         New module 'unicase/u16-is-cased'.
14808         * lib/unicase/u16-is-cased.c: New file.
14809         * modules/unicase/u16-is-cased: New file.
14810
14811         New module 'unicase/u8-is-cased'.
14812         * lib/unicase/u8-is-cased.c: New file.
14813         * lib/unicase/u-is-cased.h: New file.
14814         * modules/unicase/u8-is-cased: New file.
14815
14816         Tests for module 'unicase/u32-is-casefolded'.
14817         * modules/unicase/u32-is-casefolded-tests: New file.
14818         * tests/unicase/test-u32-is-casefolded.c: New file.
14819
14820         Tests for module 'unicase/u16-is-casefolded'.
14821         * modules/unicase/u16-is-casefolded-tests: New file.
14822         * tests/unicase/test-u16-is-casefolded.c: New file.
14823
14824         Tests for module 'unicase/u8-is-casefolded'.
14825         * modules/unicase/u8-is-casefolded-tests: New file.
14826         * tests/unicase/test-u8-is-casefolded.c: New file.
14827         * tests/unicase/test-is-casefolded.h: New file.
14828
14829         New module 'unicase/u32-is-casefolded'.
14830         * lib/unicase/u32-is-casefolded.c: New file.
14831         * modules/unicase/u32-is-casefolded: New file.
14832
14833         New module 'unicase/u16-is-casefolded'.
14834         * lib/unicase/u16-is-casefolded.c: New file.
14835         * modules/unicase/u16-is-casefolded: New file.
14836
14837         New module 'unicase/u8-is-casefolded'.
14838         * lib/unicase/u8-is-casefolded.c: New file.
14839         * modules/unicase/u8-is-casefolded: New file.
14840
14841         Tests for module 'unicase/u32-is-titlecase'.
14842         * modules/unicase/u32-is-titlecase-tests: New file.
14843         * tests/unicase/test-u32-is-titlecase.c: New file.
14844
14845         Tests for module 'unicase/u16-is-titlecase'.
14846         * modules/unicase/u16-is-titlecase-tests: New file.
14847         * tests/unicase/test-u16-is-titlecase.c: New file.
14848
14849         Tests for module 'unicase/u8-is-titlecase'.
14850         * modules/unicase/u8-is-titlecase-tests: New file.
14851         * tests/unicase/test-u8-is-titlecase.c: New file.
14852         * tests/unicase/test-is-titlecase.h: New file.
14853
14854         New module 'unicase/u32-is-titlecase'.
14855         * lib/unicase/u32-is-titlecase.c: New file.
14856         * modules/unicase/u32-is-titlecase: New file.
14857
14858         New module 'unicase/u16-is-titlecase'.
14859         * lib/unicase/u16-is-titlecase.c: New file.
14860         * modules/unicase/u16-is-titlecase: New file.
14861
14862         New module 'unicase/u8-is-titlecase'.
14863         * lib/unicase/u8-is-titlecase.c: New file.
14864         * modules/unicase/u8-is-titlecase: New file.
14865
14866         Tests for module 'unicase/u32-is-lowercase'.
14867         * modules/unicase/u32-is-lowercase-tests: New file.
14868         * tests/unicase/test-u32-is-lowercase.c: New file.
14869
14870         Tests for module 'unicase/u16-is-lowercase'.
14871         * modules/unicase/u16-is-lowercase-tests: New file.
14872         * tests/unicase/test-u16-is-lowercase.c: New file.
14873
14874         Tests for module 'unicase/u8-is-lowercase'.
14875         * modules/unicase/u8-is-lowercase-tests: New file.
14876         * tests/unicase/test-u8-is-lowercase.c: New file.
14877         * tests/unicase/test-is-lowercase.h: New file.
14878
14879         New module 'unicase/u32-is-lowercase'.
14880         * lib/unicase/u32-is-lowercase.c: New file.
14881         * modules/unicase/u32-is-lowercase: New file.
14882
14883         New module 'unicase/u16-is-lowercase'.
14884         * lib/unicase/u16-is-lowercase.c: New file.
14885         * modules/unicase/u16-is-lowercase: New file.
14886
14887         New module 'unicase/u8-is-lowercase'.
14888         * lib/unicase/u8-is-lowercase.c: New file.
14889         * modules/unicase/u8-is-lowercase: New file.
14890
14891         Tests for module 'unicase/u32-is-uppercase'.
14892         * modules/unicase/u32-is-uppercase-tests: New file.
14893         * tests/unicase/test-u32-is-uppercase.c: New file.
14894
14895         Tests for module 'unicase/u16-is-uppercase'.
14896         * modules/unicase/u16-is-uppercase-tests: New file.
14897         * tests/unicase/test-u16-is-uppercase.c: New file.
14898
14899         Tests for module 'unicase/u8-is-uppercase'.
14900         * modules/unicase/u8-is-uppercase-tests: New file.
14901         * tests/unicase/test-u8-is-uppercase.c: New file.
14902         * tests/unicase/test-is-uppercase.h: New file.
14903
14904         New module 'unicase/u32-is-uppercase'.
14905         * lib/unicase/u32-is-uppercase.c: New file.
14906         * modules/unicase/u32-is-uppercase: New file.
14907
14908         New module 'unicase/u16-is-uppercase'.
14909         * lib/unicase/u16-is-uppercase.c: New file.
14910         * modules/unicase/u16-is-uppercase: New file.
14911
14912         New module 'unicase/u8-is-uppercase'.
14913         * lib/unicase/u8-is-uppercase.c: New file.
14914         * modules/unicase/u8-is-uppercase: New file.
14915
14916         New module 'unicase/u32-is-invariant'.
14917         * lib/unicase/u32-is-invariant.c: New file.
14918         * modules/unicase/u32-is-invariant: New file.
14919
14920         New module 'unicase/u16-is-invariant'.
14921         * lib/unicase/u16-is-invariant.c: New file.
14922         * modules/unicase/u16-is-invariant: New file.
14923
14924         New module 'unicase/u8-is-invariant'.
14925         * lib/unicase/u8-is-invariant.c: New file.
14926         * lib/unicase/invariant.h: New file.
14927         * lib/unicase/u-is-invariant.h: New file.
14928         * modules/unicase/u8-is-invariant: New file.
14929
14930         Tests for module 'unicase/u32-casecoll'.
14931         * modules/unicase/u32-casecoll-tests: New file.
14932         * tests/unicase/test-u32-casecoll.c: New file.
14933
14934         Tests for module 'unicase/u16-casecoll'.
14935         * modules/unicase/u16-casecoll-tests: New file.
14936         * tests/unicase/test-u16-casecoll.c: New file.
14937
14938         Tests for module 'unicase/u8-casecoll'.
14939         * modules/unicase/u8-casecoll-tests: New file.
14940         * tests/unicase/test-u8-casecoll.c: New file.
14941
14942         New module 'unicase/u32-casecoll'.
14943         * lib/unicase/u32-casecoll.c: New file.
14944         * modules/unicase/u32-casecoll: New file.
14945
14946         New module 'unicase/u16-casecoll'.
14947         * lib/unicase/u16-casecoll.c: New file.
14948         * modules/unicase/u16-casecoll: New file.
14949
14950         New module 'unicase/u8-casecoll'.
14951         * lib/unicase/u8-casecoll.c: New file.
14952         * lib/unicase/u-casecoll.h: New file.
14953         * modules/unicase/u8-casecoll: New file.
14954
14955         New module 'unicase/u32-casexfrm'.
14956         * lib/unicase/u32-casexfrm.c: New file.
14957         * modules/unicase/u32-casexfrm: New file.
14958
14959         New module 'unicase/u16-casexfrm'.
14960         * lib/unicase/u16-casexfrm.c: New file.
14961         * modules/unicase/u16-casexfrm: New file.
14962
14963         New module 'unicase/u8-casexfrm'.
14964         * lib/unicase/u8-casexfrm.c: New file.
14965         * lib/unicase/u-casexfrm.h: New file.
14966         * modules/unicase/u8-casexfrm: New file.
14967
14968         Tests for module 'unicase/u32-casecmp'.
14969         * modules/unicase/u32-casecmp-tests: New file.
14970         * tests/unicase/test-u32-casecmp.c: New file.
14971
14972         Tests for module 'unicase/u16-casecmp'.
14973         * modules/unicase/u16-casecmp-tests: New file.
14974         * tests/unicase/test-u16-casecmp.c: New file.
14975
14976         Tests for module 'unicase/u8-casecmp'.
14977         * modules/unicase/u8-casecmp-tests: New file.
14978         * tests/unicase/test-u8-casecmp.c: New file.
14979         * tests/unicase/test-casecmp.h: New file.
14980
14981         New module 'unicase/u32-casecmp'.
14982         * lib/unicase/u32-casecmp.c: New file.
14983         * modules/unicase/u32-casecmp: New file.
14984
14985         New module 'unicase/u16-casecmp'.
14986         * lib/unicase/u16-casecmp.c: New file.
14987         * modules/unicase/u16-casecmp: New file.
14988
14989         New module 'unicase/u8-casecmp'.
14990         * lib/unicase/u8-casecmp.c: New file.
14991         * lib/unicase/u-casecmp.h: New file.
14992         * modules/unicase/u8-casecmp: New file.
14993
14994         Tests for module 'unicase/u32-casefold'.
14995         * modules/unicase/u32-casefold-tests: New file.
14996         * tests/unicase/test-u32-casefold.c: New file.
14997
14998         Tests for module 'unicase/u16-casefold'.
14999         * modules/unicase/u16-casefold-tests: New file.
15000         * tests/unicase/test-u16-casefold.c: New file.
15001
15002         Tests for module 'unicase/u8-casefold'.
15003         * modules/unicase/u8-casefold-tests: New file.
15004         * tests/unicase/test-u8-casefold.c: New file.
15005
15006         New module 'unicase/u32-casefold'.
15007         * lib/unicase/u32-casefold.c: New file.
15008         * modules/unicase/u32-casefold: New file.
15009
15010         New module 'unicase/u16-casefold'.
15011         * lib/unicase/u16-casefold.c: New file.
15012         * modules/unicase/u16-casefold: New file.
15013
15014         New module 'unicase/u8-casefold'.
15015         * lib/unicase/u8-casefold.c: New file.
15016         * lib/unicase/u-casefold.h: New file.
15017         * modules/unicase/u8-casefold: New file.
15018
15019         New module 'unicase/tocasefold'.
15020         * lib/unicase/casefold.h: New file.
15021         * lib/unicase/tocasefold.c: New file.
15022         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15023         * modules/unicase/tocasefold: New file.
15024
15025         Tests for module 'unicase/u32-totitle'.
15026         * modules/unicase/u32-totitle-tests: New file.
15027         * tests/unicase/test-u32-totitle.c: New file.
15028
15029         Tests for module 'unicase/u16-totitle'.
15030         * modules/unicase/u16-totitle-tests: New file.
15031         * tests/unicase/test-u16-totitle.c: New file.
15032
15033         Tests for module 'unicase/u8-totitle'.
15034         * modules/unicase/u8-totitle-tests: New file.
15035         * tests/unicase/test-u8-totitle.c: New file.
15036
15037         New module 'unicase/u32-totitle'.
15038         * lib/unicase/u32-totitle.c: New file.
15039         * modules/unicase/u32-totitle: New file.
15040
15041         New module 'unicase/u16-totitle'.
15042         * lib/unicase/u16-totitle.c: New file.
15043         * modules/unicase/u16-totitle: New file.
15044
15045         New module 'unicase/u8-totitle'.
15046         * lib/unicase/u8-totitle.c: New file.
15047         * lib/unicase/u-totitle.h: New file.
15048         * modules/unicase/u8-totitle: New file.
15049
15050         Tests for module 'unicase/u32-tolower'.
15051         * modules/unicase/u32-tolower-tests: New file.
15052         * tests/unicase/test-u32-tolower.c: New file.
15053
15054         Tests for module 'unicase/u16-tolower'.
15055         * modules/unicase/u16-tolower-tests: New file.
15056         * tests/unicase/test-u16-tolower.c: New file.
15057
15058         Tests for module 'unicase/u8-tolower'.
15059         * modules/unicase/u8-tolower-tests: New file.
15060         * tests/unicase/test-u8-tolower.c: New file.
15061
15062         New module 'unicase/u32-tolower'.
15063         * lib/unicase/u32-tolower.c: New file.
15064         * modules/unicase/u32-tolower: New file.
15065
15066         New module 'unicase/u16-tolower'.
15067         * lib/unicase/u16-tolower.c: New file.
15068         * modules/unicase/u16-tolower: New file.
15069
15070         New module 'unicase/u8-tolower'.
15071         * lib/unicase/u8-tolower.c: New file.
15072         * modules/unicase/u8-tolower: New file.
15073
15074         Tests for module 'unicase/u32-toupper'.
15075         * modules/unicase/u32-toupper-tests: New file.
15076         * tests/unicase/test-u32-toupper.c: New file.
15077
15078         Tests for module 'unicase/u16-toupper'.
15079         * modules/unicase/u16-toupper-tests: New file.
15080         * tests/unicase/test-u16-toupper.c: New file.
15081
15082         Tests for module 'unicase/u8-toupper'.
15083         * modules/unicase/u8-toupper-tests: New file.
15084         * tests/unicase/test-u8-toupper.c: New file.
15085
15086         New module 'unicase/u32-toupper'.
15087         * lib/unicase/u32-toupper.c: New file.
15088         * modules/unicase/u32-toupper: New file.
15089
15090         New module 'unicase/u16-toupper'.
15091         * lib/unicase/u16-toupper.c: New file.
15092         * modules/unicase/u16-toupper: New file.
15093
15094         New module 'unicase/u8-toupper'.
15095         * lib/unicase/u8-toupper.c: New file.
15096         * modules/unicase/u8-toupper: New file.
15097
15098         New module 'unicase/u32-casemap'.
15099         * lib/unicase/u32-casemap.c: New file.
15100         * modules/unicase/u32-casemap: New file.
15101
15102         New module 'unicase/u16-casemap'.
15103         * lib/unicase/u16-casemap.c: New file.
15104         * modules/unicase/u16-casemap: New file.
15105
15106         New module 'unicase/u8-casemap'.
15107         * lib/unicase/unicasemap.h: New file.
15108         * lib/unicase/u8-casemap.c: New file.
15109         * lib/unicase/u-casemap.h: New file.
15110         * modules/unicase/u8-casemap: New file.
15111
15112         New module 'unicase/special-casing'.
15113         * lib/unicase/special-casing.h: New file.
15114         * lib/unicase/special-casing.c: New file.
15115         * lib/unicase/special-casing-table.gperf: New file, generated by
15116         gen-uni-tables.c.
15117         * modules/unicase/special-casing: New file.
15118
15119         Tests for module 'unicase/locale-language'.
15120         * modules/unicase/locale-language-tests: New file.
15121         * tests/unicase/test-locale-language.sh: New file.
15122         * tests/unicase/test-locale-language.c: New file.
15123
15124         New module 'unicase/locale-language'.
15125         * lib/unicase/locale-language.c: New file.
15126         * lib/unicase/locale-languages.gperf: New file.
15127         * modules/unicase/locale-language: New file.
15128
15129         Generate more tables for case conversion and case folding.
15130         * lib/gen-uni-tables.c (SCC_*): New enum items.
15131         (struct special_casing_rule): New type.
15132         (casing_rules, num_casing_rules, allocated_casing_rules): New
15133         variables.
15134         (add_casing_rule, fill_casing_rules): New functions.
15135         (struct casefold_rule): New type.
15136         (casefolding_rules, num_casefolding_rules,
15137         allocated_casefolding_rules): New variables.
15138         (fill_casefolding_rules): New function.
15139         (unicode_casefold): New variable.
15140         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15141         sort_casing_rules, output_casing_rules): New functions.
15142         (main): Accept to more arguments: SpecialCasing.txt and
15143         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15144         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15145         Output mapping for casefolding.
15146
15147         * lib/unicase.h: Include stdbool.h, uninorm.h.
15148         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15149         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15150         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15151         arguments.
15152         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15153         resultp arguments.
15154         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15155         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15156         resultp arguments.
15157         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15158         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15159         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15160         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15161         declarations.
15162         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15163
15164 2009-03-08  Bruno Haible  <bruno@clisp.org>
15165
15166         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15167         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15168         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15169         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15170
15171 2009-03-07  Bruno Haible  <bruno@clisp.org>
15172
15173         Adjust u*_normcmp, u*_normcoll API.
15174         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15175         u16_normcoll, u32_normcoll): Change failure conventions.
15176         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15177         errno and return -1.
15178         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15179
15180 2009-03-07  Bruno Haible  <bruno@clisp.org>
15181
15182         Tests for module 'uninorm/u32-normcoll'.
15183         * modules/uninorm/u32-normcoll-tests: New file.
15184         * tests/uninorm/test-u32-normcoll.c: New file.
15185
15186         Tests for module 'uninorm/u16-normcoll'.
15187         * modules/uninorm/u16-normcoll-tests: New file.
15188         * tests/uninorm/test-u16-normcoll.c: New file.
15189
15190         Tests for module 'uninorm/u8-normcoll'.
15191         * modules/uninorm/u8-normcoll-tests: New file.
15192         * tests/uninorm/test-u8-normcoll.c: New file.
15193
15194 2009-03-07  Bruno Haible  <bruno@clisp.org>
15195
15196         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15197         tests/uninorm/test-u32-normcmp.c.
15198         * tests/uninorm/test-u32-normcmp.c: Include it.
15199         (test_nonascii): New function, extracted from main. Add some more
15200         tests.
15201         (main): Invoke test_ascii and test_nonascii.
15202         * modules/uninorm/u32-normcmp-tests (Files): Add
15203         tests/uninorm/test-u32-normcmp.h.
15204         (Depends-on): Remove uninorm/u32-normcmp.
15205
15206         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15207         tests/uninorm/test-u16-normcmp.c.
15208         * tests/uninorm/test-u16-normcmp.c: Include it.
15209         (test_nonascii): New function, extracted from main. Add some more
15210         tests.
15211         (main): Invoke test_ascii and test_nonascii.
15212         * modules/uninorm/u16-normcmp-tests (Files): Add
15213         tests/uninorm/test-u16-normcmp.h.
15214         (Depends-on): Remove uninorm/u16-normcmp.
15215
15216         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15217         tests/uninorm/test-u8-normcmp.c.
15218         * tests/uninorm/test-u8-normcmp.c: Include it.
15219         (test_nonascii): New function, extracted from main. Add some more
15220         tests.
15221         (main): Invoke test_ascii and test_nonascii.
15222         * modules/uninorm/u8-normcmp-tests (Files): Add
15223         tests/uninorm/test-u8-normcmp.h.
15224         (Depends-on): Remove uninorm/u8-normcmp.
15225
15226 2009-03-07  Bruno Haible  <bruno@clisp.org>
15227
15228         New module 'uninorm/u32-normcoll'.
15229         * lib/uninorm/u32-normcoll.c: New file.
15230         * modules/uninorm/u32-normcoll: New file.
15231
15232         New module 'uninorm/u16-normcoll'.
15233         * lib/uninorm/u16-normcoll.c: New file.
15234         * modules/uninorm/u16-normcoll: New file.
15235
15236         New module 'uninorm/u8-normcoll'.
15237         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15238         declarations.
15239         * lib/uninorm/u8-normcoll.c: New file.
15240         * lib/uninorm/u-normcoll.h: New file.
15241         * modules/uninorm/u8-normcoll: New file.
15242
15243         New module 'uninorm/u32-normxfrm'.
15244         * lib/uninorm/u32-normxfrm.c: New file.
15245         * modules/uninorm/u32-normxfrm: New file.
15246
15247         New module 'uninorm/u16-normxfrm'.
15248         * lib/uninorm/u16-normxfrm.c: New file.
15249         * modules/uninorm/u16-normxfrm: New file.
15250
15251         New module 'uninorm/u8-normxfrm'.
15252         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15253         declarations.
15254         * lib/uninorm/u8-normxfrm.c: New file.
15255         * lib/uninorm/u-normxfrm.h: New file.
15256         * modules/uninorm/u8-normxfrm: New file.
15257
15258 2009-03-07  Bruno Haible  <bruno@clisp.org>
15259
15260         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15261         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15262         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15263
15264 2009-03-07  Bruno Haible  <bruno@clisp.org>
15265
15266         New module 'memxfrm'.
15267         * lib/memxfrm.h: New file.
15268         * lib/memxfrm.c: New file.
15269         * modules/memxfrm: New file.
15270
15271 2009-03-07  Bruno Haible  <bruno@clisp.org>
15272
15273         New module 'memcmp2'.
15274         * lib/memcmp2.h: New file.
15275         * lib/memcmp2.c: New file.
15276         * modules/memcmp2: New file.
15277
15278 2009-03-07  Bruno Haible  <bruno@clisp.org>
15279
15280         Tests for module 'uninorm/decomposing-form'.
15281         * modules/uninorm/decomposing-form-tests: New file.
15282         * tests/uninorm/test-decomposing-form.c: New file.
15283
15284         New module 'uninorm/decomposing-form'.
15285         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15286         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15287         Add 'decomposing_variant' field.
15288         * lib/uninorm/decomposing-form.c: New file.
15289         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15290         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15291         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15292         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15293         * modules/uninorm/decomposing-form: New file.
15294         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15295         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15296
15297 2009-03-07  Bruno Haible  <bruno@clisp.org>
15298
15299         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15300         strings.
15301
15302 2009-03-06  Bruno Haible  <bruno@clisp.org>
15303
15304         Tests for module 'uninorm/u32-normcmp'.
15305         * tests/uninorm/test-u32-normcmp.c: New file.
15306         * modules/uninorm/u32-normcmp-tests: New file.
15307
15308         Tests for module 'uninorm/u16-normcmp'.
15309         * tests/uninorm/test-u16-normcmp.c: New file.
15310         * modules/uninorm/u16-normcmp-tests: New file.
15311
15312         Tests for module 'uninorm/u8-normcmp'.
15313         * tests/uninorm/test-u8-normcmp.c: New file.
15314         * modules/uninorm/u8-normcmp-tests: New file.
15315
15316         New module 'uninorm/u32-normcmp'.
15317         * lib/uninorm/u32-normcmp.c: New file.
15318         * modules/uninorm/u32-normcmp: New file.
15319
15320         New module 'uninorm/u16-normcmp'.
15321         * lib/uninorm/u16-normcmp.c: New file.
15322         * modules/uninorm/u16-normcmp: New file.
15323
15324         New module 'uninorm/u8-normcmp'.
15325         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15326         declarations.
15327         * lib/uninorm/u8-normcmp.c: New file.
15328         * lib/uninorm/u-normcmp.h: New file.
15329         * modules/uninorm/u8-normcmp: New file.
15330
15331 2009-03-06  Bruno Haible  <bruno@clisp.org>
15332
15333         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15334         Reported by Eric Blake.
15335
15336 2009-03-06  Eric Blake  <ebb9@byu.net>
15337             Bruno Haible  <bruno@clisp.org>
15338
15339         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15340         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15341         condition.
15342         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15343         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15344         condition.
15345         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15346
15347 2009-03-06  Eric Blake  <ebb9@byu.net>
15348
15349         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15350         to avoid compiler warnings.
15351         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15352
15353 2009-03-05  Bruno Haible  <bruno@clisp.org>
15354
15355         * tests/test-ftell.c (main): Disable test beyond end of file on
15356         FreeMiNT.
15357         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15358
15359 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15360
15361         * lib/filevercmp.c: Move hidden files up in ordering.
15362         * tests/test-filevercmp.c: Add tests for hidden files.
15363
15364 2009-03-04  Bruno Haible  <bruno@clisp.org>
15365
15366         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15367         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15368         AM_CFLAGS.
15369         Reported by Simon Josefsson.
15370
15371 2009-03-03  Bruno Haible  <bruno@clisp.org>
15372
15373         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15374         Reported by Simon Josefsson.
15375
15376         * doc/ld-version-script.texi: Update node reference.
15377
15378 2009-03-03  Bruno Haible  <bruno@clisp.org>
15379
15380         * modules/visibility (License): Change to 'unlimited'.
15381         Suggested by Simon Josefsson.
15382
15383 2009-03-03  Jim Meyering  <meyering@redhat.com>
15384
15385         unlinkdir: cannot_unlink_dir may modify process state
15386         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15387         it's neither thread-safe nor appropriate for use in a library.
15388
15389 2009-03-03  Eric Blake  <ebb9@byu.net>
15390
15391         test-closein: silence test under Darwin
15392         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15393         care if it dies from EPIPE or EBADF.
15394
15395 2009-03-03  Bruno Haible  <bruno@clisp.org>
15396
15397         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15398         earlier.
15399         * doc/visibility.texi: Fix @node and @section.
15400
15401 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15402
15403         * doc/gnulib.texi: Link to sections for ld version script and
15404         visibility.
15405         * doc/visibility.texi: Add @node and @section.
15406         * modules/ld-version-script: New module.
15407         * m4/ld-version-script.m4: New file.
15408         * doc/ld-version-script.texi: New file.
15409
15410 2009-03-02  David Lutterkort  <lutter@redhat.com>
15411
15412         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15413         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15414
15415 2009-03-02  Bruno Haible  <bruno@clisp.org>
15416
15417         * doc/visibility.texi: Mention libtool's -export-symbols option.
15418
15419 2009-03-02  Jim Meyering  <meyering@redhat.com>
15420
15421         announce-gen: new option: --no-print-checksums
15422         * build-aux/announce-gen (usage): Describe it.
15423         (print_checksums): Print a newline here, not in the [*] footnote.
15424         (main): Honor it.
15425
15426 2009-03-01  Bruno Haible  <bruno@clisp.org>
15427
15428         Use socklen_t in the native Windows replacements prototypes.
15429         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15430         instead of 'int'.
15431         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15432         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15433         * modules/getsockopt (Depends-on): Add socklen.
15434         * modules/setsockopt (Depends-on): Add socklen.
15435
15436 2009-03-01  Bruno Haible  <bruno@clisp.org>
15437
15438         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15439         least 4.2.
15440
15441 2009-03-01  Eric Blake  <ebb9@byu.net>
15442             Bruno Haible  <bruno@clisp.org>
15443
15444         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15445         error messages.
15446         * lib/wait-process.c (wait_subprocess): Omit error message about
15447         deadly signal sent to the child of termsigp != NULL.
15448
15449 2009-03-01  Eric Blake  <ebb9@byu.net>
15450
15451         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15452
15453 2009-03-01  Bruno Haible  <bruno@clisp.org>
15454
15455         Avoid a gcc warning.
15456         * tests/test-sched.c (b): Make global.
15457         Reported by Eric Blake.
15458
15459 2009-01-19  Martin Lambers  <marlam@marlam.de>
15460
15461         Provide POSIX semantics for socket timeout options on W32.
15462         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15463         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15464         * modules/setsockopt: Depend on sys_time module for struct timeval.
15465         * modules/getsockopt: Depend on sys_time module for struct timeval.
15466
15467 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15468
15469         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15470         __USE_GNU, for consistency with netdb.in.h.
15471         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15472
15473 2009-03-01  Bruno Haible  <bruno@clisp.org>
15474
15475         More support for FreeMiNT.
15476         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15477         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15478
15479 2009-03-01  Bruno Haible  <bruno@clisp.org>
15480
15481         More support for FreeMiNT.
15482         * lib/fpurge.c (fpurge): Correct last commit.
15483         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15484
15485 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15486
15487         Fix unportable awk script in vc-list-files.
15488         * build-aux/vc-list-files: In the replacement awk script, use
15489         substr with a second argument of 1, not zero.
15490         Report by Simon Josefsson.
15491
15492 2009-02-28  Bruno Haible  <bruno@clisp.org>
15493
15494         More support for FreeMiNT.
15495         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15496         to FreeMiNT today.
15497         * lib/fwriting.c (fwriting): Likewise.
15498         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15499
15500 2009-02-28  Bruno Haible  <bruno@clisp.org>
15501
15502         * tests/test-freadseek.c (main): Disable test beyond end of file on
15503         FreeMiNT.
15504         * tests/test-ftello.c (main): Likewise.
15505         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15506
15507 2009-02-28  Bruno Haible  <bruno@clisp.org>
15508
15509         Add tentative support for FreeMiNT.
15510         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15511         * lib/fpurge.c (fpurge): Likewise.
15512         * lib/freadable.c (freadable): Likewise.
15513         * lib/freading.c (freading): Likewise.
15514         * lib/freadptr.c (freadptr): Likewise.
15515         * lib/freadseek.c (freadptrinc): Likewise.
15516         * lib/fseeko.c (rpl_fseeko): Likewise.
15517         * lib/fseterr.c (fseterr): Likewise.
15518         * lib/fwritable.c (fwritable): Likewise.
15519         * lib/fwriting.c (fwriting): Likewise.
15520         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15521         Hourihane.
15522         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15523
15524 2009-02-28  Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15527         SIGCHLD.
15528         Reported by Jim Meyering.
15529
15530 2009-02-28  Bruno Haible  <bruno@clisp.org>
15531
15532         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15533         Mention the results of these tests on various platforms.
15534         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15535         order.
15536         * doc/posix-functions/printf.texi: Likewise.
15537         * doc/posix-functions/snprintf.texi: Likewise.
15538         * doc/posix-functions/sprintf.texi: Likewise.
15539         * doc/posix-functions/vfprintf.texi: Likewise.
15540         * doc/posix-functions/vprintf.texi: Likewise.
15541         * doc/posix-functions/vsnprintf.texi: Likewise.
15542         * doc/posix-functions/vsprintf.texi: Likewise.
15543         * doc/glibc-functions/obstack_printf.texi: Likewise.
15544         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15545
15546 2009-02-28  Bruno Haible  <bruno@clisp.org>
15547
15548         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15549         Reported by Loïc Minier <lool@dooz.org>.
15550
15551 2009-02-27  Bruno Haible  <bruno@clisp.org>
15552
15553         * gnulib-tool (func_import): Make the sed expression used to create the
15554         sed script for updating the .gitignore file POSIX compliant.
15555         Reported by Eric Blake.
15556
15557 2009-02-27  Bruno Haible  <bruno@clisp.org>
15558
15559         * gnulib-tool (sed): Don't alias as "sed --posix".
15560         Reported by Eric Blake.
15561
15562 2009-02-27  Bruno Haible  <bruno@clisp.org>
15563
15564         Avoid test link errors.
15565         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15566         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15567         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15568         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15569         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15570
15571 2009-02-27  Bruno Haible  <bruno@clisp.org>
15572
15573         Avoid spurious "(cached)" in configure output.
15574         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15575         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15576         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15577         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15578         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15579         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15580         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15581         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15582         Reported by Eric Blake.
15583
15584 2009-02-27  Eric Blake  <ebb9@byu.net>
15585
15586         printf: fix regression in previous patch
15587         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15588
15589 2009-02-27  Bruno Haible  <bruno@clisp.org>
15590
15591         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15592         value.
15593         * lib/stdint.in.h: Likewise.
15594         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15595
15596 2009-02-27  Eric Blake  <ebb9@byu.net>
15597
15598         doc: mention more functions added in cygwin 1.7.0
15599         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15600         addition.
15601         * doc/posix-functions/open_wmemstream.texi: Likewise.
15602         * doc/posix-functions/wcsnlen.texi: Likewise.
15603         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15604         * doc/posix-functions/wcstod.texi: Likewise.
15605         * doc/posix-functions/wcstof.texi: Likewise.
15606         * doc/posix-functions/wcstoimax.texi: Likewise.
15607         * doc/posix-functions/wcstok.texi: Likewise.
15608         * doc/posix-functions/wcstoumax.texi: Likewise.
15609
15610         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15611         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15612         * doc/posix-functions/fprintf.texi: Update.
15613         * doc/posix-functions/printf.texi: Update.
15614         * doc/posix-functions/snprintf.texi: Update.
15615         * doc/posix-functions/sprintf.texi: Update.
15616         * doc/posix-functions/vfprintf.texi: Update.
15617         * doc/posix-functions/vprintf.texi: Update.
15618         * doc/posix-functions/vsnprintf.texi: Update.
15619         * doc/posix-functions/vsprintf.texi: Update.
15620         * doc/glibc-functions/obstack_printf.texi: Update.
15621         * doc/glibc-functions/obstack_vprintf.texi: Update.
15622
15623 2009-02-26  Eric Blake  <ebb9@byu.net>
15624
15625         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15626         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15627         compilation bug by using runtime conversion.
15628         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15629         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15630         * modules/ceill-tests (Files): Use nan.h.
15631         * modules/floorl-tests (Files): Likewise.
15632         * modules/frexpl-tests (Files): Likewise.
15633         * modules/isnanl-tests (Files): Likewise.
15634         * modules/ldexpl-tests (Files): Likewise.
15635         * modules/roundl-tests (Files): Likewise.
15636         * modules/truncl-tests (Files): Likewise.
15637         * tests/test-ceill.c (main): Use a working NaN.
15638         * tests/test-floorl.c (main): Likewise.
15639         * tests/test-frexpl.c (main): Likewise.
15640         * tests/test-isnan.c (test_long_double): Likewise.
15641         * tests/test-isnanl.h (main): Likewise.
15642         * tests/test-ldexpl.h (main): Likewise.
15643         * tests/test-roundl.h (main): Likewise.
15644         * tests/test-truncl.h (main): Likewise.
15645         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15646
15647 2009-02-26  Eric Blake  <ebb9@byu.net>
15648             Bruno Haible  <bruno@clisp.org>
15649
15650         Work around a *printf bug with %ls on Solaris.
15651         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15652         precision is specified, sprintf stops converting the wide string
15653         argument when the number of bytes that have been produced by this
15654         conversion equals or exceeds the precision.
15655         * doc/posix-functions/fprintf.texi: Update.
15656         * doc/posix-functions/printf.texi: Update.
15657         * doc/posix-functions/snprintf.texi: Update.
15658         * doc/posix-functions/sprintf.texi: Update.
15659         * doc/posix-functions/vfprintf.texi: Update.
15660         * doc/posix-functions/vprintf.texi: Update.
15661         * doc/posix-functions/vsnprintf.texi: Update.
15662         * doc/posix-functions/vsprintf.texi: Update.
15663         * doc/glibc-functions/obstack_printf.texi: Update.
15664         * doc/glibc-functions/obstack_vprintf.texi: Update.
15665
15666 2009-02-26  Eric Blake  <ebb9@byu.net>
15667
15668         stdlib: favor compiler check of random.h
15669         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15670         to avoid an ObjC random.h installed by Swarm.
15671
15672 2009-02-26  Bruno Haible  <bruno@clisp.org>
15673
15674         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15675         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15676         Reported by Gary V. Vaughan <gary@gnu.org>.
15677
15678 2009-02-26  Bruno Haible  <bruno@clisp.org>
15679
15680         Fix *printf behaviour regarding the %ls directive.
15681         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15682         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15683         NEED_PRINTF_DIRECTIVE_LS.
15684         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15685         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15686         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15687         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15688         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15689         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15690         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15691         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15692         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15693         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15694         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15695         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15696         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15697         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15698         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15699         * doc/posix-functions/fprintf.texi: Update.
15700         * doc/posix-functions/printf.texi: Update.
15701         * doc/posix-functions/snprintf.texi: Update.
15702         * doc/posix-functions/sprintf.texi: Update.
15703         * doc/posix-functions/vfprintf.texi: Update.
15704         * doc/posix-functions/vprintf.texi: Update.
15705         * doc/posix-functions/vsnprintf.texi: Update.
15706         * doc/posix-functions/vsprintf.texi: Update.
15707         * doc/glibc-functions/obstack_printf.texi: Update.
15708         * doc/glibc-functions/obstack_vprintf.texi: Update.
15709         Reported by Eric Blake.
15710
15711 2009-02-25  Bruno Haible  <bruno@clisp.org>
15712
15713         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15714         with known value.
15715         Reported by Gary V. Vaughan <gary@gnu.org>.
15716
15717 2009-02-25  Bruno Haible  <bruno@clisp.org>
15718
15719         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15720         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15721         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15722         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15723         Reported by Gary V. Vaughan <gary@gnu.org>.
15724
15725 2009-02-25  Bruno Haible  <bruno@clisp.org>
15726
15727         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15728         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15729         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15730         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15731         Reported by Gary V. Vaughan <gary@gnu.org>.
15732
15733 2009-02-25  Eric Blake  <ebb9@byu.net>
15734
15735         tests: skip fseek/ftell tests if ungetc is broken
15736         * m4/ungetc.m4: New file.
15737         * modules/fseek-tests: Split test, so ungetc dependency is
15738         separate from rest of test.
15739         * modules/fseeko-tests: Likewise.
15740         * modules/ftell-tests: Likewise.
15741         * modules/ftello-tests: Likewise.
15742         * tests/test-fseek.c (main): Isolate ungetc dependency.
15743         * tests/test-fseeko.c (main): Likewise.
15744         * tests/test-ftell.c (main): Likewise.
15745         * tests/test-ftello.c (main): Likewise.
15746         * tests/test-fseek2.sh: New file.
15747         * tests/test-fseeko2.sh: Likewise.
15748         * tests/test-ftell2.sh: Likewise.
15749         * tests/test-ftello2.sh: Likewise.
15750
15751 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15752
15753         test-getaddrinfo: fix usage of skip return code 77
15754         * tests/test-gettaddrinfo.c: Return skip code 77 only
15755         for first occurance of skip (4x77 is not 77)
15756
15757 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15758
15759         strtod: avoid C99 decl-after-statement
15760         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15761
15762 2009-02-24  Eric Blake  <ebb9@byu.net>
15763
15764         strtod: detect HP-UX 11.31 bug
15765         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15766         Reported by Gary V. Vaughan.
15767
15768 2009-02-23  Bruno Haible  <bruno@clisp.org>
15769
15770         Fix invalid read past end of memory block.
15771         * lib/vasnprintf.c (DCHAR_SET): Define.
15772         (local_wcslen): Define only when needed.
15773         (local_strnlen, local_wcsnlen): New functions.
15774         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15775         directives that involve a conversion ourselves.
15776         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15777         wcsnlen, mbrtowc, wcrtomb.
15778         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15779         * tests/test-vasprintf-posix.c (test_function): Likewise.
15780         * tests/test-snprintf-posix.h (test_function): Likewise.
15781         * tests/test-sprintf-posix.h (test_function): Likewise.
15782         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15783
15784 2009-02-22  Bruno Haible  <bruno@clisp.org>
15785
15786         Implement new clarified decomposition of Hangul syllables.
15787         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
15788         of type LTV, return only a pairwise decomposition.
15789         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
15790         Likewise.
15791         * tests/uninorm/test-decomposition.c (main): Updated expected result.
15792         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
15793         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
15794
15795 2009-02-22  Bruno Haible  <bruno@clisp.org>
15796
15797         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
15798         zero-length results and shrink excess allocated memory.
15799         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
15800         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
15801         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
15802         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
15803         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
15804         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
15805         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
15806         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
15807         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
15808         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
15809         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
15810         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
15811
15812 2009-02-21  Bruno Haible  <bruno@clisp.org>
15813
15814         * doc/gnulib.texi: Include safe-alloc.texi earlier.
15815         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
15816         spaces after a period. Put a space between a macro name and its
15817         argument list. Trivial rewordings.
15818         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
15819         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
15820         (main): Return 0 explicitly.
15821
15822 2009-02-21  Bruno Haible  <bruno@clisp.org>
15823
15824         Tests for module 'uninorm/filter'.
15825         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
15826         * modules/uninorm/filter-tests: New file.
15827
15828         New module 'uninorm/filter'.
15829         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
15830         uninorm_filter_flush, uninorm_filter_free): New declarations.
15831         * lib/uninorm/uninorm-filter.c: New file.
15832         * modules/uninorm/filter: New file.
15833
15834 2009-02-21  Bruno Haible  <bruno@clisp.org>
15835
15836         Tests for module 'uninorm/nfkc'.
15837         * tests/uninorm/test-nfkc.c: New file.
15838         * tests/uninorm/test-u8-nfkc.c: New file.
15839         * tests/uninorm/test-u16-nfkc.c: New file.
15840         * tests/uninorm/test-u32-nfkc.c: New file.
15841         * tests/uninorm/test-u32-nfkc-big.sh: New file.
15842         * tests/uninorm/test-u32-nfkc-big.c: New file.
15843         * modules/uninorm/nfkc-tests: New file.
15844
15845         New module 'uninorm/nfkc'.
15846         * lib/uninorm/nfkc.c: New file.
15847         * modules/uninorm/nfkc: New file.
15848
15849         Tests for module 'uninorm/nfkd'.
15850         * tests/uninorm/test-nfkd.c: New file.
15851         * tests/uninorm/test-u8-nfkd.c: New file.
15852         * tests/uninorm/test-u16-nfkd.c: New file.
15853         * tests/uninorm/test-u32-nfkd.c: New file.
15854         * tests/uninorm/test-u32-nfkd-big.sh: New file.
15855         * tests/uninorm/test-u32-nfkd-big.c: New file.
15856         * modules/uninorm/nfkd-tests: New file.
15857
15858         New module 'uninorm/nfkd'.
15859         * lib/uninorm/nfkd.c: New file.
15860         * modules/uninorm/nfkd: New file.
15861
15862         Tests for module 'uninorm/nfc'.
15863         * tests/uninorm/test-nfc.c: New file.
15864         * tests/uninorm/test-u8-nfc.c: New file.
15865         * tests/uninorm/test-u16-nfc.c: New file.
15866         * tests/uninorm/test-u32-nfc.c: New file.
15867         * tests/uninorm/test-u32-nfc-big.sh: New file.
15868         * tests/uninorm/test-u32-nfc-big.c: New file.
15869         * modules/uninorm/nfc-tests: New file.
15870
15871         New module 'uninorm/nfc'.
15872         * lib/uninorm/nfc.c: New file.
15873         * modules/uninorm/nfc: New file.
15874
15875         Tests for module 'uninorm/nfd'.
15876         * tests/uninorm/test-nfd.c: New file.
15877         * tests/uninorm/test-u8-nfd.c: New file.
15878         * tests/uninorm/test-u16-nfd.c: New file.
15879         * tests/uninorm/test-u32-nfd.c: New file.
15880         * tests/uninorm/test-u32-nfd-big.sh: New file.
15881         * tests/uninorm/test-u32-nfd-big.c: New file.
15882         * tests/uninorm/test-u32-normalize-big.h: New file.
15883         * tests/uninorm/test-u32-normalize-big.c: New file.
15884         * tests/uninorm/NormalizationTest.txt: New file, created from
15885         Unicode 5.1.0 NormalizationTest.txt.
15886         * modules/uninorm/nfd-tests: New file.
15887
15888         New module 'uninorm/nfd'.
15889         * lib/uninorm/nfd.c: New file.
15890         * modules/uninorm/nfd: New file.
15891
15892         New module 'uninorm/u32-normalize'.
15893         * lib/uninorm/u32-normalize.c: New file.
15894         * modules/uninorm/u32-normalize: New file.
15895
15896         New module 'uninorm/u16-normalize'.
15897         * lib/uninorm/u16-normalize.c: New file.
15898         * modules/uninorm/u16-normalize: New file.
15899
15900         New module 'uninorm/u8-normalize'.
15901         * lib/uninorm/u8-normalize.c: New file.
15902         * lib/uninorm/normalize-internal.h: New file.
15903         * lib/uninorm/u-normalize-internal.h: New file.
15904         * modules/uninorm/u8-normalize: New file.
15905
15906         New module 'uninorm/decompose-internal'.
15907         * lib/uninorm/decompose-internal.c: New file.
15908         * modules/uninorm/decompose-internal: New file.
15909
15910         Tests for module 'uninorm/composition'.
15911         * tests/uninorm/test-composition.c: New file.
15912         * modules/uninorm/composition-tests: New file.
15913
15914         New module 'uninorm/composition'.
15915         * lib/uninorm/composition.c: New file.
15916         * lib/uninorm/composition-table.gperf: New file, generated by
15917         gen-uni-tables.
15918         * modules/uninorm/composition: New file.
15919
15920         Tests for module 'uninorm/compat-decomposition'.
15921         * tests/uninorm/test-compat-decomposition.c: New file.
15922         * modules/uninorm/compat-decomposition-tests: New file.
15923
15924         New module 'uninorm/compat-decomposition'.
15925         * lib/uninorm/decompose-internal.h: New file.
15926         * lib/uninorm/compat-decomposition.c: New file.
15927         * modules/uninorm/compat-decomposition: New file.
15928
15929         Tests for module 'uninorm/canonical-decomposition'.
15930         * tests/uninorm/test-canonical-decomposition.c: New file.
15931         * modules/uninorm/canonical-decomposition-tests: New file.
15932
15933         New module 'uninorm/canonical-decomposition'.
15934         * lib/uninorm/canonical-decomposition.c: New file.
15935         * modules/uninorm/canonical-decomposition: New file.
15936
15937         Tests for module 'uninorm/decomposition'.
15938         * tests/uninorm/test-decomposition.c: New file.
15939         * modules/uninorm/decomposition-tests: New file.
15940
15941         New module 'uninorm/decomposition'.
15942         * lib/uninorm/decomposition.c: New file.
15943         * modules/uninorm/decomposition: New file.
15944
15945         New module 'uninorm/decomposition-table'.
15946         * lib/uninorm/decomposition-table.h: New file.
15947         * lib/uninorm/decomposition-table.c: New file.
15948         * lib/uninorm/decomposition-table1.h: New file, generated by
15949         gen-uni-tables.
15950         * lib/uninorm/decomposition-table2.h: New file, generated by
15951         gen-uni-tables.
15952         * modules/uninorm/decomposition-table: New file.
15953
15954         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
15955         (UC_DECOMP_*): New enumeration items.
15956         (get_decomposition): New function.
15957         (struct decomp_table): New type.
15958         (output_decomposition, output_decomposition_tables): New functions.
15959         (unicode_composition_exclusions): New variable.
15960         (fill_composition_exclusions, debug_output_composition_tables): New
15961         functions.
15962         (main): Accept one more argument. Invoke fill_composition_exclusions.
15963         Output decomposition and composition tables.
15964
15965         New module 'uninorm/base'.
15966         * lib/uninorm.h: New file.
15967         * lib/unictype.h: Update comment.
15968         * modules/uninorm/base: New file.
15969
15970 2009-02-21  David Lutterkort  <lutter@redhat.com>
15971
15972         Tests for module 'safe-alloc'.
15973         * tests/test-safe-alloc.c: New file.
15974         * modules/safe-alloc-tests: New file.
15975
15976         New module 'safe-alloc'.
15977         * lib/safe-alloc.h: New file.
15978         * lib/safe-alloc.c: New file.
15979         * m4/safe-alloc.m4: New file.
15980         * modules/safe-alloc: New file.
15981         * doc/safe-alloc.texi: New file.
15982         * doc/gnulib.texi: Include it.
15983         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15984         safe-alloc.
15985
15986 2009-02-18  Bruno Haible  <bruno@clisp.org>
15987
15988         Fix link error on non-glibc systems.
15989         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
15990         variable.
15991         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15992
15993 2009-02-18  Jim Meyering  <meyering@redhat.com>
15994
15995         fts: avoid used-uninitialized error due to recent change
15996         * lib/fts.c (fts_read): Guard uses of the new member,
15997         parent->fts_n_dirs_remaining, since it's not relevant for
15998         the parent of a directory specified on the command-line.
15999
16000 2009-02-17  James Youngman  <jay@gnu.org>
16001             Bruno Haible  <bruno@clisp.org>
16002
16003         * m4/include_next.m4: Reformulate comment.
16004
16005 2009-02-16  Jim Meyering  <meyering@redhat.com>
16006
16007         fts: add #if guards so that the fts_lgpl module still builds
16008         * lib/fts.c: Guard just-added hash-table-using parts with
16009         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16010         Reported by Simon Josefsson.
16011
16012 2009-02-15  Bruno Haible  <bruno@clisp.org>
16013
16014         * modules/array-mergesort-tests: New file.
16015         * tests/test-array-mergesort.c: New file.
16016
16017         New module 'array-mergesort'.
16018         * modules/array-mergesort: New file.
16019         * lib/array-mergesort.h: New file.
16020
16021 2009-02-15  Bruno Haible  <bruno@clisp.org>
16022
16023         Fix 2009-02-07 commit.
16024         * lib/gen-uni-tables.c (output_predicate, output_category,
16025         output_combclass, output_bidi_category, output_decimal_digit,
16026         output_digit, output_numeric, output_mirror, output_scripts,
16027         output_ident_category, output_simple_mapping): Fix format directives.
16028         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16029
16030 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16031
16032         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16033         fixes are available from IBM.
16034
16035 2009-02-13  Jim Meyering  <meyering@redhat.com>
16036
16037         fts: arrange not to stat non-directories in more cases
16038         This makes GNU find (when it doesn't need to stat each file)
16039         *much* more efficient at traversing reiserfs file systems.
16040         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16041         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16042         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16043         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16044         (leaf_optimization_applies): New function.
16045         (LCO_hash, LCO_compare): New helper functions.
16046         (link_count_optimize_ok): New function.
16047         (fts_stat): Initialize new member (if dir).
16048         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16049         we've just stat'ed a directory.  Skip the stat call when possible.
16050         ---
16051         Note this AFS-related exchange:
16052         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16053         and note find's pioctl call in find/fstype.c.
16054         But that is necessary only if you want to enable the
16055         optimization for AFS, and for now, I don't.
16056
16057         fts: move a function definition "up" (no semantic change)
16058         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16059         "up" to precede upcoming use of a related function.
16060
16061 2009-02-11  Jim Meyering  <meyering@redhat.com>
16062
16063         fts: correct internal computation of nlinks (optimization-related)
16064         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16065         whether the current entry is a directory, so don't test it.
16066
16067 2009-02-10  Bruno Haible  <bruno@clisp.org>
16068
16069         Tests for module 'uniwbrk/ulc-wordbreaks'.
16070         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16071         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16072         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16073
16074         Tests for module 'uniwbrk/u32-wordbreaks'.
16075         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16076         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16077
16078         Tests for module 'uniwbrk/u16-wordbreaks'.
16079         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16080         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16081
16082         Tests for module 'uniwbrk/u8-wordbreaks'.
16083         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16084         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16085
16086 2009-02-10  Bruno Haible  <bruno@clisp.org>
16087
16088         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16089         property.
16090         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16091         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16092         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16093
16094 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16095
16096         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16097         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16098
16099 2009-02-10  Bruno Haible  <bruno@clisp.org>
16100
16101         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16102         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16103         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16104         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16105         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16106         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16107
16108 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16109
16110         * lib/sockets.h (gl_fd_to_handle): New function.
16111
16112         * tests/test-sockets.c: Call gl_fd_to_handle.
16113
16114 2009-02-09  Bruno Haible  <bruno@clisp.org>
16115
16116         * doc/havelib.texi: Document the conventions on bi-arch systems.
16117
16118 2009-02-08  Bruno Haible  <bruno@clisp.org>
16119
16120         Document the AC_LIB_LINKFLAGS macro.
16121         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16122         * doc/gnulib.texi: Include it.
16123
16124 2009-02-08  Bruno Haible  <bruno@clisp.org>
16125
16126         Fix wrong order of sections, compared to TOC.
16127         * doc/gnulib.texi: Include relocatable-maint.texi after the
16128         "Regular expressions" node, not before.
16129
16130 2009-02-08  Bruno Haible  <bruno@clisp.org>
16131
16132         Tests for module 'unicase/totitle'.
16133         * modules/unicase/totitle-tests: New file.
16134
16135         Tests for module 'unicase/tolower'.
16136         * modules/unicase/tolower-tests: New file.
16137
16138         Tests for module 'unicase/toupper'.
16139         * modules/unicase/toupper-tests: New file.
16140         * tests/unicase/test-mapping-part1.h: New file.
16141         * tests/unicase/test-mapping-part2.h: New file.
16142
16143         New module 'unicase/totitle'.
16144         * modules/unicase/totitle: New file.
16145         * lib/unicase/totitle.c: New file.
16146
16147         New module 'unicase/tolower'.
16148         * modules/unicase/tolower: New file.
16149         * lib/unicase/tolower.c: New file.
16150
16151         New module 'unicase/toupper'.
16152         * modules/unicase/toupper: New file.
16153         * lib/unicase/toupper.c: New file.
16154         * lib/unicase/simple-mapping.h: New file.
16155
16156         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16157         (mapping_table): New structure.
16158         (output_simple_mapping): New function.
16159         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16160         * modules/gen-uni-tables (Description): Update.
16161         * lib/unicase/toupper.h: New file, automatically generated by
16162         gen-uni-tables.
16163         * lib/unicase/tolower.h: New file, automatically generated by
16164         gen-uni-tables.
16165         * lib/unicase/totitle.h: New file, automatically generated by
16166         gen-uni-tables.
16167         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16168         gen-uni-tables.
16169         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16170         gen-uni-tables.
16171         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16172         gen-uni-tables.
16173
16174         New module 'unicase/base'.
16175         * modules/unicase/base: New file.
16176         * lib/unicase.h: New file.
16177
16178 2009-02-08  Bruno Haible  <bruno@clisp.org>
16179
16180         New module 'uniwbrk/ulc-wordbreaks'.
16181         * modules/uniwbrk/ulc-wordbreaks: New file.
16182         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16183
16184         New module 'uniwbrk/u32-wordbreaks'.
16185         * modules/uniwbrk/u32-wordbreaks: New file.
16186         * lib/uniwbrk/u32-wordbreaks.c: New file.
16187
16188         New module 'uniwbrk/u16-wordbreaks'.
16189         * modules/uniwbrk/u16-wordbreaks: New file.
16190         * lib/uniwbrk/u16-wordbreaks.c: New file.
16191
16192         New module 'uniwbrk/u8-wordbreaks'.
16193         * modules/uniwbrk/u8-wordbreaks: New file.
16194         * lib/uniwbrk/u8-wordbreaks.c: New file.
16195         * lib/uniwbrk/u-wordbreaks.h: New file.
16196
16197         New module 'uniwbrk/table'.
16198         * modules/uniwbrk/table: New file.
16199         * lib/uniwbrk/wbrktable.h: New file.
16200         * lib/uniwbrk/wbrktable.c: New file.
16201
16202         New module 'uniwbrk/wordbreak-property'.
16203         * modules/uniwbrk/wordbreak-property: New file.
16204         * lib/uniwbrk/wordbreak-property.c: New file.
16205
16206         * lib/gen-uni-tables.c (WBP_*): New enum items.
16207         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16208         (unicode_org_wbp): New variable.
16209         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16210         New functions.
16211         (wbp_table): New structure.
16212         (output_wbp, output_wbrk_tables): New functions.
16213         (main): Accept additional argument. Invoke fill_org_wbp,
16214         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16215         output_wbrk_tables.
16216         * modules/gen-uni-tables (Description): Update.
16217         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16218         gen-uni-tables.
16219
16220         New module 'uniwbrk/base'.
16221         * modules/uniwbrk/base: New file.
16222         * lib/uniwbrk.h: New file.
16223
16224 2009-02-08  Bruno Haible  <bruno@clisp.org>
16225
16226         Update to Unicode 5.1.0.
16227         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16228         U+2185..U+2188.
16229         (is_property_default_ignorable_code_point): Don't include characters
16230         of category Cc or Cs and not-a-characters.
16231         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16232         U+0D79, U+109E, U+109F, U+A60C.
16233         * lib/unictype/bidi_of.h: Regenerated.
16234         * lib/unictype/blocks.h: Regenerated.
16235         * lib/unictype/categ_C.h: Regenerated.
16236         * lib/unictype/categ_Cf.h: Regenerated.
16237         * lib/unictype/categ_Cn.h: Regenerated.
16238         * lib/unictype/categ_L.h: Regenerated.
16239         * lib/unictype/categ_Ll.h: Regenerated.
16240         * lib/unictype/categ_Lm.h: Regenerated.
16241         * lib/unictype/categ_Lo.h: Regenerated.
16242         * lib/unictype/categ_Lu.h: Regenerated.
16243         * lib/unictype/categ_M.h: Regenerated.
16244         * lib/unictype/categ_Mc.h: Regenerated.
16245         * lib/unictype/categ_Me.h: Regenerated.
16246         * lib/unictype/categ_Mn.h: Regenerated.
16247         * lib/unictype/categ_N.h: Regenerated.
16248         * lib/unictype/categ_Nd.h: Regenerated.
16249         * lib/unictype/categ_Nl.h: Regenerated.
16250         * lib/unictype/categ_No.h: Regenerated.
16251         * lib/unictype/categ_P.h: Regenerated.
16252         * lib/unictype/categ_Pd.h: Regenerated.
16253         * lib/unictype/categ_Pe.h: Regenerated.
16254         * lib/unictype/categ_Pf.h: Regenerated.
16255         * lib/unictype/categ_Pi.h: Regenerated.
16256         * lib/unictype/categ_Po.h: Regenerated.
16257         * lib/unictype/categ_Ps.h: Regenerated.
16258         * lib/unictype/categ_S.h: Regenerated.
16259         * lib/unictype/categ_Sk.h: Regenerated.
16260         * lib/unictype/categ_Sm.h: Regenerated.
16261         * lib/unictype/categ_So.h: Regenerated.
16262         * lib/unictype/categ_of.h: Regenerated.
16263         * lib/unictype/combining.h: Regenerated.
16264         * lib/unictype/ctype_alnum.h: Regenerated.
16265         * lib/unictype/ctype_alpha.h: Regenerated.
16266         * lib/unictype/ctype_graph.h: Regenerated.
16267         * lib/unictype/ctype_lower.h: Regenerated.
16268         * lib/unictype/ctype_print.h: Regenerated.
16269         * lib/unictype/ctype_punct.h: Regenerated.
16270         * lib/unictype/ctype_upper.h: Regenerated.
16271         * lib/unictype/decdigit.h: Regenerated.
16272         * lib/unictype/digit.h: Regenerated.
16273         * lib/unictype/mirror.h: Regenerated.
16274         * lib/unictype/numeric.h: Regenerated.
16275         * lib/unictype/pr_alphabetic.h: Regenerated.
16276         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16277         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16278         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16279         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16280         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16281         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16282         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16283         * lib/unictype/pr_combining.h: Regenerated.
16284         * lib/unictype/pr_dash.h: Regenerated.
16285         * lib/unictype/pr_decimal_digit.h: Regenerated.
16286         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16287         * lib/unictype/pr_deprecated.h: Regenerated.
16288         * lib/unictype/pr_diacritic.h: Regenerated.
16289         * lib/unictype/pr_extender.h: Regenerated.
16290         * lib/unictype/pr_format_control.h: Regenerated.
16291         * lib/unictype/pr_grapheme_base.h: Regenerated.
16292         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16293         * lib/unictype/pr_grapheme_link.h: Regenerated.
16294         * lib/unictype/pr_id_continue.h: Regenerated.
16295         * lib/unictype/pr_id_start.h: Regenerated.
16296         * lib/unictype/pr_ideographic.h: Regenerated.
16297         * lib/unictype/pr_ignorable_control.h: Regenerated.
16298         * lib/unictype/pr_lowercase.h: Regenerated.
16299         * lib/unictype/pr_math.h: Regenerated.
16300         * lib/unictype/pr_numeric.h: Regenerated.
16301         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16302         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16303         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16304         * lib/unictype/pr_other_id_continue.h: Regenerated.
16305         * lib/unictype/pr_other_lowercase.h: Regenerated.
16306         * lib/unictype/pr_other_math.h: Regenerated.
16307         * lib/unictype/pr_punctuation.h: Regenerated.
16308         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16309         * lib/unictype/pr_soft_dotted.h: Regenerated.
16310         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16311         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16312         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16313         * lib/unictype/pr_uppercase.h: Regenerated.
16314         * lib/unictype/pr_xid_continue.h: Regenerated.
16315         * lib/unictype/pr_xid_start.h: Regenerated.
16316         * lib/unictype/pr_zero_width.h: Regenerated.
16317         * lib/unictype/scripts.h: Regenerated.
16318         * lib/unictype/scripts_byname.gperf: Regenerated.
16319         * lib/unictype/sy_java_ident.h: Regenerated.
16320         * lib/unilbrk/lbrkprop1.h: Regenerated.
16321         * lib/unilbrk/lbrkprop2.h: Regenerated.
16322         * tests/unictype/test-categ_C.c: Regenerated.
16323         * tests/unictype/test-categ_Cf.c: Regenerated.
16324         * tests/unictype/test-categ_Cn.c: Regenerated.
16325         * tests/unictype/test-categ_L.c: Regenerated.
16326         * tests/unictype/test-categ_Ll.c: Regenerated.
16327         * tests/unictype/test-categ_Lm.c: Regenerated.
16328         * tests/unictype/test-categ_Lo.c: Regenerated.
16329         * tests/unictype/test-categ_Lu.c: Regenerated.
16330         * tests/unictype/test-categ_M.c: Regenerated.
16331         * tests/unictype/test-categ_Mc.c: Regenerated.
16332         * tests/unictype/test-categ_Me.c: Regenerated.
16333         * tests/unictype/test-categ_Mn.c: Regenerated.
16334         * tests/unictype/test-categ_N.c: Regenerated.
16335         * tests/unictype/test-categ_Nd.c: Regenerated.
16336         * tests/unictype/test-categ_Nl.c: Regenerated.
16337         * tests/unictype/test-categ_No.c: Regenerated.
16338         * tests/unictype/test-categ_P.c: Regenerated.
16339         * tests/unictype/test-categ_Pd.c: Regenerated.
16340         * tests/unictype/test-categ_Pe.c: Regenerated.
16341         * tests/unictype/test-categ_Pf.c: Regenerated.
16342         * tests/unictype/test-categ_Pi.c: Regenerated.
16343         * tests/unictype/test-categ_Po.c: Regenerated.
16344         * tests/unictype/test-categ_Ps.c: Regenerated.
16345         * tests/unictype/test-categ_S.c: Regenerated.
16346         * tests/unictype/test-categ_Sk.c: Regenerated.
16347         * tests/unictype/test-categ_Sm.c: Regenerated.
16348         * tests/unictype/test-categ_So.c: Regenerated.
16349         * tests/unictype/test-ctype_alnum.c: Regenerated.
16350         * tests/unictype/test-ctype_alpha.c: Regenerated.
16351         * tests/unictype/test-ctype_graph.c: Regenerated.
16352         * tests/unictype/test-ctype_lower.c: Regenerated.
16353         * tests/unictype/test-ctype_print.c: Regenerated.
16354         * tests/unictype/test-ctype_punct.c: Regenerated.
16355         * tests/unictype/test-ctype_upper.c: Regenerated.
16356         * tests/unictype/test-decdigit.h: Regenerated.
16357         * tests/unictype/test-digit.h: Regenerated.
16358         * tests/unictype/test-numeric.h: Regenerated.
16359         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16360         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16361         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16362         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16363         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16364         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16365         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16366         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16367         * tests/unictype/test-pr_combining.c: Regenerated.
16368         * tests/unictype/test-pr_dash.c: Regenerated.
16369         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16370         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16371         * tests/unictype/test-pr_deprecated.c: Regenerated.
16372         * tests/unictype/test-pr_diacritic.c: Regenerated.
16373         * tests/unictype/test-pr_extender.c: Regenerated.
16374         * tests/unictype/test-pr_format_control.c: Regenerated.
16375         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16376         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16377         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16378         * tests/unictype/test-pr_id_continue.c: Regenerated.
16379         * tests/unictype/test-pr_id_start.c: Regenerated.
16380         * tests/unictype/test-pr_ideographic.c: Regenerated.
16381         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16382         * tests/unictype/test-pr_lowercase.c: Regenerated.
16383         * tests/unictype/test-pr_math.c: Regenerated.
16384         * tests/unictype/test-pr_numeric.c: Regenerated.
16385         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16386         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16387         Regenerated.
16388         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16389         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16390         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16391         * tests/unictype/test-pr_other_math.c: Regenerated.
16392         * tests/unictype/test-pr_punctuation.c: Regenerated.
16393         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16394         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16395         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16396         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16397         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16398         * tests/unictype/test-pr_uppercase.c: Regenerated.
16399         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16400         * tests/unictype/test-pr_xid_start.c: Regenerated.
16401         * tests/unictype/test-pr_zero_width.c: Regenerated.
16402
16403         Update to Unicode 5.1.0.
16404         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16405         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16406         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16407         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16408         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16409         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16410         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16411         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16412         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16413         (nonspacing_table_ind): Update.
16414         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16415
16416         Update to Unicode 5.1.0.
16417         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16418         code transform.
16419         * lib/uniname/uniname.c (unicode_character_name,
16420         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16421         * lib/uniname/uninames.h: Regenerated.
16422         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16423
16424 2009-02-07  Bruno Haible  <bruno@clisp.org>
16425
16426         Merge gen-ctype and gen-lbrk into a single program.
16427         * lib/gen-uni-tables.c: New file, incorporating
16428         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16429         Add directory prefixes to the names of the generated files.
16430         * lib/unictype/gen-ctype.c: Remove file.
16431         * lib/unilbrk/gen-lbrk.c: Remove file.
16432         * modules/gen-uni-tables: New file.
16433         * modules/unictype/gen-ctype: Remove file.
16434         * modules/unilbrk/gen-lbrk: Remove file.
16435
16436 2009-02-07  Bruno Haible  <bruno@clisp.org>
16437
16438         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16439
16440         New module 'unistr/u32-strcoll'.
16441         * modules/unistr/u32-strcoll: New file.
16442         * lib/unistr/u32-strcoll.c: New file.
16443
16444         New module 'unistr/u16-strcoll'.
16445         * modules/unistr/u16-strcoll: New file.
16446         * lib/unistr/u16-strcoll.c: New file.
16447
16448         New module 'unistr/u8-strcoll'.
16449         * modules/unistr/u8-strcoll: New file.
16450         * lib/unistr/u8-strcoll.c: New file.
16451         * lib/unistr/u-strcoll.h: New file.
16452
16453 2009-02-07  Bruno Haible  <bruno@clisp.org>
16454
16455         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16456         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16457         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16458         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16459         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16460         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16461
16462 2009-02-07  Bruno Haible  <bruno@clisp.org>
16463
16464         Make 64-bit clean.
16465         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16466         output_combclass, output_bidi_category, output_decimal_digit,
16467         output_digit, output_numeric, output_mirror, output_scripts,
16468         output_ident_category): Use proper width specifier in format strings.
16469
16470 2009-02-07  Bruno Haible  <bruno@clisp.org>
16471
16472         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16473         failure behaviour.
16474
16475 2009-02-07  Jim Meyering  <meyering@redhat.com>
16476
16477         regex: avoid compilation failure with upcoming gcc-4.4
16478         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16479         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16480         "... error: integer overflow in preprocessor expression".
16481
16482 2009-02-05  Ben Pfaff  <blp@gnu.org>
16483
16484         Fix link errors on Windows when close module is used.
16485         * modules/close: Add $(LIB_CLOSE) to Link section.
16486         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16487         $(LIB_CLOSE) on Windows.
16488
16489 2009-02-05  Jim Meyering  <meyering@redhat.com>
16490
16491         still avoid unused-parameter warnings, but do it cleanly
16492         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16493         (get_fs_usage): Cast to void instead.
16494         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16495         (dev_from_mount_options, read_file_system_list): Cast to void.
16496         Prompted by Bruno Haible.
16497
16498 2009-02-04  Jim Meyering  <meyering@redhat.com>
16499
16500         fsusage.c: correct copyright year
16501         * lib/fsusage.c: Reflect year in which the change is pushed into
16502
16503         avoid misc. warnings
16504         * lib/fsusage.c (UNUSED_PARAM): Define.
16505         (get_fs_usage): Mark parameter "disk" as unused.
16506         * lib/getugroups.c (getgrent): Use "void" in prototype.
16507         * lib/mountlist.c: Mark unused parameters.
16508         (read_file_system_list): Declare a local with "const".
16509         * lib/nanosleep.c (getnow): Declare static.
16510         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16511
16512         dirfd: set errno upon failure
16513         * lib/dirfd.c: Include <errno.h>.
16514         Set errno to ENOTSUP when returning -1.
16515         * modules/dirfd (Depends-on): Add errno.
16516         Suggested by John Kodis <kodis@comcast.net>.
16517
16518 2009-02-01  Bruno Haible  <bruno@clisp.org>
16519
16520         Don't assume sizeof (long) >= sizeof (void *).
16521         * lib/memcmp.c: Include stdint.h.
16522         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16523         srcp2 to 'const byte *'.
16524         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16525         types to uintptr_t.
16526         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16527         * modules/memcmp (Depends-on): Add stdint.
16528         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16529
16530 2009-01-30  Eric Blake  <ebb9@byu.net>
16531
16532         fix more require-before-expand issues
16533         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16534         expand, AC_PROG_AWK.
16535         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16536
16537 2009-01-28  Eric Blake  <ebb9@byu.net>
16538
16539         version-etc: use consistent URL formatting
16540         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16541         Improve formatting.  Use fputs for string without %.
16542
16543 2009-01-28  Jim Meyering  <meyering@redhat.com>
16544
16545         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16546         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16547         "underquoted definition of NAME" from autoconf-2.59.
16548
16549 2009-01-28  Bruno Haible  <bruno@clisp.org>
16550
16551         * doc/gnulib.texi: Add "Obsolete modules" to index.
16552
16553 2009-01-28  Jim Meyering  <meyering@redhat.com>
16554
16555         useless-if-before-free: recognize more variants
16556         * build-aux/useless-if-before-free: Also recognize e.g.,
16557         if (NULL != p) free (p);
16558
16559 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16560
16561         test-getaddrinfo: skip (don't fail) this test when there's no network
16562         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16563         on the presumption that it means you lack network access.
16564
16565 2009-01-26  Jim Meyering  <meyering@redhat.com>
16566
16567         fflush: avoid warnings on modern systems
16568         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16569         pos and result, into scopes where they're used.
16570
16571 2009-01-26  Eric Blake  <ebb9@byu.net>
16572
16573         Silence warning reintroduced by recent extensions patch.
16574         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16575         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16576         autoconf.
16577
16578         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16579         * m4/00gnulib.m4: New file.
16580         * gnulib-tool (func_get_filelist): Always use it.
16581         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16582         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16583
16584 2009-01-25  Bruno Haible  <bruno@clisp.org>
16585
16586         Make test-quotearg work on MacOS X and AIX.
16587         * tests/test-quotearg.sh: New file.
16588         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16589         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16590         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16591         include <libintl.h>.
16592         (fake_locale): Remove variable.
16593         (gettext, dgettext, dcgettext): Remove functions.
16594         (main): Instead of setting a fake locale, set a real locale. Call
16595         textdomain and bindtextdomain.
16596         * modules/quotearg-tests (Files): Add the new files.
16597         (Depends-on): Add gettext, setenv, unsetenv.
16598         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16599         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16600         Augment TESTS_ENVIRONMENT.
16601
16602 2009-01-25  Bruno Haible  <bruno@clisp.org>
16603
16604         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16605         fr_FR.ISO8859-1 locale on MacOS X.
16606         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16607         ja_JP.eucJP locale on MacOS X.
16608         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16609         zh_CN.GB18030 locale on MacOS X.
16610
16611 2009-01-25  Bruno Haible  <bruno@clisp.org>
16612
16613         Avoid link errors on MacOS X 10.3.
16614         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16615         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16616
16617 2009-01-25  Bruno Haible  <bruno@clisp.org>
16618
16619         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16620         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16621         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16622         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16623         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16624         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16625         posix_spawnattr_init, posix_spawnattr_setsigmask,
16626         posix_spawnattr_setflags, posix_spawnattr_destroy.
16627
16628         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16629         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16630         * modules/execute (Files): Remove m4/posix_spawn.m4.
16631         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16632         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16633         posix_spawnattr_init, posix_spawnattr_setsigmask,
16634         posix_spawnattr_setflags, posix_spawnattr_destroy.
16635
16636 2009-01-25  Bruno Haible  <bruno@clisp.org>
16637
16638         * lib/glthread/threadlib.c: Include <stdlib.h>.
16639
16640 2009-01-25  Bruno Haible  <bruno@clisp.org>
16641
16642         * lib/glthread/threadlib.c (dummy): New declaration.
16643
16644 2009-01-25  Bruno Haible  <bruno@clisp.org>
16645
16646         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16647         multibyte characters also for the GB18030 encoding. Don't crash when
16648         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16649
16650 2009-01-25  Bruno Haible  <bruno@clisp.org>
16651
16652         Avoid redefining 'struct random_data' on OSF/1 5.1.
16653         * lib/stdlib.in.h: Include <random.h> if it exists.
16654         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16655         HAVE_RANDOM_H. Include <random.h> when testing whether
16656         'struct random_data' exists.
16657         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16658
16659 2009-01-25  Bruno Haible  <bruno@clisp.org>
16660
16661         Don't install charset.alias on MacOS X >= 10.3.
16662         * lib/localcharset.c (DARWIN7): New macro.
16663         (get_charset_aliases): Hardcode the result for Darwin7.
16664         * modules/localcharset (install-exec-local): Don't install
16665         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16666
16667 2009-01-25  Bruno Haible  <bruno@clisp.org>
16668
16669         Don't install charset.alias on mingw and Cygwin.
16670         * modules/localcharset (install-exec-local): Don't install
16671         charset.alias on mingw and Cygwin, if the file does not yet exist.
16672         The result for these platforms is hardcoded in localcharset.c.
16673
16674 2009-01-25  Bruno Haible  <bruno@clisp.org>
16675
16676         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16677         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16678         before requiring AC_USE_SYSTEM_EXTENSIONS.
16679
16680 2009-01-25  Jim Meyering  <meyering@redhat.com>
16681
16682         c-strtod: avoid warnings
16683         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16684         "assignment discards qualifiers from pointer target type" warnings.
16685
16686 2009-01-24  Bruno Haible  <bruno@clisp.org>
16687
16688         Add support for non-UTF-8 locales on MacOS X.
16689         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16690         canonical encodings. For Darwin 7 and newer, don't map traditional
16691         encodings to UTF-8.
16692         Reported by Vincent Lefevre <vincent@vinc17.org>
16693         at <http://savannah.gnu.org/bugs/?25235>.
16694
16695 2009-01-24  Bruno Haible  <bruno@clisp.org>
16696
16697         * doc/gnulib.texi (Obsolete modules): New section.
16698         Reported by Mike Frysinger <vapier@gentoo.org>.
16699
16700 2009-01-24  Bruno Haible  <bruno@clisp.org>
16701
16702         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16703         (%.dvi): New rule.
16704
16705 2009-01-24  Bruno Haible  <bruno@clisp.org>
16706
16707         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16708         Reported by Eric Blake.
16709
16710 2009-01-24  Bruno Haible  <bruno@clisp.org>
16711
16712         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16713         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16714         Reported by Gary V. Vaughan <gary@gnu.org>.
16715
16716 2009-01-24  Bruno Haible  <bruno@clisp.org>
16717
16718         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16719
16720 2009-01-23  Bruno Haible  <bruno@clisp.org>
16721
16722         Make c-strtod, c-strtold usable in libraries.
16723         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16724         (C_STRTOD): Call strdup instead of xstrdup.
16725         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16726         * modules/c-strtold (Depends-on): Likewise.
16727         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16728         * NEWS: Mention the change.
16729         Reported by Michael Gold <mgold@ncf.ca>.
16730
16731 2009-01-23  Jim Meyering  <meyering@redhat.com>
16732
16733         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16734         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16735         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16736
16737 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16738
16739         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16740         GNU CoreUtils.
16741         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16742         * modules/version-etc (Description): Update.
16743
16744 2009-01-22  Bruno Haible  <bruno@clisp.org>
16745
16746         Cache the C locale object.
16747         * lib/c-strtod.c (c_locale_cache): New variable.
16748         (c_locale): New function.
16749         (C_STRTOD): Use it, and don't call freelocale.
16750         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16751         Suggested by Paolo Bonzini.
16752
16753 2009-01-21  Bruno Haible  <bruno@clisp.org>
16754
16755         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16756         conditions other than overflow.
16757
16758 2009-01-21  Bruno Haible  <bruno@clisp.org>
16759
16760         * lib/c-strtod.c: Include errno.h.
16761         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16762         value from STRTOD_L and STRTOD.
16763
16764 2009-01-21  Bruno Haible  <bruno@clisp.org>
16765         and Jim Meyering  <meyering@redhat.com>
16766
16767         nanosleep: skip configure test (fail it) for apple universal builds
16768         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16769         universal builds, assume that nanosleep does not work.
16770         * modules/nanosleep (Depends-on): Add multiarch.
16771
16772         mktime: skip configure test (fail it) for apple universal builds
16773         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16774         universal builds, assume that mktime does not work.
16775         * modules/mktime (Depends-on): Add multiarch.
16776
16777 2009-01-21  Eric Blake  <ebb9@byu.net>
16778
16779         multiarch: avoid expand-before-require warning
16780         * modules/multiarch (configure.ac): Require, rather than expand,
16781         gl_MULTIARCH.
16782         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
16783         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
16784         enforce that all clients require it.  Partial reversion of
16785         2008-12-29 patch.
16786
16787         error: avoid expand-before-require warning
16788         * modules/errno (configure.ac): Require, rather than expand,
16789         gl_HEADER_ERRNO_H.
16790         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
16791         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
16792         enforce that all clients require it.
16793
16794         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
16795         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
16796         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
16797         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
16798
16799 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
16800
16801         Revert:
16802         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16803
16804         regex: do not depend on obsolete modules.
16805         * modules/regex: Remove memcmp and memmove.
16806
16807 2009-01-20  Bruno Haible  <bruno@clisp.org>
16808
16809         Make the 'link' module link on Windows NT 4.
16810         * lib/link.c (_WIN32_WINNT): Don't define.
16811         (CreateHardLinkFuncType): New type.
16812         (CreateHardLinkFunc, initialized): New variables.
16813         (initialize): New function.
16814         (link): Invoke CreateHardLink indirectly through the function pointer.
16815
16816 2009-01-20  Bruno Haible  <bruno@clisp.org>
16817
16818         Fix compilation failure on mingw.
16819         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
16820
16821 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
16822
16823         * doc/c-strtod.texi: Mention a couple of restrictions.
16824
16825 2009-01-20  Jim Meyering  <meyering@redhat.com>
16826
16827         gettimeofday: move more declarations out of functions
16828         * lib/gettimeofday.c: Move extern declarations of tzset and
16829         gmtime out of containing functions.  Prompted by Bruno Haible.
16830
16831 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16832
16833         regex: do not depend on obsolete modules.
16834         * modules/regex: Remove memcmp and memmove.
16835
16836 2009-01-19  Bruno Haible  <bruno@clisp.org>
16837
16838         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16839         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
16840         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16841         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
16842         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
16843
16844 2009-01-19  Bruno Haible  <bruno@clisp.org>
16845
16846         * tests/test-link.c: Include <errno.h>.
16847         (main): Exit with code 77 when a hard link cannot be created due to
16848         the file system.
16849         * tests/test-link.sh: Skip test when a hard link cannot be created due
16850         to the file system.
16851         Suggested by Eric Blake.
16852
16853 2009-01-19  Martin Lambers  <marlam@marlam.de>
16854
16855         * modules/link-tests: New file.
16856         * tests/test-link.sh: New file.
16857         * tests/test-link.c: New file.
16858
16859 2009-01-19  Eric Blake  <ebb9@byu.net>
16860
16861         doc: mention another function added in cygwin 1.7.0
16862         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
16863         Another new function in cygwin 1.7.
16864
16865 2009-01-19  Bruno Haible  <bruno@clisp.org>
16866
16867         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16868         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
16869         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
16870         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16871         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
16872         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
16873         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
16874         * m4/md4.m4 (gl_MD4): Likewise.
16875         * m4/md5.m4 (gl_MD5): Likewise.
16876         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
16877         * m4/sha1.m4 (gl_SHA1): Likewise.
16878         * m4/sha256.m4 (gl_SHA256): Likewise.
16879         * m4/sha512.m4 (gl_SHA512): Likewise.
16880
16881 2009-01-19  Bruno Haible  <bruno@clisp.org>
16882
16883         * modules/uniname/uniname-tests (Depends-on): Add progname.
16884         * tests/uniname/test-uninames.c: Include progname.h.
16885         (main): Call set_program_name.
16886
16887         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
16888         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
16889         (main): Call set_program_name.
16890
16891         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
16892         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
16893         (main): Call set_program_name.
16894
16895         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
16896         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
16897         (main): Call set_program_name.
16898
16899         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
16900         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
16901         (main): Call set_program_name.
16902
16903         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
16904         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
16905         (main): Call set_program_name.
16906
16907         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
16908         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
16909         (main): Call set_program_name.
16910
16911         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
16912         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
16913         (main): Call set_program_name.
16914
16915         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
16916         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
16917         (main): Call set_program_name.
16918
16919 2009-01-19  Eric Blake  <ebb9@byu.net>
16920
16921         test-unistd: test previous patch
16922         * tests/test-unistd.c: Test *_FILENO macros.
16923
16924         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
16925         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16926         Guarantee a definition.
16927         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
16928         * modules/unistd-safer (Depends-on): Add dependency on unistd.
16929         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
16930         * lib/dup-safer.c (STDERR_FILENO): Likewise.
16931         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16932         Likewise.
16933         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
16934         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
16935         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16936         Likewise.
16937         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
16938         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
16939         (STDERR_FILENO): Likewise.
16940         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
16941         (STDERR_FILENO): Likewise.
16942         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
16943         (STDERR_FILENO): Likewise.
16944         Reported by Elbert Pol.
16945
16946 2009-01-19  Eric Blake  <ebb9@byu.net>
16947
16948         doc: mention more functions added in cygwin 1.7.0
16949         * doc/posix-functions/abort.texi (abort): Update wording related
16950         to cygwin.
16951         * doc/posix-functions/daylight.texi (daylight): Likewise.
16952         * doc/posix-functions/optarg.texi (optarg): Likewise.
16953         * doc/posix-functions/optarg.texi (opterr): Likewise.
16954         * doc/posix-functions/optarg.texi (optind): Likewise.
16955         * doc/posix-functions/optarg.texi (optopt): Likewise.
16956         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
16957         worked in 1.5.x, and was withdrawn in 1.7.
16958         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
16959         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
16960         cygwin versions.
16961         * doc/posix-functions/perror.texi (perror): Likewise.
16962         * doc/posix-functions/printf.texi (printf): Likewise.
16963         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
16964         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
16965         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
16966         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
16967         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
16968         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
16969         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
16970         Likewise.
16971         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
16972         Likewise.
16973         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
16974         this function.
16975         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
16976         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
16977         Likewise.
16978         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
16979         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
16980         * doc/posix-functions/confstr.texi (confstr): Likewise.
16981         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
16982         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
16983         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
16984         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
16985         * doc/posix-functions/fputws.texi (fputws): Likewise.
16986         * doc/posix-functions/fwide.texi (fwide): Likewise.
16987         * doc/posix-functions/getwc.texi (getwc): Likewise.
16988         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
16989         * doc/posix-functions/putwc.texi (putwc): Likewise.
16990         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
16991         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
16992         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
16993         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
16994         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
16995         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
16996         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
16997         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
16998         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
16999         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17000         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17001
17002 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17003
17004         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17005         * lib/ioctl.c: Include <sys/ioctl.h>.
17006
17007 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17008
17009         * modules/getdate-tests (Depends-on): Add progname.
17010         * tests/test-getdate.c: Use progname module, to avoid link errors
17011         on non-glibc systems.
17012
17013 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17014
17015         * modules/filenamecat-tests (Depends-on): Add progname.
17016         * modules/fstrcmp-tests (Depends-on): Likewise.
17017
17018         * tests/test-filenamecat.c: Use progname module, to avoid link
17019         errors on non-glibc systems.
17020         * tests/test-fstrcmp.c: Likewise.
17021
17022 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17023
17024         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17025         * lib/gettimeofday.c: Move extern declaration out of function.
17026
17027 2009-01-18  Bruno Haible  <bruno@clisp.org>
17028
17029         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17030         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17031         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17032
17033 2009-01-18  Bruno Haible  <bruno@clisp.org>
17034
17035         * lib/strftime.c (MEMPCPY): Remove unused macro.
17036         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17037
17038 2009-01-18  Martin Lambers  <marlam@marlam.de>
17039
17040         New module 'link'.
17041         * lib/unistd.in.h (link): New declaration.
17042         * lib/link.c: New file.
17043         * m4/link.m4: New file.
17044         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17045         HAVE_LINK.
17046         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17047         * modules/link: New file.
17048         * doc/posix-functions/link.texi: Mention the new module.
17049
17050 2009-01-18  Bruno Haible  <bruno@clisp.org>
17051
17052         * tests/test-avltree_list.c (main): Call set_program_name.
17053         * tests/test-avltree_oset.c (main): Likewise.
17054         * tests/test-obstack-printf.c: Include progname.h.
17055         (main): Call set_program_name.
17056         * tests/test-quotearg.c: Include progname.h.
17057         (main): Call set_program_name.
17058         * tests/test-xmemdup0.c: Include progname.h.
17059         (main): Call set_program_name.
17060
17061 2009-01-18  Bruno Haible  <bruno@clisp.org>
17062
17063         New module 'alphasort'.
17064         * lib/dirent.in.h (alphasort): New declaration.
17065         * lib/alphasort.c: New file, from glibc with modifications.
17066         * m4/alphasort.m4: New file.
17067         * modules/alphasort: New file.
17068         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17069         HAVE_ALPHASORT.
17070         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17071         HAVE_ALPHASORT.
17072         * doc/posix-functions/alphasort.texi: Mention the new module and the
17073         portability problems.
17074
17075 2009-01-18  Bruno Haible  <bruno@clisp.org>
17076
17077         New module 'scandir'.
17078         * lib/dirent.in.h (scandir): New declaration.
17079         * lib/scandir.c: New file, from glibc with modifications.
17080         * m4/scandir.m4: New file.
17081         * modules/scandir: New file.
17082         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17083         HAVE_SCANDIR.
17084         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17085         HAVE_SCANDIR.
17086         * doc/posix-functions/scandir.texi: Mention the new module and the
17087         portability problems.
17088
17089 2009-01-17  Bruno Haible  <bruno@clisp.org>
17090
17091         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17092         Update documentation.
17093         (func_remove_suffix): Escape all dots in the suffix. Update
17094         documentation.
17095         (func_filter_filelist): Update documentation.
17096         Reported by Ralf Wildenhues.
17097
17098 2009-01-17  Bruno Haible  <bruno@clisp.org>
17099
17100         * modules/dprintf-posix-tests: New file.
17101         * tests/test-dprintf-posix.sh: New file.
17102         * tests/test-dprintf-posix.c: New file.
17103
17104         New modules 'dprintf', 'dprintf-posix'.
17105         * lib/stdio.in.h (dprintf): New declaration.
17106         * lib/dprintf.c: New file.
17107         * m4/dprintf.m4: New file.
17108         * m4/dprintf-posix.m4: New file.
17109         * modules/dprintf: New file.
17110         * modules/dprintf-posix: New file.
17111         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17112         HAVE_DPRINTF, REPLACE_DPRINTF.
17113         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17114         HAVE_DPRINTF, REPLACE_DPRINTF.
17115         * doc/posix-functions/dprintf.texi: Mention the new modules.
17116
17117 2009-01-17  Bruno Haible  <bruno@clisp.org>
17118
17119         * modules/vdprintf-posix-tests: New file.
17120         * tests/test-vdprintf-posix.sh: New file.
17121         * tests/test-vdprintf-posix.c: New file.
17122
17123         New modules 'vdprintf', 'vdprintf-posix'.
17124         * lib/stdio.in.h (vdprintf): New declaration.
17125         * lib/vdprintf.c: New file.
17126         * m4/vdprintf.m4: New file.
17127         * m4/vdprintf-posix.m4: New file.
17128         * modules/vdprintf: New file.
17129         * modules/vdprintf-posix: New file.
17130         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17131         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17132         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17133         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17134         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17135
17136 2009-01-17  Bruno Haible  <bruno@clisp.org>
17137
17138         Fix replacement of fopen on mingw.
17139         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17140         mingw.
17141
17142 2009-01-17  Bruno Haible  <bruno@clisp.org>
17143
17144         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17145         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17146
17147 2009-01-17  Bruno Haible  <bruno@clisp.org>
17148
17149         Avoid test-fflush2.sh failure on mingw.
17150         * tests/test-fflush2.c: Include binary-io.h.
17151         (main): Put standard input into binary mode.
17152         * modules/fflush-tests (Depends-on): Add binary-io.
17153
17154 2009-01-17  Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/wchar.in.h: In another particular situation, include only the
17157         system's <wchar.h> file.
17158         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17159         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17160         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17161
17162 2009-01-17  Bruno Haible  <bruno@clisp.org>
17163
17164         Support for stripping executables in --enable-relocatable.
17165         * build-aux/install-reloc: Expect one more argument, or an environment
17166         variable RELOC_STRIP_PROG. If set, strip the destination program and
17167         its wrapper.
17168         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17169         RELOC_STRIP_PROG.
17170         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17171         to set RELOCATABLE_STRIP.
17172         * NEWS: Mention the new Makefile requirement.
17173
17174 2009-01-17  Bruno Haible  <bruno@clisp.org>
17175
17176         * build-aux/install-reloc: Remove debugging information left over by
17177         C compiler on MacOS X.
17178
17179 2009-01-17  Bruno Haible  <bruno@clisp.org>
17180
17181         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17182         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17183         _NSGetExecutablePath.
17184
17185 2009-01-16  Jim Meyering  <meyering@redhat.com>
17186
17187         strerror: avoid warnings about discarding "const"
17188         * lib/strerror.c (rpl_strerror): Instead of returning a const
17189         string from each and every "case", use a variable, and add a single
17190         cast after the switch.
17191
17192 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17193
17194         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17195
17196 2009-01-16  Bruno Haible  <bruno@clisp.org>
17197
17198         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17199         array initializer syntax that also works in C++ mode.
17200         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17201
17202 2009-01-16  Jim Meyering  <meyering@redhat.com>
17203
17204         poll: suppress a warning
17205         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17206         to ignore "...unsigned expression < 0 is always false" warnings.
17207
17208 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17209
17210         poll: remove declarations of unused variables
17211         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17212         sockbuf and optlen.
17213
17214 2009-01-15  Bruno Haible  <bruno@clisp.org>
17215
17216         Make fflush-after-ungetc POSIX compliant on BSD systems.
17217         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17218         (clear_ungetc_buffer): Implement also for other systems.
17219         (rpl_fflush): On glibc systems, invoke
17220         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17221         clear_ungetc_buffer after fetching the stream's position, not before.
17222
17223 2009-01-15  Bruno Haible  <bruno@clisp.org>
17224
17225         Make fflush-after-ungetc POSIX compliant on glibc systems.
17226         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17227         after ungetc.
17228         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17229         (rpl_fflush): On glibc systems, simply call the system's fflush
17230         function after clearing the ungetc buffer.
17231         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17232         Instead, lseek only to the end of file, then use the system's fseeko
17233         for the rest. On glibc systems, reset the EOF indicator bit.
17234
17235 2009-01-15  Jim Meyering  <meyering@redhat.com>
17236
17237         openmp.m4: revert quote-adding change, for portability to older autoconf
17238         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17239         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17240         Simon Josefsson noticed the problem when using autoconf-2.61.
17241
17242 2009-01-15  Bruno Haible  <bruno@clisp.org>
17243
17244         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17245         * tests/test-fflush2.c (ASSERT): Always fail.
17246         (main): Add two tests for fflush() after ungetc(), taking into account
17247         the Austin Group's clarification.
17248         Suggested by Eric Blake.
17249
17250 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17251
17252         mktime.m4: remove K&R-style function prototypes
17253         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17254         for the Sun C++ compiler.
17255
17256 2009-01-14  Bruno Haible  <bruno@clisp.org>
17257
17258         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17259         while including <wchar.h>.
17260         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17261         the system's <wchar.h> file.
17262         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17263
17264 2009-01-14  Bruno Haible  <bruno@clisp.org>
17265
17266         * m4/csharp.m4: Don't mention gettext on the serial number line.
17267         * m4/csharpexec.m4: Likewise.
17268         * m4/eaccess.m4: Likewise.
17269         * m4/javaexec.m4: Likewise.
17270         * m4/sig_atomic_t.m4: Likewise.
17271         * m4/tmpdir.m4: Likewise.
17272         * m4/intldir.m4: Bump gettext version.
17273         * m4/lib-ld.m4: Likewise.
17274
17275 2009-01-14  Bruno Haible  <bruno@clisp.org>
17276
17277         * lib/progname.c (set_program_name): Add more comments.
17278         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17279
17280 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17281
17282         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17283         were sys/stat.h does not define it.
17284
17285 2009-01-14  Jim Meyering  <meyering@redhat.com>
17286
17287         many *.m4 files: improve m4 quoting
17288         99% of this change was performed by running the following commands:
17289         git ls-files | grep '\.m4$' | xargs perl -pi \
17290           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17291           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17292           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17293           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17294         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17295         The remainder were to add Copyright dates, increment serial numbers,
17296         undo some changes in comments, exclude m4/intl.m4, and add quotes
17297         around the "1" in ",1" where the unusual spacing prohibited the
17298         above regexps from doing the job.  For more details, see
17299         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17300         * m4/acl.m4: Modified.
17301         * m4/afs.m4: Likewise.
17302         * m4/alloca.m4: Likewise.
17303         * m4/argp.m4: Likewise.
17304         * m4/argz.m4: Likewise.
17305         * m4/atexit.m4: Likewise.
17306         * m4/bison-i18n.m4: Likewise.
17307         * m4/bison.m4: Likewise.
17308         * m4/byteswap.m4: Likewise.
17309         * m4/c-stack.m4: Likewise.
17310         * m4/c-strtod.m4: Likewise.
17311         * m4/calloc.m4: Likewise.
17312         * m4/canonicalize-lgpl.m4: Likewise.
17313         * m4/chown.m4: Likewise.
17314         * m4/clock_time.m4: Likewise.
17315         * m4/codeset.m4: Likewise.
17316         * m4/copy-file.m4: Likewise.
17317         * m4/csharp.m4: Likewise.
17318         * m4/csharpcomp.m4: Likewise.
17319         * m4/csharpexec.m4: Likewise.
17320         * m4/d-ino.m4: Likewise.
17321         * m4/d-type.m4: Likewise.
17322         * m4/dirfd.m4: Likewise.
17323         * m4/double-slash-root.m4: Likewise.
17324         * m4/eaccess.m4: Likewise.
17325         * m4/eealloc.m4: Likewise.
17326         * m4/environ.m4: Likewise.
17327         * m4/errno_h.m4: Likewise.
17328         * m4/euidaccess.m4: Likewise.
17329         * m4/execute.m4: Likewise.
17330         * m4/fatal-signal.m4: Likewise.
17331         * m4/fchdir.m4: Likewise.
17332         * m4/fcntl_h.m4: Likewise.
17333         * m4/fileblocks.m4: Likewise.
17334         * m4/filenamecat.m4: Likewise.
17335         * m4/findprog.m4: Likewise.
17336         * m4/flexmember.m4: Likewise.
17337         * m4/fnmatch.m4: Likewise.
17338         * m4/fopen.m4: Likewise.
17339         * m4/fpending.m4: Likewise.
17340         * m4/fprintf-posix.m4: Likewise.
17341         * m4/free.m4: Likewise.
17342         * m4/frexp.m4: Likewise.
17343         * m4/frexpl.m4: Likewise.
17344         * m4/fsusage.m4: Likewise.
17345         * m4/ftruncate.m4: Likewise.
17346         * m4/gc-camellia.m4: Likewise.
17347         * m4/gc-random.m4: Likewise.
17348         * m4/gc.m4: Likewise.
17349         * m4/getaddrinfo.m4: Likewise.
17350         * m4/getcwd-abort-bug.m4: Likewise.
17351         * m4/getcwd-path-max.m4: Likewise.
17352         * m4/getdate.m4: Likewise.
17353         * m4/getdomainname.m4: Likewise.
17354         * m4/getgroups.m4: Likewise.
17355         * m4/gethostname.m4: Likewise.
17356         * m4/gethrxtime.m4: Likewise.
17357         * m4/getline.m4: Likewise.
17358         * m4/getloadavg.m4: Likewise.
17359         * m4/getndelim2.m4: Likewise.
17360         * m4/getpass.m4: Likewise.
17361         * m4/gettext.m4: Likewise.
17362         * m4/gettime.m4: Likewise.
17363         * m4/gettimeofday.m4: Likewise.
17364         * m4/gnulib-common.m4: Likewise.
17365         * m4/group-member.m4: Likewise.
17366         * m4/host-os.m4: Likewise.
17367         * m4/iconv.m4: Likewise.
17368         * m4/iconv_open.m4: Likewise.
17369         * m4/inet_ntop.m4: Likewise.
17370         * m4/inet_pton.m4: Likewise.
17371         * m4/inline.m4: Likewise.
17372         * m4/intldir.m4: Likewise.
17373         * m4/intlmacosx.m4: Likewise.
17374         * m4/intmax.m4: Likewise.
17375         * m4/intmax_t.m4: Likewise.
17376         * m4/inttypes.m4: Likewise.
17377         * m4/inttypes_h.m4: Likewise.
17378         * m4/inttypes-pri.m4: Likewise.
17379         * m4/isapipe.m4: Likewise.
17380         * m4/isnand.m4: Likewise.
17381         * m4/isnanf.m4: Likewise.
17382         * m4/isnanl.m4: Likewise.
17383         * m4/javacomp.m4: Likewise.
17384         * m4/javaexec.m4: Likewise.
17385         * m4/jm-winsz1.m4: Likewise.
17386         * m4/jm-winsz2.m4: Likewise.
17387         * m4/lchown.m4: Likewise.
17388         * m4/lcmessage.m4: Likewise.
17389         * m4/ldexpl.m4: Likewise.
17390         * m4/lib-ld.m4: Likewise.
17391         * m4/lib-link.m4: Likewise.
17392         * m4/libsigsegv.m4: Likewise.
17393         * m4/link-follow.m4: Likewise.
17394         * m4/localcharset.m4: Likewise.
17395         * m4/locale-fr.m4: Likewise.
17396         * m4/locale-ja.m4: Likewise.
17397         * m4/locale-tr.m4: Likewise.
17398         * m4/locale-zh.m4: Likewise.
17399         * m4/lock.m4: Likewise.
17400         * m4/longlong.m4: Likewise.
17401         * m4/ls-mntd-fs.m4: Likewise.
17402         * m4/lstat.m4: Likewise.
17403         * m4/malloc.m4: Likewise.
17404         * m4/mathl.m4: Likewise.
17405         * m4/mbrtowc.m4: Likewise.
17406         * m4/mbstate_t.m4: Likewise.
17407         * m4/mbswidth.m4: Likewise.
17408         * m4/memchr.m4: Likewise.
17409         * m4/memcmp.m4: Likewise.
17410         * m4/memcpy.m4: Likewise.
17411         * m4/memmem.m4: Likewise.
17412         * m4/memmove.m4: Likewise.
17413         * m4/mempcpy.m4: Likewise.
17414         * m4/memrchr.m4: Likewise.
17415         * m4/memset.m4: Likewise.
17416         * m4/minmax.m4: Likewise.
17417         * m4/mkdir-slash.m4: Likewise.
17418         * m4/mkdtemp.m4: Likewise.
17419         * m4/mktime.m4: Likewise.
17420         * m4/mmap-anon.m4: Likewise.
17421         * m4/mountlist.m4: Likewise.
17422         * m4/nanosleep.m4: Likewise.
17423         * m4/nls.m4: Likewise.
17424         * m4/nocrash.m4: Likewise.
17425         * m4/open.m4: Likewise.
17426         * m4/openat.m4: Likewise.
17427         * m4/openmp.m4: Likewise.
17428         * m4/pathmax.m4: Likewise.
17429         * m4/perl.m4: Likewise.
17430         * m4/physmem.m4: Likewise.
17431         * m4/pipe.m4: Likewise.
17432         * m4/po.m4: Likewise.
17433         * m4/poll.m4: Likewise.
17434         * m4/posixtm.m4: Likewise.
17435         * m4/posixver.m4: Likewise.
17436         * m4/printf-frexp.m4: Likewise.
17437         * m4/printf-frexpl.m4: Likewise.
17438         * m4/printf-posix.m4: Likewise.
17439         * m4/printf-posix-rpl.m4: Likewise.
17440         * m4/printf.m4: Likewise.
17441         * m4/progtest.m4: Likewise.
17442         * m4/putenv.m4: Likewise.
17443         * m4/readline.m4: Likewise.
17444         * m4/readlink.m4: Likewise.
17445         * m4/readutmp.m4: Likewise.
17446         * m4/realloc.m4: Likewise.
17447         * m4/regex.m4: Likewise.
17448         * m4/relocatable.m4: Likewise.
17449         * m4/relocatable-lib.m4: Likewise.
17450         * m4/rename-dest-slash.m4: Likewise.
17451         * m4/rename.m4: Likewise.
17452         * m4/rmdir-errno.m4: Likewise.
17453         * m4/rmdir.m4: Likewise.
17454         * m4/roundf.m4: Likewise.
17455         * m4/roundl.m4: Likewise.
17456         * m4/rpmatch.m4: Likewise.
17457         * m4/save-cwd.m4: Likewise.
17458         * m4/selinux-selinux-h.m4: Likewise.
17459         * m4/setenv.m4: Likewise.
17460         * m4/settime.m4: Likewise.
17461         * m4/sig2str.m4: Likewise.
17462         * m4/sig_atomic_t.m4: Likewise.
17463         * m4/signalblocking.m4: Likewise.
17464         * m4/signbit.m4: Likewise.
17465         * m4/sigpipe.m4: Likewise.
17466         * m4/sockets.m4: Likewise.
17467         * m4/sockpfaf.m4: Likewise.
17468         * m4/st_dm_mode.m4: Likewise.
17469         * m4/stat-time.m4: Likewise.
17470         * m4/stdbool.m4: Likewise.
17471         * m4/stdint.m4: Likewise.
17472         * m4/stdint_h.m4: Likewise.
17473         * m4/stpcpy.m4: Likewise.
17474         * m4/stpncpy.m4: Likewise.
17475         * m4/strcase.m4: Likewise.
17476         * m4/strchrnul.m4: Likewise.
17477         * m4/strcspn.m4: Likewise.
17478         * m4/strdup.m4: Likewise.
17479         * m4/strftime.m4: Likewise.
17480         * m4/strndup.m4: Likewise.
17481         * m4/strnlen.m4: Likewise.
17482         * m4/strpbrk.m4: Likewise.
17483         * m4/strptime.m4: Likewise.
17484         * m4/strsep.m4: Likewise.
17485         * m4/strtod.m4: Likewise.
17486         * m4/strtoimax.m4: Likewise.
17487         * m4/strtok_r.m4: Likewise.
17488         * m4/strtol.m4: Likewise.
17489         * m4/strtoll.m4: Likewise.
17490         * m4/strtoul.m4: Likewise.
17491         * m4/strtoull.m4: Likewise.
17492         * m4/strtoumax.m4: Likewise.
17493         * m4/strverscmp.m4: Likewise.
17494         * m4/threadlib.m4: Likewise.
17495         * m4/timegm.m4: Likewise.
17496         * m4/tm_gmtoff.m4: Likewise.
17497         * m4/tmpdir.m4: Likewise.
17498         * m4/tmpfile.m4: Likewise.
17499         * m4/tzset.m4: Likewise.
17500         * m4/uintmax_t.m4: Likewise.
17501         * m4/unlinkdir.m4: Likewise.
17502         * m4/unlocked-io.m4: Likewise.
17503         * m4/uptime.m4: Likewise.
17504         * m4/userspec.m4: Likewise.
17505         * m4/utimbuf.m4: Likewise.
17506         * m4/utime.m4: Likewise.
17507         * m4/utimes-null.m4: Likewise.
17508         * m4/utimes.m4: Likewise.
17509         * m4/vararrays.m4: Likewise.
17510         * m4/vasnprintf.m4: Likewise.
17511         * m4/vfprintf-posix.m4: Likewise.
17512         * m4/vprintf-posix.m4: Likewise.
17513         * m4/wait-process.m4: Likewise.
17514         * m4/wchar_t.m4: Likewise.
17515         * m4/wint_t.m4: Likewise.
17516         * m4/write-any-file.m4: Likewise.
17517         * m4/yield.m4: Likewise.
17518
17519 2009-01-13  Bruno Haible  <bruno@clisp.org>
17520
17521         Avoid test-copy-file.sh failures when ACL support insufficient.
17522         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17523         TESTS_ENVIRONMENT.
17524         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17525         Reported by Jim Meyering.
17526
17527 2009-01-13  Bruno Haible  <bruno@clisp.org>
17528
17529         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17530         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17531         * modules/unistdio/u8-printf-parse (Files): Likewise.
17532         * modules/unistdio/u32-printf-parse (Files): Likewise.
17533         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17534
17535 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17536
17537         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17538         and m4/inttypes_h.m4 too.
17539
17540 2009-01-12  Eric Blake  <ebb9@byu.net>
17541
17542         tests: IRIX 6.2 cc can't compile -0.0 into .data
17543         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17544         rather than at compile-time.
17545         * tests/test-floorl.c (minus_zero): Likewise.
17546         * tests/test-frexpl.c (minus_zero): Likewise.
17547         * tests/test-isnan.c (minus_zerol): Likewise.
17548         * tests/test-isnanl.h (minus_zero): Likewise.
17549         * tests/test-ldexpl.c (minus_zero): Likewise.
17550         * tests/test-roundl.c (minus_zero): Likewise.
17551         * tests/test-signbit.c (minus_zerol): Likewise.
17552         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17553         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17554         * tests/test-truncl.c (minus_zero): Likewise.
17555         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17556         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17557         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17558
17559 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17560
17561         regex: fix glibc bug 9697
17562         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17563         handling.
17564
17565 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17566
17567         regex: fix glibc bug 697
17568         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17569         being NULL also if there are no backreferences.
17570
17571 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17572
17573         regex: merge glibc changes
17574         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17575         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17576         re_string_skip_chars, re_string_reconstruct): Likewise.
17577         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17578
17579 2009-01-07  Jim Meyering  <meyering@redhat.com>
17580
17581         poll: filter through cppi
17582         * lib/poll.c: Indent cpp directives to reflect nesting.
17583
17584 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17585
17586         poll: don't return uninitialized
17587         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17588
17589 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17590
17591         avoid compile failure on AIX 6.1
17592         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17593         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17594
17595 2009-01-04  Jim Meyering  <meyering@redhat.com>
17596
17597         remove duplicate inclusion of <stdio.h>
17598         * tests/test-fprintf-posix.c: Likewise.
17599         * tests/test-printf-posix.c: Likewise.
17600         * tests/test-snprintf-posix.c: Likewise.
17601         * tests/test-sprintf-posix.c: Likewise.
17602         * tests/test-vasprintf-posix.c: Likewise.
17603         * tests/test-vfprintf-posix.c: Likewise.
17604         * tests/test-vprintf-posix.c: Likewise.
17605         * tests/test-vsnprintf-posix.c: Likewise.
17606         * tests/test-vsprintf-posix.c: Likewise.
17607
17608 2009-01-03  Jim Meyering  <meyering@redhat.com>
17609
17610         gnulib-tool: fix sed-based filtering
17611         * gnulib-tool (func_filter_filelist): Remove extra backslash
17612         in sed_fff_filter definition.
17613
17614 2009-01-02  Jim Meyering  <meyering@redhat.com>
17615
17616         strftime: avoid compilation failure on Solaris 2.6
17617         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17618         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17619         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17620         be available.  Reported by Tom G. Christensen.  Details in
17621         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17622
17623 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17624             Bruno Haible  <bruno@clisp.org>
17625
17626         Speed up gnulib-tool by doing more string processing through shell
17627         built-ins.
17628         * gnulib-tool (fast_func_append): New variable.
17629         (func_remove_prefix, func_remove_suffix): New functions.
17630         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17631         (func_filter_filelist): New function.
17632         (func_get_dependencies): Use func_remove_suffix instead of sed.
17633         (func_get_automake_snippet): Use func_filter_filelist instead of a
17634         subshell and sed invocation.
17635
17636 2009-01-01  Bruno Haible  <bruno@clisp.org>
17637
17638         Fix a security bug.
17639         * gnulib-tool (func_import, import, update): Don't allow the characters
17640         '"', '$', '`', '\' in macro arguments that become part of commands that
17641         are evaluated.
17642
17643 2009-01-01  Bruno Haible  <bruno@clisp.org>
17644
17645         * gnulib-tool (func_reset_sigpipe): Add more comments.
17646
17647 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17648
17649         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17650         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17651         already know the answer.
17652
17653 2009-01-01  Jim Meyering  <meyering@redhat.com>
17654
17655         * lib/version-etc.c (version_etc_va): Update copyright year.
17656
17657 2008-12-30  Bruno Haible  <bruno@clisp.org>
17658
17659         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17660         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17661         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17662
17663 2008-12-29  Eric Blake  <ebb9@byu.net>
17664
17665         multiarch: avoid autoconf AC_REQUIRE bug
17666         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17667         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17668         2.63 and older.
17669         Reported by Bruno Haible, and analyzed in
17670         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17671
17672 2008-12-29  Bruno Haible  <bruno@clisp.org>
17673
17674         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17675         files in subdirectories correctly.
17676         Reported by Ralf Wildenhues.
17677
17678 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17679
17680         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17681         rather than 'join FILE -', for Solaris join.
17682
17683 2008-12-29  Bruno Haible  <bruno@clisp.org>
17684
17685         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17686         quoting.
17687         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17688         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17689         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17690         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17691         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17692         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17693         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17694         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17695         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17696         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17697         * m4/nls.m4 (AM_NLS): Likewise.
17698         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17699         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17700         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17701         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17702         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17703         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17704         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17705         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17706         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17707         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17708         * m4/xsize.m4 (gl_XSIZE): Likewise.
17709         Suggested by Jim Meyering.
17710
17711 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17712
17713         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17714         * lib/parse-duration.c: use a switch instead of cascading if's.
17715
17716 2008-12-29  Eric Blake  <ebb9@byu.net>
17717
17718         wchar.h: supply WEOF on Irix 5.3
17719         * lib/wchar.in.h (wint_t): Also supply WEOF.
17720         * lib/wctype.in.h (wint_t): Likewise.
17721         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17722         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17723         Reported by Tom G. Christensen.
17724
17725 2008-12-26  Bruno Haible  <bruno@clisp.org>
17726
17727         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17728         i486, i586, i686.
17729
17730 2008-12-26  Bruno Haible  <bruno@clisp.org>
17731
17732         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17733
17734 2008-12-26  Bruno Haible  <bruno@clisp.org>
17735
17736         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17737         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17738         not __STDC_CONSTANT_MACROS.
17739         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17740
17741 2008-12-25  Bruno Haible  <bruno@clisp.org>
17742
17743         Add support for universal builds to vasnprintf.
17744         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17745         universal builds, guess no.
17746         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17747         * modules/vasprintf-posix (Depends-on): Likewise.
17748         * modules/fprintf-posix (Depends-on): Likewise.
17749         * modules/vfprintf-posix (Depends-on): Likewise.
17750         * modules/snprintf-posix (Depends-on): Likewise.
17751         * modules/vsnprintf-posix (Depends-on): Likewise.
17752         * modules/sprintf-posix (Depends-on): Likewise.
17753         * modules/vsprintf-posix (Depends-on): Likewise.
17754         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17755         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17756         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17757         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17758         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17759         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17760         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17761
17762         Add support for universal builds to <inttypes.h>.
17763         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17764         _SCNu64_PREFIX): In Apple
17765         universal builds, define directly, using _LP64.
17766         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17767         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17768         * modules/inttypes (Depends-on): Add multiarch.
17769         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17770
17771         Add support for universal builds to <stdint.h>.
17772         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17773         universal builds, define directly, using _LP64.
17774         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17775         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17776         and size_t.
17777         * modules/stdint (Depends-on): Add multiarch.
17778         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17779
17780         New module 'multiarch'.
17781         * modules/multiarch: New file.
17782         * m4/multiarch.m4: New file.
17783
17784 2008-12-25  Bruno Haible  <bruno@clisp.org>
17785
17786         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
17787
17788 2008-12-25  Bruno Haible  <bruno@clisp.org>
17789
17790         * modules/btowc (License): Relicense under LGPLv2+.
17791         * modules/mbsinit (License): Likewise.
17792         * modules/mbrtowc (License): Likewise.
17793         * modules/wcrtomb (License): Likewise.
17794         * modules/streq (License): Likewise.
17795         Reported by David Lutterkort <lutter@redhat.com>.
17796
17797 2008-12-23  Bruno Haible  <bruno@clisp.org>
17798
17799         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
17800
17801 2008-12-23  Bruno Haible  <bruno@clisp.org>
17802
17803         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
17804         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
17805         GETADDRINFO_LIB, not in LIBS.
17806         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
17807         * modules/canon-host (Link): Likewise.
17808         * NEWS: Mention the change.
17809         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
17810         GETADDRINFO_LIB.
17811
17812 2008-12-22  Bruno Haible  <bruno@clisp.org>
17813
17814         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
17815         * doc/posix-functions/iswalpha_l.texi: Likewise.
17816         * doc/posix-functions/iswblank_l.texi: Likewise.
17817         * doc/posix-functions/iswcntrl_l.texi: Likewise.
17818         * doc/posix-functions/iswctype_l.texi: Likewise.
17819         * doc/posix-functions/iswdigit_l.texi: Likewise.
17820         * doc/posix-functions/iswgraph_l.texi: Likewise.
17821         * doc/posix-functions/iswlower_l.texi: Likewise.
17822         * doc/posix-functions/iswprint_l.texi: Likewise.
17823         * doc/posix-functions/iswpunct_l.texi: Likewise.
17824         * doc/posix-functions/iswspace_l.texi: Likewise.
17825         * doc/posix-functions/iswupper_l.texi: Likewise.
17826         * doc/posix-functions/iswxdigit_l.texi: Likewise.
17827         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
17828         * doc/posix-functions/open_wmemstream.texi: Likewise.
17829         * doc/posix-functions/swscanf.texi: Likewise.
17830         * doc/posix-functions/towctrans_l.texi: Likewise.
17831         * doc/posix-functions/towlower.texi: Likewise.
17832         * doc/posix-functions/towlower_l.texi: Likewise.
17833         * doc/posix-functions/towupper.texi: Likewise.
17834         * doc/posix-functions/towupper_l.texi: Likewise.
17835         * doc/posix-functions/vfwprintf.texi: Likewise.
17836         * doc/posix-functions/vfwscanf.texi: Likewise.
17837         * doc/posix-functions/vswscanf.texi: Likewise.
17838         * doc/posix-functions/vwprintf.texi: Likewise.
17839         * doc/posix-functions/vwscanf.texi: Likewise.
17840         * doc/posix-functions/wcpcpy.texi: Likewise.
17841         * doc/posix-functions/wcpncpy.texi: Likewise.
17842         * doc/posix-functions/wcscasecmp.texi: Likewise.
17843         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
17844         * doc/posix-functions/wcscoll_l.texi: Likewise.
17845         * doc/posix-functions/wcsdup.texi: Likewise.
17846         * doc/posix-functions/wcsncasecmp.texi: Likewise.
17847         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
17848         * doc/posix-functions/wcsnlen.texi: Likewise.
17849         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17850         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
17851         * doc/posix-functions/wctrans_l.texi: Likewise.
17852         * doc/posix-functions/wctype_l.texi: Likewise.
17853         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
17854         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
17855         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
17856         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
17857         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
17858         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
17859         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
17860         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
17861         * doc/glibc-functions/wcschrnul.texi: Likewise.
17862         * doc/glibc-functions/wcsftime_l.texi: Likewise.
17863         * doc/glibc-functions/wcstod_l.texi: Likewise.
17864         * doc/glibc-functions/wcstof_l.texi: Likewise.
17865         * doc/glibc-functions/wcstol_l.texi: Likewise.
17866         * doc/glibc-functions/wcstold_l.texi: Likewise.
17867         * doc/glibc-functions/wcstoll_l.texi: Likewise.
17868         * doc/glibc-functions/wcstoq.texi: Likewise.
17869         * doc/glibc-functions/wcstoul_l.texi: Likewise.
17870         * doc/glibc-functions/wcstoull_l.texi: Likewise.
17871         * doc/glibc-functions/wcstouq.texi: Likewise.
17872         * doc/glibc-functions/wmempcpy.texi: Likewise.
17873
17874 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
17875             Eric Blake  <ebb9@byu.net>
17876             Paolo Bonzini  <bonzini@gnu.org>
17877             Bruno Haible  <bruno@clisp.org>
17878
17879         Make c-stack work on Haiku.
17880         * lib/c-stack.c (SA_ONSTACK): Define fallback.
17881         (c_stack_action): Use SA_ONSTACK flag.
17882
17883 2008-12-22  Bruno Haible  <bruno@clisp.org>
17884
17885         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
17886
17887 2008-12-22  Bruno Haible  <bruno@clisp.org>
17888
17889         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
17890         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
17891         being overridden.
17892         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
17893         New macros.
17894         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
17895         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
17896         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
17897         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
17898
17899 2008-12-22  Bruno Haible  <bruno@clisp.org>
17900
17901         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
17902         from test code.
17903
17904 2008-12-22  Eric Blake  <ebb9@byu.net>
17905
17906         Avoid gcc warnings on cygwin.
17907         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17908         Avoid unused variable.
17909         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17910         Likewise.
17911
17912 2008-12-22  Bruno Haible  <bruno@clisp.org>
17913
17914         Remove HAVE_MBRTOWC conditionals.
17915         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
17916         (mbscasecmp): Assume mbrtowc function.
17917         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
17918         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
17919         * lib/mbschr.c: Include mbuiter.h unconditionally.
17920         (mbschr): Assume mbrtowc function.
17921         * lib/mbscspn.c: Include mbuiter.h unconditionally.
17922         (mbscspn): Assume mbrtowc function.
17923         * lib/mbslen.c: Include mbuiter.h unconditionally.
17924         (mbslen): Assume mbrtowc function.
17925         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
17926         (mbsncasecmp): Assume mbrtowc function.
17927         * lib/mbsnlen.c: Include mbiter.h unconditionally.
17928         (mbsnlen): Assume mbrtowc function.
17929         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
17930         (mbspbrk): Assume mbrtowc function.
17931         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
17932         (mbspcasecmp): Assume mbrtowc function.
17933         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
17934         (mbsrchr): Assume mbrtowc function.
17935         * lib/mbssep.c: Include mbuiter.h unconditionally.
17936         (mbssep): Assume mbrtowc function.
17937         * lib/mbsspn.c: Include mbuiter.h unconditionally.
17938         (mbsspn): Assume mbrtowc function.
17939         * lib/mbsstr.c: Include mbuiter.h unconditionally.
17940         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
17941         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
17942         (mbstok_r): Assume mbrtowc function.
17943         * lib/propername.c: Include mbuiter.h unconditionally.
17944         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
17945         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
17946         (trim2): Assume mbrtowc function.
17947         * lib/mbswidth.c (mbsinit): Remove fallback definition.
17948         (mbsnwidth): Assume mbrtowc function.
17949         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
17950         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
17951         fallback definitions.
17952         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
17953
17954 2008-12-22  Bruno Haible  <bruno@clisp.org>
17955
17956         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
17957
17958 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
17959
17960         * modules/regex: Request emulations for the mb*/wc* functions we need.
17961         * m4/regex.m4: Don't look for those functions here.
17962         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
17963
17964 2008-12-22  Bruno Haible  <bruno@clisp.org>
17965
17966         * modules/fnmatch (Depends-on): Remove duplicated dependency.
17967
17968 2008-12-21  Bruno Haible  <bruno@clisp.org>
17969
17970         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
17971         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
17972         (Include): Remove conditionalization.
17973         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
17974         (Include): Remove conditionalization.
17975         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
17976         (Include): Remove conditionalization.
17977         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
17978         * m4/mbfile.m4 (gl_MBFILE): Likewise.
17979         * NEWS: Mention the change.
17980         Reported by Alan Hourihane <alanh@fairlite.co.uk>
17981         via Sergey Poznyakoff <gray@gnu.org.ua>.
17982
17983 2008-12-21  Bruno Haible  <bruno@clisp.org>
17984
17985         * MODULES.html.sh (Extended multibyte and wide character utilities
17986         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
17987         wcrtomb, wcsrtombs.
17988         (Support for systems lacking POSIX:2008): Add accept, bind, close,
17989         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
17990         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
17991         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
17992
17993 2008-12-21  Bruno Haible  <bruno@clisp.org>
17994
17995         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
17996
17997 2008-12-21  Bruno Haible  <bruno@clisp.org>
17998
17999         * modules/wcsnrtombs-tests: New file.
18000         * tests/test-wcsnrtombs1.sh: New file.
18001         * tests/test-wcsnrtombs2.sh: New file.
18002         * tests/test-wcsnrtombs3.sh: New file.
18003         * tests/test-wcsnrtombs4.sh: New file.
18004         * tests/test-wcsnrtombs.c: New file.
18005
18006         New module 'wcsnrtombs'.
18007         * lib/wchar.in.h (wcsnrtombs): New declaration.
18008         * lib/wcsnrtombs.c: New file.
18009         * lib/wcsrtombs-state.c: New file.
18010         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18011         (internal_state): Remove variable.
18012         * m4/wcsnrtombs.m4: New file.
18013         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18014         compilation units.
18015         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18016         HAVE_WCSNRTOMBS.
18017         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18018         HAVE_WCSNRTOMBS.
18019         * modules/wcsnrtombs: New file.
18020         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18021         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18022
18023 2008-12-21  Bruno Haible  <bruno@clisp.org>
18024
18025         * modules/wcsrtombs-tests: New file.
18026         * tests/test-wcsrtombs1.sh: New file.
18027         * tests/test-wcsrtombs2.sh: New file.
18028         * tests/test-wcsrtombs3.sh: New file.
18029         * tests/test-wcsrtombs4.sh: New file.
18030         * tests/test-wcsrtombs.c: New file.
18031
18032         New module 'wcsrtombs'.
18033         * lib/wchar.in.h (wcsrtombs): New declaration.
18034         * lib/wcsrtombs.c: New file.
18035         * m4/wcsrtombs.m4: New file.
18036         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18037         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18038         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18039         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18040         * modules/wcsrtombs: New file.
18041         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18042         bugs.
18043
18044 2008-12-21  Bruno Haible  <bruno@clisp.org>
18045
18046         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18047         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18048         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18049         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18050         if not correct.
18051         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18052         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18053         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18054         m4/locale-zh.m4, m4/codeset.m4.
18055         * doc/posix-functions/wcrtomb.texi: Document the bug.
18056
18057 2008-12-21  Bruno Haible  <bruno@clisp.org>
18058
18059         Work around a btowc() bug on IRIX 6.5.
18060         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18061         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18062         REPLACE_WTOBC if not.
18063         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18064         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18065         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18066
18067 2008-12-21  Bruno Haible  <bruno@clisp.org>
18068
18069         * modules/wcrtomb-tests: New file.
18070         * tests/test-wcrtomb.sh: New file.
18071         * tests/test-wcrtomb.c: New file.
18072
18073         New module 'wcrtomb'.
18074         * lib/wchar.in.h (wcrtomb): New declaration.
18075         * lib/wcrtomb.c: New file.
18076         * m4/wcrtomb.m4: New file.
18077         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18078         HAVE_WCRTOMB.
18079         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18080         HAVE_WCRTOMB.
18081         * modules/wcrtomb: New file.
18082         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18083
18084 2008-12-21  Bruno Haible  <bruno@clisp.org>
18085
18086         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18087         * modules/mbsrtowcs (Files): Likewise.
18088         * modules/wctob (Files): Likewise.
18089         * modules/c-strcase-tests (Files): Likewise.
18090         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18091         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18092         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18093         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18094         * modules/vasnprintf-posix-tests (Files): Likewise.
18095
18096 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18097
18098         gitlog-to-changelog: pass all command-line arguments to git-log
18099         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18100         it is sometimes convenient to filter the commits in various ways.
18101         gitlog-to-changelog only allows --since to specify a start date,
18102         but git-log itself supports many other filtering mechanisms.
18103         At the moment, I want to filter by branch name.  Rather than
18104         adding a --branch option to gitlog-to-changelog, it seems more
18105         flexible to simply pass all options directly to git-log and let
18106         git do the work.  Notice that this effectively makes --since a
18107         redundant option for gitlog-to-changelog, but removing it would
18108         require current usage to change since calls would then require
18109         an additional '--'.
18110
18111 2008-12-21  Bruno Haible  <bruno@clisp.org>
18112
18113         * modules/mbsnrtowcs-tests: New file.
18114         * tests/test-mbsnrtowcs1.sh: New file.
18115         * tests/test-mbsnrtowcs2.sh: New file.
18116         * tests/test-mbsnrtowcs3.sh: New file.
18117         * tests/test-mbsnrtowcs4.sh: New file.
18118         * tests/test-mbsnrtowcs.c: New file.
18119
18120         New module 'mbsnrtowcs'.
18121         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18122         * lib/mbsnrtowcs.c: New file.
18123         * lib/mbsrtowcs-state.c: New file.
18124         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18125         (internal_state): Remove variable.
18126         * m4/mbsnrtowcs.m4: New file.
18127         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18128         compilation units.
18129         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18130         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18131         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18132         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18133         * modules/mbsnrtowcs: New file.
18134         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18135         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18136         portability problem.
18137
18138 2008-12-21  Bruno Haible  <bruno@clisp.org>
18139
18140         Work around mbsrtowcs bug.
18141         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18142         (gl_FUNC_MBSRTOWCS): Invoke it.
18143         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18144         m4/locale-zh.m4.
18145         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18146
18147 2008-12-21  Bruno Haible  <bruno@clisp.org>
18148
18149         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18150
18151 2008-12-21  Bruno Haible  <bruno@clisp.org>
18152
18153         Update doc for AIX.
18154         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18155         16-bit wchar_t type.
18156         * doc/posix-functions/btowc.texi: Likewise.
18157         * doc/posix-functions/fgetwc.texi: Likewise.
18158         * doc/posix-functions/fgetws.texi: Likewise.
18159         * doc/posix-functions/fputwc.texi: Likewise.
18160         * doc/posix-functions/fputws.texi: Likewise.
18161         * doc/posix-functions/fwide.texi: Likewise.
18162         * doc/posix-functions/fwprintf.texi: Likewise.
18163         * doc/posix-functions/fwscanf.texi: Likewise.
18164         * doc/posix-functions/getwchar.texi: Likewise.
18165         * doc/posix-functions/getwc.texi: Likewise.
18166         * doc/posix-functions/iswalnum.texi: Likewise.
18167         * doc/posix-functions/iswalpha.texi: Likewise.
18168         * doc/posix-functions/iswblank.texi: Likewise.
18169         * doc/posix-functions/iswcntrl.texi: Likewise.
18170         * doc/posix-functions/iswctype.texi: Likewise.
18171         * doc/posix-functions/iswdigit.texi: Likewise.
18172         * doc/posix-functions/iswgraph.texi: Likewise.
18173         * doc/posix-functions/iswlower.texi: Likewise.
18174         * doc/posix-functions/iswprint.texi: Likewise.
18175         * doc/posix-functions/iswpunct.texi: Likewise.
18176         * doc/posix-functions/iswspace.texi: Likewise.
18177         * doc/posix-functions/iswupper.texi: Likewise.
18178         * doc/posix-functions/iswxdigit.texi: Likewise.
18179         * doc/posix-functions/mbrtowc.texi: Likewise.
18180         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18181         * doc/posix-functions/mbstowcs.texi: Likewise.
18182         * doc/posix-functions/mbtowc.texi: Likewise.
18183         * doc/posix-functions/putwchar.texi: Likewise.
18184         * doc/posix-functions/putwc.texi: Likewise.
18185         * doc/posix-functions/swprintf.texi: Likewise.
18186         * doc/posix-functions/tolower.texi: Likewise.
18187         * doc/posix-functions/toupper.texi: Likewise.
18188         * doc/posix-functions/towctrans.texi: Likewise.
18189         * doc/posix-functions/ungetwc.texi: Likewise.
18190         * doc/posix-functions/vswprintf.texi: Likewise.
18191         * doc/posix-functions/wcrtomb.texi: Likewise.
18192         * doc/posix-functions/wcscat.texi: Likewise.
18193         * doc/posix-functions/wcschr.texi: Likewise.
18194         * doc/posix-functions/wcscmp.texi: Likewise.
18195         * doc/posix-functions/wcscoll.texi: Likewise.
18196         * doc/posix-functions/wcscpy.texi: Likewise.
18197         * doc/posix-functions/wcscspn.texi: Likewise.
18198         * doc/posix-functions/wcsftime.texi: Likewise.
18199         * doc/posix-functions/wcslen.texi: Likewise.
18200         * doc/posix-functions/wcsncat.texi: Likewise.
18201         * doc/posix-functions/wcsncmp.texi: Likewise.
18202         * doc/posix-functions/wcsncpy.texi: Likewise.
18203         * doc/posix-functions/wcspbrk.texi: Likewise.
18204         * doc/posix-functions/wcsrchr.texi: Likewise.
18205         * doc/posix-functions/wcsrtombs.texi: Likewise.
18206         * doc/posix-functions/wcsspn.texi: Likewise.
18207         * doc/posix-functions/wcsstr.texi: Likewise.
18208         * doc/posix-functions/wcstod.texi: Likewise.
18209         * doc/posix-functions/wcstof.texi: Likewise.
18210         * doc/posix-functions/wcstoimax.texi: Likewise.
18211         * doc/posix-functions/wcstok.texi: Likewise.
18212         * doc/posix-functions/wcstold.texi: Likewise.
18213         * doc/posix-functions/wcstoll.texi: Likewise.
18214         * doc/posix-functions/wcstol.texi: Likewise.
18215         * doc/posix-functions/wcstombs.texi: Likewise.
18216         * doc/posix-functions/wcstoull.texi: Likewise.
18217         * doc/posix-functions/wcstoul.texi: Likewise.
18218         * doc/posix-functions/wcstoumax.texi: Likewise.
18219         * doc/posix-functions/wcswidth.texi: Likewise.
18220         * doc/posix-functions/wcsxfrm.texi: Likewise.
18221         * doc/posix-functions/wctob.texi: Likewise.
18222         * doc/posix-functions/wctomb.texi: Likewise.
18223         * doc/posix-functions/wctrans.texi: Likewise.
18224         * doc/posix-functions/wctype.texi: Likewise.
18225         * doc/posix-functions/wcwidth.texi: Likewise.
18226         * doc/posix-functions/wmemchr.texi: Likewise.
18227         * doc/posix-functions/wmemcmp.texi: Likewise.
18228         * doc/posix-functions/wmemcpy.texi: Likewise.
18229         * doc/posix-functions/wmemmove.texi: Likewise.
18230         * doc/posix-functions/wmemset.texi: Likewise.
18231         * doc/posix-functions/wprintf.texi: Likewise.
18232         * doc/posix-functions/wscanf.texi: Likewise.
18233
18234 2008-12-21  Bruno Haible  <bruno@clisp.org>
18235
18236         Update doc for HP-UX 11.11.
18237         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18238         in HP-UX version 11.00, not in all versions of HP-UX 11.
18239         * doc/posix-functions/fwide.texi: Likewise.
18240         * doc/posix-functions/fwprintf.texi: Likewise.
18241         * doc/posix-functions/fwscanf.texi: Likewise.
18242         * doc/posix-functions/inet_ntop.texi: Likewise.
18243         * doc/posix-functions/inet_pton.texi: Likewise.
18244         * doc/posix-functions/mbrlen.texi: Likewise.
18245         * doc/posix-functions/mbrtowc.texi: Likewise.
18246         * doc/posix-functions/mbsinit.texi: Likewise.
18247         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18248         * doc/posix-functions/swprintf.texi: Likewise.
18249         * doc/posix-functions/swscanf.texi: Likewise.
18250         * doc/posix-functions/towctrans.texi: Likewise.
18251         * doc/posix-functions/vfwprintf.texi: Likewise.
18252         * doc/posix-functions/vswprintf.texi: Likewise.
18253         * doc/posix-functions/vwprintf.texi: Likewise.
18254         * doc/posix-functions/wcrtomb.texi: Likewise.
18255         * doc/posix-functions/wcsrtombs.texi: Likewise.
18256         * doc/posix-functions/wcsstr.texi: Likewise.
18257         * doc/posix-functions/wctob.texi: Likewise.
18258         * doc/posix-functions/wctrans.texi: Likewise.
18259         * doc/posix-functions/wmemchr.texi: Likewise.
18260         * doc/posix-functions/wmemcmp.texi: Likewise.
18261         * doc/posix-functions/wmemcpy.texi: Likewise.
18262         * doc/posix-functions/wmemmove.texi: Likewise.
18263         * doc/posix-functions/wmemset.texi: Likewise.
18264         * doc/posix-functions/wprintf.texi: Likewise.
18265         * doc/posix-functions/wscanf.texi: Likewise.
18266
18267 2008-12-21  Bruno Haible  <bruno@clisp.org>
18268
18269         Work around a portability problem.
18270         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18271         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18272
18273 2008-12-20  Bruno Haible  <bruno@clisp.org>
18274
18275         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18276         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18277         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18278         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18279         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18280
18281         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18282         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18283         set.
18284         (GNULIB_defined_mbstate_t): New macro.
18285         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18286         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18287         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18288         reuses the system's mbrtowc function but works around the bugs.
18289         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18290         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18291         macros.
18292         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18293         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18294         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18295         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18296         REPLACE_MBSINIT if mbsinit needs to be overridden.
18297         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18298         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18299         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18300         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18301         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18302         m4/locale-zh.m4.
18303         (Depends): Add mbsinit.
18304         * modules/mbsinit (Depends): Add mbrtowc.
18305         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18306
18307 2008-12-20  Bruno Haible  <bruno@clisp.org>
18308
18309         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18310         so that there are no conversion errors on AIX.
18311         * tests/test-mbsrtowcs.c (main): LIkewise.
18312
18313 2008-12-20  Bruno Haible  <bruno@clisp.org>
18314
18315         Work around wctob bug on Solaris <= 9.
18316         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18317         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18318         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18319         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18320         * modules/wctob (Files): Add m4/locale-fr.m4.
18321         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18322
18323 2008-12-20  Bruno Haible  <bruno@clisp.org>
18324
18325         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18326         /dev/null.
18327         * tests/test-select-in.sh: Likewise.
18328         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18329
18330 2008-12-20  Bruno Haible  <bruno@clisp.org>
18331
18332         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18333         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18334         Cygwin 1.5.x.
18335
18336 2008-12-20  Bruno Haible  <bruno@clisp.org>
18337
18338         Ensure mbstate_t is defined on HP-UX 11.11.
18339         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18340         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18341         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18342         AC_USE_SYSTEM_EXTENSIONS.
18343         * modules/fnmatch (Depends-on): Add extensions.
18344         * modules/mbrlen (Depends-on): Likewise.
18345         * modules/mbrtowc (Depends-on): Likewise.
18346         * modules/mbsinit (Depends-on): Likewise.
18347         * modules/mbsrtowcs (Depends-on): Likewise.
18348         * modules/mbswidth (Depends-on): Likewise.
18349         * modules/quotearg (Depends-on): Likewise.
18350         * modules/strftime (Depends-on): Likewise.
18351
18352 2008-12-20  Bruno Haible  <bruno@clisp.org>
18353
18354         Ensure wctob is declared on IRIX 6.5.
18355         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18356         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18357         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18358         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18359         of HAVE_WCTOB.
18360         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18361         HAVE_WCTOB.
18362         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18363
18364 2008-12-19  Bruno Haible  <bruno@clisp.org>
18365
18366         * modules/mbsrtowcs-tests: New file.
18367         * tests/test-mbsrtowcs1.sh: New file.
18368         * tests/test-mbsrtowcs2.sh: New file.
18369         * tests/test-mbsrtowcs3.sh: New file.
18370         * tests/test-mbsrtowcs4.sh: New file.
18371         * tests/test-mbsrtowcs.c: New file.
18372
18373         New module 'mbsrtowcs'.
18374         * lib/wchar.in.h (mbsrtowcs): New declaration.
18375         * lib/mbsrtowcs.c: New file.
18376         * m4/mbsrtowcs.m4: New file.
18377         * modules/mbsrtowcs: New file.
18378         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18379         HAVE_MBSRTOWCS.
18380         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18381         HAVE_MBSRTOWCS.
18382         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18383
18384 2008-12-19  Bruno Haible  <bruno@clisp.org>
18385
18386         New module 'mbrlen'.
18387         * lib/wchar.in.h (mbrlen): New declaration.
18388         * lib/mbrlen.c: New file.
18389         * m4/mbrlen.m4: New file.
18390         * modules/mbrlen: New file.
18391         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18392         HAVE_MBRLEN.
18393         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18394         HAVE_MBRLEN.
18395         * doc/posix-functions/mbrlen.texi: Document the new module.
18396
18397 2008-12-19  Bruno Haible  <bruno@clisp.org>
18398
18399         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18400         * modules/mbrtowc (Depends-on): Add verify.
18401         Suggested by Paul Eggert.
18402
18403 2008-12-18  Bruno Haible  <bruno@clisp.org>
18404
18405         * modules/mbsinit-tests: New file.
18406         * tests/test-mbsinit.sh: New file.
18407         * tests/test-mbsinit.c: New file.
18408
18409 2008-12-18  Bruno Haible  <bruno@clisp.org>
18410
18411         * modules/mbrtowc-tests: New file.
18412         * tests/test-mbrtowc1.sh: New file.
18413         * tests/test-mbrtowc2.sh: New file.
18414         * tests/test-mbrtowc3.sh: New file.
18415         * tests/test-mbrtowc4.sh: New file.
18416         * tests/test-mbrtowc.c: New file.
18417
18418         New module 'mbrtowc'.
18419         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18420         mbsinit and mbrtowc.
18421         (mbrtowc): New declaration.
18422         * lib/mbrtowc.c: New file.
18423         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18424         * modules/mbrtowc: New file.
18425         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18426         HAVE_MBRTOWC.
18427         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18428         HAVE_MBRTOWC.
18429         * doc/posix-functions/mbrtowc.texi: Document the new module.
18430
18431 2008-12-18  Bruno Haible  <bruno@clisp.org>
18432
18433         New module 'wctob'.
18434         * lib/wchar.in.h (wctob): New declaration.
18435         * lib/wctob.c: New file.
18436         * m4/wctob.m4: New file.
18437         * modules/wctob: New file.
18438         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18439         HAVE_WCTOB.
18440         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18441         * doc/posix-functions/wctob.texi: Document the new module.
18442
18443 2008-12-18  Bruno Haible  <bruno@clisp.org>
18444
18445         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18446         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18447
18448 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18449
18450         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18451         G. Christensen" <tgc@jupiterrise.com>.
18452
18453         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18454         G. Christensen" <tgc@jupiterrise.com>.
18455
18456         * lib/flock.c: Need to include string.h.  Reported by "Tom
18457         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18458         <ebb9@byu.net>.
18459
18460 2008-12-18  Bruno Haible  <bruno@clisp.org>
18461
18462         * m4/locale-ja.m4: New file, from GNU gettext.
18463
18464 2008-12-17  Bruno Haible  <bruno@clisp.org>
18465
18466         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18467         Suggested by Eric Blake.
18468
18469 2008-12-17  Bruno Haible  <bruno@clisp.org>
18470
18471         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18472
18473 2008-12-17  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18476         * modules/mbsinit (Depends-on): Add verify.
18477         Suggested by Paul Eggert.
18478
18479 2008-12-17  Bruno Haible  <bruno@clisp.org>
18480
18481         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18482         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18483         gl_FUNC_MBRTOWC.
18484         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18485         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18486         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18487         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18488         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18489         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18490         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18491         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18492         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18493         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18494         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18495         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18496         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18497         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18498         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18499         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18500         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18501         * modules/trim (configure.ac): Likewise.
18502
18503 2008-12-17  Bruno Haible  <bruno@clisp.org>
18504
18505         * modules/btowc-tests: New file.
18506         * tests/test-btowc1.sh: New file.
18507         * tests/test-btowc2.sh: New file.
18508         * tests/test-btowc.c: New file.
18509
18510         New module 'btowc'.
18511         * lib/wchar.in.h (btowc): New declaration.
18512         * lib/btowc.c: New file.
18513         * m4/btowc.m4: New file.
18514         * modules/btowc: New file.
18515         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18516         HAVE_BTOWC.
18517         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18518         * doc/posix-functions/btowc.texi: Document the new module.
18519
18520 2008-12-17  Bruno Haible  <bruno@clisp.org>
18521
18522         New module 'mbsinit'.
18523         * lib/wchar.in.h (mbsinit): New declaration.
18524         * lib/mbsinit.c: New file.
18525         * m4/mbsinit.m4: New file.
18526         * modules/mbsinit: New file.
18527         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18528         HAVE_MBSINIT.
18529         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18530         HAVE_MBSINIT.
18531         * doc/posix-functions/mbsinit.texi: Document the new module.
18532
18533 2008-12-16  Bruno Haible  <bruno@clisp.org>
18534
18535         * lib/unistd.in.h: Add comment.
18536         * tests/test-environ.c: Don't include <stdlib.h>.
18537
18538 2008-12-16  Bruno Haible  <bruno@clisp.org>
18539
18540         * lib/parse-duration.h (parse_duration): Document return value
18541         convention.
18542         * lib/parse-duration.c: Include specification header first. Add
18543         comments.
18544         (_): Remove macro.
18545         (parse_year_month_day, parse_hour_minute_second): Move side effects
18546         outside of strchr call.
18547         (parse_non_iso8601): Move side effects outside of isspace call.
18548         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18549         call.
18550
18551 2008-12-16  Bruno Haible  <bruno@clisp.org>
18552
18553         * tests/test-parse-duration.sh: Produce no output when the test
18554         succeeds.
18555
18556 2008-12-16  Bruno Haible  <bruno@clisp.org>
18557
18558         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18559         expressions.
18560
18561 2008-12-15  Bruno Haible  <bruno@clisp.org>
18562
18563         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18564         * doc/glibc-functions/flistxattr.texi: Likewise.
18565         * doc/glibc-functions/fopencookie.texi: Likewise.
18566         * doc/glibc-functions/fremovexattr.texi: Likewise.
18567         * doc/glibc-functions/fsetxattr.texi: Likewise.
18568         * doc/glibc-functions/getxattr.texi: Likewise.
18569         * doc/glibc-functions/lgetxattr.texi: Likewise.
18570         * doc/glibc-functions/listxattr.texi: Likewise.
18571         * doc/glibc-functions/llistxattr.texi: Likewise.
18572         * doc/glibc-functions/lremovexattr.texi: Likewise.
18573         * doc/glibc-functions/lsetxattr.texi: Likewise.
18574         * doc/glibc-functions/removexattr.texi: Likewise.
18575         * doc/glibc-functions/setxattr.texi: Likewise.
18576         * doc/posix-functions/open_memstream.texi: Likewise.
18577
18578 2008-12-15  Eric Blake  <ebb9@byu.net>
18579
18580         Update doc for cygwin 1.7.
18581         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18582         functions.
18583         * doc/posix-functions/fchmodat.texi: Likewise.
18584         * doc/posix-functions/fchownat.texi: Likewise.
18585         * doc/posix-functions/fdopendir.texi: Likewise.
18586         * doc/posix-functions/fmemopen.texi: Likewise.
18587         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18588         * doc/posix-functions/fstatat.texi: Likewise.
18589         * doc/posix-functions/futimens.texi: Likewise.
18590         * doc/posix-functions/gai_strerror.texi: Likewise.
18591         * doc/posix-functions/getaddrinfo.texi: Likewise.
18592         * doc/posix-functions/getnameinfo.texi: Likewise.
18593         * doc/posix-functions/if_freenameindex.texi: Likewise.
18594         * doc/posix-functions/if_indextoname.texi: Likewise.
18595         * doc/posix-functions/if_nameindex.texi: Likewise.
18596         * doc/posix-functions/if_nametoindex.texi: Likewise.
18597         * doc/posix-functions/insque.texi: Likewise.
18598         * doc/posix-functions/linkat.texi: Likewise.
18599         * doc/posix-functions/llrint.texi: Likewise.
18600         * doc/posix-functions/llrintf.texi: Likewise.
18601         * doc/posix-functions/llrintl.texi: Likewise.
18602         * doc/posix-functions/lockf.texi: Likewise.
18603         * doc/posix-functions/lrintl.texi: Likewise.
18604         * doc/posix-functions/mkdirat.texi: Likewise.
18605         * doc/posix-functions/mkfifoat.texi: Likewise.
18606         * doc/posix-functions/mknodat.texi: Likewise.
18607         * doc/posix-functions/mq_close.texi: Likewise.
18608         * doc/posix-functions/mq_getattr.texi: Likewise.
18609         * doc/posix-functions/mq_notify.texi: Likewise.
18610         * doc/posix-functions/mq_open.texi: Likewise.
18611         * doc/posix-functions/mq_receive.texi: Likewise.
18612         * doc/posix-functions/mq_send.texi: Likewise.
18613         * doc/posix-functions/mq_setattr.texi: Likewise.
18614         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18615         * doc/posix-functions/mq_timedsend.texi: Likewise.
18616         * doc/posix-functions/mq_unlink.texi: Likewise.
18617         * doc/posix-functions/open_memstream.texi: Likewise.
18618         * doc/posix-functions/openat.texi: Likewise.
18619         * doc/posix-functions/posix_fadvise.texi: Likewise.
18620         * doc/posix-functions/posix_fallocate.texi: Likewise.
18621         * doc/posix-functions/posix_madvise.texi: Likewise.
18622         * doc/posix-functions/posix_memalign.texi: Likewise.
18623         * doc/posix-functions/posix_openpt.texi: Likewise.
18624         * doc/posix-functions/readlinkat.texi: Likewise.
18625         * doc/posix-functions/remque.texi: Likewise.
18626         * doc/posix-functions/renameat.texi: Likewise.
18627         * doc/posix-functions/rintl.texi: Likewise.
18628         * doc/posix-functions/sem_unlink.texi: Likewise.
18629         * doc/posix-functions/shm_open.texi: Likewise.
18630         * doc/posix-functions/shm_unlink.texi: Likewise.
18631         * doc/posix-functions/signgam.texi: Likewise.
18632         * doc/posix-functions/sigset.texi: Likewise.
18633         * doc/posix-functions/stpcpy.texi: Likewise.
18634         * doc/posix-functions/stpncpy.texi: Likewise.
18635         * doc/posix-functions/strerror.texi: Likewise.
18636         * doc/posix-functions/strtod.texi: Likewise.
18637         * doc/posix-functions/symlinkat.texi: Likewise.
18638         * doc/posix-functions/unlinkat.texi: Likewise.
18639         * doc/posix-functions/utimensat.texi: Likewise.
18640         * doc/glibc-functions/bindresvport.texi: Likewise.
18641         * doc/glibc-functions/dn_expand.texi: Likewise.
18642         * doc/glibc-functions/exp10.texi: Likewise.
18643         * doc/glibc-functions/exp10f.texi: Likewise.
18644         * doc/glibc-functions/fgetxattr.texi: Likewise.
18645         * doc/glibc-functions/flistxattr.texi: Likewise.
18646         * doc/glibc-functions/fopencookie.texi: Likewise.
18647         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18648         * doc/glibc-functions/fremovexattr.texi: Likewise.
18649         * doc/glibc-functions/fsetxattr.texi: Likewise.
18650         * doc/glibc-functions/getifaddrs.texi: Likewise.
18651         * doc/glibc-functions/getxattr.texi: Likewise.
18652         * doc/glibc-functions/lgetxattr.texi: Likewise.
18653         * doc/glibc-functions/listxattr.texi: Likewise.
18654         * doc/glibc-functions/llistxattr.texi: Likewise.
18655         * doc/glibc-functions/lremovexattr.texi: Likewise.
18656         * doc/glibc-functions/lsetxattr.texi: Likewise.
18657         * doc/glibc-functions/pow10.texi: Likewise.
18658         * doc/glibc-functions/pow10f.texi: Likewise.
18659         * doc/glibc-functions/rcmd_af.texi: Likewise.
18660         * doc/glibc-functions/removexattr.texi: Likewise.
18661         * doc/glibc-functions/res_init.texi: Likewise.
18662         * doc/glibc-functions/res_mkquery.texi: Likewise.
18663         * doc/glibc-functions/res_query.texi: Likewise.
18664         * doc/glibc-functions/res_querydomain.texi: Likewise.
18665         * doc/glibc-functions/res_send.texi: Likewise.
18666         * doc/glibc-functions/rresvport_af.texi: Likewise.
18667         * doc/glibc-functions/setxattr.texi: Likewise.
18668         * doc/glibc-functions/strcasestr.texi: Likewise.
18669
18670 2008-12-15  Bruno Haible  <bruno@clisp.org>
18671
18672         Fix compilation error on OSF/1 4.0.
18673         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18674         <sys/time.h>, simply delegate to the system header.
18675         Reported by Daniel Richard G. <oss@teragram.com>.
18676
18677 2008-12-15  Bruno Haible  <bruno@clisp.org>
18678
18679         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18680         * doc/posix-functions/fchmodat.texi: Likewise.
18681         * doc/posix-functions/fchownat.texi: Likewise.
18682         * doc/posix-functions/fdopendir.texi: Likewise.
18683         * doc/posix-functions/fstatat.texi: Likewise.
18684         * doc/posix-functions/mkdirat.texi: Likewise.
18685         * doc/posix-functions/unlinkat.texi: Likewise.
18686
18687 2008-12-14  Bruno Haible  <bruno@clisp.org>
18688
18689         Update doc for POSIX:2008.
18690         * doc/posix-functions/faccessat.texi: New file.
18691         * doc/posix-functions/fchmodat.texi: New file.
18692         * doc/posix-functions/fchownat.texi: New file.
18693         * doc/posix-functions/fdopendir.texi: New file.
18694         * doc/posix-functions/fstatat.texi: New file.
18695         * doc/posix-functions/futimens.texi: New file.
18696         * doc/posix-functions/linkat.texi: New file.
18697         * doc/posix-functions/mkdirat.texi: New file.
18698         * doc/posix-functions/mkfifoat.texi: New file.
18699         * doc/posix-functions/mknodat.texi: New file.
18700         * doc/posix-functions/open_wmemstream.texi: New file.
18701         * doc/posix-functions/openat.texi: New file.
18702         * doc/posix-functions/psiginfo.texi: New file.
18703         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18704         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18705         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18706         * doc/posix-functions/readlinkat.texi: New file.
18707         * doc/posix-functions/renameat.texi: New file.
18708         * doc/posix-functions/strerror_l.texi: New file.
18709         * doc/posix-functions/symlinkat.texi: New file.
18710         * doc/posix-functions/unlinkat.texi: New file.
18711         * doc/posix-functions/utimensat.texi: New file.
18712         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18713
18714 2008-12-14  Bruno Haible  <bruno@clisp.org>
18715
18716         Update doc for POSIX:2008.
18717         * doc/posix-functions/alphasort.texi: Renamed from
18718         doc/glibc-functions/alphasort.texi.
18719         * doc/posix-functions/dirfd.texi: Renamed from
18720         doc/glibc-functions/dirfd.texi.
18721         * doc/posix-functions/dprintf.texi: Renamed from
18722         doc/glibc-functions/dprintf.texi.
18723         * doc/posix-functions/duplocale.texi: Renamed from
18724         doc/glibc-functions/duplocale.texi.
18725         * doc/posix-functions/fexecve.texi: Renamed from
18726         doc/glibc-functions/fexecve.texi.
18727         * doc/posix-functions/fmemopen.texi: Renamed from
18728         doc/glibc-functions/fmemopen.texi.
18729         * doc/posix-functions/freelocale.texi: Renamed from
18730         doc/glibc-functions/freelocale.texi.
18731         * doc/posix-functions/getdate_err.texi: Renamed from
18732         doc/glibc-functions/getdate_err.texi.
18733         * doc/posix-functions/isalnum_l.texi: Renamed from
18734         doc/glibc-functions/isalnum_l.texi.
18735         * doc/posix-functions/isalpha_l.texi: Renamed from
18736         doc/glibc-functions/isalpha_l.texi.
18737         * doc/posix-functions/isblank_l.texi: Renamed from
18738         doc/glibc-functions/isblank_l.texi.
18739         * doc/posix-functions/iscntrl_l.texi: Renamed from
18740         doc/glibc-functions/iscntrl_l.texi.
18741         * doc/posix-functions/isdigit_l.texi: Renamed from
18742         doc/glibc-functions/isdigit_l.texi.
18743         * doc/posix-functions/isgraph_l.texi: Renamed from
18744         doc/glibc-functions/isgraph_l.texi.
18745         * doc/posix-functions/islower_l.texi: Renamed from
18746         doc/glibc-functions/islower_l.texi.
18747         * doc/posix-functions/isprint_l.texi: Renamed from
18748         doc/glibc-functions/isprint_l.texi.
18749         * doc/posix-functions/ispunct_l.texi: Renamed from
18750         doc/glibc-functions/ispunct_l.texi.
18751         * doc/posix-functions/isspace_l.texi: Renamed from
18752         doc/glibc-functions/isspace_l.texi.
18753         * doc/posix-functions/isupper_l.texi: Renamed from
18754         doc/glibc-functions/isupper_l.texi.
18755         * doc/posix-functions/iswalnum_l.texi: Renamed from
18756         doc/glibc-functions/iswalnum_l.texi.
18757         * doc/posix-functions/iswalpha_l.texi: Renamed from
18758         doc/glibc-functions/iswalpha_l.texi.
18759         * doc/posix-functions/iswblank_l.texi: Renamed from
18760         doc/glibc-functions/iswblank_l.texi.
18761         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18762         doc/glibc-functions/iswcntrl_l.texi.
18763         * doc/posix-functions/iswctype_l.texi: Renamed from
18764         doc/glibc-functions/iswctype_l.texi.
18765         * doc/posix-functions/iswdigit_l.texi: Renamed from
18766         doc/glibc-functions/iswdigit_l.texi.
18767         * doc/posix-functions/iswgraph_l.texi: Renamed from
18768         doc/glibc-functions/iswgraph_l.texi.
18769         * doc/posix-functions/iswlower_l.texi: Renamed from
18770         doc/glibc-functions/iswlower_l.texi.
18771         * doc/posix-functions/iswprint_l.texi: Renamed from
18772         doc/glibc-functions/iswprint_l.texi.
18773         * doc/posix-functions/iswpunct_l.texi: Renamed from
18774         doc/glibc-functions/iswpunct_l.texi.
18775         * doc/posix-functions/iswspace_l.texi: Renamed from
18776         doc/glibc-functions/iswspace_l.texi.
18777         * doc/posix-functions/iswupper_l.texi: Renamed from
18778         doc/glibc-functions/iswupper_l.texi.
18779         * doc/posix-functions/iswxdigit_l.texi: Renamed from
18780         doc/glibc-functions/iswxdigit_l.texi.
18781         * doc/posix-functions/isxdigit_l.texi: Renamed from
18782         doc/glibc-functions/isxdigit_l.texi.
18783         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
18784         doc/glibc-functions/mbsnrtowcs.texi.
18785         * doc/posix-functions/mkdtemp.texi: Renamed from
18786         doc/glibc-functions/mkdtemp.texi.
18787         * doc/posix-functions/newlocale.texi: Renamed from
18788         doc/glibc-functions/newlocale.texi.
18789         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
18790         doc/glibc-functions/nl_langinfo_l.texi.
18791         * doc/posix-functions/open_memstream.texi: Renamed from
18792         doc/glibc-functions/open_memstream.texi.
18793         * doc/posix-functions/opterr.texi: Renamed from
18794         doc/glibc-functions/opterr.texi.
18795         * doc/posix-functions/optind.texi: Renamed from
18796         doc/glibc-functions/optind.texi.
18797         * doc/posix-functions/optopt.texi: Renamed from
18798         doc/glibc-functions/optopt.texi.
18799         * doc/posix-functions/psignal.texi: Renamed from
18800         doc/glibc-functions/psignal.texi.
18801         * doc/posix-functions/scandir.texi: Renamed from
18802         doc/glibc-functions/scandir.texi.
18803         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
18804         doc/glibc-functions/sched_get_priority_min.texi.
18805         * doc/posix-functions/signgam.texi: Renamed from
18806         doc/glibc-functions/signgam.texi.
18807         * doc/posix-functions/stpcpy.texi: Renamed from
18808         doc/glibc-functions/stpcpy.texi.
18809         * doc/posix-functions/stpncpy.texi: Renamed from
18810         doc/glibc-functions/stpncpy.texi.
18811         * doc/posix-functions/strcasecmp_l.texi: Renamed from
18812         doc/glibc-functions/strcasecmp_l.texi.
18813         * doc/posix-functions/strcoll_l.texi: Renamed from
18814         doc/glibc-functions/strcoll_l.texi.
18815         * doc/posix-functions/strfmon_l.texi: Renamed from
18816         doc/glibc-functions/strfmon_l.texi.
18817         * doc/posix-functions/strftime_l.texi: Renamed from
18818         doc/glibc-functions/strftime_l.texi.
18819         * doc/posix-functions/strncasecmp_l.texi: Renamed from
18820         doc/glibc-functions/strncasecmp_l.texi.
18821         * doc/posix-functions/strndup.texi: Renamed from
18822         doc/glibc-functions/strndup.texi.
18823         * doc/posix-functions/strnlen.texi: Renamed from
18824         doc/glibc-functions/strnlen.texi.
18825         * doc/posix-functions/strsignal.texi: Renamed from
18826         doc/glibc-functions/strsignal.texi.
18827         * doc/posix-functions/strxfrm_l.texi: Renamed from
18828         doc/glibc-functions/strxfrm_l.texi.
18829         * doc/posix-functions/timer_gettime.texi: Renamed from
18830         doc/glibc-functions/timer_gettime.texi.
18831         * doc/posix-functions/tolower_l.texi: Renamed from
18832         doc/glibc-functions/tolower_l.texi.
18833         * doc/posix-functions/toupper_l.texi: Renamed from
18834         doc/glibc-functions/toupper_l.texi.
18835         * doc/posix-functions/towctrans_l.texi: Renamed from
18836         doc/glibc-functions/towctrans_l.texi.
18837         * doc/posix-functions/towlower_l.texi: Renamed from
18838         doc/glibc-functions/towlower_l.texi.
18839         * doc/posix-functions/towupper_l.texi: Renamed from
18840         doc/glibc-functions/towupper_l.texi.
18841         * doc/posix-functions/uselocale.texi: Renamed from
18842         doc/glibc-functions/uselocale.texi.
18843         * doc/posix-functions/vdprintf.texi: Renamed from
18844         doc/glibc-functions/vdprintf.texi.
18845         * doc/posix-functions/wcpcpy.texi:
18846         Renamed from doc/glibc-functions/wcpcpy.texi.
18847         * doc/posix-functions/wcpncpy.texi: Renamed from
18848         doc/glibc-functions/wcpncpy.texi.
18849         * doc/posix-functions/wcscasecmp.texi: Renamed from
18850         doc/glibc-functions/wcscasecmp.texi.
18851         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
18852         doc/glibc-functions/wcscasecmp_l.texi.
18853         * doc/posix-functions/wcscoll_l.texi: Renamed from
18854         doc/glibc-functions/wcscoll_l.texi.
18855         * doc/posix-functions/wcsdup.texi: Renamed from
18856         doc/glibc-functions/wcsdup.texi.
18857         * doc/posix-functions/wcsncasecmp.texi: Renamed from
18858         doc/glibc-functions/wcsncasecmp.texi.
18859         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
18860         doc/glibc-functions/wcsncasecmp_l.texi.
18861         * doc/posix-functions/wcsnlen.texi: Renamed from
18862         doc/glibc-functions/wcsnlen.texi.
18863         * doc/posix-functions/wcsnrtombs.texi: Renamed from
18864         doc/glibc-functions/wcsnrtombs.texi.
18865         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
18866         doc/glibc-functions/wcsxfrm_l.texi.
18867         * doc/posix-functions/wctrans_l.texi: Renamed from
18868         doc/glibc-functions/wctrans_l.texi.
18869         * doc/posix-functions/wctype_l.texi: Renamed from
18870         doc/glibc-functions/wctype_l.texi.
18871         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18872         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
18873         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
18874         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
18875         these subsections.
18876         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
18877         Remove sections.
18878
18879 2008-12-14  Bruno Haible  <bruno@clisp.org>
18880
18881         Update doc for POSIX:2008.
18882         * doc/posix-functions/*.texi: Update URL of POSIX specification.
18883
18884 2008-12-14  Bruno Haible  <bruno@clisp.org>
18885
18886         Update doc for POSIX:2008.
18887         * doc/pastposix-functions/bcmp.texi: Renamed from
18888         doc/posix-functions/bcmp.texi.
18889         * doc/pastposix-functions/bcopy.texi: Renamed from
18890         doc/posix-functions/bcopy.texi.
18891         * doc/pastposix-functions/bsd_signal.texi: Renamed from
18892         doc/posix-functions/bsd_signal.texi.
18893         * doc/pastposix-functions/bzero.texi: Renamed from
18894         doc/posix-functions/bzero.texi.
18895         * doc/pastposix-functions/ecvt.texi: Renamed from
18896         doc/posix-functions/ecvt.texi.
18897         * doc/pastposix-functions/fcvt.texi: Renamed from
18898         doc/posix-functions/fcvt.texi.
18899         * doc/pastposix-functions/ftime.texi: Renamed from
18900         doc/posix-functions/ftime.texi.
18901         * doc/pastposix-functions/gcvt.texi: Renamed from
18902         doc/posix-functions/gcvt.texi.
18903         * doc/pastposix-functions/getcontext.texi: Renamed from
18904         doc/posix-functions/getcontext.texi.
18905         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
18906         doc/posix-functions/gethostbyaddr.texi.
18907         * doc/pastposix-functions/gethostbyname.texi: Renamed from
18908         doc/posix-functions/gethostbyname.texi.
18909         * doc/pastposix-functions/getwd.texi: Renamed from
18910         doc/posix-functions/getwd.texi.
18911         * doc/pastposix-functions/h_errno.texi: Renamed from
18912         doc/posix-functions/h_errno.texi.
18913         * doc/pastposix-functions/index.texi: Renamed from
18914         doc/posix-functions/index.texi.
18915         * doc/pastposix-functions/makecontext.texi: Renamed from
18916         doc/posix-functions/makecontext.texi.
18917         * doc/pastposix-functions/mktemp.texi: Renamed from
18918         doc/posix-functions/mktemp.texi.
18919         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
18920         doc/posix-functions/pthread_attr_getstackaddr.texi.
18921         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
18922         doc/posix-functions/pthread_attr_setstackaddr.texi.
18923         * doc/pastposix-functions/rindex.texi: Renamed from
18924         doc/posix-functions/rindex.texi.
18925         * doc/pastposix-functions/scalb.texi: Renamed from
18926         doc/posix-functions/scalb.texi.
18927         * doc/pastposix-functions/setcontext.texi: Renamed from
18928         doc/posix-functions/setcontext.texi.
18929         * doc/pastposix-functions/swapcontext.texi: Renamed from
18930         doc/posix-functions/swapcontext.texi.
18931         * doc/pastposix-functions/ualarm.texi: Renamed from
18932         doc/posix-functions/ualarm.texi.
18933         * doc/pastposix-functions/usleep.texi: Renamed from
18934         doc/posix-functions/usleep.texi.
18935         * doc/pastposix-functions/vfork.texi: Renamed from
18936         doc/posix-functions/vfork.texi.
18937         * doc/pastposix-functions/wcswcs.texi: Renamed from
18938         doc/posix-functions/wcswcs.texi.
18939         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
18940         (Function Substitutes): Update.
18941
18942 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18943
18944         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
18945         m4/strerror.m4.
18946
18947 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18948             Bruno Haible  <bruno@clisp.org>
18949
18950         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
18951
18952 2008-12-13  Bruno Haible  <bruno@clisp.org>
18953
18954         * modules/strtoull (Depends-on): Remove unistd.
18955
18956 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18957
18958         * modules/strtoull (Depends-on): Add stdlib.
18959
18960 2008-12-11  Simon Josefsson  <simon@josefsson.org>
18961
18962         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
18963
18964 2008-12-10  Jim Meyering  <meyering@redhat.com>
18965
18966         gl_ASSERT: don't say assertions are disabled when they're not
18967         * m4/assert.m4 (gl_ASSERT): Do not make configure report
18968         "checking whether to enable assertions... no", when they are in
18969         fact enabled.  This is solely a bug in the output of configure.
18970         In spite of saying "no", NDEBUG was not defined in that case.
18971         Also, as noted by Eric Blake, leave assertions enabled upon
18972         --enable-assert=INVALID.
18973
18974 2008-12-10  Bruno Haible  <bruno@clisp.org>
18975
18976         Change MODULES.html to refer to POSIX:2008 where possible.
18977         * MODULES.html.sh (POSIX2008_URL): New variable.
18978         (posix_headers): Remove sys/timeb, ucontext.
18979         (posix2001_headers): New variable.
18980         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
18981         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
18982         index, makecontext, mktemp, pthread_attr_getstackaddr,
18983         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
18984         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
18985         (posix2001_functions): New variable.
18986         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
18987         otherwise.
18988
18989 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18990
18991         add missing include to parse-duration.c
18992         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
18993         * modules/parse-duration (Depends-on): Add xalloc.
18994
18995         fix sed script reading maint.mk
18996         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
18997         (syntax-check-rules): Use it.
18998
18999 2008-12-09  Bruno Haible  <bruno@clisp.org>
19000
19001         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19002         MacOS X 10.4/PowerPC.
19003         Reported by Simon Josefsson.
19004
19005 2008-12-08  Jim Meyering  <meyering@redhat.com>
19006
19007         work around mingw's lack of some S_IF definitions
19008         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19009         Reported by Simon Josefsson.
19010
19011 2008-12-08  Bruno Haible  <bruno@clisp.org>
19012
19013         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19014         applied to variables. Needed on MacOS X 10.4/PowerPC.
19015         Reported by Simon Josefsson.
19016
19017 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19018         and Eric Blake  <ebb9@byu.net>
19019
19020         assert: honor --enable-assert
19021         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19022         order to honor --enable-assert, rather than treating it as a
19023         synonym for --disable-assert.
19024
19025 2008-12-08  Jim Meyering  <meyering@redhat.com>
19026
19027         * lib/posixtm.c: Remove now-useless declaration of mktime.
19028
19029         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19030
19031 2008-12-07  Bruno Haible  <bruno@clisp.org>
19032
19033         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19034         test_once): Mark functions as static.
19035         * tests/test-tls.c (test_tls): Likewise.
19036
19037 2008-12-07  Bruno Haible  <bruno@clisp.org>
19038
19039         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19040         iconv_register_autodetect.
19041
19042 2008-12-07  Jim Meyering  <meyering@redhat.com>
19043
19044         posixtm.c: avoid a warning
19045         * lib/posixtm.c (posixtime): Don't initialize tm0.
19046         It's no longer needed to placate gcc4's -Wuninitialized,
19047         and the attempt to placate would elicit a new warning.
19048
19049         unicodeio.c: mark unused parameters
19050         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19051         (fallback_failure_callback): Likewise.
19052
19053 2008-12-07  Bruno Haible  <bruno@clisp.org>
19054
19055         * gnulib-tool (func_create_testdir): When building the tests
19056         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19057         Reported by Simon Josefsson.
19058
19059 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19060
19061         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19062
19063 2008-12-06  Bruno Haible  <bruno@clisp.org>
19064
19065         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19066         Suggested by Eric Blake.
19067
19068 2008-12-06  Bruno Haible  <bruno@clisp.org>
19069
19070         Fix a c-stack test failure on MacOS X.
19071         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19072         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19073         handler for SIGBUS as well.
19074         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19075         install a signal handler for SIGBUS as well.
19076         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19077
19078 2008-12-06  Bruno Haible  <bruno@clisp.org>
19079
19080         Advocacy documentation.
19081         * doc/gnulib-intro.texi (Benefits): New section.
19082         * doc/gnulib.texi: Update.
19083
19084 2008-12-06  Bruno Haible  <bruno@clisp.org>
19085
19086         Document the 'manywarnings' module.
19087         * doc/manywarnings.texi: New file.
19088         * doc/gnulib.texi: Include it.
19089
19090 2008-12-05  Eric Blake  <ebb9@byu.net>
19091
19092         tests: silence some gcc warnings
19093         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19094         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19095         type mismatches.
19096
19097 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19098             Bruno Haible  <bruno@clisp.org>
19099
19100         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19101
19102 2008-11-29  Jim Meyering  <meyering@redhat.com>
19103
19104         unicodeio.c: mark unused parameters
19105         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19106         (fallback_failure_callback): Likewise.
19107
19108         fts: fix a thinko
19109         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19110         (set_stat_type): Return S_IF*-valued "type" directly.
19111         Prompted by James Youngman's spotting a related bug.
19112         Confirmed by further testing through find.
19113
19114         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19115         * lib/fts.c (D_TYPE): Define.
19116         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19117         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19118         (s_ifmt_shift_bits): New function.
19119         (set_stat_type): New function.
19120         (fts_build): When not calling fts_stat, call set_stat_type
19121         to propagate dirent.d_type info to fts_read caller.
19122         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19123         fts_statp->st_mode type information may be valid.
19124
19125 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19126
19127         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19128         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19129         <sds@gnu.org>.
19130
19131 2008-11-20  Bruno Haible  <bruno@clisp.org>
19132
19133         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19134         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19135         INCLUDE_NEXT.
19136         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19137         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19138         * modules/math (Makefile.am): Substitute
19139         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19140         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19141
19142 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19143             Bruno Haible  <bruno@clisp.org>
19144
19145         * lib/stdint.in.h: Define all type macros so that their expansion is
19146         a single typedef'ed token. Fixes a compilation failure in Boost which
19147         does "using ::int8_t;".
19148
19149 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19150
19151         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19152         gl_MANYWARN_ALL_GCC.
19153         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19154         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19155         * modules/manywarnings: New file.
19156         * MODULES.html.sh: Mention manywarnings module.
19157
19158 2008-11-18  Bruno Haible  <bruno@clisp.org>
19159
19160         * doc/gnulib-tool.texi (Unit tests): New section.
19161
19162 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19163
19164         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19165         paths like 'lib/po/foo.po'.
19166
19167 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19168
19169         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19170         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19171
19172 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19173
19174         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19175         parameter works.
19176
19177 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19178
19179         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19180
19181 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19182
19183         * modules/parse-duration-tests: New file.
19184         * tests/test-parse-duration.sh: New file.
19185         * tests/test-parse-duration.c: New file.
19186
19187         New module 'parse-duration'.
19188         * lib/parse-duration.h: New file.
19189         * lib/parse-duration.c: New file.
19190         * modules/parse-duration: New file.
19191
19192 2008-11-17  Bruno Haible  <bruno@clisp.org>
19193
19194         * tests/test-select-out.sh: Comment out the first pipe test.
19195         Reported by Simon Josefsson.
19196
19197 2008-11-17  Bruno Haible  <bruno@clisp.org>
19198
19199         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19200         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19201         gl_HOSTENT.
19202
19203 2008-11-17  Bruno Haible  <bruno@clisp.org>
19204
19205         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19206         -lnetwork and -lnet. Needed for Haiku and BeOS.
19207
19208 2008-11-16  Bruno Haible  <bruno@clisp.org>
19209
19210         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19211
19212 2008-11-16  Bruno Haible  <bruno@clisp.org>
19213
19214         Avoid test failure on Haiku.
19215         * tests/test-fsync.c: Include <errno.h>.
19216         (main): Don't require that fsync (0) fails.
19217
19218 2008-11-15  Bruno Haible  <bruno@clisp.org>
19219
19220         New module 'hostent'.
19221         * modules/hostent: New file.
19222         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19223
19224 2008-11-15  Bruno Haible  <bruno@clisp.org>
19225
19226         New module 'servent'.
19227         * modules/servent: New file.
19228         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19229
19230 2008-11-15  Bruno Haible  <bruno@clisp.org>
19231
19232         Avoid generating same test program with two different rules.
19233         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19234         test-frexp to test-frexp-nolibm.
19235         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19236         test-frexpl to test-frexpl-nolibm.
19237
19238 2008-11-15  Bruno Haible  <bruno@clisp.org>
19239
19240         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19241         $(FREXPL_LIBM).
19242
19243 2008-11-15  Bruno Haible  <bruno@clisp.org>
19244
19245         * lib/netdb.in.h: Activate the definitions also when the system's
19246         <netdb.h> has 'struct addrinfo'.
19247         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19248         EAI_OVERFLOW or AI_NUMERICSERV.
19249         * doc/posix-headers/netdb.texi: Document the problem.
19250
19251 2008-11-15  Bruno Haible  <bruno@clisp.org>
19252
19253         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19254
19255         Make the 'sched' module work on platforms where <sched.h> exists but
19256         is incomplete (such as Haiku).
19257         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19258         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19259         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19260         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19261         HAVE_STRUCT_SCHED_PARAM.
19262         * modules/sched (Depends-on): Add include_next.
19263         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19264         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19265         * doc/posix-headers/sched.texi: Document the issue.
19266
19267 2008-11-13  Jim Meyering  <meyering@redhat.com>
19268
19269         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19270         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19271         test would fail due to the difference in the Report bugs to ...
19272         line.  The expected address is empty, "<>", while the actual
19273         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19274
19275 2008-11-12  Bruno Haible  <bruno@clisp.org>
19276
19277         lstat: don't compile lstat.c on systems lacking lstat
19278         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19279         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19280         Reported by Daniel P. Berrange via Jim Meyering.
19281
19282 2008-11-12  Jim Meyering  <meyering@redhat.com>
19283
19284         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19285
19286 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19287
19288         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19289         instead.
19290
19291 2008-11-12  Bruno Haible  <bruno@clisp.org>
19292
19293         * lib/unicodeio.c: Include unistr.h.
19294         (utf8_wctomb): Remove function.
19295         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19296
19297 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19298
19299         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19300         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19301         <bruno@clisp.org>.
19302         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19303
19304 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19305
19306         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19307         * doc/gnulib.texi: Add section for warnings.
19308
19309 2008-11-11  Bruno Haible  <bruno@clisp.org>
19310
19311         * lib/sockets.h: Add a comment.
19312
19313 2008-11-11  Karl Berry  <karl@gnu.org>
19314
19315         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19316
19317 2008-11-11  Eric Blake  <ebb9@byu.net>
19318
19319         fdl.texi: avoid git symlinks
19320         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19321
19322 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19323
19324         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19325
19326 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19327
19328         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19329         (gl_WARN_ADD): Substitute $2 if literal.
19330
19331 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19332
19333         * m4/warning.m4: Remove.
19334
19335 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19336
19337         * m4/warnings.m4: Almost complete rewrite. :-)
19338
19339 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19340
19341         * modules/warnings: New module.
19342         * m4/warnings.m4: New file.
19343         * MODULES.html.sh: Mention warnings module.
19344         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19345         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19346
19347 2008-11-10  Eric Blake  <ebb9@byu.net>
19348
19349         fdl.texi: make a symlink to the latest version
19350         * doc/standards.texi: Revert today's earlier change.
19351         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19352         * doc/fdl.texi: ...and replace this with a symlink to the newer
19353         fdl-1.3.texi.
19354
19355 2008-11-10  Bruno Haible  <bruno@clisp.org>
19356
19357         * tests/test-select-fd.c (main): Accept the result file name as fourth
19358         argument.
19359         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19360         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19361
19362 2008-11-10  Bruno Haible  <bruno@clisp.org>
19363
19364         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19365         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19366         as autoconf-substituted macros.
19367         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19368         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19369         gl_NETDB_H_DEFAULTS. Set these variables.
19370         * modules/netdb (Makefile.am): Substitute these variables.
19371
19372 2008-11-10  Eric Blake  <ebb9@byu.net>
19373
19374         standards.texi: include correct file for FDL 1.3
19375         * doc/standards.texi (GNU Free Documentation License): Change
19376         include file to pull in FDL 1.3, not 1.2.
19377
19378         fdl.texi: revert accidental change to license
19379         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19380
19381 2008-11-10  Bruno Haible  <bruno@clisp.org>
19382
19383         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19384         cross-compiling guesses also when the native compile gives no result.
19385
19386 2008-11-10  Bruno Haible  <bruno@clisp.org>
19387
19388         * lib/spawni.c (__spawni): Force variable into the stack.
19389
19390 2008-11-10  Bruno Haible  <bruno@clisp.org>
19391
19392         Add support for Haiku.
19393         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19394         glibc and BeOS, but also on Haiku.
19395         * lib/fpurge.c (fpurge): Likewise.
19396         * lib/freadable.c (freadable): Likewise.
19397         * lib/freadahead.c (freadahead): Likewise.
19398         * lib/freading.c (freading): Likewise.
19399         * lib/freadptr.c (freadptr): Likewise.
19400         * lib/freadseek.c (freadptrinc): Likewise.
19401         * lib/fseeko.c (rpl_fseeko): Likewise.
19402         * lib/fseterr.c (fseterr): Likewise.
19403         * lib/fwritable.c (fwritable): Likewise.
19404         * lib/fwriting.c (fwriting): Likewise.
19405         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19406
19407 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19408
19409         * lib/config.charset: Treat Haiku like BeOS.
19410
19411 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19412
19413         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19414         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19415
19416 2008-11-08  Bruno Haible  <bruno@clisp.org>
19417
19418         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19419         AC_CACHE_CHECK.
19420
19421 2008-11-08  Bruno Haible  <bruno@clisp.org>
19422
19423         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19424
19425 2008-11-08  Bruno Haible  <bruno@clisp.org>
19426
19427         * tests/test-select-fd.c: New file.
19428         * tests/test-select-in.sh: New file.
19429         * tests/test-select-out.sh: New file.
19430         * tests/test-select-stdin.c: New file.
19431         * modules/select-tests (Files): Add the new files.
19432         (Depends-on): Add gettimeofday.
19433         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19434         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19435         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19436
19437 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19438             Bruno Haible  <bruno@clisp.org>
19439
19440         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19441
19442 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19443
19444         * build-aux/pmccabe2html: Added support for C++ source files.
19445
19446 2008-11-05  Ben Pfaff  <blp@gnu.org>
19447
19448         Fix lib/close.c build on Windows.
19449         * modules/close (Files): Add lib/w32sock.h.
19450
19451 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19452
19453         Accept Bison's NEWS format.
19454         * build-aux/announce-gen (print_news_deltas): Tweak
19455         $re_prefix.
19456
19457 2008-11-04  Bruno Haible  <bruno@clisp.org>
19458
19459         * modules/random_r (Maintainer): Add glibc.
19460
19461 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19462
19463         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19464         by karl@freefriends.org (Karl Berry).
19465         * doc/alloca.texi: Likewise.
19466         * doc/c-ctype.texi: Likewise.
19467         * doc/c-strcase.texi: Likewise.
19468         * doc/c-strcaseeq.texi: Likewise.
19469         * doc/c-strcasestr.texi: Likewise.
19470         * doc/c-strstr.texi: Likewise.
19471         * doc/c-strtod.texi: Likewise.
19472         * doc/c-strtold.texi: Likewise.
19473         * doc/ctime.texi: Likewise.
19474         * doc/error.texi: Likewise.
19475         * doc/fdl.texi: Likewise.
19476         * doc/gcd.texi: Likewise.
19477         * doc/getdate.texi: Likewise.
19478         * doc/gnulib-intro.texi: Likewise.
19479         * doc/gnulib-tool.texi: Likewise.
19480         * doc/gnulib.texi: Likewise.
19481         * doc/inet_ntoa.texi: Likewise.
19482         * doc/maintain.texi: Likewise.
19483         * doc/make-stds.texi: Likewise.
19484         * doc/quote.texi: Likewise.
19485         * doc/regexprops-generic.texi: Likewise.
19486         * doc/standards.texi: Likewise.
19487         * doc/verify.texi: Likewise.
19488         * doc/visibility.texi: Likewise.
19489         * doc/gnulib.texi (GNU Free Documentation License): Include
19490         fdl-1.3.texi instead of fdl.texi.
19491
19492 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19493
19494         * doc/fdl-1.3.texi: New file, from
19495         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19496         * modules/fdl-1.3: Add.
19497         * MODULES.html.sh: Add fdl-1.3.
19498
19499 2008-11-03  Bruno Haible  <bruno@clisp.org>
19500
19501         Make determination of absolute name of header file work with AIX xlc.
19502         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19503         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19504         preprocessing.
19505         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19506         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19507
19508 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19509
19510         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19511         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19512         <ludo@gnu.org>.
19513
19514 2008-11-02  Bruno Haible  <bruno@clisp.org>
19515
19516         Mark 'strpbrk' obsolete.
19517         * modules/strpbrk (Status, Notice): New sections.
19518         * modules/strtok_r (Depends-on): Add strpbrk.
19519
19520 2008-11-02  Bruno Haible  <bruno@clisp.org>
19521
19522         Mark 'strdup' obsolete.
19523         * modules/strdup (Status, Notice): New sections.
19524         * modules/findprog (Depends-on): Add strdup.
19525         * modules/getaddrinfo (Depends-on): Likewise.
19526         * modules/localename (Depends-on): Likewise.
19527         * modules/relocatable-lib (Depends-on): Likewise.
19528         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19529         * modules/relocatable-prog (Depends-on): Likewise.
19530         * modules/trim (Depends-on): Likewise.
19531         * modules/unictype/gen-ctype (Depends-on): Likewise.
19532         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19533
19534 2008-11-02  Bruno Haible  <bruno@clisp.org>
19535
19536         Mark 'strcspn' obsolete.
19537         * modules/strcspn (Status, Notice): New sections.
19538
19539 2008-11-02  Bruno Haible  <bruno@clisp.org>
19540
19541         Mark 'rmdir' obsolete.
19542         * modules/rmdir (Status, Notice): New sections.
19543         * modules/clean-temp (Depends-on): Add rmdir.
19544         * modules/openat (Depends-on): Likewise.
19545
19546 2008-11-02  Bruno Haible  <bruno@clisp.org>
19547
19548         Mark 'raise' obsolete.
19549         * modules/raise (Status, Notice): New sections.
19550         (Include): Specify <signal.h>.
19551         * modules/stdio (Depends-on): Add raise.
19552         * modules/write (Depends-on): Likewise.
19553
19554 2008-11-02  Bruno Haible  <bruno@clisp.org>
19555
19556         Mark 'memset' obsolete.
19557         * modules/memset (Status, Notice): New sections.
19558
19559 2008-11-02  Bruno Haible  <bruno@clisp.org>
19560
19561         Mark 'memmove' obsolete.
19562         * modules/memmove (Status, Notice): New sections.
19563         * modules/argp (Depends-on): Add memmove.
19564         * modules/argz (Depends-on): Likewise.
19565         * modules/canonicalize (Depends-on): Likewise.
19566         * modules/canonicalize-lgpl (Depends-on): Likewise.
19567         * modules/fts (Depends-on): Likewise.
19568         * modules/getcwd (Depends-on): Likewise.
19569         * modules/human (Depends-on): Likewise.
19570         * modules/regex (Depends-on): Likewise.
19571         * modules/striconveh (Depends-on): Likewise.
19572         * modules/trim (Depends-on): Likewise.
19573         * modules/unistr/u8-move (Depends-on): Likewise.
19574         * modules/unistr/u16-move (Depends-on): Likewise.
19575         * modules/unistr/u32-move (Depends-on): Likewise.
19576
19577 2008-11-02  Bruno Haible  <bruno@clisp.org>
19578
19579         Mark 'memcpy' obsolete.
19580         * modules/memcpy (Status, Notice): New sections.
19581
19582 2008-11-02  Bruno Haible  <bruno@clisp.org>
19583
19584         Mark 'memcmp' obsolete.
19585         * modules/memcmp (Status, Notice): New sections.
19586         * modules/argmatch (Depends-on): Add memchr.
19587         * modules/backupfile (Depends-on): Likewise.
19588         * modules/c-strcasestr (Depends-on): Likewise.
19589         * modules/crypto/des (Depends-on): Likewise.
19590         * modules/csharpcomp (Depends-on): Likewise.
19591         * modules/fnmatch (Depends-on): Likewise.
19592         * modules/git-merge-changelog (Depends-on): Likewise.
19593         * modules/isnand (Depends-on): Likewise.
19594         * modules/isnand-nolibm (Depends-on): Likewise.
19595         * modules/isnanf (Depends-on): Likewise.
19596         * modules/isnanf-nolibm (Depends-on): Likewise.
19597         * modules/isnanl (Depends-on): Likewise.
19598         * modules/isnanl-nolibm (Depends-on): Likewise.
19599         * modules/mbchar (Depends-on): Likewise.
19600         * modules/memcoll (Depends-on): Likewise.
19601         * modules/quotearg (Depends-on): Likewise.
19602         * modules/regex (Depends-on): Likewise.
19603         * modules/relocatable-prog (Depends-on): Likewise.
19604         * modules/same (Depends-on): Likewise.
19605         * modules/signbit (Depends-on): Likewise.
19606         * modules/strcasestr-simple (Depends-on): Likewise.
19607         * modules/unictype/gen-ctype (Depends-on): Likewise.
19608         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19609         * modules/uniname/uniname (Depends-on): Likewise.
19610         * modules/unistr/u8-cmp (Depends-on): Likewise.
19611
19612 2008-11-02  Bruno Haible  <bruno@clisp.org>
19613
19614         Mark 'memchr' obsolete.
19615         * modules/memchr (Status, Notice): New sections.
19616         * modules/argp (Depends-on): Add memchr.
19617         * modules/base64 (Depends-on): Likewise.
19618         * modules/c-strcasestr (Depends-on): Likewise.
19619         * modules/chdir-long (Depends-on): Likewise.
19620         * modules/fnmatch (Depends-on): Likewise.
19621         * modules/getsubopt (Depends-on): Likewise.
19622         * modules/git-merge-changelog (Depends-on): Likewise.
19623         * modules/glob (Depends-on): Likewise.
19624         * modules/strcasestr-simple (Depends-on): Likewise.
19625         * modules/strnlen (Depends-on): Likewise.
19626
19627 2008-11-02  Bruno Haible  <bruno@clisp.org>
19628
19629         Mark 'atexit' obsolete.
19630         * modules/atexit (Status, Notice): New sections.
19631         * modules/chdir-long (Depends-on): Add atexit.
19632         * modules/wait-process (Depends-on): Likewise.
19633
19634 2008-11-02  Bruno Haible  <bruno@clisp.org>
19635
19636         * gnulib-tool: New option --with-obsolete.
19637         (func_usage): Document it.
19638         (func_modules_transitive_closure): Drop obsolete dependencies if
19639         incobsolete is not true.
19640         (func_import): Read and save the incobsolete variable to the cache.
19641
19642 2008-11-02  Bruno Haible  <bruno@clisp.org>
19643
19644         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19645         * gnulib-tool: New option --extract-status.
19646         (func_usage): Document it.
19647         (sed_extract_prog): Recognize it.
19648         (func_get_status): New function.
19649
19650 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19651
19652         * modules/sockets (License): Change from LGPL to LGPLv2+.
19653
19654 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19655
19656         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19657
19658 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19659
19660         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19661         Mention times and sys_times.
19662         * modules/sys_times, modules/sys_times-tests: New modules.
19663         * modules/times, modules/times-tests: Likewise
19664         * m4/sys_times_h.m4: New file.
19665         * lib/sys_times.in.h: Likewise
19666         * lib/times.c: Likewise.
19667         * tests/test-sys_times.c: Likewise.
19668         * tests/test-times.c: Likewise.
19669         * doc/posix-headers/sys_times.texi: Update.
19670         * doc/posix-functions/times.texi: Update.
19671
19672 2008-10-28  Jim Meyering  <meyering@redhat.com>
19673
19674         * modules/tempname (Depends-on): Add lstat.
19675
19676         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19677
19678 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19679
19680         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19681         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19682         using idiom used elsewhere in gnulib.
19683
19684 2008-10-27  Jim Meyering  <meyering@redhat.com>
19685
19686         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19687
19688 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19689
19690         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19691         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19692         programs.
19693         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19694
19695 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19696
19697         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19698
19699 2008-10-27  Bruno Haible  <bruno@clisp.org>
19700
19701         * tests/test-lstat.c: Include <stdio.h>.
19702
19703 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19704
19705         * modules/lstat-tests: New module.
19706         * tests/test-lstat.c: New file.
19707
19708 2008-10-26  Jim Meyering  <meyering@redhat.com>
19709
19710         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19711
19712 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19713             Bruno Haible  <bruno@clisp.org>
19714
19715         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19716         * modules/configmake (Include): Add a note that the include must come
19717         after all system headers.
19718         * lib/javaversion.c: Include configmake.h after all other includes.
19719
19720 2008-10-26  Bruno Haible  <bruno@clisp.org>
19721
19722         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19723         HAVE_STRUCT_RANDOM_DATA to 1.
19724         (gl_STDLIB_H): Simplify.
19725
19726 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19727
19728         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19729         substitute HAVE_STRUCT_RANDOM_DATA.
19730         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19731         random_data.
19732         * modules/stdlib (Makefile.am): Substitute
19733         HAVE_STRUCT_RANDOM_DATA.
19734
19735 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19736
19737         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19738         * doc/gnulib-intro.texi (Copyright): Likewise.
19739
19740 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19741
19742         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19743         findings.
19744
19745 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19746             Bruno Haible  <bruno@clisp.org>
19747
19748         * lib/unistd.in.h: Include <winsock2.h>.
19749         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19750         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19751         Provide dummy declarations.
19752         (gethostname): Override.
19753         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19754         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19755         gl_PREREQ_SYS_H_WINSOCK2.
19756         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19757         * doc/posix-functions/gethostname.texi: More details.
19758
19759 2008-10-25  Bruno Haible  <bruno@clisp.org>
19760
19761         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19762         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19763         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19764
19765         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19766         here ...
19767         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19768         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19769         gl_UNISTD_H_DEFAULTS.
19770
19771 2008-10-25  Eric Blake  <ebb9@byu.net>
19772
19773         signbit: avoid spurious compiler failure
19774         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19775         declarations inside function.
19776
19777 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19778             Bruno Haible  <bruno@clisp.org>
19779
19780         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
19781         * modules/random_r (Depends-on): Add stdint.
19782
19783 2008-10-24  Bruno Haible  <bruno@clisp.org>
19784
19785         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
19786         Eggert.
19787         * modules/strerror (License): Likewise.
19788
19789 2008-10-24  Jim Meyering  <meyering@redhat.com>
19790
19791         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
19792         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
19793
19794 2008-10-24  Eric Blake  <ebb9@byu.net>
19795
19796         getgroups: fix compilation when getgroups is available
19797         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
19798         but with <config.h> override of getgroups disabled.
19799
19800 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19801
19802         * doc/gnulib.texi (Header files): Add note about C++ problems.
19803         Explained by Bruno Haible <bruno@clisp.org>.
19804
19805 2008-10-23  Bruno Haible  <bruno@clisp.org>
19806
19807         Define a dummy SA_NODEFER macro on Interix.
19808         * lib/signal.in.h (SA_NODEFER): Define fallback.
19809         Reported by Aleksey Cheusov <cheusov@tut.by> via
19810         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
19811
19812 2008-10-23  Bruno Haible  <bruno@clisp.org>
19813
19814         * modules/freadahead (License): Change to LGPLv2+.
19815         Suggested by Simon Josefsson.
19816
19817 2008-10-23  Jim Meyering  <meyering@redhat.com>
19818
19819         random_r: new module
19820         * modules/random_r: New file.
19821         * m4/random_r.m4: New file.
19822         * lib/random_r.c: New file, from glibc.
19823         * modules/random_r-tests: New file.
19824         * tests/test-random_r.c: New file.
19825         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
19826          Declare.
19827         (RAND_MAX): Define.
19828         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
19829         * modules/stdlib: Substitute them, too.
19830         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
19831         * doc/glibc-functions/initstate_r.texi: Mention the new module.
19832         * doc/glibc-functions/random_r.texi: Likewise.
19833         * doc/glibc-functions/setstate_r.texi: Likewise.
19834         * doc/glibc-functions/srandom_r.texi: Likewise.
19835         * config/srclist.txt: Mention it.
19836
19837 2008-10-23  David Lutterkort  <lutter@redhat.com>
19838
19839         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
19840         link requirement
19841
19842 2008-10-23  Jim Meyering  <meyering@redhat.com>
19843
19844         selinux-h: mark parameters of stub functions as intentionally unused
19845         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
19846         * lib/se-context.in.h: Likewise.
19847
19848 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19849
19850         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
19851
19852 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19853
19854         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19855
19856 2008-10-22  Eric Blake  <ebb9@byu.net>
19857
19858         glthread/thread: avoid compiler warning
19859         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
19860         Add unreachable abort to silence compiler.
19861
19862 2008-10-22  Eric Blake  <ebb9@byu.net>
19863
19864         netdb: also supply struct addrinfo for cygwin 1.5.x
19865         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
19866         older cygwin.
19867         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
19868         cygwin.
19869         * doc/posix-headers/netdb.texi (netdb.h): Document this.
19870
19871 2008-10-22  Bruno Haible  <bruno@clisp.org>
19872
19873         * users.txt: Update entry about pspp.
19874
19875 2008-10-21  Bruno Haible  <bruno@clisp.org>
19876
19877         Simplification.
19878         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
19879         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19880
19881         Simplification.
19882         * lib/ioctl.c (ioctl): Don't undefine.
19883         * lib/socket.c (socket): Don't undefine.
19884
19885         Remove unused module indicator macros.
19886         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
19887         GNULIB_$1 as a C macro.
19888
19889         * doc/posix-functions/close.texi: Undo last change.
19890         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
19891         Windows platforms.
19892
19893 2008-10-21  Bruno Haible  <bruno@clisp.org>
19894
19895         Add gethostname() declaration to <unistd.h>.
19896         * lib/unistd.in.h (gethostname): New declaration.
19897         * lib/gethostname.c: Include <unistd.h>.
19898         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
19899         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
19900         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
19901         and HAVE_GETHOSTNAME.
19902         * modules/gethostname (Depends-on): Add unistd.
19903         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19904         (Include): Specify <unistd.h>.
19905         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
19906         HAVE_GETHOSTNAME.
19907         * tests/test-gethostname.c: Include <unistd.h> first.
19908
19909 2008-10-21  Bruno Haible  <bruno@clisp.org>
19910
19911         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
19912         * modules/select-tests (Depends-on): Likewise.
19913         Reported by Simon Josefsson.
19914
19915 2008-10-21  Simon Josefsson  <simon@josefsson.org>
19916
19917         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
19918         * lib/accept.c: New file, based on winsock.c.
19919         * lib/bind.c: New file, based on winsock.c.
19920         * lib/connect.c: New file, based on winsock.c.
19921         * lib/getpeername.c: New file, based on winsock.c.
19922         * lib/getsockname.c: New file, based on winsock.c.
19923         * lib/getsockopt.c: New file, based on winsock.c.
19924         * lib/ioctl.c: New file, based on winsock.c.
19925         * lib/listen.c: New file, based on winsock.c.
19926         * lib/recv.c: New file, based on winsock.c.
19927         * lib/recvfrom.c: New file, based on winsock.c.
19928         * lib/send.c: New file, based on winsock.c.
19929         * lib/sendto.c: New file, based on winsock.c.
19930         * lib/setsockopt.c: New file, based on winsock.c.
19931         * lib/shutdown.c: New file, based on winsock.c.
19932         * lib/socket.c: New file, based on winsock.c.
19933         * lib/w32sock.h: New file, based on winsock.c.
19934         * lib/winsock.c: Remove file.
19935         * modules/accept: Likewise.
19936         * modules/bind: Likewise.
19937         * modules/connect: Likewise.
19938         * modules/getpeername: Likewise.
19939         * modules/getsockname: Likewise.
19940         * modules/getsockopt: Likewise.
19941         * modules/ioctl: Likewise.
19942         * modules/listen: Likewise.
19943         * modules/recv: Likewise.
19944         * modules/recvfrom: Likewise.
19945         * modules/send: Likewise.
19946         * modules/sendto: Likewise.
19947         * modules/setsockopt: Likewise.
19948         * modules/shutdown: Likewise.
19949         * modules/socket: Use socket.c instead of winsock.c.
19950         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
19951         * doc/posix-functions/accept.texi: Doc fix.
19952         * doc/posix-functions/bind.texi: Doc fix.
19953         * doc/posix-functions/close.texi: Doc fix.
19954         * doc/posix-functions/connect.texi: Doc fix.
19955         * doc/posix-functions/getpeername.texi: Doc fix.
19956         * doc/posix-functions/getsockname.texi: Doc fix.
19957         * doc/posix-functions/getsockopt.texi: Doc fix.
19958         * doc/posix-functions/ioctl.texi: Doc fix.
19959         * doc/posix-functions/listen.texi: Doc fix.
19960         * doc/posix-functions/recv.texi: Doc fix.
19961         * doc/posix-functions/recvfrom.texi: Doc fix.
19962         * doc/posix-functions/send.texi: Doc fix.
19963         * doc/posix-functions/sendto.texi: Doc fix.
19964         * doc/posix-functions/setsockopt.texi: Doc fix.
19965         * doc/posix-functions/shutdown.texi: Doc fix.
19966         * doc/posix-functions/socket.texi: Doc fix.
19967
19968 2008-10-20  Bruno Haible  <bruno@clisp.org>
19969
19970         Take into account the role of SIGABRT_COMPAT on Windows 2008.
19971         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
19972         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
19973         as an alias for SIGABRT.
19974         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
19975         (sigaction): Map it to SIGABRT.
19976         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
19977
19978 2008-10-20  Bruno Haible  <bruno@clisp.org>
19979
19980         * lib/fts.c: Don't include lstat.h.
19981         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
19982
19983         Move the lstat() declaration to <sys/stat.h>.
19984         * lib/lstat.h: Remove file.
19985         * lib/sys_stat.in.h: Add special invocation convention.
19986         (lstat): New declaration.
19987         * lib/lstat.c (orig_lstat): New function.
19988         (rpl_lstat): Use orig_lstat instead of lstat.
19989         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
19990         AC_C_INLINE. Set REPLACE_LSTAT.
19991         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
19992         and REPLACE_LSTAT.
19993         * modules/lstat (Files): Remove lib/lstat.h.
19994         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19995         (Include): Specify <sys/stat.h> instead of lstat.h.
19996         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
19997         REPLACE_LSTAT.
19998         * NEWS: Mention the change.
19999
20000 2008-10-20  Bruno Haible  <bruno@clisp.org>
20001
20002         * modules/posix_spawn-tests: New file.
20003         * tests/test-posix_spawn3.c: New file.
20004
20005 2008-10-20  Bruno Haible  <bruno@clisp.org>
20006
20007         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20008         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20009         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20010         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20011         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20012
20013 2008-10-20  Bruno Haible  <bruno@clisp.org>
20014
20015         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20016         of posix_spawn on AIX 5.3.
20017
20018 2008-10-20  Bruno Haible  <bruno@clisp.org>
20019
20020         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20021
20022 2008-10-20  Bruno Haible  <bruno@clisp.org>
20023
20024         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20025         of AC_LANG_PROGRAM.
20026
20027 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20028
20029         * lib/netdb.in.h: Don't define GNU specific constants until they
20030         are supported or needed.  Reported by Bruno Haible
20031         <bruno@clisp.org>.
20032
20033 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20034
20035         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20036
20037 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20038
20039         * lib/getaddrinfo.h: Remove file.
20040         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20041         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20042         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20043         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20044         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20045         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20046         * tests/test-getaddrinfo.c: Likewise.
20047         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20048         * NEWS: Mention change.
20049
20050 2008-10-19  Bruno Haible  <bruno@clisp.org>
20051
20052         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20053
20054 2008-10-19  Bruno Haible  <bruno@clisp.org>
20055
20056         * lib/wait-process.c: Include simply <sys/wait.h>.
20057         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20058         WIFSTOPPED): Remove fallback definitions.
20059         * modules/wait-process (Depends-on): Add sys_wait.
20060
20061         New module 'sys_wait'.
20062         * modules/sys_wait: New file.
20063         * lib/sys_wait.in.h: New file, partially copied from
20064         lib/wait-process.c.
20065         * m4/sys_wait_h.m4: New file.
20066         * doc/posix-headers/sys_wait.texi: Mention the new module.
20067
20068 2008-10-19  Bruno Haible  <bruno@clisp.org>
20069
20070         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20071
20072 2008-10-19  Bruno Haible  <bruno@clisp.org>
20073
20074         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20075         * lib/wait-process.c (WAIT_T): Remove type.
20076         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20077         (wait_subprocess): Update.
20078
20079 2008-10-19  Bruno Haible  <bruno@clisp.org>
20080
20081         New module 'atoll'.
20082         * modules/atoll: New file.
20083         * lib/stdlib.in.h (atoll): New declaration.
20084         * lib/atoll.c: New file, from glibc with modifications.
20085         * m4/atoll.m4: New file.
20086         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20087         HAVE_ATOLL.
20088         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20089         * doc/posix-functions/atoll.texi: Mention the new module.
20090
20091 2008-10-19  Bruno Haible  <bruno@clisp.org>
20092
20093         Add strtoull() declaration to <stdlib.h>.
20094         * lib/stdlib.in.h (strtoull): New declaration.
20095         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20096         Set HAVE_STRTOULL.
20097         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20098         HAVE_STRTOULL.
20099         * modules/strtoull (Depends-on): Add stdlib.
20100         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20101         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20102         HAVE_STRTOULL.
20103
20104 2008-10-19  Bruno Haible  <bruno@clisp.org>
20105
20106         Add strtoll() declaration to <stdlib.h>.
20107         * lib/stdlib.in.h (strtoll): New declaration.
20108         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20109         Set HAVE_STRTOLL.
20110         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20111         HAVE_STRTOLL.
20112         * modules/strtoll (Depends-on): Add stdlib.
20113         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20114         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20115
20116 2008-10-19  Bruno Haible  <bruno@clisp.org>
20117
20118         * modules/bcopy (Depends-on): Add strings.
20119         (Include): Specify <strings.h>.
20120
20121 2008-10-19  Bruno Haible  <bruno@clisp.org>
20122
20123         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20124
20125 2008-10-19  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20128         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20129         mingw.
20130
20131 2008-10-19  Bruno Haible  <bruno@clisp.org>
20132
20133         * lib/atanl.c: Don't include isnanl.h.
20134         * lib/cosl.c: Likewise.
20135         * lib/ldexpl.c: Likewise.
20136         * lib/logl.c: Likewise.
20137         * lib/sinl.c: Likewise.
20138         * lib/sqrtl.c: Likewise.
20139         * lib/tanl.c: Likewise.
20140
20141         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20142         * lib/isnanf.h: Remove file.
20143         * lib/isnand.h: Remove file.
20144         * lib/isnanl.h: Remove file.
20145         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20146         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20147         macros.
20148         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20149         HAVE_ISNANF, don't define it as a C macro.
20150         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20151         HAVE_ISNAND, don't define it as a C macro.
20152         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20153         HAVE_ISNANL, don't define it as a C macro.
20154         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20155         HAVE_ISNAN[FDL].
20156         * modules/isnanf (Files): Remove lib/isnanf.h.
20157         (Depends-on): Add math.
20158         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20159         (Include): Specify <math.h> instead of isnanf.h.
20160         * modules/isnand (Files): Remove lib/isnand.h.
20161         (Depends-on): Add math.
20162         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20163         (Include): Specify <math.h> instead of isnand.h.
20164         * modules/isnanl (Files): Remove lib/isnanl.h.
20165         (Depends-on): Add math.
20166         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20167         (Include): Specify <math.h> instead of isnanl.h.
20168         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20169         HAVE_ISNAN[FDL].
20170         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20171         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20172         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20173         * NEWS: Mention the change.
20174
20175 2008-10-18  Bruno Haible  <bruno@clisp.org>
20176
20177         Add getusershell(), setusershell(), endusershell() declarations to
20178         <unistd.h>.
20179         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20180         declarations.
20181         * lib/getusershell.c: Include unistd.h.
20182         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20183         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20184         HAVE_GETUSERSHELL.
20185         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20186         and HAVE_GETUSERSHELL.
20187         * modules/getusershell (Depends-on): Add unistd, extensions.
20188         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20189         (Include): Specify <unistd.h>.
20190         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20191         HAVE_GETUSERSHELL.
20192
20193 2008-10-18  Bruno Haible  <bruno@clisp.org>
20194
20195         Add a getloadavg() declaration to <stdlib.h>.
20196         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20197         getloadavg declaration.
20198         (getloadavg): New declaration.
20199         * lib/getloadavg.c: Include <stdlib.h> first.
20200         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20201         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20202         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20203         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20204         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20205         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20206         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20207         (Include): Specify <stdlib.h>.
20208         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20209         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20210
20211 2008-10-18  Bruno Haible  <bruno@clisp.org>
20212
20213         * lib/dirchownmod.c: Don't include lchmod.h.
20214
20215         Move the lchmod() declaration to <sys/stat.h>.
20216         * lib/lchmod.h: Remove file.
20217         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20218         (lchmod): New declaration, moved here from lib/lchown.h.
20219         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20220         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20221         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20222         and HAVE_LCHMOD.
20223         * modules/lchmod (Files): Remove lib/lchmod.h.
20224         (Depends-on): Add sys_stat, extensions.
20225         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20226         (Include): Specify <sys/stat.h> instead of lchmod.h.
20227         * modules/sys_stat (Depends-on): Add link-warning.
20228         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20229         definition of GL_LINK_WARNING.
20230         * NEWS: Mention the change.
20231
20232 2008-10-18  Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/fchdir.c: Don't include dirfd.h.
20235         * lib/fts.c: Likewise.
20236         * lib/getcwd.c: Likewise.
20237         * lib/glob.c: Likewise.
20238
20239         Move the dirfd() declaration to <dirent.h>.
20240         * lib/dirfd.h: Remove file.
20241         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20242         (dirfd): New declaration.
20243         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20244         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20245         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20246         HAVE_DECL_DIRFD.
20247         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20248         HAVE_DECL_DIRFD.
20249         * modules/dirfd (Files): Remove lib/dirfd.h.
20250         (Depends-on): Add dirent, extensions.
20251         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20252         (Include): Specify <dirent.h> instead of dirfd.h.
20253         * modules/dirent (Depends-on): Add link-warning.
20254         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20255         definition of GL_LINK_WARNING.
20256         * NEWS: Mention the change.
20257
20258 2008-10-18  Bruno Haible  <bruno@clisp.org>
20259
20260         Move the euidaccess() declaration to <unistd.h>.
20261         * lib/euidaccess.h: Remove file.
20262         * lib/unistd.in.h (euidaccess): New declaration.
20263         * lib/euidaccess.c: Don't include euidaccess.h.
20264         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20265         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20266         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20267         and HAVE_EUIDACCESS.
20268         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20269         (Depends-on): Add unistd.
20270         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20271         (Include): Specify <unistd.h> instead of euidaccess.h.
20272         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20273         HAVE_EUIDACCESS.
20274         * NEWS: Mention the change.
20275
20276 2008-10-18  Bruno Haible  <bruno@clisp.org>
20277
20278         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20279
20280         Move the getdomainname() declaration to <unistd.h>.
20281         * lib/getdomainname.h: Remove file.
20282         * lib/unistd.in.h (getdomainname): New declaration.
20283         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20284         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20285         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20286         HAVE_GETDOMAINNAME.
20287         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20288         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20289         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20290         (Depends-on): Add unistd, extensions.
20291         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20292         (Includes): Specify <unistd.h> instead of getdomainname.h.
20293         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20294         HAVE_GETDOMAINNAME.
20295         * NEWS: Mention the change.
20296
20297 2008-10-18  Bruno Haible  <bruno@clisp.org>
20298
20299         * modules/dirent: New file.
20300         * m4/dirent_h.m4: New file.
20301         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20302         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20303         * modules/fchdir (Files): Remove lib/dirent.in.h.
20304         (Depends-on): Add dirent.
20305         (Makefile.am): Move rules to modules/dirent.
20306         * doc/posix-headers/dirent.texi: Mention the new module.
20307
20308 2008-10-18  Bruno Haible  <bruno@clisp.org>
20309
20310         Avoid -Wunused-parameter warnings in public gnulib header files.
20311         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20312         macro.
20313         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20314
20315 2008-10-18  Bruno Haible  <bruno@clisp.org>
20316
20317         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20318         * doc/glibc-functions/error.texi: Mention the module 'error'.
20319         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20320         * doc/glibc-functions/getdomainname.texi: Mention the module
20321         'getdomainname'.
20322         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20323         * doc/glibc-functions/getpagesize.texi: Mention the module
20324         'getpagesize'.
20325         * doc/glibc-functions/getusershell.texi: Mention the module
20326         'getusershell'.
20327         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20328         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20329         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20330         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20331         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20332         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20333         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20334         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20335         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20336         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20337         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20338         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20339         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20340         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20341
20342 2008-10-17  Bruno Haible  <bruno@clisp.org>
20343
20344         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20345         HP-UX and IRIX, use -0.0L.
20346         * tests/test-ceill.c (minus_zero): Likewise.
20347         * tests/test-floorl.c (minus_zero): Likewise.
20348         * tests/test-frexpl.c (minus_zero): Likewise.
20349         * tests/test-isnan.c (minus_zerol): Likewise.
20350         * tests/test-isnanl.h (minus_zero): Likewise.
20351         * tests/test-ldexpl.c (minus_zero): Likewise.
20352         * tests/test-roundl.c (minus_zero): Likewise.
20353         * tests/test-signbit.c (minus_zerol): Likewise.
20354         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20355         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20356         * tests/test-truncl.c (minus_zero): Likewise.
20357         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20358         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20359         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20360         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20361
20362 2008-10-17  Bruno Haible  <bruno@clisp.org>
20363
20364         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20365         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20366         that it gets activated only for gcc >= 3.0.
20367         * lib/dirent.in.h: Likewise.
20368         * lib/errno.in.h: Likewise.
20369         * lib/fcntl.in.h: Likewise.
20370         * lib/float.in.h: Likewise.
20371         * lib/iconv.in.h: Likewise.
20372         * lib/inttypes.in.h: Likewise.
20373         * lib/locale.in.h: Likewise.
20374         * lib/math.in.h: Likewise.
20375         * lib/netdb.in.h: Likewise.
20376         * lib/netinet_in.in.h: Likewise.
20377         * lib/search.in.h: Likewise.
20378         * lib/signal.in.h: Likewise.
20379         * lib/spawn.in.h: Likewise.
20380         * lib/stdarg.in.h: Likewise.
20381         * lib/stdint.in.h: Likewise.
20382         * lib/stdio.in.h: Likewise.
20383         * lib/stdlib.in.h: Likewise.
20384         * lib/string.in.h: Likewise.
20385         * lib/strings.in.h: Likewise.
20386         * lib/sys_file.in.h: Likewise.
20387         * lib/sys_ioctl.in.h: Likewise.
20388         * lib/sys_select.in.h: Likewise.
20389         * lib/sys_socket.in.h: Likewise.
20390         * lib/sys_stat.in.h: Likewise.
20391         * lib/sys_time.in.h: Likewise.
20392         * lib/sysexits.in.h: Likewise.
20393         * lib/time.in.h: Likewise.
20394         * lib/unistd.in.h: Likewise.
20395         * lib/wchar.in.h: Likewise.
20396         * lib/wctype.in.h: Likewise.
20397         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20398
20399 2008-10-17  Jim Meyering  <meyering@redhat.com>
20400
20401         ignore-value: don't depend on inline module
20402         * modules/ignore-value (Depends-on): Remove 'inline'.
20403         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20404         Suggestion from Bruno Haible.
20405
20406 2008-10-17  Bruno Haible  <bruno@clisp.org>
20407
20408         New implementation of condition variables for Win32.
20409         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20410         (gl_linked_waitqueue_t): New type.
20411         (gl_cond_t): Use it.
20412         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20413         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20414         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20415         (glthread_cond_init_func, glthread_cond_wait_func,
20416         glthread_cond_timedwait_func, glthread_cond_signal_func,
20417         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20418         Reimplemented on the basis of gl_linked_waitqueue_t.
20419         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20420         gl_waitqueue_t.
20421         (gl_rwlock_t): Update.
20422         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20423
20424 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20425
20426         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20427         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20428
20429 2008-10-17  Jim Meyering  <meyering@redhat.com>
20430
20431         ignore-value: new module
20432         * modules/ignore-value: New file.
20433         * lib/ignore-value.h: New file.
20434         * MODULES.html.sh (Compiler warning management): New section,
20435         just for this module.  More to come.
20436
20437 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20438
20439         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20440         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20441         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20442
20443 2008-10-16  Jim Meyering  <meyering@redhat.com>
20444
20445         openat-die.c: avoid 'no previous prototype' warning
20446         * lib/openat-die.c: Include "openat.h".
20447         Reported by Reuben Thomas <rrt@sc3d.org>.
20448
20449 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20450
20451         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20452         * lib/netdb.in.h: Fix typo.
20453         Reported by Bruno Haible  <bruno@clisp.org>
20454
20455         * lib/netdb.in.h: Include sys/socket.h for platforms without
20456         netdb.h, to get structures like hostent on MinGW.
20457         * modules/netdb (Depends-on): Add sys_socket.
20458
20459 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20460
20461         * modules/netdb, modules/netdb-tests: New file.
20462         * m4/netdb_h.m4: New file.
20463         * lib/netdb.in.h: Add, currently just an empty file pending
20464         definitions.
20465         * tests/test-netdb.c: New file.
20466         * doc/posix-headers/netdb.texi: Mention that we replace it if
20467         needed.
20468         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20469         netdb.
20470
20471 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20472
20473         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20474         with code.
20475
20476 2008-10-13  Bruno Haible  <bruno@clisp.org>
20477
20478         * lib/glthread/cond.c (glthread_cond_wait_func,
20479         glthread_cond_timedwait_func): Add a comment.
20480
20481 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20482
20483         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20484         * tests/test-select.c: Likewise,
20485
20486 2008-10-13  Bruno Haible  <bruno@clisp.org>
20487
20488         * lib/glthread/cond.c (glthread_cond_wait_func,
20489         glthread_cond_timedwait_func): Fix variable name.
20490         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20491
20492 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20493
20494         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20495         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20496         struct sockaddr.sa_len.
20497         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20498
20499 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20500
20501         * build-aux/pmccabe2html: Add css and css_url parameters.
20502
20503 2008-10-12  Bruno Haible  <bruno@clisp.org>
20504
20505         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20506         calling aclx_get.
20507         Reported by Rainer Tammer <tammer@tammer.net>.
20508
20509 2008-10-12  Bruno Haible  <bruno@clisp.org>
20510
20511         Use msvcrt aware primitives for creation/termination of Win32 threads.
20512         * lib/glthread/thread.c: Include <process.h>.
20513         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20514         (wrapper_func): Update signature.
20515         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20516
20517 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20518             Bruno Haible  <bruno@clisp.org>
20519
20520         Provide a Win32 implementation of the 'cond' module.
20521         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20522         * lib/glthread/cond.c (glthread_cond_init_func,
20523         glthread_cond_wait_func, glthread_cond_timedwait_func,
20524         glthread_cond_signal_func, glthread_cond_broadcast_func,
20525         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20526         * modules/cond (Dependencies): Add gettimeofday.
20527
20528 2008-10-11  Bruno Haible  <bruno@clisp.org>
20529
20530         Make sleep work on older versions of mingw.
20531         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20532         only whether it exists.
20533         * doc/posix-functions/sleep.texi: Mention the problem with older
20534         versions of mingw.
20535
20536 2008-10-11  Bruno Haible  <bruno@clisp.org>
20537
20538         New module 'shutdown'.
20539         * modules/shutdown: New file.
20540         * lib/sys_socket.in.h (shutdown): New declaration.
20541         * lib/winsock.c (shutdown): New function.
20542         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20543         GNULIB_SHUTDOWN.
20544         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20545         * doc/posix-functions/shutdown.texi: Document the new module.
20546
20547 2008-10-11  Jim Meyering  <meyering@redhat.com>
20548
20549         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20550
20551 2008-10-11  Bruno Haible  <bruno@clisp.org>
20552
20553         New module 'fclose'.
20554         * modules/fclose: New file.
20555         * lib/stdio.in.h (fclose): New declaration.
20556         * lib/fclose.c: New file.
20557         * m4/fclose.m4: New file.
20558         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20559         REPLACE_FCLOSE.
20560         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20561         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20562         REPLACE_FCLOSE.
20563         * modules/close (Depends-on): fclose.
20564         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20565
20566 2008-10-11  Bruno Haible  <bruno@clisp.org>
20567
20568         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20569         set errno and don't call _close.
20570
20571 2008-10-10  Bruno Haible  <bruno@clisp.org>
20572
20573         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20574         ACL, not afterwards. Fixes test failure on Cygwin.
20575
20576 2008-10-09  Ben Pfaff  <blp@gnu.org>
20577
20578         * build-aux/announce-gen: Fix gnulib version related part of usage
20579         message.  Die with a useful error message if no tarballs are
20580         found.
20581
20582 2008-10-10  Jim Meyering  <meyering@redhat.com>
20583
20584         bootstrap: use git's --depth=N option only if it's supported
20585         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20586         recognize the --depth option.  Reported by Pádraig Brady.
20587
20588 2008-10-09  Bruno Haible  <bruno@clisp.org>
20589
20590         New module 'ioctl'.
20591         * modules/ioctl: New file.
20592         * lib/sys_socket.in.h (ioctl): Remove declaration.
20593         * lib/winsock.c: Include <sys/ioctl.h>.
20594         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20595         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20596         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20597         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20598         * doc/posix-functions/ioctl.texi: Mention the new module.
20599
20600 2008-10-09  Bruno Haible  <bruno@clisp.org>
20601
20602         New module 'sys_ioctl'.
20603         * lib/sys_ioctl.in.h: New file.
20604         * m4/sys_ioctl_h.m4: New file.
20605         * modules/sys_ioctl: New file.
20606         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20607
20608 2008-10-09  Bruno Haible  <bruno@clisp.org>
20609
20610         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20611         * lib/winsock.c: Include <stdarg.h>.
20612         (rpl_ioctl): Change to second argument 'int' and then varargs.
20613
20614 2008-10-09  Bruno Haible  <bruno@clisp.org>
20615
20616         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20617         when the sys_socket module is present and the system has <winsock2.h>.
20618
20619 2008-10-09  Bruno Haible  <bruno@clisp.org>
20620
20621         * doc/posix-functions/close.texi: Mention module 'close' instead of
20622         module 'sys_socket'.
20623
20624 2008-10-09  Bruno Haible  <bruno@clisp.org>
20625
20626         * doc/glibc-headers/sys_ioctl.texi: New file.
20627         * doc/gnulib.texi: Include it.
20628
20629 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20630             Bruno Haible  <bruno@clisp.org>
20631
20632         Combine the two replacements of 'close'.
20633         * lib/sys_socket.in.h (close): Define to a reminder to include
20634         <unistd.h>.
20635         (_gl_close_fd_maybe_socket): New declaration.
20636         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20637         * lib/winsock.c (close): Remove undefinition.
20638         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20639         needed for the gnulib module 'close'.
20640         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20641         define to an error symbol or to a warning, if suitable.
20642         * lib/close.c: Include <sys/socket.h>.
20643         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20644         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20645         UNISTD_H_HAVE_WINSOCK2_H.
20646         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20647         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20648         UNISTD_H_HAVE_WINSOCK2_H.
20649         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20650         (configure.ac): Set a module indicator.
20651         (Makefile.am): Substitute GNULIB_CLOSE.
20652         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20653         * modules/poll-tests (Depends-on): Add close.
20654         * modules/select-tests (Depends-on): Likewise.
20655
20656 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20657             Bruno Haible  <bruno@clisp.org>
20658
20659         New module 'close'.
20660         * modules/close: New file.
20661         * lib/unistd.in.h (close): Move declaration out of the
20662         FCHDIR_REPLACEMENT scope.
20663         (_gl_unregister_fd): New declaration.
20664         * lib/close.c: New file.
20665         * lib/fchdir.c (rpl_close): Remove function.
20666         * m4/close.m4: New file.
20667         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20668         close.
20669         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20670         REPLACE_CLOSE.
20671         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20672         REPLACE_CLOSE.
20673         * modules/fchdir (Depends-on): Add close.
20674
20675 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20676             Bruno Haible  <bruno@clisp.org>
20677
20678         * lib/fcntl.in.h (open): Simplify conditionals.
20679         (_gl_register_fd): New declaration.
20680         * lib/fchdir.c (rpl_open): Remove function.
20681         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20682         also.
20683         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20684         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20685         open.
20686
20687 2008-10-09  Jim Meyering  <meyering@redhat.com>
20688
20689         GNUmakefile: use the more name-space-friendly "_version"
20690         * top/GNUmakefile (_dummy): Update.
20691         (_version): Rename from "version".
20692
20693 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20694             Bruno Haible  <bruno@clisp.org>
20695
20696         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20697         rpl_close.
20698         (_gl_register_fd): New function, extracted from rpl_open.
20699         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20700         (rpl_open, rpl_opendir): Use _gl_register_fd.
20701
20702 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20703
20704         Fix organization of 'open' replacement.
20705         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20706         (gl_FUNC_OPEN): Use it.
20707         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20708
20709 2008-10-08  Bruno Haible  <bruno@clisp.org>
20710
20711         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20712
20713 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20714
20715         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20716         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20717         listen).
20718
20719 2008-10-08  Eric Blake  <ebb9@byu.net>
20720
20721         GNUmakefile: add 'make version' target
20722         * top/GNUmakefile (_curr-ver): Split version update rules...
20723         (version): ...into a target.
20724
20725 2008-10-07  Bruno Haible  <bruno@clisp.org>
20726
20727         Use a more portable replacement expression for -0.0L.
20728         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20729         instead of -0.0L. Fix m4 quotation.
20730
20731         * tests/test-signbit.c: Include <float.h>.
20732         (minus_zero): New variable.
20733         (test_signbitl): Use minus_zero instead of -zero.
20734         * modules/signbit-tests (Depends-on): Add float.
20735
20736         * tests/test-ceill.c: Include <float.h>.
20737         (zero): Remove variable.
20738         (minus_zero): New variable.
20739         (main): Use minus_zero instead of -zero.
20740         * modules/ceill-tests (Depends-on): Add float.
20741
20742         * tests/test-floorl.c: Include <float.h>.
20743         (zero): Remove variable.
20744         (minus_zero): New variable.
20745         (main): Use minus_zero instead of -zero.
20746         * modules/floorl-tests (Depends-on): Add float.
20747
20748         * tests/test-roundl.c: Include <float.h>.
20749         (zero): Remove variable.
20750         (minus_zero): New variable.
20751         (main): Use minus_zero instead of -zero.
20752         * modules/roundl-tests (Depends-on): Add float.
20753
20754         * tests/test-truncl.c: Include <float.h>.
20755         (zero): Remove variable.
20756         (minus_zero): New variable.
20757         (main): Use minus_zero instead of -zero.
20758         * modules/truncl-tests (Depends-on): Add float.
20759
20760         * tests/test-frexpl.c (zero): Remove variable.
20761         (minus_zero): New variable.
20762         (main): Use minus_zero instead of -zero.
20763         * modules/frexpl-tests (Depends-on): Add float.
20764
20765         * tests/test-isnan.c (zerol): Remove variable.
20766         (minus_zerol): New variable.
20767         (test_long_double): Use minus_zerol instead of -zerol.
20768         * modules/isnan-tests (Depends-on): Add float.
20769
20770         * tests/test-isnanl.h (zero): Remove variable.
20771         (minus_zero): New variable.
20772         (main): Use minus_zero instead of -zero.
20773         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20774         * modules/isnanl-tests (Depends-on): Add float.
20775
20776         * tests/test-ldexpl.c (zero): Remove variable.
20777         (minus_zero): New variable.
20778         (main): Use minus_zero instead of -zero.
20779         * modules/ldexpl-tests (Depends-on): Add float.
20780
20781         * tests/test-snprintf-posix.h (zerol): Remove variable.
20782         (minus_zerol): New variable.
20783         (test_function): Use minus_zerol instead of -zerol.
20784         * modules/snprintf-posix-tests (Depends-on): Add float.
20785         * modules/vsnprintf-posix-tests (Depends-on): Add float.
20786
20787         * tests/test-sprintf-posix.h (zerol): Remove variable.
20788         (minus_zerol): New variable.
20789         (test_function): Use minus_zerol instead of -zerol.
20790         * modules/sprintf-posix-tests (Depends-on): Add float.
20791         * modules/vsprintf-posix-tests (Depends-on): Add float.
20792
20793         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
20794         (minus_zerol): New variable.
20795         (test_function): Use minus_zerol instead of -zerol.
20796         * modules/vasnprintf-posix-tests (Depends-on): Add float.
20797
20798         * tests/test-vasprintf-posix.c (zerol): Remove variable.
20799         (minus_zerol): New variable.
20800         (test_function): Use minus_zerol instead of -zerol.
20801         * modules/vasprintf-posix-tests (Depends-on): Add float.
20802
20803 2008-10-07  Simon Josefsson  <simon@josefsson.org>
20804
20805         * MODULES.html.sh (Support for building documentation): Mention
20806         pmccabe2html.  Sort entries.
20807
20808         Add pmccabe2html module, from gnupdf.
20809         * build-aux/pmccabe.css: New file.
20810         * build-aux/pmccabe2html: New file.
20811         * m4/pmccabe2html.m4: New file.
20812         * modules/pmccabe2html: New file.
20813
20814 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
20815
20816         flock: new module
20817         * MODULES.html.sh: Add to list of modules.
20818         * lib/flock.c: flock implementation for Windows and Unix systems
20819         which have fcntl.
20820         * doc/glibc-functions/flock.texi: Update documentation.
20821         * lib/sys_file.in.h: <sys/file.h> header file.
20822         * m4/flock.m4: M4 macros.
20823         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
20824         * modules/flock: flock module.
20825         * modules/flock-tests: flock tests module.
20826         * modules/sys_file: sys/file.h module.
20827         * tests/test-flock.c: test suite for flock.
20828
20829 2008-10-06  Jim Meyering  <meyering@redhat.com>
20830
20831         bootstrap: check for LT_INIT more portably still ;-)
20832         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
20833         Spotted by Bruno Haible.
20834
20835 2008-10-06  Eric Blake  <ebb9@byu.net>
20836
20837         test-signbit: avoid tripping Irix cc bug on -0.0L
20838         * tests/test-signbit.c (minus_zerol): Delete, and replace with
20839         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
20840         entire testsuite consistent and avoids an Irix 6.2 bug.
20841
20842 2008-10-05  Bruno Haible  <bruno@clisp.org>
20843             Jim Meyering  <jim@meyering.net>
20844
20845         Add an option for ignoring EPIPE during close_stdout.
20846         * lib/closeout.h: Include <stdbool.h>.
20847         (close_stdout_set_ignore_EPIPE): New declaration.
20848         * lib/closeout.c: Include <stdbool.h>.
20849         (ignore_EPIPE): New variable.
20850         (close_stdout_set_ignore_EPIPE): New function.
20851         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
20852         * lib/close-stream.c (close_stream): Mention the possible EPIPE
20853         failure.
20854         * modules/closeout (Depends-on): Add stdbool.
20855
20856 2008-10-05  Bruno Haible  <bruno@clisp.org>
20857
20858         * modules/accept: New file.
20859         * modules/bind: New file.
20860         * modules/connect: New file.
20861         * modules/getpeername: New file.
20862         * modules/getsockname: New file.
20863         * modules/getsockopt: New file.
20864         * modules/listen: New file.
20865         * modules/recv: New file.
20866         * modules/recvfrom: New file.
20867         * modules/send: New file.
20868         * modules/sendto: New file.
20869         * modules/setsockopt: New file.
20870         * modules/socket: New file.
20871         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
20872         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
20873         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
20874         the particular module is requested. Add a link warning when the
20875         particular module is not requested.
20876         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
20877         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
20878         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
20879         the particular module is requested.
20880         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
20881         gl_SYS_SOCKET_H_DEFAULTS): New macros.
20882         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
20883         * modules/sys_socket (Depends-on): Add link-warning.
20884         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
20885         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
20886         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
20887         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
20888         GL_LINK_WARNING.
20889         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
20890         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
20891         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
20892         * doc/posix-functions/getpeername.texi: Mention the new module
20893         'getpeername'.
20894         * doc/posix-functions/getsockname.texi: Mention the new module
20895         'getsockname'.
20896         * doc/posix-functions/getsockopt.texi: Mention the new module
20897         'getsockopt'.
20898         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
20899         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
20900         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
20901         * doc/posix-functions/send.texi: Mention the new module 'send'.
20902         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
20903         * doc/posix-functions/setsockopt.texi: Mention the new module
20904         'setsockopt'.
20905         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
20906         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
20907         listen, connect, accept.
20908         * modules/select-tests (Depends-on): Likewise.
20909
20910 2008-10-05  Bruno Haible  <bruno@clisp.org>
20911
20912         * lib/winsock.c (strerror): Remove unused #undef.
20913         (rpl_close): Remove unused local variable.
20914
20915         * modules/sys_socket (Depends-on); Add errno.
20916
20917 2008-10-05  Bruno Haible  <bruno@clisp.org>
20918
20919         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
20920         (select): Add a link warning when the 'select' module is not used.
20921         * modules/sys_select (Depends-on): Add link-warning.
20922         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
20923         Suggested by Paolo Bonzini.
20924
20925 2008-10-05  Jim Meyering  <meyering@redhat.com>
20926
20927         bootstrap: check for LT_INIT more portably
20928         * build-aux/bootstrap: Avoid using grep -E, since it's not
20929         portable enough.  Suggestion from Bruno Haible.
20930
20931 2008-10-05  Bruno Haible  <bruno@clisp.org>
20932
20933         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
20934         as being fixed by gnulib.
20935
20936 2008-10-05  Bruno Haible  <bruno@clisp.org>
20937
20938         * modules/select-tests: New file, mostly copied from
20939         modules/sys_select-tests.
20940         * tests/test-select.c: New file, mostly copied from
20941         tests/test-sys_select.c.
20942         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
20943         * modules/sys_select-tests (Depends-on): Remove all dependencies.
20944         (Makefile.am): Remove test_sys_select_LDADD.
20945
20946         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
20947         to an undefined symbol, for an error message.
20948         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
20949         (gl_SYS_SELECT_H_DEFAULTS): New macro.
20950         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
20951         winsock-select.c here.
20952         * modules/sys_select (Files): Remove lib/winsock-select.c.
20953         (Depends-on): Remove alloca.
20954         (Makefile.am): Substitute GNULIB_SELECT.
20955         * modules/select: New file.
20956         * doc/posix-functions/select.texi: Update.
20957
20958 2008-10-05  Bruno Haible  <bruno@clisp.org>
20959
20960         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
20961         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
20962         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
20963         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
20964         getdtablesize.
20965         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
20966         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
20967
20968 2008-10-05  Bruno Haible  <bruno@clisp.org>
20969
20970         * modules/getdtablesize-tests: New file.
20971         * tests/test-getdtablesize.c: New file.
20972
20973         New module 'getdtablesize'.
20974         * lib/unistd.in.h (getdtablesize): New declaration.
20975         * lib/getdtablesize.c: New file.
20976         * m4/getdtablesize.m4: New file.
20977         * modules/getdtablesize: New file.
20978         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20979         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
20980         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
20981         HAVE_GETDTABLESIZE.
20982         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
20983
20984 2008-10-05  Bruno Haible  <bruno@clisp.org>
20985
20986         * modules/sched (Makefile.am): Fix typo.
20987         Reported by Simon Josefsson.
20988
20989 2008-10-05  Jim Meyering  <meyering@redhat.com>
20990
20991         bootstrap: check for LT_INIT, too
20992         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
20993         are deprecated.  Suggestion from Ralf Wildenhues.
20994
20995 2008-10-05  Bruno Haible  <bruno@clisp.org>
20996
20997         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
20998         overriding them by ours.
20999         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21000
21001 2008-10-05  Jim Meyering  <meyering@redhat.com>
21002
21003         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21004         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21005         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21006
21007 2008-10-04  Bruno Haible  <bruno@clisp.org>
21008
21009         * modules/dup2 (License): Change to LGPLv2+.
21010         * modules/sleep (License): Likewise.
21011         * modules/perror (License): Likewise.
21012         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21013         Blake.
21014         * modules/signal (License): Likewise.
21015         * modules/sigprocmask (License): Likewise.
21016         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21017         Meyering.
21018
21019 2008-10-04  Bruno Haible  <bruno@clisp.org>
21020
21021         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21022         Reported by Rainer Tammer <tammer@tammer.net>.
21023
21024 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21025             Bruno Haible  <bruno@clisp.org>
21026
21027         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21028         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21029         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21030
21031 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21032
21033         filevercmp: new module
21034         * lib/filevercmp.h: New function filevercmp comparing version strings.
21035         * lib/filevercmp.c: Implementation of filevercmp function.
21036         * modules/filevercmp: Module metadata.
21037         * tests/test-filevercmp.c: Unit test for new module.
21038         * modules/filevercmp-tests: Unit test metadata.
21039         * MODULES.html.sh: Add filevercmp module.
21040
21041 2008-10-03  Bruno Haible  <bruno@clisp.org>
21042
21043         * lib/c-ctype.h: Add comment.
21044         Reported by Jim Meyering.
21045
21046 2008-10-02  Bruno Haible  <bruno@clisp.org>
21047
21048         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21049
21050 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21051
21052         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21053         name of bootstrap.conf accordingly.
21054
21055 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21056
21057         * build-aux/bootstrap: Install git-merge-changelog configuration
21058         items into .gitconfig if needed.
21059
21060 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21061
21062         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21063         git repository, and initialize/update it accordingly.
21064
21065 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21066
21067         * modules/fsync-tests: New file.
21068         * tests/test-fsync.c: New file.
21069
21070         New module 'fsync'.
21071         * lib/fsync.c: New file.
21072         * m4/fsync.m4: New file.
21073         * modules/fsync: New file.
21074         * lib/unistd.in.h (fsync): New declaration.
21075         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21076         GNULIB_FSYNC and HAVE_FSYNC.
21077         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21078         * MODULES.html.sh (posix_functions): Add fsync.
21079         * doc/posix-functions/fsync.texi: Mention the new module.
21080
21081 2008-10-02  Jim Meyering  <meyering@redhat.com>
21082
21083         fts.c: sync with similar code from coreutils' remove.c
21084         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21085         Guard also with "#if defined __linux__", since for now at least,
21086         this code is Linux-kernel-specific.
21087
21088 2008-10-02  Jim Meyering  <meyering@redhat.com>
21089
21090         fts: bug fixes
21091         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21092         Include <sys/vfs.h>, not <sys/statfs.h>.
21093
21094         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21095         Include <sys/vfs.h>, not <sys/statfs.h>.
21096
21097 2008-10-01  Bruno Haible  <bruno@clisp.org>
21098
21099         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21100         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21101         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21102         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21103         * doc/posix-functions/posix_spawnp.texi: Likewise.
21104         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21105         whether posix_spawn actually works.
21106         * m4/pipe.m4 (gl_PIPE): Likewise.
21107         * modules/execute (Files): Add m4/posix_spawn.m4.
21108         * modules/pipe (Files): Add m4/posix_spawn.m4.
21109         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21110
21111 2008-10-01  Jim Meyering  <meyering@redhat.com>
21112
21113         remove trailing spaces
21114         * NEWS: Likewise.
21115         * lib/poll.c (poll): Likewise.
21116         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21117         * lib/winsock.c (rpl_close): Likewise.
21118         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21119         * modules/yield: Likewise.
21120         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21121         * tests/test-sys_select.c (connect_to_socket): Likewise.
21122
21123         fts.c: adjust a new interface to be more generally useful
21124         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21125         (fts_build): Adjust caller.
21126
21127 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21128
21129         * modules/cond-tests: New file.
21130         * tests/test-cond.c: New file.
21131
21132 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21133             Bruno Haible  <bruno@clisp.org>
21134
21135         * modules/cond (Dependencies): Add errno, time.
21136         * lib/glthread/cond.h: Include <time.h>.
21137         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21138         across platforms.
21139
21140 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21141             Bruno Haible  <bruno@clisp.org>
21142
21143         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21144
21145 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21146             Bruno Haible  <bruno@clisp.org>
21147
21148         * modules/tls-tests (Depends-on): Add thread, yield.
21149         (configure.ac): Remove all checks.
21150         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21151         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21152         gl_thread_self): Remove definitions. Include glthread/thread.h and
21153         glthread/yield.h instead.
21154         (test_tls): Pass an additional NULL argument to gl_thread_join.
21155
21156 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21157             Bruno Haible  <bruno@clisp.org>
21158
21159         * modules/lock-tests (Depends-on): Add thread, yield.
21160         (configure.ac): Remove all checks.
21161         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21162         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21163         gl_thread_self): Remove definitions. Include glthread/thread.h and
21164         glthread/yield.h instead.
21165         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21166         additional NULL argument to gl_thread_join.
21167
21168 2008-09-30  Bruno Haible  <bruno@clisp.org>
21169
21170         Fix the Win32 implementation of the 'thread' module.
21171         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21172         pointer type.
21173         (gl_thread_self): Invoke gl_thread_self_func.
21174         (gl_thread_self_func): New declaration.
21175         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21176         (do_init_self_key, init_self_key): New functions.
21177         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21178         Remove some fields.
21179         (running_threads, running_lock): Remove variables.
21180         (get_current_thread_handle): New function.
21181         (gl_thread_self_func, wrapper_func, glthread_create_func,
21182         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21183         simplified.
21184
21185 2008-09-30  Bruno Haible  <bruno@clisp.org>
21186
21187         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21188         files.
21189
21190 2008-09-30  Jim Meyering  <meyering@redhat.com>
21191
21192         fts.m4: correct the test for statfs.f_type
21193         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21194         when checking for statfs.f_type.
21195
21196 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21197
21198         tests: avoid some compiler warnings
21199         * tests/test-memchr.c (main): Pass NULL indirectly.
21200         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21201
21202 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21203
21204         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21205         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21206         exactly specified dayshifts.
21207         (dayshift): New rule.
21208         (rel): Add dayshift.
21209         (relative_time_table) [tomorrow, yesterday, today, now]:
21210         Use tDAY_SHIFT in place of tDAY_UNIT.
21211         * tests/test-getdate.c: Add tests for now-disallowed countable
21212         dayshifts, e.g., "4 yesterday ago".
21213
21214 2008-09-29  Bruno Haible  <bruno@clisp.org>
21215
21216         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21217         * tests/test-posix_spawn1.in.sh: Renamed from
21218         tests/test-posix_spawn.in.sh.
21219         * tests/test-posix_spawn2.c: New file.
21220         * tests/test-posix_spawn2.in.sh: New file.
21221         * modules/posix_spawnp-tests (Files): Update.
21222         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21223
21224 2008-09-29  Bruno Haible  <bruno@clisp.org>
21225
21226         Propagate effects of putenv/setenv/unsetenv to child processes.
21227         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21228         * lib/pipe.c (create_pipe): Likewise.
21229
21230 2008-09-29  Bruno Haible  <bruno@clisp.org>
21231
21232         Enable use of shell scripts as executables in mingw.
21233         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21234         run the program as a shell script.
21235         * lib/pipe.c (create_pipe): Likewise.
21236         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21237         resulting array.
21238
21239 2008-09-29  Eric Blake  <ebb9@byu.net>
21240
21241         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21242
21243 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21244
21245         * doc/posix-functions/accept.texi: Update mingw problems.
21246         * doc/posix-functions/bind.texi: Update mingw problems.
21247         * doc/posix-functions/close.texi: Update mingw problems.
21248         * doc/posix-functions/connect.texi: Update mingw problems.
21249         * doc/posix-functions/getpeername.texi: Update mingw problems.
21250         * doc/posix-functions/getsockname.texi: Update mingw problems.
21251         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21252         * doc/posix-functions/ioctl.texi: Update mingw problems.
21253         * doc/posix-functions/listen.texi: Update mingw problems.
21254         * doc/posix-functions/recv.texi: Update mingw problems.
21255         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21256         * doc/posix-functions/select.texi: Update mingw problems.
21257         * doc/posix-functions/send.texi: Update mingw problems.
21258         * doc/posix-functions/sendto.texi: Update mingw problems.
21259         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21260         * doc/posix-functions/socket.texi: Update mingw problems.
21261
21262 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21263             Bruno Haible  <bruno@clisp.org>
21264
21265         * lib/sys_select.in.h: Include sys/time.h.
21266         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21267         * modules/sys_select: Depend on sys_time.
21268         * tests/test-sys_select.c: Test that sys/select.h defines struct
21269         timeval fully.
21270
21271 2008-09-29  Bruno Haible  <bruno@clisp.org>
21272
21273         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21274         * lib/sys_select.in.h: Likewise.
21275
21276 2008-09-29  Bruno Haible  <bruno@clisp.org>
21277
21278         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21279
21280 2008-09-29  Bruno Haible  <bruno@clisp.org>
21281
21282         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21283         Set LIBSOCKET instead of augmenting LIBS.
21284         * modules/sockets (Link): New section.
21285         * modules/sockets-tests (test_sockets_LDADD): New variable.
21286         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21287         * modules/poll-tests (test_poll_LDADD): New variable.
21288         * NEWS: Document the change.
21289
21290 2008-09-29  Bruno Haible  <bruno@clisp.org>
21291
21292         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21293         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21294         ARPA_INET_H directly.
21295         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21296
21297 2008-09-28  Bruno Haible  <bruno@clisp.org>
21298
21299         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21300         from gl_HEADER_SYS_SOCKET.
21301         (gl_HEADER_SYS_SOCKET): Invoke it.
21302         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21303
21304 2008-09-28  Bruno Haible  <bruno@clisp.org>
21305
21306         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21307         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21308         Needed on OSF/1 4.0.
21309
21310 2008-09-28  Bruno Haible  <bruno@clisp.org>
21311
21312         Override open more carefully.
21313         * lib/open.c (orig_open): New function.
21314         (rpl_open): Use orig_open instead of open.
21315         * lib/fcntl.in.h: Add special invocation convention.
21316         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21317         (gl_FUNC_OPEN): Invoke it.
21318
21319         Override freopen more carefully.
21320         * lib/freopen.c (orig_freopen): New function.
21321         (rpl_freopen): Use orig_freopen instead of freopen.
21322         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21323         (gl_FUNC_FREOPEN): Invoke it.
21324
21325         Override fopen more carefully.
21326         * lib/fopen.c (orig_fopen): New function.
21327         (rpl_fopen): Use orig_fopen instead of fopen.
21328         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21329         (gl_FUNC_FOPEN): Invoke it.
21330         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21331
21332 2008-09-28  Bruno Haible  <bruno@clisp.org>
21333
21334         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21335         SIGPIPE.
21336
21337 2008-09-28  Bruno Haible  <bruno@clisp.org>
21338
21339         * tests/test-sigaction.c (handler, main): Disable the check whether
21340         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21341         glibc systems with LinuxThreads.
21342
21343 2008-09-28  Bruno Haible  <bruno@clisp.org>
21344
21345         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21346
21347         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21348         with AIX xlc.
21349         * lib/fcntl.in.h (open): Likewise.
21350         Reported by Rainer Tammer <tammer@tammer.net>.
21351
21352 2008-09-28  Bruno Haible  <bruno@clisp.org>
21353
21354         * modules/posix_spawnp-tests: New file.
21355         * tests/test-posix_spawn.c: New file.
21356         * tests/test-posix_spawn.in.sh: New file.
21357
21358         New module 'posix_spawnp'.
21359         * modules/posix_spawnp: New file.
21360         * lib/spawnp.c: New file, from GNU libc with modifications.
21361         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21362
21363         New module 'posix_spawn'.
21364         * modules/posix_spawn: New file.
21365         * lib/spawn.c: New file, from GNU libc with modifications.
21366         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21367
21368         New module 'posix_spawnattr_destroy'.
21369         * modules/posix_spawnattr_destroy: New file.
21370         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21371         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21372         module.
21373
21374         New module 'posix_spawnattr_setsigmask'.
21375         * modules/posix_spawnattr_setsigmask: New file.
21376         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21377         modifications.
21378         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21379         new module.
21380
21381         New module 'posix_spawnattr_getsigmask'.
21382         * modules/posix_spawnattr_getsigmask: New file.
21383         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21384         modifications.
21385         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21386         new module.
21387
21388         New module 'posix_spawnattr_setsigdefault'.
21389         * modules/posix_spawnattr_setsigdefault: New file.
21390         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21391         modifications.
21392         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21393         new module.
21394
21395         New module 'posix_spawnattr_getsigdefault'.
21396         * modules/posix_spawnattr_getsigdefault: New file.
21397         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21398         modifications.
21399         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21400         new module.
21401
21402         New module 'posix_spawnattr_setschedpolicy'.
21403         * modules/posix_spawnattr_setschedpolicy: New file.
21404         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21405         modifications.
21406         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21407         new module.
21408
21409         New module 'posix_spawnattr_getschedpolicy'.
21410         * modules/posix_spawnattr_getschedpolicy: New file.
21411         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21412         modifications.
21413         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21414         new module.
21415
21416         New module 'posix_spawnattr_setschedparam'.
21417         * modules/posix_spawnattr_setschedparam: New file.
21418         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21419         modifications.
21420         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21421         new module.
21422
21423         New module 'posix_spawnattr_getschedparam'.
21424         * modules/posix_spawnattr_getschedparam: New file.
21425         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21426         modifications.
21427         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21428         new module.
21429
21430         New module 'posix_spawnattr_setpgroup'.
21431         * modules/posix_spawnattr_setpgroup: New file.
21432         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21433         modifications.
21434         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21435         module.
21436
21437         New module 'posix_spawnattr_getpgroup'.
21438         * modules/posix_spawnattr_getpgroup: New file.
21439         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21440         modifications.
21441         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21442         module.
21443
21444         New module 'posix_spawnattr_setflags'.
21445         * modules/posix_spawnattr_setflags: New file.
21446         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21447         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21448         module.
21449
21450         New module 'posix_spawnattr_getflags'.
21451         * modules/posix_spawnattr_getflags: New file.
21452         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21453         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21454         module.
21455
21456         New module 'posix_spawnattr_init'.
21457         * modules/posix_spawnattr_init: New file.
21458         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21459         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21460         module.
21461
21462         New module 'posix_spawn_file_actions_destroy'.
21463         * modules/posix_spawn_file_actions_destroy: New file.
21464         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21465         modifications.
21466         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21467         the new module.
21468
21469         New module 'posix_spawn_file_actions_addopen'.
21470         * modules/posix_spawn_file_actions_addopen: New file.
21471         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21472         modifications.
21473         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21474         the new module.
21475
21476         New module 'posix_spawn_file_actions_adddup2'.
21477         * modules/posix_spawn_file_actions_adddup2: New file.
21478         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21479         modifications.
21480         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21481         the new module.
21482
21483         New module 'posix_spawn_file_actions_addclose'.
21484         * modules/posix_spawn_file_actions_addclose: New file.
21485         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21486         modifications.
21487         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21488         the new module.
21489
21490         New module 'posix_spawn_file_actions_init'.
21491         * modules/posix_spawn_file_actions_init: New file.
21492         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21493         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21494         new module.
21495
21496         New module 'posix_spawn-internal'.
21497         * modules/posix_spawn-internal: New file.
21498         * lib/spawn_int.h: New file, from GNU libc with modifications.
21499         * lib/spawni.c: New file, from GNU libc with modifications.
21500         * m4/posix_spawn.m4: New file.
21501
21502         New module 'spawn'.
21503         * modules/spawn: New file.
21504         * lib/spawn.in.h: New file, from GNU libc with modifications.
21505         * m4/spawn_h.m4: New file.
21506         * doc/posix-headers/spawn.texi: Mention the new module.
21507
21508 2008-09-28  Bruno Haible  <bruno@clisp.org>
21509
21510         * modules/sched-tests: New file.
21511         * tests/test-sched.c: New file.
21512
21513         New module 'sched'.
21514         * modules/sched: New file.
21515         * lib/sched.in.h: New file.
21516         * m4/sched_h.m4: New file.
21517         * doc/posix-headers/sched.texi: Mention the new module.
21518
21519 2008-09-27  Eric Blake  <ebb9@byu.net>
21520
21521         Fix previous patch, and tweak references to $0.
21522         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21523         (func_version, func_gnulib_dir): Don't call this program
21524         gnulib-tool.
21525         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21526         with using $0 in function.
21527         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21528         (func_fatal_error): Reuse the name the user invoked us with.
21529
21530 2008-09-27  Bruno Haible  <bruno@clisp.org>
21531
21532         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21533         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21534         (gl_ICONV_H): Not here.
21535         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21536         instead of assigning ICONV_H directly.
21537
21538         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21539         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21540         WCHAR_H directly.
21541
21542 2008-09-27  Bruno Haible  <bruno@clisp.org>
21543
21544         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21545         * modules/arpa_inet (Depends-on): Add link-warning.
21546         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21547         * modules/unistd (Makefile.am): Likewise.
21548
21549 2008-09-26  Bruno Haible  <bruno@clisp.org>
21550
21551         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21552         variables.
21553         (func_version): Essentially copied from gnulib-tool.
21554         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21555         func_readlink): Copied from gnulib-tool.
21556
21557 2008-09-26  Bruno Haible  <bruno@clisp.org>
21558
21559         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21560         invoking git-version-gen.
21561
21562 2008-09-26  Bruno Haible  <bruno@clisp.org>
21563
21564         * posix-modules: Update to directory names changed on 2008-01-19.
21565         Remove commas in output before splitting into words. No more need to
21566         avoid 'ftruncate' since 2007-02-19.
21567
21568 2008-09-26  Bruno Haible  <bruno@clisp.org>
21569
21570         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21571
21572 2008-09-26  Bruno Haible  <bruno@clisp.org>
21573
21574         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21575         * modules/fwriteerror (Depends-on): Add errno.
21576
21577 2008-09-26  Bruno Haible  <bruno@clisp.org>
21578
21579         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21580         * tests/test-vc-list-files-cvs.sh: Likewise.
21581
21582 2008-09-26  Bruno Haible  <bruno@clisp.org>
21583
21584         * doc/posix-headers/sys_resource.texi: Reorder items.
21585
21586 2008-09-26  Jim Meyering  <meyering@redhat.com>
21587
21588         fts: tweak inode comparison function
21589         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21590         inode numbers, as documented.
21591
21592         fts: sort dirent entries on inode number before traversing
21593         This avoids a quadratic, seek-related performance penalty when
21594         operating on a directory containing many entries (measurable at 10k;
21595         3.5 hours at 2 million entries with a cold cache) on certain types
21596         of file systems, including ext3 and ext4, but not tmpfs.
21597         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21598         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21599         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21600         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21601         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21602         (fts_build): Set the stat.st_ino member from D_INO.
21603         If it is likely to be useful, sort dirent entries on inode number.
21604
21605         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21606         and the struct statfs.f_type member.
21607         * modules/fts (Depends-on): Add d-ino.
21608
21609 2008-09-26  Bruno Haible  <bruno@clisp.org>
21610
21611         * modules/sigpipe-die (Depends-on): Add sigpipe.
21612
21613         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21614         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21615         and GNULIB_STDIO_H_SIGPIPE are set.
21616         * lib/stdio-write.c: New file.
21617         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21618         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21619         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21620         REPLACE_STDIO_WRITE_FUNCS.
21621         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21622         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21623         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21624         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21625         * modules/stdio (Files): Add lib/stdio-write.c.
21626         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21627         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21628         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21629         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21630         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21631         REPLACE_FPRINTF_POSIX.
21632         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21633         REPLACE_PRINTF_POSIX.
21634         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21635         REPLACE_VFPRINTF_POSIX.
21636         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21637         REPLACE_VPRINTF_POSIX.
21638         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21639         SIGPIPE issue.
21640         * doc/posix-functions/fputc.texi: Likewise.
21641         * doc/posix-functions/fputs.texi: Likewise.
21642         * doc/posix-functions/fwrite.texi: Likewise.
21643         * doc/posix-functions/printf.texi: Likewise.
21644         * doc/posix-functions/putc.texi: Likewise.
21645         * doc/posix-functions/putchar.texi: Likewise.
21646         * doc/posix-functions/puts.texi: Likewise.
21647         * doc/posix-functions/vfprintf.texi: Likewise.
21648         * doc/posix-functions/vprintf.texi: Likewise.
21649
21650         * modules/safe-write (Depends-on): Add write.
21651
21652         * modules/sigpipe-tests: New file.
21653         * tests/test-sigpipe.c: New file.
21654         * tests/test-sigpipe.sh: New file.
21655
21656         * modules/write: New file.
21657         * lib/unistd.in.h: Include <sys/types.h>.
21658         (write): New declaration.
21659         * lib/write.c: New file.
21660         * m4/write.m4: New file.
21661         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21662         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21663         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21664         GNULIB_WRITE, REPLACE_WRITE.
21665         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21666         and the SIGPIPE issue.
21667
21668         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21669         (raise): New declaration.
21670         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21671         (ext_signal): New function.
21672         (rpl_raise): New function.
21673         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21674         GNULIB_SIGNAL_H_SIGPIPE.
21675         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21676         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21677
21678         * modules/sigpipe: New file.
21679         * m4/sigpipe.m4: New file.
21680
21681 2008-09-25  Derek Price  <derek@ximbiot.com>
21682             Bruno Haible  <bruno@clisp.org>
21683
21684         * gnulib-tool (func_import): Report all license incompatibilities, not
21685         just the first one.
21686
21687 2008-09-25  Bruno Haible  <bruno@clisp.org>
21688
21689         * gnulib-tool (func_import): When computing the edits, consider not
21690         only the Makefile.ams that exist but also those that will be generated.
21691
21692 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21693
21694         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21695         fixes gnulib-tool --test warning about duplicate dependency.
21696
21697 2008-09-25  Bruno Haible  <bruno@clisp.org>
21698
21699         * gnulib-tool: Don't ask the user to perform edits in the generated
21700         Makefile.ams.
21701         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21702         apply to the Makefile.am being generated.
21703         (func_emit_tests_Makefile_am): Execute edits that apply to the
21704         Makefile.am being generated.
21705         (func_import): Setup list of Makefile.am edits before emitting the
21706         Makefile.ams, not at the end.
21707         (func_create_testdir): Update.
21708         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21709
21710 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21711
21712         * gnulib-tool (func_import): Store the --tests-base option in the
21713         comment in gnulib-cache.m4.
21714
21715 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21716
21717         * NEWS: Document increased portability that sys_select now provides.
21718
21719         * lib/sys_select.in.h: Install select wrapper.
21720         * lib/sys_socket.in.h: Use more descriptive name when there is no
21721         select wrapper.
21722         * lib/winsock-select.c: New.
21723         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21724         Require gl_HEADER_SYS_SOCKET.
21725         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21726         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21727         * tests/test-sys_select.c: Add functional tests.
21728
21729 2008-09-24  Eric Blake  <ebb9@byu.net>
21730
21731         open, fopen: close fd leak in last patch
21732         * lib/open.c (rpl_open): Close fd before returning error.
21733         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21734         * doc/posix-functions/open.texi (open): Document that Irix also
21735         has the bug.
21736         * doc/posix-functions/fopen.texi (fopen): Likewise.
21737         Reported by Paolo Bonzini.
21738
21739 2008-09-24  Bruno Haible  <bruno@clisp.org>
21740
21741         Ensure that a filename ending in a slash cannot be used to access a
21742         non-directory.
21743         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21744         to check whether it's really a directory.
21745         * lib/fopen.c: Include fcntl.h, unistd.h.
21746         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21747         and fdopen().
21748         * modules/fopen (Depends-on): Add unistd.
21749         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21750         * tests/test-fopen.c (main): Likewise.
21751         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21752         * doc/posix-functions/fopen.texi: Likewise.
21753         Reported by Eric Blake.
21754
21755 2008-09-23  Eric Blake  <ebb9@byu.net>
21756
21757         c-stack: avoid compiler optimizations when provoking overflow
21758         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21759         recursion harder to optimize, to ensure a stack overflow occurs.
21760         * tests/test-c-stack.c (recurse): Likewise.
21761         Borrowed from libsigsegv.
21762
21763         c-stack: work around Irix sigaltstack bug
21764         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21765         whether sigaltstack uses wrong end of stack_t (copied in part from
21766         libsigsegv).
21767         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21768         Irix bug, without requiring an over-allocation.
21769         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21770         bug.
21771
21772         fopen: document mingw bug on directories
21773         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21774         not allowing a stream visiting a directory, even though reading
21775         from such a stream is not portable.
21776
21777 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21778
21779         * lib/poll.c: Rewrite.
21780         * modules/poll: Depend on alloca.
21781
21782 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21783
21784         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
21785         instead define prototypes for a full set of wrappers.  Ensure
21786         that Cygwin does not use the compatibility code, which is only
21787         for MinGW.
21788         * lib/winsock.c: New.
21789         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
21790         * modules/sys_socket: Add lib/winsock.c.
21791
21792         * modules/poll-tests: Add errno and perror.
21793         * tests/test-poll.c: Use ioctl, not ioctlsocket.
21794
21795 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21796
21797         * tests/test-poll.c: Downgrade minimum needed Winsock version.
21798
21799 2008-09-23  Bruno Haible  <bruno@clisp.org>
21800
21801         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
21802         * doc/glibc-functions/*: Likewise.
21803
21804 2008-09-23  Simon Josefsson  <simon@josefsson.org>
21805
21806         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
21807         success.
21808
21809 2008-09-22  Eric Blake  <ebb9@byu.net>
21810             Bruno Haible  <bruno@clisp.org>
21811
21812         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
21813         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
21814         supply %A but mishandle pseudo-NaN.
21815         Reported by Simon Josefsson.
21816
21817 2008-09-21  Bruno Haible  <bruno@clisp.org>
21818
21819         * tests/test-lock.c (main): Tweak skip message.
21820         * tests/test-tls.c (main): Likewise.
21821
21822 2008-09-21  Bruno Haible  <bruno@clisp.org>
21823
21824         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
21825         whether 'struct sigaction' has sa_sigaction here...
21826         (gl_PREREQ_SIG_HANDLER_H): ... not here.
21827         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
21828
21829 2008-09-21  Bruno Haible  <bruno@clisp.org>
21830
21831         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
21832         section.
21833         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
21834         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
21835         the new section.
21836         (Support for obsolete systems lacking POSIX:2001): New section.
21837         (String handling <string.h>): Move strdup to the new section.
21838         Suggested by Simon Josefsson and Paolo Bonzini.
21839
21840 2008-09-21  Bruno Haible  <bruno@clisp.org>
21841
21842         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
21843         exponents in %e and %g results on 'long double'. Needed for mingw's
21844         improved *printf functions.
21845         * tests/test-vasprintf-posix.c (test_function): Likewise.
21846         * tests/test-snprintf-posix.h (test_function): Likewise.
21847         * tests/test-sprintf-posix.h (test_function): Likewise.
21848         Reported by Eric Blake.
21849
21850 2008-09-21  Bruno Haible  <bruno@clisp.org>
21851
21852         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
21853         * tests/test-sprintf-posix.h (test_function): Likewise.
21854
21855 2008-09-21  Bruno Haible  <bruno@clisp.org>
21856
21857         * modules/getpass (Depends-on): Add strdup-posix.
21858
21859         New module 'strdup-posix'.
21860         * modules/strdup-posix: New file.
21861         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
21862         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
21863         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21864         REPLACE_STRDUP.
21865         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
21866         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
21867         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21868         strdup-posix.
21869
21870         * modules/strdup (Depends-on): Remove malloc-posix.
21871
21872 2008-09-20  Bruno Haible  <bruno@clisp.org>
21873
21874         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
21875         Wildenhues.
21876
21877 2008-09-20  Bruno Haible  <bruno@clisp.org>
21878
21879         Ensure that wint_t gets defined on IRIX 5.3.
21880         * lib/wchar.in.h (wint_t): Define if not defined by the system.
21881         * lib/wctype.in.h (wint_t): Likewise.
21882         (__wctype_wint_t): Remove type.
21883         (isw*): Use wint_t instead of __wctype_wint_t.
21884         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
21885         * modules/wchar (Files): Add m4/wint_t.m4.
21886         (Makefile.am): Substitute HAVE_WINT_T.
21887         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
21888         * tests/test-wctype.c: Check that wint_t is defined.
21889         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
21890         * doc/posix-headers/wctype.texi: Likewise.
21891         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
21892
21893 2008-09-18  Bruno Haible  <bruno@clisp.org>
21894
21895         * gnulib-tool (func_exit): Update comment.
21896
21897 2008-09-18  Simon Josefsson  <simon@josefsson.org>
21898
21899         * modules/getaddrinfo (Depends-on): Remove strdup, this module
21900         assumes strdup exists and does not depend on strdup to return
21901         ENOMEM on out of memory conditions.
21902
21903 2008-09-18  Bruno Haible  <bruno@clisp.org>
21904
21905         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
21906         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
21907         digits for the exponent.
21908
21909 2008-09-18  Jim Meyering  <meyering@redhat.com>
21910             Bruno Haible  <bruno@clisp.org>
21911
21912         * lib/vasnprintf.c (decimal_point_char): Define also if
21913         NEED_PRINTF_INFINITE_LONG_DOUBLE.
21914
21915 2008-09-16  Bruno Haible  <bruno@clisp.org>
21916         and Eric Blake  <ebb9@byu.net>
21917
21918         vasnprintf: support Irix 5.3
21919         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
21920         that mishandle long double infinity.
21921         Reported by Tom G. Christensen.
21922
21923 2008-09-16  Bruno Haible  <bruno@clisp.org>
21924
21925         * doc/glibc-functions/scandir.texi: Mention the function is missing on
21926         Solaris 9.
21927         * doc/glibc-functions/alphasort.texi: Likewise.
21928         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
21929
21930 2008-09-16  Jim Meyering  <meyering@redhat.com>
21931
21932         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
21933         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
21934         a umask modification leak out of a subshell.  Otherwise, the
21935         opensolaris /bin/sh would be accepted and thus cause unwarranted
21936         failures in the coreutils test suite.
21937
21938 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
21939
21940         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
21941         to succeed.
21942
21943 2008-09-16  Jim Meyering  <meyering@redhat.com>
21944
21945         avoid spurious test failure when library is built without ACL support
21946         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
21947         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
21948         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
21949         * tests/test-copy-acl.sh: Likewise.
21950
21951 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21952
21953         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
21954         based on character occurrence counts.
21955
21956 2008-09-15  Eric Blake  <ebb9@byu.net>
21957
21958         tests: avoid some compiler warnings
21959         * tests/test-memchr.c (main): Pass NULL indirectly.
21960         * tests/test-closein.c (main): Avoid unused variable.
21961
21962 2008-09-15  Bruno Haible  <bruno@clisp.org>
21963
21964         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
21965         are missing on OpenBSD 4.0 individually.
21966         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21967
21968 2008-09-15  Bruno Haible  <bruno@clisp.org>
21969
21970         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
21971         * doc/posix-functions/strerror.texi: Mention also Cygwin.
21972         * doc/posix-functions/perror.texi: Likewise.
21973         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
21974         is missing.
21975         Reported by Eric Blake.
21976
21977         * lib/errno.in.h: Use replacement values >= 2000.
21978         Reported by Eric Blake.
21979
21980 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21981
21982         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
21983         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
21984         limit.
21985         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
21986         compareseq was aborted.
21987
21988 2008-09-14  Bruno Haible  <bruno@clisp.org>
21989
21990         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
21991         yvec_edit_count.
21992         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
21993         (fstrcmp_bounded): Simplify result computation accordingly.
21994
21995 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21996
21997         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
21998         (fstrcmp): Define in terms of fstrcmp_bounded.
21999         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22000         lower_bound argument.
22001         Return quickly if the result is certainly < lower_bound.
22002         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22003
22004 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22005
22006         * lib/diffseq.h (EARLY_ABORT): New macro.
22007         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22008         evaluates to true.
22009
22010 2008-09-14  Bruno Haible  <bruno@clisp.org>
22011
22012         * modules/perror-tests: New file.
22013         * tests/test-perror.sh: New file.
22014         * tests/test-perror.c: New file.
22015
22016         New module 'perror'.
22017         * lib/stdio.in.h (perror): New declaration.
22018         * lib/perror.c: New file.
22019         * m4/perror.m4: New file.
22020         * modules/perror: New file.
22021         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22022         * doc/posix-functions/perror.texi: Mention the perror module.
22023         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22024         REPLACE_PERROR.
22025         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22026         REPLACE_PERROR.
22027
22028 2008-09-14  Bruno Haible  <bruno@clisp.org>
22029
22030         * modules/stdio (Makefile.am): Reorder to match the order in
22031         lib/stdio.in.h.
22032         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22033
22034 2008-09-13  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22037
22038 2008-09-13  Bruno Haible  <bruno@clisp.org>
22039
22040         Extend strerror to cover the added errno values.
22041         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22042         (rpl_strerror): Provide error messages for the added errno values and
22043         for the WSA* values.
22044         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22045         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22046         strerror.
22047         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22048         * modules/strerror (Depends-on): Add errno.
22049         * doc/posix-functions/strerror.texi: Document the change.
22050         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22051         and EOVERFLOW.
22052
22053 2008-09-13  Bruno Haible  <bruno@clisp.org>
22054
22055         * modules/EOVERFLOW: Remove file.
22056         * m4/eoverflow.m4: Remove file.
22057         * modules/EOVERFLOW-tests: Remove file.
22058         * tests/test-EOVERFLOW.c: Remove file.
22059         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22060         * modules/ftell (Depends-on): Likewise.
22061         * modules/getdelim (Depends-on): Likewise.
22062         * modules/getugroups (Depends-on): Likewise.
22063         * modules/poll (Depends-on): Likewise.
22064         * modules/snprintf (Depends-on): Likewise.
22065         * modules/sprintf-posix (Depends-on): Likewise.
22066         * modules/vasnprintf (Depends-on): Likewise.
22067         * modules/vasprintf (Depends-on): Likewise.
22068         * modules/vfprintf-posix (Depends-on): Likewise.
22069         * modules/vsnprintf (Depends-on): Likewise.
22070         * modules/vsprintf-posix (Depends-on): Likewise.
22071         * modules/xvasprintf (Depends-on): Likewise.
22072         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22073         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22074         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22075         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22076         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22077         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22078         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22079         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22080         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22081         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22082         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22083         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22084         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22085         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22086         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22087         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22088         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22089         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22090         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22091         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22092         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22093         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22094         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22095         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22096         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22097         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22098         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22099         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22100         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22101         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22102         * MODULES.html.sh: Remove EOVERFLOW.
22103         * NEWS: Mention the change.
22104
22105 2008-09-13  Bruno Haible  <bruno@clisp.org>
22106
22107         * modules/errno-tests: New file.
22108         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22109
22110         * lib/errno.in.h: New file.
22111         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22112         * modules/errno: New file.
22113         * doc/posix-headers/errno.texi: Update documentation.
22114         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22115
22116 2008-09-13  Bruno Haible  <bruno@clisp.org>
22117
22118         * tests/test-poll.c: Use #if for native Windows, rather than testing
22119         __MSVCRT__.
22120
22121 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22122             Bruno Haible  <bruno@clisp.org>
22123
22124         * lib/glob.c: Don't include <pwd.h> on native Windows.
22125         (WINDOWS32): New macro.
22126         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22127
22128 2008-09-13  Bruno Haible  <bruno@clisp.org>
22129
22130         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22131         (ETIMEDOUT): Remove macro.
22132         (glthread_cond_timedwait_multithreaded): New declaration.
22133         (glthread_cond_timedwait): Use it.
22134         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22135         (glthread_cond_timedwait_multithreaded): New function.
22136
22137 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22138
22139         * modules/poll-tests: Do not check for io.h.
22140         * tests/test-poll.c: Check for __MSVCRT__ instead.
22141
22142 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22143
22144         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22145         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22146         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22147
22148 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22149
22150         * modules/poll-tests: New.
22151         * tests/test-poll.c: New.
22152
22153 2008-09-12  Eric Blake  <ebb9@byu.net>
22154
22155         frexp: test for NetBSD failure on -0.0
22156         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22157         not all, bugs from NetBSD 3.0 have been fixed.
22158         * doc/posix-functions/frexp.texi (frexp): Document bug.
22159         Reported by Thomas Klausner.
22160
22161         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22162         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22163         literal -0.0.
22164         Reported by Jonathan C. Patschke <jp@centtech.com>.
22165
22166 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22167
22168         * lib/glthread/cond.h: Use dummy implementation also if
22169         USE_WIN32_THREADS.
22170
22171 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22172
22173         * modules/fnmatch-posix (License): Change to LGPLv2+.
22174         * modules/fnmatch-gnu (License): Likewise.
22175
22176 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22177
22178         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22179
22180 2008-09-11  Jim Meyering  <meyering@redhat.com>
22181
22182         * users.txt: Add gtk-vnc.
22183
22184 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22185
22186         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22187         rotate amounts.
22188
22189         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22190         required for 16-bit and 8-bit rotates.
22191         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22192         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22193         UINT8_MAX instead of hard-coded constants.
22194         Suggested by Paul Eggert.
22195
22196 2008-09-07  Bruno Haible  <bruno@clisp.org>
22197
22198         * tests/test-striconveh.c (main): Check behaviour when converting from
22199         UTF-7.
22200
22201         Make striconveh work better with stateful encodings.
22202         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22203         that iconv does not increment the inptr when returning -1/EINVAL.
22204
22205 2008-09-07  Bruno Haible  <bruno@clisp.org>
22206
22207         * build-aux/config.rpath: Update according to libtool-2.2.6.
22208         * build-aux/config.libpath: Likewise.
22209
22210 2008-09-06  Bruno Haible  <bruno@clisp.org>
22211
22212         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22213         * lib/freadptr.c (freadptr): Likewise.
22214         * lib/freadseek.c (freadptrinc): Likewise.
22215         Reported by Simon Josefsson.
22216
22217 2008-09-06  Bruno Haible  <bruno@clisp.org>
22218
22219         * modules/freadptr (License): Change to LGPLv2+.
22220         * modules/freadseek (License): Likewise.
22221         Suggested by Eric Blake.
22222
22223         * modules/memchr2 (License): Change to LGPLv2+.
22224         Approved by Eric Blake.
22225
22226 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22227             Bruno Haible  <bruno@clisp.org>
22228
22229         Make gnulib-tool work with native 'sed' on AIX.
22230         * gnulib-tool (sed_noop): New variable.
22231         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22232         func_add_or_update, func_create_testdir): Use it to initialize sed
22233         script variables.
22234         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22235
22236 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22237             Bruno Haible  <bruno@clisp.org>
22238
22239         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22240         also works after #include directives.
22241
22242 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22243
22244         getdate.y: reject an out-of-range timezone value
22245         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22246         the range [-24...+24].  When specified with only one or two digits,
22247         * tests/test-getdate.c: Tests for the fix.
22248         * doc/getdate.texi: Document this change.
22249
22250 2008-09-03  Bruno Haible  <bruno@clisp.org>
22251
22252         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22253
22254 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22255
22256         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22257         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22258         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22259         Blake <ebb9@byu.net>.
22260
22261         * tests/test-bitrotate.c: Add more test vectors.
22262
22263 2008-09-02  Eric Blake  <ebb9@byu.net>
22264
22265         vasnprintf-posix: handle large precision via %.*d
22266         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22267         when handling it ourselves.
22268         * tests/test-vasnprintf-posix.c (test_function): Add test.
22269         * tests/test-snprintf-posix.h (test_function): Likewise.
22270         * tests/test-sprintf-posix.h (test_function): Likewise.
22271         * tests/test-vasprintf-posix.c (test_function): Likewise.
22272         Reported by Alain Guibert.
22273
22274 2008-09-01  Eric Blake  <ebb9@byu.net>
22275
22276         c-stack: make configure-time check more robust
22277         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22278         successful sigaction call.
22279         Reported by Tom G. Christensen.
22280
22281 2008-09-01  Bruno Haible  <bruno@clisp.org>
22282
22283         New module 'findprog-lgpl'.
22284         * modules/findprog-lgpl: New file.
22285         * lib/findprog-lgpl.c: New file.
22286         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22287         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22288         to decide whether to use strdup or xstrdup, concatenated_filename or
22289         xconcatenated_filename.
22290
22291 2008-09-01  Bruno Haible  <bruno@clisp.org>
22292
22293         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22294         'xconcat-filename' (GPL).
22295         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22296         (License): Change to LGPLv2+.
22297         * modules/xconcat-filename: New file.
22298         * lib/concat-filename.h (concatenated_filename): Change specification.
22299         (xconcatenated_filename): New declaration.
22300         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22301         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22302         memory situations.
22303         * lib/xconcat-filename.c: New file.
22304         * NEWS: Mention the change.
22305         * lib/findprog.c: Include concat-filename.h, not filename.h.
22306         (find_in_path): Use xconcatenated_filename instead of
22307         concatenated_filename.
22308         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22309         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22310         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22311         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22312         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22313         instead of concatenated_filename.
22314         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22315         (execute_java_class): Use xconcatenated_filename instead of
22316         concatenated_filename.
22317         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22318         * modules/javacomp (Depends-on): Likewise.
22319         * modules/javaexec (Depends-on): Likewise.
22320
22321 2008-09-01  Bruno Haible  <bruno@clisp.org>
22322
22323         Split module 'filename' into 'filename' and 'concat-filename'.
22324         * modules/filename: Keep only lib/filename.h.
22325         (License): Change to LGPLv2+.
22326         * modules/concat-filename: New file, extracted from modules/filename.
22327         * lib/filename.h (concatenated_filename): Remove declaration.
22328         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22329         * lib/concat-filename.c: Include concat-filename.h.
22330         * NEWS: Mention the change.
22331
22332 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22333
22334         * lib/bitrotate.h (rotl8, rotr8): Add.
22335
22336         * modules/bitrotate (configure.ac): Need
22337         AC_REQUIRE([AC_C_INLINE]).
22338         (Description): Mention stdint.h.  Reported by Bruno Haible
22339         <bruno@clisp.org>.
22340
22341         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22342         Paolo Bonzini <bonzini@gnu.org>.
22343
22344 2008-08-31  Bruno Haible  <bruno@clisp.org>
22345
22346         Assume Solaris specific bi-arch conventions on Solaris systems.
22347         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22348         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22349         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22350         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22351         like acl_libdirstem.
22352         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22353         acl_libdirstem.
22354         * NEWS: Mention the change.
22355         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22356
22357 2008-08-31  Jim Meyering  <meyering@redhat.com>
22358
22359         * lib/strftime.h: Add comments describing the two added arguments.
22360
22361         remove duplicate #include directives
22362         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22363         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22364
22365 2008-08-31  Bruno Haible  <bruno@clisp.org>
22366
22367         New module 'sigpipe-die'.
22368         * modules/sigpipe-die: New file.
22369         * lib/sigpipe-die.h: New file.
22370         * lib/sigpipe-die.c: New file.
22371         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22372
22373 2008-08-31  Bruno Haible  <bruno@clisp.org>
22374
22375         Don't override previously installed signal handlers.
22376         * lib/fatal-signal.c (saved_sigactions): New variable.
22377         (uninstall_handlers): Reset the signal to the saved handler, not
22378         to SIG_DFL (except when ignored).
22379         (install_handlers): Save the previous handlers.
22380
22381 2008-08-30  Bruno Haible  <bruno@clisp.org>
22382
22383         * gnulib-tool (func_reset_sigpipe): New function.
22384         (func_get_automake_snippet, func_modules_transitive_closure,
22385         func_import): Invoke it before a join command that reads from stdin,
22386         to avoid "echo: write error: Broken pipe" error messages on stderr.
22387         Reported by Sam Steingold <sds@gnu.org>.
22388
22389 2008-08-30  Bruno Haible  <bruno@clisp.org>
22390
22391         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22392         Code copied from m4/open.m4.
22393         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22394         access and the filename ends in a slash. Code copied from lib/open.c.
22395         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22396         * tests/test-fopen.c (main): Check against bug with trailing slash.
22397
22398 2008-08-29  Bruno Haible  <bruno@clisp.org>
22399
22400         Avoid some "gcc -pedantic" warnings.
22401         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22402         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22403         * lib/dirent.in.h: Likewise.
22404         * lib/fcntl.in.h: Likewise.
22405         * lib/float.in.h: Likewise.
22406         * lib/iconv.in.h: Likewise.
22407         * lib/inttypes.in.h: Likewise.
22408         * lib/locale.in.h: Likewise.
22409         * lib/math.in.h: Likewise.
22410         * lib/netinet_in.in.h: Likewise.
22411         * lib/search.in.h: Likewise.
22412         * lib/signal.in.h: Likewise.
22413         * lib/stdarg.in.h: Likewise.
22414         * lib/stdint.in.h: Likewise.
22415         * lib/stdio.in.h: Likewise.
22416         * lib/stdlib.in.h: Likewise.
22417         * lib/string.in.h: Likewise.
22418         * lib/strings.in.h: Likewise.
22419         * lib/sys_select.in.h: Likewise.
22420         * lib/sys_socket.in.h: Likewise.
22421         * lib/sys_stat.in.h: Likewise.
22422         * lib/sys_time.in.h: Likewise.
22423         * lib/sysexits.in.h: Likewise.
22424         * lib/time.in.h: Likewise.
22425         * lib/unistd.in.h: Likewise.
22426         * lib/wchar.in.h: Likewise.
22427         * lib/wctype.in.h: Likewise.
22428         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22429         * modules/fchdir (Makefile.am): Likewise.
22430         * modules/fcntl (Makefile.am): Likewise.
22431         * modules/float (Makefile.am): Likewise.
22432         * modules/iconv_open (Makefile.am): Likewise.
22433         * modules/inttypes (Makefile.am): Likewise.
22434         * modules/locale (Makefile.am): Likewise.
22435         * modules/math (Makefile.am): Likewise.
22436         * modules/netinet_in (Makefile.am): Likewise.
22437         * modules/search (Makefile.am): Likewise.
22438         * modules/signal (Makefile.am): Likewise.
22439         * modules/stdarg (Makefile.am): Likewise.
22440         * modules/stdint (Makefile.am): Likewise.
22441         * modules/stdio (Makefile.am): Likewise.
22442         * modules/stdlib (Makefile.am): Likewise.
22443         * modules/string (Makefile.am): Likewise.
22444         * modules/strings (Makefile.am): Likewise.
22445         * modules/sys_select (Makefile.am): Likewise.
22446         * modules/sys_socket (Makefile.am): Likewise.
22447         * modules/sys_stat (Makefile.am): Likewise.
22448         * modules/sys_time (Makefile.am): Likewise.
22449         * modules/sysexits (Makefile.am): Likewise.
22450         * modules/time (Makefile.am): Likewise.
22451         * modules/unistd (Makefile.am): Likewise.
22452         * modules/wchar (Makefile.am): Likewise.
22453         * modules/wctype (Makefile.am): Likewise.
22454         Reported by Reuben Thomas <rrt@sc3d.org>.
22455
22456 2008-08-29  Bruno Haible  <bruno@clisp.org>
22457
22458         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22459         any more.
22460
22461 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22462
22463         * MODULES.html.sh (Misc): Add bitrotate.
22464
22465         * modules/bitrotate: New file.
22466
22467         * lib/bitrotate.h: New file.
22468
22469         * modules/bitrotate-tests: New file.
22470
22471         * tests/test-bitrotate.c: New file.
22472
22473         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22474         on the bitrotate module.
22475
22476         * lib/arctwo.c: Use new bitrotate module.
22477
22478 2008-08-29  Jim Meyering  <meyering@redhat.com>
22479
22480         bootstrap: merge changes from coreutils
22481         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22482         of copied files.  Remove a kludge, now that this is fixed.
22483         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22484         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22485         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22486
22487 2008-08-29  Bruno Haible  <bruno@clisp.org>
22488
22489         * MODULES.html.sh: Remove --cvs-urls option.
22490
22491 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22492
22493         maint.mk: adjust to file name change
22494         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22495
22496 2008-08-28  Jim Meyering  <meyering@redhat.com>
22497
22498         * modules/getndelim2 (License): Relicense to LGPLv2+.
22499         Approved by Richard Stallman for the version of 1995, and by
22500         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22501
22502 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22503
22504         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22505         dummy if one is not available.  Do not touch them if
22506         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22507         (getc_maybe_unlocked): New.
22508         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22509
22510 2008-08-26  Eric Blake  <ebb9@byu.net>
22511
22512         doc/INSTALL: resync from autoconf
22513         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22514         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22515         moving...
22516         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22517         * INSTALL: Regenerate.
22518         * INSTALL.ISO: New file.
22519         * INSTALL.UTF-8: Likewise.
22520
22521 2008-08-26  Jim Meyering  <meyering@redhat.com>
22522
22523         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22524         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22525         these definitions conditional, so that they may be overridden, too.
22526
22527 2008-08-26  Bruno Haible  <bruno@clisp.org>
22528
22529         Generate INSTALL file variants with prettier quotes.
22530         * doc/Makefile (INSTALL_PRELUDE): New macro.
22531         (INSTALL): Use it.
22532         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22533
22534 2008-08-26  Bruno Haible  <bruno@clisp.org>
22535
22536         Run makeinfo in an English locale.
22537         * doc/Makefile (MAKEINFO): New variable.
22538
22539 2008-08-26  Bruno Haible  <bruno@clisp.org>
22540
22541         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22542         Suggested by Eric Blake.
22543
22544 2008-08-25  Bruno Haible  <bruno@clisp.org>
22545
22546         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22547
22548 2008-08-25  Eric Blake  <ebb9@byu.net>
22549
22550         c-stack: test that stack overflow can be caught
22551         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22552         that platform allows handling stack overflow; at least OS/2 EMX
22553         has sigaltstack, but crashes before transferring control to
22554         handler on stack overflow.
22555         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22556         check for HAVE_STACK_OVERFLOW_HANDLING.
22557         Reported by Elbert Pol.
22558
22559 2008-08-25  Bruno Haible  <bruno@clisp.org>
22560
22561         * doc/posix-functions/strftime.texi: Fix description of strftime
22562         module.
22563
22564 2008-08-24  Bruno Haible  <bruno@clisp.org>
22565
22566         * tests/uniwidth/test-uc_width2.c: New file.
22567         * tests/uniwidth/test-uc_width2.sh: New file.
22568         * modules/uniwidth/width-tests (Files): Add the new files.
22569         (TESTS): Add uniwidth/test-uc_width2.sh.
22570         (TESTS_ENVIRONMENT): New variable.
22571         (check_PROGRAMS): Add test-uc_width2.
22572         (test_uc_width2_SOURCES): New variable.
22573
22574         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22575         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22576         not 0x00AB.
22577         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22578
22579 2008-08-22  Eric Blake  <ebb9@byu.net>
22580
22581         test-lock, test-tls: mention why a test is skipped
22582         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22583         skipped.
22584         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22585
22586         count-one-bits: relax license
22587         * modules/count-one-bits (License): Relicense to LGPLv2+.
22588         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22589
22590 2008-08-22  Andreas Schwab  <schwab@suse.de>
22591
22592         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22593         Remove spurious space in assignment.
22594
22595 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22596
22597         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22598         Paul Eggert <eggert@CS.UCLA.EDU>.
22599
22600 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22601
22602         * modules/gettext: Add m4/threadlib.m4.
22603
22604 2008-08-19  Eric Blake  <ebb9@byu.net>
22605
22606         test-c-stack: fix compilation failure on FreeBSD 5.0
22607         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22608         headers before <sys/resource.h>.
22609         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22610         the bug.
22611         Reported by Nelson H. F. Beebe.
22612
22613         strverscmp: migrate from "strverscmp.h" to <string.h>
22614         * modules/string (Makefile.am): Add new hooks.
22615         * modules/strverscmp (Files): Remove strverscmp.h.
22616         (Depends-on): Add string.
22617         (configure.ac): Add indicator.
22618         (Include): Mention new header.
22619         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22620         defaults.
22621         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22622         results.
22623         * lib/strverscmp.h: Delete.
22624         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22625         * tests/test-strverscmp.c (includes): Adjust client.
22626         * lib/check-version.c (includes): Likewise.
22627         * NEWS: Document the change.
22628
22629         strverscmp: add unit test
22630         * modules/strverscmp-tests: New file.
22631         * tests/test-strverscmp.c: Likewise.
22632
22633 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22634
22635         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22636         regarding Windows crypto stuff, from Mono.
22637
22638 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22639
22640         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22641         if present, for intel RND.  Return error on failures.
22642
22643 2008-08-18  Ben Pfaff  <blp@gnu.org>
22644
22645         gitlog-to-changelog: give better diagnostic for failed pipe-open
22646         * build-aux/gitlog-to-changelog: Improve error message: suggest
22647         that the version of Git may be too old.
22648
22649 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22650
22651         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22652         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22653
22654 2008-08-18  Bruno Haible  <bruno@clisp.org>
22655
22656         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22657         pthread_in_use().
22658
22659 2008-08-18  Bruno Haible  <bruno@clisp.org>
22660
22661         * lib/glthread/threadlib.c: Include <pthread.h>.
22662
22663 2008-08-18  Bruno Haible  <bruno@clisp.org>
22664
22665         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22666         glthread_recursive_lock_* macros.
22667         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22668         Fix syntax error.
22669
22670 2008-08-18  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/glthread/thread.c: Avoid forcing a context switch right after
22673         thread creation.
22674
22675 2008-08-17  Bruno Haible  <bruno@clisp.org>
22676
22677         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22678         * lib/glthread/thread.h: Provide Win32 specific implementation.
22679         * modules/thread (Files): Add lib/glthread/thread.c.
22680         (Depends-on): Add lock.
22681         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22682
22683 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22684
22685         New module 'yield'.
22686         * modules/yield: New file.
22687         * lib/glthread/yield.h: New file.
22688         * m4/yield.m4: New file.
22689         * MODULES.html.sh (Multithreading): Add yield.
22690
22691 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22692
22693         New module 'thread'.
22694         * modules/thread: New file.
22695         * lib/glthread/thread.h: New file.
22696         * m4/thread.m4: New file.
22697         * MODULES.html.sh (Multithreading): Add thread.
22698
22699 2008-08-17  Bruno Haible  <bruno@clisp.org>
22700
22701         * lib/glthread/lock.h: Include <stdlib.h> always.
22702         * lib/glthread/tls.h: Likewise.
22703         * lib/glthread/cond.h: Likewise.
22704
22705 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22706
22707         New module 'cond'.
22708         * modules/cond: New file.
22709         * lib/glthread/cond.h: New file.
22710         * lib/glthread/cond.c: New file.
22711         * m4/cond.m4: New file.
22712         * MODULES.html.sh (Multithreading): Add cond.
22713
22714 2008-08-16  Eric Blake  <ebb9@byu.net>
22715
22716         c-stack: fix regression on Irix 5.3 from 2008-06-21
22717         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22718         sa_sigaction...
22719         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22720         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22721         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22722         * modules/signal (Makefile.am): Use the value.
22723         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22724         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22725         * doc/posix-headers/signal.texi (signal.h): Document this
22726         portability issue.
22727         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22728         Reported by Tom G. Christensen.
22729
22730 2008-08-17  Bruno Haible  <bruno@clisp.org>
22731
22732         New module 'threadlib'.
22733         * modules/threadlib: New file.
22734         * lib/glthread/threadlib.c: New file, extracted from
22735         lib/glthread/lock.c.
22736         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22737         functions.
22738         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22739         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22740         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22741         macros.
22742         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22743         (gl_DISABLE_THREADS): Remove macro.
22744         * modules/lock (Files): Remove build-aux/config.rpath.
22745         (Depends-on): Remove havelib. Add threadlib.
22746         (configure.ac-early): Remove section.
22747         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22748         * modules/tls (Depends-on): Remove lock. Add threadlib.
22749         (Link): New section, copied from threadlib.
22750         * MODULES.html.sh (Multithreading): Add threadlib.
22751
22752 2008-08-14  Bruno Haible  <bruno@clisp.org>
22753
22754         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22755         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22756         glthread_rwlock_unlock, glthread_rwlock_destroy,
22757         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22758         glthread_recursive_lock_destroy): Define as macros always.
22759         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22760         glthread_lock_lock.
22761         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22762         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22763         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22764         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22765         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22766         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22767         (glthread_recursive_lock_lock_func): Renamed from
22768         glthread_recursive_lock_lock.
22769         (glthread_recursive_lock_unlock_func): Renamed from
22770         glthread_recursive_lock_unlock.
22771         (glthread_recursive_lock_destroy_func): Renamed from
22772         glthread_recursive_lock_destroy.
22773
22774 2008-08-14  Bruno Haible  <bruno@clisp.org>
22775
22776         * lib/glthread/lock.h: Renamed from lib/lock.h.
22777         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22778         * lib/glthread/tls.h: Renamed from lib/tls.h.
22779         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
22780         * lib/fstrcmp.c: Update includes.
22781         * lib/strsignal.c: Update includes.
22782         * modules/lock (Files, Makefile.am): Update.
22783         (Include): Change to "glthread/lock.h".
22784         * modules/tls (Files, Makefile.am): Update.
22785         (Include): Change to "glthread/tls.h".
22786         * tests/test-lock.c: Update includes.
22787         * tests/test-tls.c: Update includes.
22788         * NEWS: Mention the renamed header files.
22789
22790 2008-08-11  Jim Meyering  <meyering@redhat.com>
22791
22792         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
22793
22794 2008-08-11  Eric Blake  <ebb9@byu.net>
22795
22796         test-c-stack: avoid C99-ism
22797         * tests/test-c-stack.c (main): Fix whitespace, move declaration
22798         before statement.
22799         Reported by Alain Guibert.
22800
22801 2008-08-10  Jim Meyering  <meyering@redhat.com>
22802
22803         ensure that return value of uinttostr et al are not ignored
22804         * lib/inttostr.h (__GNUC_PREREQ): Define.
22805         (__attribute_warn_unused_result__): Define.
22806         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
22807
22808 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
22809
22810         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
22811         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
22812
22813 2008-08-07  Jim Meyering  <meyering@redhat.com>
22814
22815         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
22816
22817         * modules/mkstemp (License): Relicense under LGPLv2+.
22818         * modules/tempname (License): Likewise.
22819
22820 2008-08-06  Bruno Haible  <bruno@clisp.org>
22821
22822         * lib/poll.c (poll): Further micro-optimization.
22823
22824 2008-08-06  Jim Meyering  <meyering@redhat.com>
22825
22826         inet_pton.c: use locale-independent tolower
22827         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
22828         (inet_pton6): Use c_tolower rather than tolower.
22829         * modules/inet_pton (Depends-on): Add c-ctype.
22830
22831 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
22832
22833         * lib/poll.c (poll): Avoid division when timeout is 0, cache
22834         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
22835
22836 2008-08-06  Jim Meyering  <meyering@redhat.com>
22837
22838         * modules/inet_pton (License): Relicense under LGPLv2+.
22839
22840 2008-08-03  Bruno Haible  <bruno@clisp.org>
22841
22842         Additional non-aborting API for lock and tls.
22843         * lib/lock.h: Include <errno.h>.
22844         (glthread_lock_init): New macro/function.
22845         (gl_lock_init): Define as wrapper around glthread_lock_init.
22846         (glthread_lock_lock): New macro/function.
22847         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
22848         (glthread_lock_unlock): New macro/function.
22849         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
22850         (glthread_lock_destroy): New macro/function.
22851         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
22852         (glthread_rwlock_init): New macro/function.
22853         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
22854         (glthread_rwlock_rdlock): New macro/function.
22855         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
22856         (glthread_rwlock_wrlock): New macro/function.
22857         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
22858         (glthread_rwlock_unlock): New macro/function.
22859         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
22860         (glthread_rwlock_destroy): New macro/function.
22861         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
22862         (glthread_recursive_lock_init): New macro/function.
22863         (gl_recursive_lock_init): Define as wrapper around
22864         glthread_recursive_lock_init.
22865         (glthread_recursive_lock_lock): New macro/function.
22866         (gl_recursive_lock_lock): Define as wrapper around
22867         glthread_recursive_lock_lock.
22868         (glthread_recursive_lock_unlock): New macro/function.
22869         (gl_recursive_lock_unlock): Define as wrapper around
22870         glthread_recursive_lock_unlock.
22871         (glthread_recursive_lock_destroy): New macro/function.
22872         (gl_recursive_lock_destroy): Define as wrapper around
22873         glthread_recursive_lock_destroy.
22874         (glthread_once): New macro/function.
22875         (gl_once): Define as wrapper around glthread_once.
22876         Update function declarations.
22877         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
22878         glthread_rwlock_init. Return error code.
22879         (glthread_rwlock_rdlock_multithreaded): Renamed from
22880         glthread_rwlock_rdlock. Return error code.
22881         (glthread_rwlock_wrlock_multithreaded): Renamed from
22882         glthread_rwlock_wrlock. Return error code.
22883         (glthread_rwlock_unlock_multithreaded): Renamed from
22884         glthread_rwlock_unlock. Return error code.
22885         (glthread_rwlock_destroy_multithreaded): Renamed from
22886         glthread_rwlock_destroy. Return error code.
22887         (glthread_recursive_lock_init_multithreaded): Renamed from
22888         glthread_recursive_lock_init. Return error code.
22889         (glthread_recursive_lock_lock_multithreaded): Renamed from
22890         glthread_recursive_lock_lock. Return error code.
22891         (glthread_recursive_lock_unlock_multithreaded): Renamed from
22892         glthread_recursive_lock_unlock. Return error code.
22893         (glthread_recursive_lock_destroy_multithreaded): Renamed from
22894         glthread_recursive_lock_destroy. Return error code.
22895         (glthread_once_call): Make static.
22896         (glthread_once_multithreaded): Renamed from glthread_once.
22897         * lib/tls.h: Include <errno.h>.
22898         (glthread_tls_key_init): New macro/function.
22899         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
22900         (glthread_tls_set): New macro/function.
22901         (gl_tls_set): Define as wrapper around glthread_tls_set.
22902         (glthread_tls_key_destroy): New macro/function.
22903         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
22904         Update function declarations.
22905         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
22906         glthread_tls_get.
22907         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22908
22909 2008-08-04  Eric Blake  <ebb9@byu.net>
22910
22911         gnumakefile: use space, not TAB, outside of targets
22912         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
22913
22914 2008-08-02  Jim Meyering  <meyering@redhat.com>
22915
22916         getdate.y: avoid locale-dependent date parsing failure
22917         In Turkish locales, getdate would fail to recognize keywords
22918         containing a lowercase "i".  The solution is not to rely on
22919         locale-sensitive case-conversion.
22920         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
22921         (lookup_word): Use c_toupper in place of toupper.
22922         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
22923         Reported by Vefa Bicakci <bicave@superonline.com> in
22924         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
22925         * modules/getdate (Depends-on): Add c-ctype.
22926
22927 2008-08-02  Bruno Haible  <bruno@clisp.org>
22928
22929         * gnulib-tool (func_import): When updating or creating a .gitignore
22930         file, prepend each added line with a slash, and ignore leading slashes
22931         from the existing lines.
22932         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22933
22934 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22935
22936         Portability fix for GNU make 3.79.1.
22937         * top/GNUmakefile: Avoid 'else COND', which older GNU make
22938         versions do not understand.
22939
22940 2008-08-01  Bruno Haible  <bruno@clisp.org>
22941
22942         Work around bug of HP-UX 10.20 cc with -0.0 literal.
22943         * tests/test-isnanf.h (zero): New variable.
22944         (main): Avoid literal -0.0f.
22945         * tests/test-isnand.h (zero): New variable.
22946         (main): Avoid literal -0.0.
22947         * tests/test-isnanl.h (zero): New variable.
22948         (main): Avoid literal -0.0L.
22949         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
22950         (test_float, test_double, test_long_double): Avoid literals -0.0f,
22951         -0.0, -0.0L.
22952         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
22953         (test_signbitd): Avoid literal -0.0.
22954         (test_signbitl): Avoid literal -0.0L.
22955         * tests/test-ceilf1.c (zero): New variable.
22956         (main): Avoid literal -0.0f.
22957         * tests/test-ceill.c (zero): New variable.
22958         (main): Avoid literal -0.0L.
22959         * tests/test-floorf1.c (zero): New variable.
22960         (main): Avoid literal -0.0f.
22961         * tests/test-floorl.c (zero): New variable.
22962         (main): Avoid literal -0.0L.
22963         * tests/test-roundf1.c (zero): New variable.
22964         (main): Avoid literal -0.0f.
22965         * tests/test-round1.c (zero): New variable.
22966         (main): Avoid literal -0.0.
22967         * tests/test-roundl.c (zero): New variable.
22968         (main): Avoid literal -0.0L.
22969         * tests/test-truncf1.c (zero): New variable.
22970         (main): Avoid literal -0.0f.
22971         * tests/test-trunc1.c (zero): New variable.
22972         (main): Avoid literal -0.0.
22973         * tests/test-truncl.c (zero): New variable.
22974         (main): Avoid literal -0.0L.
22975         * tests/test-frexp.c (zero): New variable.
22976         (main): Avoid literal -0.0.
22977         * tests/test-frexpl.c (zero): New variable.
22978         (main): Avoid literal -0.0L.
22979         * tests/test-ldexpl.c (zero): New variable.
22980         (main): Avoid literal -0.0L.
22981         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22982         (zerod, zerol): New variables.
22983         (test_function): Avoid literals -0.0, -0.0L.
22984         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22985         (zerod, zerol): New variables.
22986         (test_function): Avoid literals -0.0, -0.0L.
22987         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22988         (zerod, zerol): New variables.
22989         (test_function): Avoid literals -0.0, -0.0L.
22990         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22991         (zerod, zerol): New variables.
22992         (test_function): Avoid literals -0.0, -0.0L.
22993         * tests/test-strtod.c (zero): New variable.
22994         (main): Avoid literal -0.0.
22995         Reported by Jonathan C. Patschke <jp@centtech.com>.
22996
22997 2008-07-31  Jim Meyering  <meyering@redhat.com>
22998
22999         sha256.h: correct definition of SHA224_DIGEST_SIZE
23000         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23001         Reported by Paulie Pena IV <paulie4@gmail.com>.
23002         Define as 224 / 8, rather than as a literal.
23003         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23004         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23005         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23006
23007 2008-07-31  Bruno Haible  <bruno@clisp.org>
23008
23009         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23010         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23011         Reported by Jonathan Patschke <jp@centtech.com>.
23012
23013 2008-07-31  Bruno Haible  <bruno@clisp.org>
23014
23015         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23016         Reported by Paolo Bonzini <bonzini@gnu.org>.
23017
23018 2008-07-30  Eric Blake  <ebb9@byu.net>
23019
23020         test-strtod: allow compilation without -lm
23021         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23022         Reported by Dennis Clarke <blastwave@gmail.com>.
23023
23024 2008-07-28  Jim Meyering  <meyering@redhat.com>
23025
23026         bootstrap: work also when there are no .po files in po/
23027         * build-aux/bootstrap (update_po_files): Complete the change
23028         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23029
23030 2008-07-27  Jim Meyering  <meyering@redhat.com>
23031
23032         * users.txt: Add zile.
23033
23034 2008-07-26  Ben Pfaff  <blp@gnu.org>
23035
23036         Add missing dependencies on new m4/exponent[fdl].m4 files.
23037         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23038         * modules/isnand-nolibm: Add m4/exponentd.m4.
23039         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23040         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23041         m4/isnan[fdl].m4, because the macros actually used moved.
23042         Reported by Jim Meyering.
23043
23044 2008-07-14  Ben Pfaff  <blp@gnu.org>
23045
23046         Add isinf module.
23047         * lib/isinf.c: New file.
23048         * lib/math.in.h: Define isinf macro if we have decided to replace
23049         it.
23050         * m4/isinf.m4: New file.
23051         * m4/math_h.m4: Initialize and substitute variables for isinf
23052         module.
23053         * modules/isinf: New file.
23054         * modules/isinf-tests: New file.
23055         * modules/math: Add substitutions for new module.
23056         * tests/test-isinf.c: New file.
23057         * doc/posix-functions/isinf.texi: Mention new module.
23058         * MODULES.html.sh: Mention new module.
23059
23060 2008-07-14  Ben Pfaff  <blp@gnu.org>
23061
23062         Factor out some macros for use by additional modules.
23063         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23064         exponentf.m4.
23065         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23066         exponentd.m4.
23067         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23068         file exponentl.m4.
23069         * m4/exponentf.m4: New file.
23070         * m4/exponentd.m4: New file.
23071         * m4/exponentl.m4: New file.
23072         * modules/isnanf: Use new file m4/exponentf.m4.
23073         * modules/isnand: Use new file m4/exponentd.m4.
23074         * modules/isnanl: Use new file m4/exponentl.m4.
23075
23076 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23077
23078         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23079         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23080         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23081         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23082
23083         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23084         readlink on platforms without PATH_MAX.
23085
23086 2008-07-21  Eric Blake  <ebb9@byu.net>
23087
23088         Warn, not fail, on stale version.
23089         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23090
23091         Don't allow installation with stale devel version number.
23092         * top/GNUmakefile (_is-install-target): New macro.
23093         (_curr-ver): Forbid installation with stale version number.
23094
23095 2008-07-20  Bruno Haible  <bruno@clisp.org>
23096
23097         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23098         TESTS_ENVIRONMENT.
23099         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23100
23101 2008-07-20  Bruno Haible  <bruno@clisp.org>
23102
23103         * lib/c-stack.h (c_stack_action): Add documentation.
23104         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23105
23106 2008-07-20  Bruno Haible  <bruno@clisp.org>
23107
23108         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23109         * modules/readlink (License): Likewise.
23110
23111 2008-07-17  Eric Blake  <ebb9@byu.net>
23112
23113         * modules/c-stack (Link): Fix typo.
23114
23115         Make c-stack use libsigsegv, when available.
23116         * modules/c-stack (Depends-on): Add libsigsegv.
23117         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23118         needed.
23119         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23120         (segv_handler, overflow_handler, c_stack_action)
23121         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23122         implementation when libsigsegv is available, but only when using
23123         the library is necessary.
23124         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23125         comment, explaining why XSI check fails on Linux.
23126         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23127         * tests/test-c-stack2.sh: Tweak skip message.
23128         * NEWS: Document new link-time requirements.
23129
23130 2008-07-16  Eric Blake  <ebb9@byu.net>
23131
23132         c-stack: Expose false positives when not using libsigsegv.
23133         * modules/c-stack-tests (Files): Expand test.
23134         * tests/test-c-stack.c (main): Add means to conditionally trigger
23135         non-overflow SIGSEGV.
23136         * tests/test-c-stack2.sh: New file.
23137
23138 2008-07-14  Bruno Haible  <bruno@clisp.org>
23139
23140         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23141         Reported by Eric Blake.
23142
23143 2008-07-14  Sam Steingold  <sds@gnu.org>
23144             Bruno Haible  <bruno@clisp.org>
23145
23146         New module libsigsegv.
23147         * modules/libsigsegv: New file.
23148         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23149         modifications.
23150         * MODULES.html.sh (Signal handling): New section.
23151
23152 2008-07-14  Bruno Haible  <bruno@clisp.org>
23153
23154         * modules/unictype/ctype-* (Description): Add the word "function".
23155         Improves the resulting doc in MODULES.html.
23156
23157 2008-07-12  Ben Pfaff  <blp@gnu.org>
23158
23159         Add longlong module.
23160         * modules/longlong: New file.
23161
23162 2008-07-12  Bruno Haible  <bruno@clisp.org>
23163
23164         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23165         to empty.
23166
23167 2008-07-10  Ben Pfaff  <blp@gnu.org>
23168
23169         Add isnan module.
23170         * doc/posix-functions/isnan.texi: Mention new module.
23171         * lib/math.in.h: Define isnan macro if we have decided to replace
23172         it.
23173         * m4/isnan.m4: New file.
23174         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23175         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23176         also.
23177         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23178         redundancy.
23179         * m4/math_h.m4: Initialize and substitute variables for isnan
23180         module.
23181         * modules/isnan: New file.
23182         * modules/isnan-tests: New file.
23183         * modules/math: Add substitutions for new module.
23184         * tests/test-isnan.c: New file.
23185         * MODULES.html.sh: Mention new module.
23186
23187 2008-07-10  Ben Pfaff  <blp@gnu.org>
23188
23189         Add isnanf module.
23190         * lib/isnanf.m4: New file.
23191         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23192         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23193         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23194         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23195         * modules/isnanf: New file.
23196         * modules/isnanf-tests: New file.
23197         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23198         files.
23199         * tests/test-isnanf-nolibm.c: factored most of its contents into
23200         new file tests/test-isnanf.h.
23201         * tests/test-isnanf.h: New file.
23202         * tests/test-isnanf.c: New file.
23203         * MODULES.html.sh: Mention new module.
23204         * doc/glibc-functions/isnanf.texi: Mention new module.
23205
23206 2008-07-10  Ben Pfaff  <blp@gnu.org>
23207
23208         Add isnand module.
23209         * lib/isnand.h: New file.
23210         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23211         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23212         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23213         functionality also.
23214         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23215         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23216         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23217         * modules/isnand: New file.
23218         * modules/isnand-tests: New file.
23219         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23220         files.
23221         * tests/test-isnand-nolibm.c: factored most of its contents into
23222         new file tests/test-isnand.h.
23223         * tests/test-isnand.h: New file.
23224         * tests/test-isnand.c: New file.
23225         * MODULES.html.sh: Mention new module.
23226
23227 2008-07-10  Ben Pfaff  <blp@gnu.org>
23228
23229         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23230         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23231         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23232         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23233         * modules/isnanf-nolibm: Update references to renamed files.
23234         * modules/isnand-nolibm: Likewise.
23235         * modules/isnanf-nolibm-tests: Likewise.
23236         * modules/isnand-nolibm-tests: Likewise.
23237         * lib/frexp.c: Likewise.
23238         * lib/isfinite.c: Likewise.
23239         * lib/signbitd.c: Likewise.
23240         * lib/signbitf.c: Likewise.
23241         * lib/vasnprintf.c: Likewise.
23242         * tests/test-ceilf1.c: Likewise.
23243         * tests/test-ceilf2.c: Likewise.
23244         * tests/test-floorf1.c: Likewise.
23245         * tests/test-floorf2.c: Likewise.
23246         * tests/test-frexp.c: Likewise.
23247         * tests/test-round1.c: Likewise.
23248         * tests/test-round2.c: Likewise.
23249         * tests/test-roundf1.c: Likewise.
23250         * tests/test-strtod.c: Likewise.
23251         * tests/test-trunc1.c: Likewise.
23252         * tests/test-trunc2.c: Likewise.
23253         * tests/test-truncf1.c: Likewise.
23254         * tests/test-truncf2.c: Likewise.
23255         * NEWS: Mention the renamed header files.
23256
23257 2008-07-11  Jim Meyering  <meyering@redhat.com>
23258
23259         vc-list-files: make the last-resort awk code more portable
23260         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23261         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23262         does not support it.
23263
23264 2008-07-10  Eric Blake  <ebb9@byu.net>
23265
23266         Work with tar's bootstrap.
23267         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23268         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23269         an m4 comment.
23270
23271 2008-07-09  Jim Meyering  <meyering@redhat.com>
23272
23273         posix-shell.m4: fix typo that made this test malfunction
23274         * m4/posix-shell.m4: Remove capitalization in variable name.
23275
23276 2008-07-08  Bruno Haible  <bruno@clisp.org>
23277
23278         * m4/onceonly.m4: Update comments.
23279         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23280
23281 2008-07-04  Jim Meyering  <meyering@redhat.com>
23282
23283         * users.txt: Add vc-dwim.
23284         (bison, coreutils): Use the gitweb URL.
23285
23286 2008-07-03  Jim Meyering  <meyering@redhat.com>
23287
23288         * users.txt: Add libffcall.  From Sam Steingold.
23289
23290 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23291
23292         getdate.y: do not ignore TZ with relative day, month or year offset
23293         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23294         relative-date-handling, since otherwise, the latter would clobber the
23295         sole output (an updated Start value) of the tz-handling block.
23296         * tests/test-getdate.c: Tests for the fix
23297
23298 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23299
23300         Recognize 'foo_LIBRARIES += libgnu.a'.
23301         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23302         makefile snippet has already specified an installation location,
23303         also using '+='.
23304
23305 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23306
23307         getdate.y: factor out common actions
23308         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23309         Use them in place of open-coded actions.
23310
23311 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23312
23313         Add self-test for getdate module.
23314         * modules/getdate-tests: New file.
23315         * tests/test-getdate.c: New file.
23316
23317 2008-06-29  Bruno Haible  <bruno@clisp.org>
23318
23319         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23320         .gitignore.
23321         Reported by Sylvain Beucler <beuc@beuc.net>.
23322
23323 2008-06-29  Bruno Haible  <bruno@clisp.org>
23324
23325         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23326         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23327
23328 2008-06-29  Bruno Haible  <bruno@clisp.org>
23329
23330         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23331         EXTRA_DIST.
23332         Reported by Sylvain Beucler <beuc@beuc.net>.
23333
23334 2008-06-26  Jim Meyering  <meyering@redhat.com>
23335
23336         make several modules depend on the "open" module
23337         This provides slightly increased consistency when opening-for-write
23338         the name of a non-directory spelled with a trailing slash.
23339         * modules/chdir-safer: Likewise.
23340         * modules/chown: Likewise.
23341         * modules/clean-temp: Likewise.
23342         * modules/copy-file: Likewise.
23343         * modules/fchdir: Likewise.
23344         * modules/fcntl-safer: Likewise.
23345         * modules/pipe: Likewise.
23346         * modules/utime: Likewise.
23347         Prompted by Eric Blake and Bruno Haible.
23348
23349 2008-06-24  Andreas Schwab  <schwab@suse.de>
23350
23351         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23352         literals can be used as initializers for global variables.
23353
23354 2008-06-23  Eric Blake  <ebb9@byu.net>
23355
23356         Make gnulib-cache.m4 easier to diff.
23357         * gnulib-tool (func_import): Allow newlines when reading cached
23358         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23359
23360 2008-06-23  Bruno Haible  <bruno@clisp.org>
23361
23362         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23363         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23364         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23365         m4/signalblocking.m4.
23366         (gl_PREREQ_SIGACTION): Don't invoke it.
23367         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23368         gl_PREREQ_SIG_HANDLER_H.
23369         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23370         Don't check for sigaction here.
23371
23372 2008-06-23  Bruno Haible  <bruno@clisp.org>
23373
23374         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23375         (install_handlers): Don't set the SA_RESETHAND flag.
23376
23377 2008-06-23  Bruno Haible  <bruno@clisp.org>
23378
23379         * m4/sigaction.m4: Comment fixes.
23380         * lib/signal.in.h: Likewise.
23381
23382 2008-06-23  Eric Blake  <ebb9@byu.net>
23383
23384         Fix typo.
23385         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23386
23387         Avoid SA_ namespace.
23388         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23389         Reported by Ralf Wildenhues.
23390
23391         Avoid test failure due to SA_RESTORER.
23392         * tests/test-sigaction.c (SA_MASK): New macro.
23393         (main): Avoid failing due to extension flags being set.
23394         Reported by Jim Meyering.
23395
23396         Revert use of sig-handler.h in sigprocmask.c.
23397         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23398         it requires the existence of struct sigaction.
23399         * lib/sigprocmask.c (handler_t): Restore typedef.
23400         (rpl_signal, old_handlers): Use local type.
23401
23402 2008-06-22  Bruno Haible  <bruno@clisp.org>
23403
23404         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23405         conditionally.
23406         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23407
23408 2008-06-22  Bruno Haible  <bruno@clisp.org>
23409
23410         * doc/posix-functions/siginterrupt.texi: Move note.
23411
23412         * lib/signal.in.h (SA_RESTART): New macro.
23413         * lib/sigaction.c: Update comment.
23414
23415         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23416
23417         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23418         (gl_PREREQ_SIGPROCMASK): Invoke it.
23419         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23420
23421         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23422
23423         * lib/sigprocmask.c: Update a comment.
23424
23425 2008-06-21  Eric Blake  <ebb9@byu.net>
23426
23427         Use sigaction module rather than signal().
23428         * modules/c-stack (Depends-on): Add sigaction.
23429         * modules/fatal-signal (Depends-on): Likewise.
23430         * modules/nanosleep (Depends-on): Likewise.
23431         * modules/sigprocmask (Files): Add sig-handler.h.
23432         * modules/sigaction (Files): Likewise.
23433         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23434         Eggert.
23435         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23436         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23437         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23438         (init_fatal_signals): Likewise.
23439         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23440         (siginterrupt): Delete fallback.
23441         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23442         instead.
23443         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23444         siginterrupt.
23445
23446         New module sigaction, for mingw.
23447         * modules/sigaction: New module...
23448         * modules/sigaction-tests: ...and its test.
23449         * m4/sigaction.m4: New file.
23450         * lib/sigaction.c: Likewise.
23451         * tests/test-sigaction.c: Likewise.
23452         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23453         * modules/signal (Makefile.am): Likewise.
23454         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23455         needed.
23456         * doc/posix-headers/signal.texi (signal.h): Mention provided
23457         types.
23458         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23459         that sigaction is preferable.
23460         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23461         module.
23462         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23463         sigaction.
23464
23465         Improve robustness of sigprocmask by overriding signal.
23466         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23467         is in use.
23468         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23469         (SIGKILL, SIGSTOP): Provide fallbacks.
23470         (rpl_signal): Implement.
23471         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23472         signal can be called inside handlers.
23473
23474         Fix nanosleep module on mingw.
23475         * modules/nanosleep (Depends-on): Add sys_select.
23476         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23477
23478         Fix licensing of sigprocmask.
23479         * modules/raise (License): Relicense as LGPL.
23480
23481 2008-06-21  Bruno Haible  <bruno@clisp.org>
23482
23483         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23484         result if it contains question marks.
23485         Reported by Michael Geng <linux@michaelgeng.de>.
23486
23487 2008-06-19  Bruno Haible  <bruno@clisp.org>
23488
23489         Fix CVS-ism.
23490         * doc/gnulib.texi: Include updated-stamp.texi.
23491         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23492         (updated-stamp.texi): New rule.
23493         (gnulib.info): Depend on it.
23494         * doc/.gitignore: Add updated-stamp.texi.
23495         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23496
23497 2008-06-19  Bruno Haible  <bruno@clisp.org>
23498
23499         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23500         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23501
23502 2008-06-19  Eric Blake  <ebb9@byu.net>
23503
23504         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23505         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23506         Reported by Stepan Kasal.
23507
23508 2008-06-18  Bruno Haible  <bruno@clisp.org>
23509
23510         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23511         Reported by Eric Blake.
23512
23513 2008-06-18  Eric Blake  <ebb9@byu.net>
23514
23515         Work around cygwin 1.5.25 strsignal bug.
23516         * tests/test-strsignal.c: Allow for const char *.
23517         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23518
23519 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23520
23521         * users.txt: Update URL to article and add author/date
23522         information.
23523
23524 2008-06-17  Bruno Haible  <bruno@clisp.org>
23525
23526         New macro gl_DISABLE_THREADS.
23527         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23528         if the user did not pass --enable-threads or --disable-threads option.
23529         (gl_DISABLE_THREADS): New macro.
23530         Reported by Eric Blake <ebb9@byu.net>.
23531
23532 2008-06-17  Bruno Haible  <bruno@clisp.org>
23533
23534         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23535         when the macro ignores it.
23536         Based on a patch by Eric Blake <ebb9@byu.net>.
23537
23538 2008-06-17  Bruno Haible  <bruno@clisp.org>
23539
23540         * modules/tls (License): Change to LGPLv2+.
23541         Reported by Eric Blake.
23542
23543 2008-06-17  Eric Blake  <ebb9@byu.net>
23544
23545         Simplify c-stack prerequisites.
23546         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23547         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23548         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23549         check.
23550         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23551         <sys/resource.h>.
23552
23553         Move c-stack test into testsuite.
23554         * modules/c-stack-tests: New file.
23555         * lib/c-stack.c [DEBUG]: Move test program...
23556         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23557         fail test if sigaltstack is lacking.
23558         * tests/test-c-stack.sh: New driver file.
23559
23560 2008-06-16  Eric Blake  <ebb9@byu.net>
23561
23562         Use raise module consistently.
23563         * modules/fatal-signal (Depends-on): Add raise.
23564         * modules/sigprocmask (Depends-on): Likewise.
23565         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23566         * lib/sigprocmask.c (sigprocmask): Likewise.
23567         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23568         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23569
23570         Fix compliance bug in sigpending.
23571         * lib/sigprocmask.c (sigpending): Return pending array via
23572         parameter, not return value.
23573
23574 2008-06-14  Eric Blake  <ebb9@byu.net>
23575
23576         Improve obstack-printf test code.
23577         * tests/test-obstack-printf.c (test_function): Fix comment, and
23578         simplify usage of obstack_* in macros.  Add a test for coverage.
23579         Reported by Bruno Haible.
23580
23581 2008-06-14  Bruno Haible  <bruno@clisp.org>
23582
23583         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23584         array size as a constant, not as a const variable.
23585         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23586         AC_USE_SYSTEM_EXTENSIONS.
23587         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23588         Test whether the obstack_printf function actually exists.
23589         * modules/obstack-printf (Depends-on): Add extensions.
23590         (Include): Remove obstack.h.
23591         * modules/obstack-printf-posix (Depends-on): Add extensions.
23592         (Include): Remove obstack.h.
23593
23594 2008-06-13  Eric Blake  <ebb9@byu.net>
23595
23596         Add obstack-printf and obstack-printf-posix modules.
23597         * modules/obstack-printf: New file.
23598         * modules/obstack-printf-posix: Likewise.
23599         * MODULES.html.sh (Misc): Mention them.
23600         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23601         Likewise.
23602         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23603         Likewise.
23604         * modules/stdio (Makefile.am): Accomodate new modules.
23605         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23606         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23607         Declare.
23608         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23609         functions.
23610         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23611         (gl_REPLACE_OBSTACK_PRINTF): New macros
23612         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23613         * tests/test-obstack-printf.c: New file.
23614         * modules/obstack-printf-tests: Likewise.
23615         * modules/obstack-printf-posix-tests: Likewise.
23616
23617 2008-06-11  Bruno Haible  <bruno@clisp.org>
23618
23619         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23620         * lib/open.c: Include errno.h.
23621         (open): Fail when attempting to write to a file that has a trailing
23622         slash.
23623         * tests/test-open.c (main): Test against trailing slash bug.
23624         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23625
23626 2008-06-10  Bruno Haible  <bruno@clisp.org>
23627
23628         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23629         for $? to work inside the trap command, with various /bin/sh-s.
23630         * tests/test-vc-list-files-cvs.sh: Likewise.
23631
23632 2008-06-10  Bruno Haible  <bruno@clisp.org>
23633
23634         * lib/acl-internal.h: Don't include gettext.h here.
23635         * lib/set-mode-acl.c: Include gettext.h here.
23636         * lib/copy-acl.c: Likewise.
23637
23638 2008-06-10  Bruno Haible  <bruno@clisp.org>
23639
23640         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23641         * lib/wait-process.c (wait_subprocess): Likewise.
23642         * lib/execute.h (execute): Add termsigp argument.
23643         * lib/execute.c (execute): Likewise.
23644         * lib/csharpcomp.c (compile_csharp_using_pnet,
23645         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23646         * lib/csharpexec.c (execute_csharp_using_pnet,
23647         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23648         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23649         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23650         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23651         is_jikes_present): Update.
23652         * lib/javaexec.c (execute_java_class): Update.
23653         * lib/javaversion.c (execute_and_read_line): Update.
23654         * NEWS: Document the changes.
23655         Reported by Eric Blake.
23656
23657 2008-06-10  Eric Blake  <ebb9@byu.net>
23658
23659         Add missing include.
23660         * tests/test-strstr.c (includes): Add <signal.h>.
23661         * tests/test-strcasestr.c (includes): Likewise.
23662         * tests/test-memmem.c (includes): Likewise.
23663
23664 2008-06-10  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/wait-process.c (wait_subprocess): Add an assertion.
23667
23668 2008-06-10  Bruno Haible  <bruno@clisp.org>
23669
23670         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23671
23672 2008-06-10  Bruno Haible  <bruno@clisp.org>
23673
23674         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23675         using alarm().
23676         * tests/test-strcasestr.c (main): Likewise.
23677         * tests/test-strstr.c (main): Likewise.
23678
23679 2008-06-09  Bruno Haible  <bruno@clisp.org>
23680
23681         Work around the Solaris 10 ACE ACLs ABI change.
23682         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23683         declare if ACL_NO_TRIVIAL is present.
23684         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23685         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23686         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23687         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23688         define if ACL_NO_TRIVIAL is present.
23689         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23690         and use the current ABI.
23691         (file_has_acl): Use same #if condition as elsewhere.
23692         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23693         in use, and use the current ABI.
23694         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23695         Reported by Jim Meyering.
23696
23697 2008-06-09  Eric Blake  <ebb9@byu.net>
23698
23699         Work around environments that (stupidly) ignore SIGALRM.
23700         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23701         before using alarm().
23702         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23703         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23704         Reported by Ian Beckwith <ianb@erislabs.net>.
23705
23706         Produce autobuild blurb earlier in log.
23707         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23708
23709 2008-06-09  Jim Meyering  <meyering@redhat.com>
23710         and Ondřej Vašík  <ovasik@redhat.com>
23711
23712         utimens.c: correct kernel bug work-around
23713         Ondřej Vašík found that the invalid return value of 280 indicates
23714         failure, not success, and the kernel bug we're trying to work
23715         around affects not just the utimensat call, but also the fallback
23716         futimens call.
23717         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23718         not success.
23719         [HAVE_FUTIMENS]: Use the same work-around, here.
23720
23721 2008-06-09  Jim Meyering  <meyering@redhat.com>
23722
23723         add more guards around definition of ACE_-related code
23724         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23725         ALLOW and ACE_OWNER are also defined.
23726
23727 2008-06-08  Bruno Haible  <bruno@clisp.org>
23728
23729         * lib/acl-internal.h: Add me as co-author.
23730         * lib/file-has-acl.c: Likewise.
23731         * lib/set-mode-acl.c: Likewise.
23732         * lib/copy-acl.c: Likewise.
23733
23734 2008-06-08  Bruno Haible  <bruno@clisp.org>
23735
23736         Add support for AIX ACLs.
23737         * lib/acl-internal.h (acl_nontrivial): New declaration.
23738         * lib/file-has-acl.c (acl_nontrivial): New function.
23739         (file_has_acl): Add implementation using AIX 4 ACL API.
23740         * lib/set-mode-acl.c (qset_acl): Likewise.
23741         * lib/copy-acl.c (qcopy_acl): Likewise.
23742
23743 2008-06-08  Bruno Haible  <bruno@clisp.org>
23744
23745         Add support for HP-UX ACLs.
23746         * lib/acl-internal.h (acl_nontrivial): New declaration.
23747         * lib/file-has-acl.c (acl_nontrivial): New function.
23748         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23749         * lib/set-mode-acl.c (qset_acl): Likewise.
23750         * lib/copy-acl.c (qcopy_acl): Likewise.
23751
23752 2008-06-08  Bruno Haible  <bruno@clisp.org>
23753
23754         Add support for Cygwin ACLs.
23755         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23756         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23757         the chmod_or_fchmod call.
23758         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23759
23760 2008-06-08  Bruno Haible  <bruno@clisp.org>
23761
23762         Fix bug with setuid modes in Solaris 10+ code.
23763         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23764         succeeded, when the mode contains some special bits.
23765
23766 2008-06-08  Bruno Haible  <bruno@clisp.org>
23767
23768         Add support for Solaris 7..10 ACLs.
23769         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23770         declarations.
23771         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23772         functions.
23773         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23774         * lib/set-mode-acl.c (qset_acl): Likewise.
23775         * lib/copy-acl.c (qcopy_acl): Likewise.
23776
23777 2008-06-08  Bruno Haible  <bruno@clisp.org>
23778
23779         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
23780         declaration.
23781         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
23782         (acl_access_nontrivial): Remove MacOS X case.
23783         (file_has_acl): Use acl_extended_nontrivial.
23784         * lib/copy-acl.c (qcopy_acl): Likewise.
23785
23786 2008-06-08  Bruno Haible  <bruno@clisp.org>
23787
23788         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
23789
23790 2008-06-08  Jim Meyering  <meyering@redhat.com>
23791
23792         * modules/acl (Maintainer): Add Bruno Haible.
23793
23794 2008-06-07  Bruno Haible  <bruno@clisp.org>
23795
23796         Improve support for Tru64 ACLs.
23797         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
23798         ACL on OSF/1.
23799
23800 2008-06-07  Bruno Haible  <bruno@clisp.org>
23801
23802         Add support for MacOS X ACLs.
23803         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
23804         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
23805         * lib/set-mode-acl.c (qset_acl): Likewise.
23806         * lib/copy-acl.c (qcopy_acl): Likewise.
23807
23808 2008-06-07  Bruno Haible  <bruno@clisp.org>
23809
23810         Fix memory leak introduced on 2008-05-22.
23811         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
23812         use.
23813
23814 2008-06-07  Bruno Haible  <bruno@clisp.org>
23815
23816         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
23817         to construct an empty ACL.
23818
23819 2008-06-07  Bruno Haible  <bruno@clisp.org>
23820
23821         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
23822         precisely.
23823         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
23824
23825 2008-06-07  Bruno Haible  <bruno@clisp.org>
23826
23827         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
23828         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
23829
23830 2008-06-07  Bruno Haible  <bruno@clisp.org>
23831
23832         * doc/posix-functions/_setjmp.texi: Explain the use of this function
23833         regardless of POSIX.
23834         * doc/posix-functions/_longjmp.texi: Likewise.
23835         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
23836         SystemV platform in this case.
23837
23838 2008-06-06  Eric Blake  <ebb9@byu.net>
23839
23840         Document abort() bugs.
23841         * doc/posix-functions/abort.texi (abort): Mention anomalies.
23842
23843         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
23844         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
23845         sigsetjmp.
23846         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
23847         siglongjmp, but only as a macro.
23848         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
23849         is obsolete.
23850         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
23851
23852         Tweak documentation to cover cygwin argz bugs.
23853         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
23854         argz bug fix; no code change needed since no cygwin releases
23855         occurred between the last fix and the bug being tested.
23856         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
23857         module and recently fixed cygwin bugs.
23858         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
23859         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
23860         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
23861         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
23862         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
23863         Likewise.
23864         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
23865         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
23866         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
23867         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
23868         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
23869         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
23870         Likewise.
23871
23872         Avoid gcc warning on cygwin.
23873         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
23874         !ACL_NO_TRIVIAL]: Avoid unused variable.
23875
23876 2008-06-05  Eric Blake  <ebb9@byu.net>
23877
23878         Be tolerant of UNKNOWN version in gnulib-tool test dir.
23879         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
23880         git-version-gen fails to come up with a version.
23881         Reported by Simon Josefsson.
23882
23883 2008-06-05  Jim Meyering  <meyering@redhat.com>
23884             Paul Eggert  <eggert@cs.ucla.edu>
23885
23886         utimens.c: work around a probable Linux kernel bug
23887         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
23888         appears to be a kernel bug that causes utimensat to return 280
23889         instead of 0, indicating success.
23890
23891 2008-06-04  Bruno Haible  <bruno@clisp.org>
23892
23893         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
23894         2008-06-01 commit.
23895
23896 2008-06-04  Bruno Haible  <bruno@clisp.org>
23897
23898         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
23899         * lib/file-has-acl.c (acl_access_nontrivial): New function.
23900         (file_has_acl): Use it. Save errno afterwards.
23901         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
23902
23903 2008-06-03  Bruno Haible  <bruno@clisp.org>
23904
23905         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
23906         draft code. Simplify #ifs.
23907         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
23908         Put Solaris code after POSIX-draft code. Fix comments regarding
23909         Solaris 10, HP-UX. Mention Cygwin.
23910         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
23911
23912 2008-06-03  Eric Blake  <ebb9@byu.net>
23913
23914         Provide fallback for older kernels.
23915         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
23916         Provide runtime fallback if kernel lacks support.
23917         Reported by Mike Frysinger.
23918
23919 2008-06-02  Bruno Haible  <bruno@clisp.org>
23920
23921         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
23922         it exists.
23923
23924 2008-06-02  Bruno Haible  <bruno@clisp.org>
23925
23926         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
23927         * lib/copy-acl.c (qcopy_acl): Update comment.
23928
23929 2008-06-02  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
23932         like ACL APIs.
23933
23934 2008-06-02  Bruno Haible  <bruno@clisp.org>
23935
23936         * tests/test-file-has-acl.sh: Use different code for Cygwin.
23937         * tests/test-set-mode-acl.sh: Likewise.
23938         * tests/test-copy-acl.sh: Likewise.
23939         * tests/test-copy-file.sh: Likewise.
23940
23941 2008-06-02  Bruno Haible  <bruno@clisp.org>
23942
23943         * tests/test-file-has-acl.sh: Remove unused code.
23944
23945 2008-06-01  Bruno Haible  <bruno@clisp.org>
23946
23947         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
23948         (copy_acl): Just a wrapper around qcopy_acl that emits the error
23949         messages.
23950         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
23951
23952 2008-06-01  Bruno Haible  <bruno@clisp.org>
23953
23954         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
23955         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
23956         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
23957         APIs.
23958         * modules/acl-tests (configure.ac): Remove tests now contained in
23959         m4/acl.m4.
23960
23961 2008-06-02  Jim Meyering  <meyering@redhat.com>
23962
23963         announce-gen: use a better key-server host name
23964         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
23965         it may be more consistently reliable.  Suggested by Werner Koch
23966         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
23967
23968 2008-06-01  Bruno Haible  <bruno@clisp.org>
23969
23970         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
23971         Reported by Voroskoi Andras <voroskoi@gmail.com>.
23972
23973 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
23974
23975         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
23976
23977 2008-06-01  Bruno Haible  <bruno@clisp.org>
23978
23979         New ACL tests.
23980         * tests/test-file-has-acl.sh: New file.
23981         * tests/test-file-has-acl.c: New file.
23982         * tests/test-set-mode-acl.sh: New file.
23983         * tests/test-set-mode-acl.c: New file.
23984         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
23985         * tests/test-copy-acl.c: New file.
23986         * modules/acl-tests: New file, based on modules/copy-file-tests.
23987         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
23988         (Depends-on): Add acl-tests.
23989         (configure.ac): Remove checks.
23990         (Makefile.am): Don't create test-sameacls program here any more.
23991
23992 2008-06-01  Bruno Haible  <bruno@clisp.org>
23993
23994         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
23995         * tests/test-sameacls.c: Include progname.h.
23996         (main): Invoke set_program_name. Portability fixes for MacOS X,
23997         Solaris, HP-UX.
23998
23999 2008-06-01  Bruno Haible  <bruno@clisp.org>
24000
24001         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24002         function.
24003         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24004
24005 2008-06-01  Bruno Haible  <bruno@clisp.org>
24006
24007         * modules/rpmatch (Depends-on): Add strdup.
24008
24009 2008-06-01  Bruno Haible  <bruno@clisp.org>
24010
24011         * lib/pipe.c: Include unistd-safer.h.
24012         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24013         * modules/pipe (Depends-on): Add unistd-safer.
24014
24015 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24016
24017         * modules/autobuild (configure.ac): Call AB_INIT.
24018
24019 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24020
24021         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24022         Suggested by Bruno Haible <bruno@clisp.org>.
24023
24024 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24025
24026         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24027         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24028         <bruno@clisp.org>.
24029
24030 2008-05-29  Eric Blake  <ebb9@byu.net>
24031
24032         Prefer new POSIX 200x interfaces over futimesat.
24033         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24034         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24035         when available.
24036         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24037
24038 2008-05-28  Bruno Haible  <bruno@clisp.org>
24039
24040         * modules/stpcpy (License): Change to LGPLv2+.
24041         Requested by David Lutterkort <dlutter@redhat.com>.
24042
24043 2008-05-27  Bruno Haible  <bruno@clisp.org>
24044
24045         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24046         current mingw.
24047         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24048
24049 2008-05-27  Bruno Haible  <bruno@clisp.org>
24050
24051         * modules/iconv_open (Link): New section, from module 'iconv'.
24052         * modules/striconv (Link): Likewise.
24053         * modules/striconveh (Link): Likewise.
24054         * modules/xstriconv (Link): Likewise.
24055         * modules/unicodeio (Link): Likewise.
24056         * modules/propername (Link): Likewise.
24057         Reported by Jim Meyering.
24058
24059 2008-05-26  Jim Meyering  <meyering@redhat.com>
24060
24061         sha256: do not artificially restrict buffer length to be < 2^32
24062         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24063         uint32_t to size_t.
24064         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24065         to match.
24066
24067         avoid unaligned access errors, e.g., on sparc
24068         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24069         direct access through a possibly-unaligned uint64* pointer.
24070         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24071         direct access through a possibly-unaligned uint32* pointer.
24072         Prompted by this patch from Tom "spot" Callaway:
24073         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24074
24075         sha512.c: fix typo in comment
24076         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24077
24078 2008-05-25  Bruno Haible  <bruno@clisp.org>
24079
24080         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24081         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24082         (Makefile.am): Update lib_SOURCES.
24083
24084 2008-05-25  Bruno Haible  <bruno@clisp.org>
24085
24086         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24087
24088 2008-05-25  Jim Meyering  <meyering@redhat.com>
24089
24090         useless-if-before-free: freed expr may have white-space differences
24091         * build-aux/useless-if-before-free: Recognize cases in which the
24092         freed expression differs from the tested one in embedded white
24093         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24094         $1 was used, so we can't make any regexp shy.  Improved tests now
24095         detect this.
24096
24097         useless-if-before-free: accept white space in the expression.
24098         * build-aux/useless-if-before-free: For now, any white space
24099         in the expression must be identical in the free argument.
24100
24101         useless-if-before-free: efficiency tweak
24102         * build-aux/useless-if-before-free: Make the expression-matching
24103         regexp "shy".
24104         Make the *outer* regexp shy, not the expr-matching one.
24105
24106         update code-in-comment to accept cast of free arg
24107         * build-aux/useless-if-before-free: Update regexp.
24108
24109 2008-05-25  Bruno Haible  <bruno@clisp.org>
24110
24111         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24112         * modules/copy-file-tests (Files, Makefile.am): Update.
24113         * tests/test-copy-file.c (func_test_copy): Update.
24114
24115 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24116
24117         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24118
24119 2008-05-23  Bruno Haible  <bruno@clisp.org>
24120
24121         Improve support for ACLs on OSF/1.
24122         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24123         Remove fallback for unknown flavors of ACLs.
24124
24125 2008-05-22  Bruno Haible  <bruno@clisp.org>
24126
24127         Add support for ACLs on OSF/1.
24128         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24129         replacements.
24130         (acl_free_text): New macro fallback.
24131         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24132         acl_free.
24133         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24134         acl_free_text function. Require AC_C_INLINE.
24135
24136 2008-05-22  Bruno Haible  <bruno@clisp.org>
24137
24138         Make copy_acl work on MacOS X 10.5.
24139         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24140         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24141         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24142         If MODE_INSIDE_ACL, don't assume that every system has the same text
24143         representation for ACLs as FreeBSD.
24144         * lib/copy-acl.c (copy_acl): Add support for platforms with
24145         !MODE_INSIDE_ACL.
24146         * lib/file-has-acl.c (file_has_acl): Likewise.
24147         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24148         FreeBSD, MacOS X, or IRIX, respectively.
24149
24150 2008-05-22  Bruno Haible  <bruno@clisp.org>
24151
24152         * lib/acl.h: Don't include <sys/acl.h>.
24153         (GETACLCNT): Move fallback to lib/acl-internal.h.
24154         * lib/acl-internal.h: Include <sys/acl.h> here.
24155         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24156
24157 2008-05-22  Bruno Haible  <bruno@clisp.org>
24158
24159         Split off copy_acl function to separate file.
24160         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24161         * lib/acl.c (copy_acl): Moved function to separate file.
24162         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24163         * modules/acl (Files): Add lib/copy-acl.c.
24164         (Makefiles.am): Augment lib_SOURCES.
24165
24166 2008-05-22  Bruno Haible  <bruno@clisp.org>
24167
24168         * modules/copy-file-tests: New file.
24169         * tests/test-copy-file.sh: New file.
24170         * tests/test-copy-file.c: New file.
24171         * tests/test-copy-file-sameacls.c: New file.
24172
24173 2008-05-22  Eric Blake  <ebb9@byu.net>
24174
24175         Avoid gcc warning.
24176         * tests/test-memcmp.c (main): Pass NULL indirectly.
24177
24178 2008-05-21  Bruno Haible  <bruno@clisp.org>
24179
24180         Add reference doc about ACLs.
24181         * doc/acl-resources.txt: New file.
24182         * doc/acl-cygwin.txt: New file.
24183
24184 2008-05-21  Bruno Haible  <bruno@clisp.org>
24185
24186         Avoid one more warning from gcc.
24187         * lib/vasnprintf.c (IF_LINT): Update comments.
24188         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24189
24190 2008-05-21  Jim Meyering  <meyering@redhat.com>
24191
24192         avoid a warning from gcc
24193         * lib/vasnprintf.c (IF_LINT): Define.
24194         (scale10_round_decimal_long_double):
24195         Use it to avoid a "may be used uninitialized" warning.
24196         (scale10_round_decimal_double): Likewise.
24197
24198 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24199
24200         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24201         declared.
24202
24203 2008-05-20  Bruno Haible  <bruno@clisp.org>
24204
24205         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24206         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24207
24208 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24209
24210         * modules/memcmp-tests: New file.
24211         * tests/test-memcmp.c: New file.
24212
24213 2008-05-19  Bruno Haible  <bruno@clisp.org>
24214
24215         * modules/propername (Notice, configure.ac): Put quoted "..." into
24216         --keyword option.
24217         * lib/propername.h: Update comments accordingly.
24218         Reported by Eric Blake.
24219
24220 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24221
24222         * modules/getpass-gnu (Depends-on): Add fseeko.
24223
24224 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24225
24226         * modules/base64-tests: New file.
24227
24228 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24229
24230         * lib/base64.c (base64_decode_ctx): If a decode context structure
24231         was passed in use it to ignore newlines.  If a context structure
24232         was _not_ passed in, continue to treat newlines as garbage (this
24233         is the historical behavior).  Formerly base64_decode.
24234         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24235         takes a decode context structure.
24236         * lib/base64.h (base64_decode): Macro for four-argument calls.
24237         (base64_decode_alloc): Likewise.
24238         * lib/base64.c (base64_decode_ctx): If a decode context structure
24239         was passed in use it to ignore newlines.  If a context structure
24240         was _not_ passed in, continue to treat newlines as garbage (this
24241         is the historical behavior).  Formerly base64_decode.
24242         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24243         takes a decode context structure.
24244         * lib/base64.h (base64_decode): Macro for four-argument calls.
24245         (base64_decode_alloc): Likewise.
24246
24247 2008-05-19  Jim Meyering  <meyering@redhat.com>
24248
24249         avoid a warning from gcc
24250         * lib/trim.c (IF_LINT): Define.
24251         (trim2): Use it to avoid a "may be used uninitialized" warning.
24252
24253         Fix doc typo.
24254         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24255
24256 2008-05-19  Bruno Haible  <bruno@clisp.org>
24257
24258         * doc/glibc-functions/getpass.texi: Document limits of other
24259         implementations.
24260
24261 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24262             Bruno Haible <bruno@clisp.org>
24263
24264         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24265
24266 2008-05-18  Bruno Haible  <bruno@clisp.org>
24267
24268         * modules/propername: New file, from GNU gettext.
24269         * lib/propername.h: New file, from GNU gettext.
24270         * lib/propername.c: New file, from GNU gettext.
24271         * MODULES.html.sh (Internationalization functions): Add propername.
24272
24273 2008-05-16  Jim Meyering  <meyering@redhat.com>
24274             Bruno Haible  <bruno@clisp.org>
24275
24276         Avoid some warnings from "gcc -Wshadow".
24277         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24278
24279 2008-05-15  Eric Blake  <ebb9@byu.net>
24280
24281         Extend previous patch to cygwin 1.7.0.
24282         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24283         fast implementation in cygwin >= 1.7.0.
24284         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24285         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24286
24287 2008-05-15  Bruno Haible  <bruno@clisp.org>
24288
24289         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24290         implementation in glibc >= 2.9.
24291         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24292         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24293
24294 2008-05-15  Bruno Haible  <bruno@clisp.org>
24295
24296         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24297         (Unicode string functions): Add unilbrk/*.
24298         Reported by Karl Berry.
24299
24300 2008-05-15  Eric Blake  <ebb9@byu.net>
24301
24302         Fix violation of <stdbool.h> replacement in regex.
24303         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24304         * lib/regexec.c (re_search_internal): Likewise.
24305         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24306
24307 2008-05-15  Jim Meyering  <meyering@redhat.com>
24308
24309         avoid distracting test output when git or cvs is not found
24310         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24311         * tests/test-vc-list-files-git.sh: Likewise.
24312
24313 2008-05-15  Eric Blake  <ebb9@byu.net>
24314
24315         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24316         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24317         glibc version.
24318         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24319         * doc/posix-functions/strstr.texi (strstr): Likewise.
24320         * lib/str-two-way.h (MAX): Sychronize with glibc.
24321
24322 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24323
24324         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24325         opr.ctx_type.
24326         (calc_first): Initialize constraint field.
24327         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24328         Fix grammar.
24329         (duplicate_node): Merge constraint field for all node types.
24330         (calc_eclosure_iter): Look at constraint field for all node types.
24331         * lib/regex_internal.c (create_cd_newstate): Don't look at
24332         opr.ctx_type.
24333
24334 2008-05-14  Bruno Haible  <bruno@clisp.org>
24335
24336         Help GCC to do better code generation.
24337         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24338         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24339         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24340         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24341         Declare with attribute 'malloc' if supported.
24342
24343 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24344
24345         use "echo STR|wc -c" rather than unportable "expr length STR"
24346         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24347         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24348
24349 2008-05-14  Jim Meyering  <meyering@redhat.com>
24350
24351         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24352         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24353         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24354         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24355         via Collin Lasse.
24356
24357 2008-05-14  Eric Blake  <ebb9@byu.net>
24358
24359         Avoid quadratic growth in gl_LIBSOURCES.
24360         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24361         Suggested by Bruno Haible.
24362
24363         Test xmemdup0.
24364         * modules/xmemdup0-tests: New file.
24365         * tests/test-xmemdup0.c: Likewise.
24366
24367 2008-05-13  Eric Blake  <ebb9@byu.net>
24368
24369         Split xmemdup0 into its own module.
24370         * modules/xmemdup0: New file.
24371         * lib/xmemdup0.h: Likewise.
24372         * lib/xmemdup0.c: Likewise.
24373         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24374         * lib/xalloc.h (xmemdup0): Remove.
24375         * lib/xmalloc.c (xmemdup0): Likewise.
24376
24377 2008-05-13  Eric Blake  <ebb9@byu.net>
24378             Bruno Haible  <bruno@clisp.org>
24379
24380         Reduce number of forks required during autoconf.
24381         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24382         and gl_LIBSOURCES_DIR.
24383         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24384         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24385         m4_syscmd per file.
24386         <m4_foreach_w>: Move...
24387         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24388
24389 2008-05-13  Eric Blake  <ebb9@byu.net>
24390
24391         * gnulib-tool: Fix various comment typos.
24392
24393 2008-05-12  Bruno Haible  <bruno@clisp.org>
24394
24395         Tailor the linebreaking algorithm.
24396         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24397
24398 2008-05-12  Bruno Haible  <bruno@clisp.org>
24399
24400         Update to Unicode 5.0.0.
24401         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24402         LBP_JV, LBP_JT. Redistribute values.
24403         (unilbrk_table): Change size.
24404         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24405         Unicode TR#14 rev. 22.
24406         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24407         LBP_JV, LBP_JT. Redistribute values.
24408         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24409         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24410         Update.
24411         * lib/unilbrk/lbrkprop1.h: Regenerated.
24412         * lib/unilbrk/lbrkprop2.h: Regenerated.
24413         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24414         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24415         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24416         Likewise.
24417         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24418         Likewise.
24419         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24420         result.
24421         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24422         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24423         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24424         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24425         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24426         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24427
24428 2008-05-11  Bruno Haible  <bruno@clisp.org>
24429
24430         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24431
24432 2008-05-11  Bruno Haible  <bruno@clisp.org>
24433
24434         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24435         * modules/unilbrk/gen-lbrk: New file.
24436
24437 2008-05-11  Bruno Haible  <bruno@clisp.org>
24438
24439         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24440         * m4/sha512.m4 (gl_SHA512): Likewise.
24441
24442 2008-05-11  Jim Meyering  <meyering@redhat.com>
24443
24444         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24445         * modules/crypto/sha256: New file.
24446         * modules/crypto/sha512: Likewise.
24447         * lib/sha256.c: Likewise.
24448         * lib/sha256.h: Likewise.
24449         * lib/sha512.c: Likewise.
24450         * lib/sha512.h: Likewise.
24451         * lib/u64.h: Likewise.
24452         * m4/sha256.m4: Likewise.
24453         * m4/sha512.m4: Likewise.
24454         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24455
24456 2008-05-10  Bruno Haible  <bruno@clisp.org>
24457
24458         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24459         (Input/Output <stdio.h>): Add xprintf.
24460         (Signal handling <signal.h>): Add strsignal.
24461         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24462         (Core language properties): Add func.
24463         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24464         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24465         strings.
24466         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24467         (Input/output): New section.
24468         (File system functions): Add openat-die, stat-macros.
24469         (Networking functions): Add sockets.
24470         (Unicode string functions): Add unictype/*.
24471         (Support for building libraries and executables): Add gperf.
24472         (Support for building documentation): Add agpl-3.0.
24473         (Misc): Add nocrash.
24474
24475 2008-05-10  Bruno Haible  <bruno@clisp.org>
24476
24477         * modules/unictype/gen-ctype: New file.
24478
24479 2008-05-10  Jim Meyering  <meyering@redhat.com>
24480
24481         Make chdir-safer.c more efficient on a system with no symlinks.
24482         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24483         also if ELOOP is zero.  Suggested by Bruno Haible.
24484
24485         Make chdir-safer.c slightly safer.
24486         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24487         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24488
24489         Avoid compile failure on systems without ELOOP (like mingw).
24490         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24491         Reported by Bruno Haible.
24492
24493 2008-05-10  Bruno Haible  <bruno@clisp.org>
24494
24495         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24496         (is_utf8_encoding): Use a case-insensitive comparison.
24497         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24498         streq.
24499
24500 2008-05-10  Bruno Haible  <bruno@clisp.org>
24501
24502         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24503         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24504         * lib/unilbrk/ulc-common.h (iconv_string_length,
24505         iconv_string_keeping_offsets): Remove declarations.
24506         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24507         Don't include <iconv.h>, streq.h, xsize.h.
24508         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24509         conversion.
24510         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24511         <iconv.h>, streq.h, xsize.h.
24512         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24513         conversion.
24514         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24515         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24516         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24517         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24518
24519 2008-05-10  Bruno Haible  <bruno@clisp.org>
24520
24521         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24522         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24523
24524         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24525         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24526
24527         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24528         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24529
24530         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24531         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24532
24533         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24534         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24535
24536         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24537         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24538
24539         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24540         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24541
24542         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24543         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24544
24545 2008-05-10  Bruno Haible  <bruno@clisp.org>
24546
24547         Split up 'linebreak' module.
24548         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24549         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24550         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24551         modifications.
24552         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24553         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24554         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24555         lib/linebreak.c.
24556         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24557         lib/linebreak.c.
24558         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24559         lib/linebreak.c.
24560         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24561         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24562         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24563         lib/linebreak.c.
24564         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24565         lib/linebreak.c.
24566         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24567         lib/linebreak.c.
24568         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24569         lib/linebreak.c.
24570         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24571         lib/linebreak.c.
24572         * modules/unilbrk/base: New file.
24573         * modules/unilbrk/tables: New file.
24574         * modules/unilbrk/u8-possible-linebreaks: New file.
24575         * modules/unilbrk/u16-possible-linebreaks: New file.
24576         * modules/unilbrk/u32-possible-linebreaks: New file.
24577         * modules/unilbrk/ulc-common: New file.
24578         * modules/unilbrk/ulc-possible-linebreaks: New file.
24579         * modules/unilbrk/u8-width-linebreaks: New file.
24580         * modules/unilbrk/u16-width-linebreaks: New file.
24581         * modules/unilbrk/u32-width-linebreaks: New file.
24582         * modules/unilbrk/ulc-width-linebreaks: New file.
24583         * lib/linebreak.h: Remove file.
24584         * lib/linebreak.c: Remove file.
24585         * m4/linebreak.m4: Remove file.
24586         * modules/linebreak: Remove file.
24587         * NEWS: Mention the changes.
24588
24589 2008-05-09  Eric Blake  <ebb9@byu.net>
24590
24591         Add xmemdup0.
24592         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24593         implementation.
24594         * lib/xmalloc.c (xmemdup0): New C implementation.
24595
24596 2008-05-08  Bruno Haible  <bruno@clisp.org>
24597
24598         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24599
24600 2008-05-07  Eric Blake  <ebb9@byu.net>
24601
24602         Support cross-compilation of <wctype.h>.
24603         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24604         AC_CACHE_CHECK.
24605
24606 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24607
24608         * build-aux/vc-list-files: Add support for bzr.
24609
24610 2008-05-03  Jim Meyering  <meyering@redhat.com>
24611
24612         avoid failed assertion with tight malloc
24613         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24614
24615 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24616
24617         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24618         are needed from arpa/inet.h.
24619         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24620         Reported by Bruno Haible.
24621
24622 2008-05-02  Jim Meyering  <meyering@redhat.com>
24623
24624         avoid compilation error on FreeBSD 6
24625         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24626
24627 2008-05-01  Jim Meyering  <meyering@redhat.com>
24628
24629         useless-if-before-free: correct --help's exit status description
24630         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24631         for one or more matches, etc.  Reported by Bruno Haible.
24632
24633         vc-list-files: make the stand-alone gnulib test work
24634         * modules/vc-list-files-tests (configure.ac):
24635         Define and AC_SUBST abs_aux_dir.
24636         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24637         $(abs_top_srcdir) to each script and having each of them
24638         duplicate the work of setting PATH, set PATH here, using
24639         the new variable, abs_aux_dir instead.
24640         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24641         * tests/test-vc-list-files-git.sh: Likewise.
24642         Reported by Bruno Haible.
24643
24644 2008-05-01  Bruno Haible  <bruno@clisp.org>
24645
24646         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24647         reallocation. Rename 'done' to 'found_delimiter'.
24648
24649 2008-05-01  Jim Meyering  <meyering@redhat.com>
24650
24651         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24652         * build-aux/vc-list-files: Use `...`, not $(...).
24653
24654 2008-04-30  Jim Meyering  <meyering@redhat.com>
24655
24656         add tests for vc-list-files
24657         * modules/vc-list-files-tests: New module.
24658         * tests/test-vc-list-files-cvs.sh: New file.
24659         * tests/test-vc-list-files-git.sh: New file.
24660
24661         avoid a warning from gcc
24662         * lib/getndelim2.c (IF_LINT): Define.
24663         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24664
24665         vc-list-files: work properly with build-aux/cvsu, too
24666         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24667         to all cvs-based clauses.
24668
24669         vc-list-files: work properly in the CVS+awk case, too
24670         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24671
24672         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24673         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24674         take more than one file argument, so .  Add quotes, just in case $dir
24675         ever contains a shell meta-character.  Prompted by Soren Hansen in
24676         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24677
24678 2008-04-29  Eric Blake  <ebb9@byu.net>
24679
24680         Optimize getndelim2 to use block operations when possible.
24681         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24682         freadseek, and memchr2.
24683         * lib/getndelim2.c (getndelim2): Use them for block reads.
24684
24685 2008-04-29  Bruno Haible  <bruno@clisp.org>
24686
24687         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24688         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24689         * modules/inet_ntop (Depends-on): Add extensions.
24690         * modules/inet_pton (Depends-on): Likewise.
24691         Reported by Simon Josefsson.
24692
24693 2008-04-29  Jim Meyering  <meyering@redhat.com>
24694
24695         When the is more than one match in a block, match all of them.
24696         * build-aux/useless-if-before-free: Iterate through each block
24697         until there are no more matches.
24698
24699         Fix broken useless-if-before-free script.
24700         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24701         the expression to match cast of argument to free-like function.
24702
24703 2008-04-29  Eric Blake  <ebb9@byu.net>
24704
24705         Use new header.
24706         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24707
24708 2008-04-29  Jim Meyering  <meyering@redhat.com>
24709
24710         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24711         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24712         by gnulib to exist and to declare e.g., inet_ntop.
24713         Don't include "inet_ntop.h", now removed.
24714
24715         * m4/arpa_inet_h.m4: Remove trailing blanks.
24716
24717 2008-04-29  Eric Blake  <ebb9@byu.net>
24718
24719         Silence valgrind on safe reads beyond potential array bounds.
24720         * lib/rawmemchr.valgrind: New file.
24721         * lib/strchrnul.valgrind: Likewise.
24722         * modules/rawmemchr (Files): Distribute new file.
24723         * modules/strchrnul (Files): Likewise.
24724         Suggested by Bruno Haible.
24725
24726 2008-04-29  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24729         (inet_ntop, inet_pton): Change portability warning's wording.
24730         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24731         Invoke gl_CHECK_NEXT_HEADERS.
24732         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24733         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24734         set ARPA_INET_H.
24735         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24736         * modules/arpa_inet (Description): No longer only for systems that
24737         lack it.
24738         (Depends-on): Add include_next.
24739         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24740         HAVE_ARPA_INET_H.
24741
24742 2008-04-29  Jim Meyering  <meyering@redhat.com>
24743
24744         * modules/mkdir (License): Re-license as LGPLv2+.
24745
24746 2008-04-29  Bruno Haible  <bruno@clisp.org>
24747
24748         * modules/rawmemchr (Maintainer): Set to Eric.
24749         * modules/strchrnul (Maintainer): Likewise.
24750
24751 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24752
24753         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24754         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24755
24756         * modules/arpa_inet (arpa/inet.h): Use them.
24757
24758 2008-04-28  Eric Blake  <ebb9@byu.net>
24759
24760         Test getndelim2.
24761         * modules/getndelim2-tests: New file.
24762         * tests/test-getndelim2.c: Likewise.
24763         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24764         stream.
24765         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24766
24767         * MODULES.html.sh: Document new module.
24768
24769 2008-04-20  Bruno Haible  <bruno@clisp.org>
24770
24771         * lib/c-stack.c (die): Use raise.
24772         * modules/c-stack (Depends-on): Add raise.
24773
24774 2008-04-28  Bruno Haible  <bruno@clisp.org>
24775
24776         Expect rpmatch to be declared.
24777         * lib/yesno.c (rpmatch): Remove declaration.
24778
24779         Declare rpmatch.
24780         * lib/stdlib.in.h (rpmatch): New declaration.
24781         * lib/rpmatch.c: Include <stdlib.h> first.
24782         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
24783         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
24784         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
24785         HAVE_RPMATCH.
24786         * modules/rpmatch (Depends-on): Add stdlib, extensions.
24787         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24788         (Include): Set to <stdlib.h>.
24789         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
24790         HAVE_RPMATCH.
24791         * NEWS: Document the change.
24792
24793 2008-04-28  Bruno Haible  <bruno@clisp.org>
24794
24795         Change rpmatch to use nl_langinfo when appropriate.
24796         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
24797         (N_): New macro.
24798         (localized_pattern): New function/macro.
24799         (try): Remove match, nomatch arguments. Copy the pattern into safe
24800         memory before caching it.
24801         (rpmatch): Use localized_pattern. Add translator comments.
24802         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
24803         Suggested by Eric Blake.
24804         * modules/rpmatch (Depends-on): Add stdbool.
24805
24806 2008-04-28  Eric Blake  <ebb9@byu.net>
24807
24808         Add rawmemchr module, matching glibc.
24809         * modules/string (Makefile.am): New indicator.
24810         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
24811         * lib/string.in.h (rawmemchr): Declare when appropriate.
24812         * modules/rawmemchr: New file.
24813         * m4/rawmemchr.m4: Likewise.
24814         * lib/rawmemchr.c: Likewise.
24815         * modules/rawmemchr-tests: Likewise.
24816         * tests/test-rawmemchr.c: Likewise.
24817         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
24818         module.
24819         * modules/strchrnul (Depends-on): Add rawmemchr.
24820         * lib/strchrnul.c (strchrnul): Optimize a corner case.
24821
24822         Whitespace cleanup.
24823         * tests/test-strchrnul.c: Reindent.
24824         * lib/strchrnul.c: Likewise.
24825
24826         Optimize and test strchrnul.
24827         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
24828         * modules/strchrnul-tests: New file.
24829         * tests/test-strchrnul.c: Likewise.
24830
24831         Remove intprops dependency.
24832         * modules/memchr (Depends-on): Remove intprops.
24833         * modules/memrchr (Depends-on): Likewise.
24834         * modules/memchr2 (Depends-on): Likewise.
24835         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
24836         * lib/memrchr.c (__memrchr): Likewise.
24837         * lib/memrchr2.c (memchr2): Likewise.
24838         Reported by Simon Josefsson.
24839
24840 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24841
24842         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
24843         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24844
24845 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24846
24847         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
24848
24849         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
24850
24851         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
24852
24853         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
24854         declarations.
24855         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
24856
24857         * m4/inet_pton.m4: Don't check for header files.
24858
24859         * m4/inet_ntop.m4: Don't check for header files.
24860
24861 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24862
24863         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
24864         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
24865         trigger for cygwin).
24866         Reported by Bruno Haible  <bruno@clisp.org>.
24867
24868 2008-04-28  Bruno Haible  <bruno@clisp.org>
24869
24870         * doc/posix-functions/strdup.texi: Mention mingw problem.
24871
24872 2008-04-27  Bruno Haible  <bruno@clisp.org>
24873
24874         * modules/stat-time-tests (Depends-on): Add sleep.
24875         * tests/test-stat-time.c (force_unlink): New function.
24876         (cleanup): Use it.
24877         (test_mtime): Remove the ctime related tests.
24878         (test_ctime): New function, containing the ctime related tests.
24879         (main): Call test_ctime, except on native Windows platforms.
24880
24881 2008-04-27  Bruno Haible  <bruno@clisp.org>
24882
24883         * lib/rpmatch.c (rpmatch): Add some comments.
24884         Reported by James Youngman <jay@gnu.org>.
24885
24886 2008-04-27  Bruno Haible  <bruno@clisp.org>
24887
24888         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
24889         quiet NaNs.
24890
24891 2008-04-27  Bruno Haible  <bruno@clisp.org>
24892
24893         Make test-yesno.sh work on mingw.
24894         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
24895         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
24896         (main): Set stdin to binary mode.
24897         * modules/yesno-tests (Depends-on): Add binary-io.
24898
24899 2008-04-27  Bruno Haible  <bruno@clisp.org>
24900
24901         Fix 'isfinite' on x86, x86_64, ia64 platforms.
24902         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
24903         argument that lie outside the IEEE 854 domain.
24904         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
24905         (gl_ISFINITE): Use it.
24906         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
24907
24908 2008-04-27  Bruno Haible  <bruno@clisp.org>
24909
24910         Allow local renaming in config.h.
24911         * lib/memrchr.c (memrchr): Don't undefine outside libc.
24912
24913 2008-04-27  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/memchr.c (__memchr): Change type of 'i'.
24916         * lib/memchr2.c (memchr2): Likewise.
24917
24918 2008-04-26  Eric Blake  <ebb9@byu.net>
24919         and Bruno Haible  <bruno@clisp.org>
24920
24921         Optimize and test memrchr.
24922         * modules/memrchr (Depends-on): Add intprops.
24923         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
24924         * modules/memrchr-tests: New file.
24925         * tests/test-memrchr.c: New file.
24926
24927 2008-04-26  Bruno Haible  <bruno@clisp.org>
24928
24929         Add tentative support for DragonFly BSD.
24930         * lib/stdio-impl.h: Add macros for DragonFly BSD.
24931         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
24932         fp.
24933         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24934         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
24935         * lib/fpurge.c (fpurge): Likewise.
24936         * lib/freadable.c (freaadable): Likewise.
24937         * lib/freadahead.c (freadahead): Likewise.
24938         * lib/freading.c (freading): Likewise.
24939         * lib/freadptr.c (freadptr): Likewise.
24940         * lib/freadseek.c (freadptrinc): Likewise.
24941         * lib/fseeko.c (fseeko): Likewise.
24942         * lib/fseterr.c (fseterr): Likewise.
24943         * lib/fwritable.c (fwritable): Likewise.
24944         * lib/fwriting.c (fwriting): Likewise.
24945
24946 2008-04-26  Bruno Haible  <bruno@clisp.org>
24947
24948         * lib/stdio-impl.h: New file.
24949         * lib/fbufmode.c: Include stdio-impl.h.
24950         (fbufmode): Use fp_, remove redundant #defines.
24951         * lib/fflush.c: Include stdio-impl.h.
24952         (clear_ungetc_buffer): Remove redundant #defines.
24953         * lib/fpurge.c: Include stdio-impl.h.
24954         (fpurge): Remove redundant #defines.
24955         * lib/freadable.c: Include stdio-impl.h.
24956         (freadable): Remove redundant #defines.
24957         * lib/freadahead.c: Include stdio-impl.h.
24958         (freadahead): Remove redundant #defines.
24959         * lib/freading.c: Include stdio-impl.h.
24960         (freading): Remove redundant #defines.
24961         * lib/freadptr.c: Include stdio-impl.h.
24962         (freadptr): Remove redundant #defines.
24963         * lib/freadseek.c: Include stdio-impl.h.
24964         (freadptrinc): Remove redundant #defines.
24965         * lib/fseeko.c: Include stdio-impl.h.
24966         (rpl_fseeko): Remove redundant #defines.
24967         * lib/fseterr.c: Include stdio-impl.h.
24968         (fseterr): Remove redundant #defines.
24969         * lib/fwritable.c: Include stdio-impl.h.
24970         (fwritable: Remove redundant #defines.
24971         * lib/fwriting.c: Include stdio-impl.h.
24972         (fwriting): Remove redundant #defines.
24973         * modules/fbufmode (Files): Add lib/stdio-impl.h.
24974         * modules/fflush (Files): Likewise.
24975         * modules/fpurge (Files): Likewise.
24976         * modules/freadable (Files): Likewise.
24977         * modules/freadahead (Files): Likewise.
24978         * modules/freading (Files): Likewise.
24979         * modules/freadptr (Files): Likewise.
24980         * modules/freadseek (Files): Likewise.
24981         * modules/fseeko (Files): Likewise.
24982         * modules/fseterr (Files): Likewise.
24983         * modules/fwritable (Files): Likewise.
24984         * modules/fwriting (Files): Likewise.
24985
24986 2008-04-26  Bruno Haible  <bruno@clisp.org>
24987
24988         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24989         restore_seek_optimization, update_fpos_cache): New functions, extracted
24990         from rpl_fflush.
24991         (rpl_fflush): Use them.
24992         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
24993         (gl_REPLACE_FFLUSH): Use it.
24994
24995 2008-04-26  Bruno Haible  <bruno@clisp.org>
24996
24997         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
24998         on Solaris.
24999         * tests/test-xstrtoimax.sh: Likewise.
25000         * tests/test-xstrtoumax.sh: Likewise.
25001         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25002
25003 2008-04-26  Bruno Haible  <bruno@clisp.org>
25004
25005         * modules/memchr-tests: New file.
25006         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25007
25008 2008-04-26  Eric Blake  <ebb9@byu.net>
25009             Bruno Haible  <bruno@clisp.org>
25010
25011         * lib/memchr.c: Include intprops.h.
25012         (__memchr): Optimize parallel detection of matching bytes. Rename local
25013         variables. Add explanatory comments.
25014
25015 2008-04-26  Bruno Haible  <bruno@clisp.org>
25016
25017         Fix module 'memchr', broken since 2000-10-28.
25018         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25019
25020 2008-04-26  Bruno Haible  <bruno@clisp.org>
25021
25022         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25023         comments.
25024
25025 2008-04-25  Eric Blake  <ebb9@byu.net>
25026
25027         Use native fstatat on cygwin 1.7.0.
25028         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25029         first.
25030
25031 2008-04-23  Eric Blake  <ebb9@byu.net>
25032
25033         Improve memchr2 performance.
25034         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25035         NUL bytes.
25036         * modules/memchr2 (Depends-on): Use intprops.h.
25037
25038 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25039
25040         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25041         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25042         <blp@cs.stanford.edu>.
25043
25044 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25045
25046         * lib/arpa_inet.in.h: New file.
25047
25048         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25049         (Makefile.am): Sed in substitute header file.
25050
25051         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25052         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25053
25054         * modules/inet_ntop (configure.ac): Use
25055         gl_ARPA_INET_MODULE_INDICATOR.
25056
25057         * modules/inet_pton (configure.ac): Use
25058         gl_ARPA_INET_MODULE_INDICATOR.
25059
25060 2008-04-22  Jim Meyering  <meyering@redhat.com>
25061
25062         * modules/verify (License): Re-license as LGPLv2+.
25063
25064 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25065
25066         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25067         parameter to void* as per POSIX standard (MinGW uses char*).
25068
25069 2008-04-21  Bruno Haible  <bruno@clisp.org>
25070
25071         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25072         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25073         Define to replacements if REPLACE_ISWCNTRL is 1.
25074         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25075         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25076         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25077         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25078         what it fixes.
25079         * doc/posix-functions/iswalpha.texi: Likewise.
25080         * doc/posix-functions/iswblank.texi: Likewise.
25081         * doc/posix-functions/iswcntrl.texi: Likewise.
25082         * doc/posix-functions/iswdigit.texi: Likewise.
25083         * doc/posix-functions/iswgraph.texi: Likewise.
25084         * doc/posix-functions/iswlower.texi: Likewise.
25085         * doc/posix-functions/iswprint.texi: Likewise.
25086         * doc/posix-functions/iswpunct.texi: Likewise.
25087         * doc/posix-functions/iswspace.texi: Likewise.
25088         * doc/posix-functions/iswupper.texi: Likewise.
25089         * doc/posix-functions/iswxdigit.texi: Likewise.
25090         Reported by Alain Guibert.
25091
25092 2008-04-21  Bruno Haible  <bruno@clisp.org>
25093
25094         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25095         Patch by Alain Guibert.
25096
25097 2008-04-21  Bruno Haible  <bruno@clisp.org>
25098
25099         Fix test failures on mingw.
25100         * tests/test-xstrtol.c (print_no_progname): New function.
25101         (main): Install it in error_print_progname hook.
25102         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25103         * tests/test-xstrtoimax.sh: Likewise.
25104         * tests/test-xstrtoumax.sh: Likewise.
25105
25106 2008-04-21  Bruno Haible  <bruno@clisp.org>
25107
25108         Fix test failure on mingw.
25109         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25110
25111 2008-04-21  Bruno Haible  <bruno@clisp.org>
25112
25113         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25114         Actually assign a value.
25115
25116 2008-04-20  Bruno Haible  <bruno@clisp.org>
25117
25118         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25119         take 2.
25120         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25121         'canonicalize-lgpl' module is also used.
25122         * lib/canonicalize-lgpl.c: Undo last change.
25123         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25124
25125 2008-04-20  Bruno Haible  <bruno@clisp.org>
25126
25127         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25128         config.h. Provide _mkdir based fallback for mingw.
25129         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25130         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25131         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25132         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25133         rather than defining mkdir in config.h.
25134         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25135         (gl_SYS_STAT_H_DEFAULTS): New macro.
25136         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25137         HAVE_IO_H any more.
25138         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25139         HAVE_DECL_MKDIR and HAVE_IO_H.
25140
25141 2008-04-20  Bruno Haible  <bruno@clisp.org>
25142
25143         * lib/isapipe.c: Port to native Windows platforms.
25144
25145 2008-04-20  Bruno Haible  <bruno@clisp.org>
25146
25147         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25148
25149 2008-04-21  Eric Blake  <ebb9@byu.net>
25150
25151         Work around preprocessors that don't handle UINTMAX_MAX.
25152         * lib/memchr2.c (memchr2): Avoid embedded #if.
25153         Reported by Alain Guibert, fix suggested by Bruno Haible.
25154
25155 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25156
25157         * doc/posix-functions/strftime.texi (strftime): Explain better
25158         Windows incompatibility.  Suggested by Micah Cowan
25159         <micah@cowan.name>.
25160
25161 2008-04-20  Bruno Haible  <bruno@clisp.org>
25162
25163         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25164         unistr/u8-mblen.
25165
25166 2008-04-20  Bruno Haible  <bruno@clisp.org>
25167
25168         Fix test failure on platforms with non-GNU iconv.
25169         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25170         (U_TO_U8): Use it, rather than u16_to_u8.
25171         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25172         units at the end of the input string.
25173         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25174
25175 2008-04-20  Bruno Haible  <bruno@clisp.org>
25176
25177         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25178         when the resulting length is 0.
25179         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25180
25181 2008-04-20  Bruno Haible  <bruno@clisp.org>
25182
25183         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25184         works.
25185         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25186
25187 2008-04-20  Bruno Haible  <bruno@clisp.org>
25188
25189         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25190         * modules/tsearch-tests (configure.ac): Test for initstate function.
25191
25192 2008-04-20  Bruno Haible  <bruno@clisp.org>
25193
25194         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25195         for nlink_t if missing.
25196         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25197
25198 2008-04-19  Bruno Haible  <bruno@clisp.org>
25199
25200         Work around snprintf bug on Linux libc5.
25201         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25202         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25203         gl_SNPRINTF_SIZE1.
25204         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25205         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25206         that test failed.
25207         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25208         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25209         * modules/snprintf (Files): Add m4/printf.m4.
25210         * modules/vsnprintf (Files): Likewise.
25211         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25212         * doc/posix-functions/vsnprintf.texi: Likewise.
25213
25214 2008-04-19  Bruno Haible  <bruno@clisp.org>
25215
25216         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25217         from 0.0058 to less than 10^-7.
25218
25219 2008-04-19  Bruno Haible  <bruno@clisp.org>
25220
25221         Fix rounding when a precision is given.
25222         * lib/vasnprintf.c (is_borderline): New function.
25223         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25224         9...9x.
25225         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25226         %e, %g.
25227         * tests/test-vasprintf-posix.c (test_function): Likewise.
25228         * tests/test-snprintf-posix.h (test_function): Likewise.
25229         * tests/test-sprintf-posix.h (test_function): Likewise.
25230         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25231         * tests/test-printf-posix.h (test_function): Likewise.
25232         * tests/test-printf-posix.output: Update.
25233         Reported by John Darrington <john@darrington.wattle.id.au> via
25234         Ben Pfaff <blp@cs.stanford.edu>.
25235
25236 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25237
25238         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25239         Suggested by Bruno Haible <bruno@clisp.org>.
25240
25241 2008-04-17  Bruno Haible  <bruno@clisp.org>
25242
25243         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25244         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25245         implementation.
25246         Patch by Bruce Merry <bmerry@gmail.com>.
25247
25248 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25249
25250         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25251         doesn't work under Windows.
25252
25253 2008-04-16  Bruno Haible  <bruno@clisp.org>
25254
25255         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25256         New macros.
25257         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25258         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25259         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25260         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25261         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25262         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25263         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25264         macros.
25265         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25266         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25267         Northern Sotho, Uighur.
25268
25269 2008-04-16  Bruno Haible  <bruno@clisp.org>
25270
25271         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25272         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25273         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25274         Reported by Daniel Bergström <daniel@octocode.com>.
25275
25276 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25277             Bruno Haible  <bruno@clisp.org>
25278
25279         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25280         function.
25281         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25282         New functions, mostly extracted from gl_locale_name_default.
25283         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25284
25285 2008-04-16  Eric Blake  <ebb9@byu.net>
25286
25287         Adjust strtod detection to catch glibc 2.7 bug.
25288         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25289         Reported by John Gatewood Ham.
25290
25291 2008-04-16  Bruno Haible  <bruno@clisp.org>
25292
25293         Add tentative support for Linux libc5.
25294         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25295         * lib/fpurge.c (fpurge): Likewise.
25296         * lib/freadable.c (freadable): Likewise.
25297         * lib/freadahead.c (freadahead): Likewise.
25298         * lib/freading.c (freading): Likewise.
25299         * lib/freadptr.c (freadptr): Likewise.
25300         * lib/freadseek.c (freadptrinc): Likewise.
25301         * lib/fseeko.c (rpl_fseeko): Likewise.
25302         * lib/fseterr.c (fseterr): Likewise.
25303         * lib/fwritable.c (fwritable): Likewise.
25304         * lib/fwriting.c (fwriting): Likewise.
25305         Reported by Alain Guibert <alguibert+bts@free.fr>.
25306
25307 2008-04-15  Bruno Haible  <bruno@clisp.org>
25308
25309         * modules/mathl (configure.ac): Define module indicator.
25310
25311 2008-04-15  Bruno Haible  <bruno@clisp.org>
25312
25313         * lib/logl.c (logl): Remove unused variables.
25314
25315 2008-04-15  Bruno Haible  <bruno@clisp.org>
25316
25317         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25318         fails.
25319
25320 2008-04-15  Bruno Haible  <bruno@clisp.org>
25321
25322         * lib/trim.c (trim2): Fix argument of isspace() macro.
25323
25324 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25325
25326         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25327         to 0.
25328         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25329
25330 2008-04-14  Bruno Haible  <bruno@clisp.org>
25331
25332         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25333         AC_LANG_PROGRAM argument.
25334         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25335         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25336         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25337         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25338         * m4/math_h.m4 (gl_MATH_H): Likewise.
25339         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25340         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25341         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25342         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25343         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25344         * m4/regex.m4 (gl_REGEX): Likewise.
25345         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25346         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25347         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25348         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25349         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25350         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25351         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25352         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25353
25354 2008-04-14  Jim Meyering  <meyering@redhat.com>
25355
25356         test-strtod: fix typos: s/abs/fabs/
25357         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25358
25359 2008-04-13  Bruno Haible  <bruno@clisp.org>
25360
25361         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25362         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25363         module is also used and while not building the reloc-wrapper.
25364
25365 2008-04-13  Bruno Haible  <bruno@clisp.org>
25366
25367         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25368
25369 2008-04-13  Bruno Haible  <bruno@clisp.org>
25370
25371         Fix AIX compilation failure introduced on 2008-04-02.
25372         * tests/test-frexp.c (exp): Undefine before redefining.
25373         * tests/test-frexpl.c (exp): Likewise.
25374
25375 2008-04-13  Bruno Haible  <bruno@clisp.org>
25376
25377         Work around a HP-UX stdio bug.
25378         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25379         * tests/test-ftello.c (main): Likewise.
25380         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25381         * doc/posix-functions/ftello.texi: Likewise.
25382
25383 2008-04-13  Bruno Haible  <bruno@clisp.org>
25384
25385         Make test-signbit pass on HP-UX/hppa.
25386         * tests/test-signbit.c (minus_zerol): New variable.
25387         (test_signbitl): Use it.
25388
25389 2008-04-13  Bruno Haible  <bruno@clisp.org>
25390
25391         Make truncl work on OSF/1 4.0.
25392         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25393         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25394         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25395         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25396         HAVE_DECL_TRUNCL.
25397         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25398         HAVE_DECL_TRUNCL.
25399         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25400
25401 2008-04-13  Bruno Haible  <bruno@clisp.org>
25402
25403         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25404
25405 2008-04-13  Bruno Haible  <bruno@clisp.org>
25406
25407         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25408         expression, so as to avoid HP-UX 11 cc compiler bug.
25409
25410 2008-04-13  Bruno Haible  <bruno@clisp.org>
25411
25412         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25413
25414 2008-04-13  Bruno Haible  <bruno@clisp.org>
25415
25416         * lib/git-merge-changelog.c: Remove empty declaration outside of
25417         functions.
25418
25419 2008-04-13  Bruno Haible  <bruno@clisp.org>
25420
25421         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25422
25423 2008-04-13  Bruno Haible  <bruno@clisp.org>
25424
25425         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25426         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25427         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25428         also if it exists but lacks definitions of the SHUT_* macros.
25429         * modules/sys_socket (Description): Update.
25430         Reported by Elbert Pol <e.pol@chello.nl>.
25431
25432 2008-04-13  Bruno Haible  <bruno@clisp.org>
25433
25434         * lib/localcharset.c (OS2): Don't redefine if already defined.
25435         Reported by Elbert Pol <e.pol@chello.nl>.
25436
25437 2008-04-13  Bruno Haible  <bruno@clisp.org>
25438
25439         * lib/binary-io.h [__EMX__]: Include <io.h>.
25440         Reported by Elbert Pol <e.pol@chello.nl>.
25441
25442 2008-04-12  Bruno Haible  <bruno@clisp.org>
25443
25444         * lib/fpucw.h: Enable the definitions also for x86_64.
25445         Needed for NetBSD/x86_64.
25446         Reported by Thomas Klausner <tk@giga.or.at>.
25447
25448 2008-04-12  Bruno Haible  <bruno@clisp.org>
25449
25450         * tests/test-strtod.c: Include isnand.h.
25451         (main): Use isnand instead of isnan.
25452         Reported by Jim Meyering.
25453
25454 2008-04-12  Bruno Haible  <bruno@clisp.org>
25455
25456         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25457         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25458
25459 2008-04-12  Jim Meyering  <meyering@redhat.com>
25460
25461         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25462
25463 2008-04-12  Bruno Haible  <bruno@clisp.org>
25464
25465         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25466         Reported by Elbert Pol <e.pol@chello.nl>.
25467
25468 2008-04-12  Eric Blake  <ebb9@byu.net>
25469
25470         Work around Solaris 10 math.h bug.
25471         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25472         (gl_MATH_H_DEFAULTS): Set up default.
25473         * modules/math (Makefile.am): Replace new indicators.
25474         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25475         * tests/test-math.c (main): Test this.
25476         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25477         * doc/posix-headers/math.texi (math.h): Mention bug.
25478         Reported by Nelson H. F. Beebe and Jim Meyering.
25479
25480 2008-04-11  Bruno Haible  <bruno@clisp.org>
25481
25482         Adapt to future versions of Apple GCC.
25483         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25484         Reported by Peter O'Gorman <peter@pogma.com>.
25485
25486 2008-04-11  Bruno Haible  <bruno@clisp.org>
25487
25488         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25489
25490 2008-04-11  Bruno Haible  <bruno@clisp.org>
25491
25492         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25493
25494         * modules/getaddrinfo-tests (Makefile.am): Define
25495         test_getaddrinfo_LDADD.
25496
25497 2008-04-11  Bruno Haible  <bruno@clisp.org>
25498
25499         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25500         (init): Fix syntax error.
25501         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25502         is declared.
25503
25504 2008-04-11  Bruno Haible  <bruno@clisp.org>
25505
25506         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25507         * modules/glob (Depends-on): Add stdbool.
25508
25509 2008-04-11  Bruno Haible  <bruno@clisp.org>
25510
25511         * lib/trim.c: Include <string.h>.
25512
25513 2008-04-11  Eric Blake  <ebb9@byu.net>
25514
25515         Avoid compile failure on OS/2.
25516         * lib/regex_internal.h (internal_function): Disable optimization
25517         on OS/2 (__EMX__), where it caused compiler error.
25518         Reported by Elbert Pol.
25519
25520 2008-04-11  Bruno Haible  <bruno@clisp.org>
25521
25522         Flush the standard error stream before aborting. Needed on mingw.
25523         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25524         * tests/test-array_list.c (ASSERT): Likewise.
25525         * tests/test-array_oset.c (ASSERT): Likewise.
25526         * tests/test-avltree_list.c (ASSERT): Likewise.
25527         * tests/test-avltree_oset.c (ASSERT): Likewise.
25528         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25529         * tests/test-binary-io.c (ASSERT): Likewise.
25530         * tests/test-byteswap.c (ASSERT): Likewise.
25531         * tests/test-c-ctype.c (ASSERT): Likewise.
25532         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25533         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25534         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25535         * tests/test-c-strstr.c (ASSERT): Likewise.
25536         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25537         * tests/test-canonicalize.c (ASSERT): Likewise.
25538         * tests/test-carray_list.c (ASSERT): Likewise.
25539         * tests/test-ceilf1.c (ASSERT): Likewise.
25540         * tests/test-ceilf2.c (ASSERT): Likewise.
25541         * tests/test-ceill.c (ASSERT): Likewise.
25542         * tests/test-count-one-bits.c (ASSERT): Likewise.
25543         * tests/test-fbufmode.c (ASSERT): Likewise.
25544         * tests/test-fflush2.c (ASSERT): Likewise.
25545         * tests/test-floorf1.c (ASSERT): Likewise.
25546         * tests/test-floorf2.c (ASSERT): Likewise.
25547         * tests/test-floorl.c (ASSERT): Likewise.
25548         * tests/test-fopen.c (ASSERT): Likewise.
25549         * tests/test-fpending.c (ASSERT): Likewise.
25550         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25551         * tests/test-fpurge.c (ASSERT): Likewise.
25552         * tests/test-freadable.c (ASSERT): Likewise.
25553         * tests/test-freadahead.c (ASSERT): Likewise.
25554         * tests/test-freading.c (ASSERT): Likewise.
25555         * tests/test-freadptr.c (ASSERT): Likewise.
25556         * tests/test-freadptr2.c (ASSERT): Likewise.
25557         * tests/test-freadseek.c (ASSERT): Likewise.
25558         * tests/test-freopen.c (ASSERT): Likewise.
25559         * tests/test-frexp.c (ASSERT): Likewise.
25560         * tests/test-frexpl.c (ASSERT): Likewise.
25561         * tests/test-fseek.c (ASSERT): Likewise.
25562         * tests/test-fseeko.c (ASSERT): Likewise.
25563         * tests/test-fstrcmp.c (ASSERT): Likewise.
25564         * tests/test-ftell.c (ASSERT): Likewise.
25565         * tests/test-ftello.c (ASSERT): Likewise.
25566         * tests/test-func.c (ASSERT): Likewise.
25567         * tests/test-fwritable.c (ASSERT): Likewise.
25568         * tests/test-fwriting.c (ASSERT): Likewise.
25569         * tests/test-getdelim.c (ASSERT): Likewise.
25570         * tests/test-getline.c (ASSERT): Likewise.
25571         * tests/test-i-ring.c (ASSERT): Likewise.
25572         * tests/test-iconv-utf.c (ASSERT): Likewise.
25573         * tests/test-iconv.c (ASSERT): Likewise.
25574         * tests/test-isfinite.c (ASSERT): Likewise.
25575         * tests/test-isnand.c (ASSERT): Likewise.
25576         * tests/test-isnanf.c (ASSERT): Likewise.
25577         * tests/test-isnanl.h (ASSERT): Likewise.
25578         * tests/test-ldexpl.c (ASSERT): Likewise.
25579         * tests/test-linked_list.c (ASSERT): Likewise.
25580         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25581         * tests/test-localename.c (ASSERT): Likewise.
25582         * tests/test-lseek.c (ASSERT): Likewise.
25583         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25584         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25585         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25586         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25587         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25588         * tests/test-mbschr.c (ASSERT): Likewise.
25589         * tests/test-mbscspn.c (ASSERT): Likewise.
25590         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25591         * tests/test-mbspbrk.c (ASSERT): Likewise.
25592         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25593         * tests/test-mbsrchr.c (ASSERT): Likewise.
25594         * tests/test-mbsspn.c (ASSERT): Likewise.
25595         * tests/test-mbsstr1.c (ASSERT): Likewise.
25596         * tests/test-mbsstr2.c (ASSERT): Likewise.
25597         * tests/test-mbsstr3.c (ASSERT): Likewise.
25598         * tests/test-memchr2.c (ASSERT): Likewise.
25599         * tests/test-memmem.c (ASSERT): Likewise.
25600         * tests/test-open.c (ASSERT): Likewise.
25601         * tests/test-printf-frexp.c (ASSERT): Likewise.
25602         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25603         * tests/test-printf-posix.c (ASSERT): Likewise.
25604         * tests/test-quotearg.c (ASSERT): Likewise.
25605         * tests/test-rbtree_list.c (ASSERT): Likewise.
25606         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25607         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25608         * tests/test-round1.c (ASSERT): Likewise.
25609         * tests/test-roundf1.c (ASSERT): Likewise.
25610         * tests/test-roundl.c (ASSERT): Likewise.
25611         * tests/test-signbit.c (ASSERT): Likewise.
25612         * tests/test-sleep.c (ASSERT): Likewise.
25613         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25614         * tests/test-snprintf.c (ASSERT): Likewise.
25615         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25616         * tests/test-stat-time.c (ASSERT): Likewise.
25617         * tests/test-strcasestr.c (ASSERT): Likewise.
25618         * tests/test-strerror.c (ASSERT): Likewise.
25619         * tests/test-striconv.c (ASSERT): Likewise.
25620         * tests/test-striconveh.c (ASSERT): Likewise.
25621         * tests/test-striconveha.c (ASSERT): Likewise.
25622         * tests/test-strsignal.c (ASSERT): Likewise.
25623         * tests/test-strstr.c (ASSERT): Likewise.
25624         * tests/test-strtod.c (ASSERT): Likewise.
25625         * tests/test-trunc1.c (ASSERT): Likewise.
25626         * tests/test-trunc2.c (ASSERT): Likewise.
25627         * tests/test-truncf1.c (ASSERT): Likewise.
25628         * tests/test-truncf2.c (ASSERT): Likewise.
25629         * tests/test-truncl.c (ASSERT): Likewise.
25630         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25631         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25632         * tests/test-vasnprintf.c (ASSERT): Likewise.
25633         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25634         * tests/test-vasprintf.c (ASSERT): Likewise.
25635         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25636         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25637         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25638         * tests/test-vsnprintf.c (ASSERT): Likewise.
25639         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25640         * tests/test-wcwidth.c (ASSERT): Likewise.
25641         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25642         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25643         * tests/test-xvasprintf.c (ASSERT): Likewise.
25644         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25645         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25646         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25647         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25648         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25649         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25650         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25651         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25652         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25653         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25654         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25655         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25656         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25657         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25658         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25659         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25660         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25661         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25662         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25663         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25664         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25665         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25666         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25667         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25668         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25669         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25670         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25671         * tests/unictype/test-combining.c (ASSERT): Likewise.
25672         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25673         * tests/unictype/test-digit.c (ASSERT): Likewise.
25674         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25675         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25676         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25677         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25678         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25679         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25680         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25681         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25682         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25683         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25684         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25685         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25686         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25687         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25688         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25689         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25690         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25691         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25692         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25693         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25694         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25695         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25696         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25697         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25698         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25699         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25700         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25701         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25702         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25703         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25704         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25705         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25706         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25707         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25708         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25709         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25710         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25711         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25712         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25713         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25714         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25715         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25716         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25717         Reported by Eric Blake.
25718
25719 2008-04-11  Bruno Haible  <bruno@clisp.org>
25720
25721         * lib/wchar.in.h: Tweak comment.
25722
25723 2008-04-11  Bruno Haible  <bruno@clisp.org>
25724
25725         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25726         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25727         gl_COMMON.
25728         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25729
25730 2008-04-11  Bruno Haible  <bruno@clisp.org>
25731
25732         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25733
25734 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25735
25736         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25737         of attempting to use non-existing /dev/*random.  Based on patch
25738         from Adam Strzelecki <ono@java.pl> in
25739         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25740
25741 2008-04-08  Bruno Haible  <bruno@clisp.org>
25742
25743         Add tentative support for emx+gcc.
25744         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25745         * lib/fpurge.c (fpurge): Likewise.
25746         * lib/freadable.c (freadable): Likewise.
25747         * lib/freadahead.c (freadahead): Likewise.
25748         * lib/freading.c (freading): Likewise.
25749         * lib/freadptr.c (freadptr): Likewise.
25750         * lib/freadseek.c (freadptrinc): Likewise.
25751         * lib/fseeko.c (rpl_fseeko): Likewise.
25752         * lib/fseterr.c (fseterr): Likewise.
25753         * lib/fwritable.c (fwritable): Likewise.
25754         * lib/fwriting.c (fwriting): Likewise.
25755         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25756
25757 2008-04-09  Eric Blake  <ebb9@byu.net>
25758
25759         Avoid some autoconf warnings.
25760         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25761         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25762         * m4/afs.m4 (gl_AFS): Likewise.
25763         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25764         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25765         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25766         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25767         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25768         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25769         (AC_CHECK_DECLS_ONCE): Likewise.
25770         Rename file...
25771         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25772         gnulib-tool requires autoconf 2.59 or better.
25773         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25774
25775 2008-04-08  Eric Blake  <ebb9@byu.net>
25776
25777         Use 'git describe --match' if present (added in git 1.5.5).
25778         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25779         if possible.
25780
25781 2008-04-08  Bruno Haible  <bruno@clisp.org>
25782
25783         Add tentative support for OpenServer.
25784         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
25785         _ptr, _cnt.
25786         * lib/fpurge.c (fpurge): Likewise.
25787         * lib/freadable.c (freadable): Likewise.
25788         * lib/freadahead.c (freadahead): Likewise.
25789         * lib/freading.c (freading): Likewise.
25790         * lib/freadptr.c (freadptr): Likewise.
25791         * lib/freadseek.c (freadptrinc): Likewise.
25792         * lib/fseeko.c (rpl_fseeko): Likewise.
25793         * lib/fseterr.c (fseterr): Likewise.
25794         * lib/fwritable.c (fwritable): Likewise.
25795         * lib/fwriting.c (fwriting): Likewise.
25796         Reported by Roger Cornelius <rac@tenzing.org> and
25797         Brian K. White <brian@aljex.com>.
25798
25799 2008-04-06  Jim Meyering  <meyering@redhat.com>
25800
25801         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
25802
25803 2008-04-06  Bruno Haible  <bruno@clisp.org>
25804
25805         Avoid possible error with non-ASCII bytes in UTF-8 locales.
25806         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
25807         * tests/test-printf-posix.sh: Likewise.
25808         * tests/test-vfprintf-posix.sh: Likewise.
25809         * tests/test-vprintf-posix.sh: Likewise.
25810         * tests/test-xprintf-posix.sh: Likewise.
25811
25812 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25813
25814         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
25815         hide error from 'ls', needed on OS/2.
25816         Report by Elbert Pol <elbert.pol@gmail.com>.
25817
25818 2008-04-04  Eric Blake  <ebb9@byu.net>
25819
25820         Make test-fseeko.c failures meaningful.
25821         * tests/test-fseeko.c: Print line number on failure.
25822         * tests/test-fseek.c: Likewise.
25823         Reported by Nelson H. F. Beebe.
25824
25825         Improve strtod bug detection check.
25826         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
25827         required for Solaris 10.
25828         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
25829
25830 2008-04-04  Bruno Haible  <bruno@clisp.org>
25831
25832         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
25833         by m4/setenv.m4.
25834
25835 2008-04-03  Eric Blake  <ebb9@byu.net>
25836
25837         Ensure sane .version contents.
25838         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
25839         version string.
25840         * build-aux/git-version-gen: Improve documentation.
25841
25842         Make GNU make output nicer.
25843         * top/GNUmakefile [!_have-Makefile]: Add dependency on
25844         MAKECMDGOALS to enforce message for all command line targets.  Set
25845         srcdir for use in maint.mk.
25846
25847         Another maintainer tweak.
25848         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
25849         a target that regenerates version.
25850
25851 2008-04-03  Jim Meyering  <meyering@redhat.com>
25852
25853         vc-list-files: don't cause coreutils "make po-check" failure
25854         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
25855
25856 2008-04-03  Eric Blake  <ebb9@byu.net>
25857
25858         Allow VPATH usage of vc-list-files.
25859         * build-aux/vc-list-files (scriptversion): Add timestamp.
25860         (options): Add --help, --version, -C.
25861         (CVS): Support installed cvsu.
25862
25863 2008-04-02  Bruno Haible  <bruno@clisp.org>
25864
25865         Avoid some "statement with no effect" warnings from gcc.
25866         * tests/test-wctype.c (main): Explicitly ignore unused values.
25867         Reported by Jim Meyering.
25868
25869 2008-04-02  Jim Meyering  <meyering@redhat.com>
25870
25871         Avoid some warnings from "gcc -Wshadow".
25872         * tests/test-frexp.c (exp): Define to a different identifier.
25873         * tests/test-frexpl.c (exp): Likewise.
25874
25875 2008-04-03  Jim Meyering  <meyering@redhat.com>
25876
25877         bootstrap: remove dangling *.[ch] symlinks from lib
25878         * build-aux/bootstrap [dangling symlink removal]: Move find's
25879         -depth option to precede all others, to avoid a warning.
25880         Remove *.[ch] files too, and from "$source_base" (usually lib/).
25881
25882 2008-04-02  Bruno Haible  <bruno@clisp.org>
25883
25884         Avoid some warnings from "gcc -Wshadow".
25885         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
25886         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
25887         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
25888         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
25889         Reported by Jim Meyering.
25890
25891 2008-04-01  Bruno Haible  <bruno@clisp.org>
25892
25893         Fix test to work on IRIX 6.5 with cc.
25894         * tests/test-math.c (numeric_equal): New function.
25895         (main): Use it.
25896
25897 2008-04-01  Bruno Haible  <bruno@clisp.org>
25898
25899         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
25900
25901 2008-04-01  Bruno Haible  <bruno@clisp.org>
25902
25903         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
25904         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25905         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
25906         (Depends-on): Remove math.
25907
25908         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
25909         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25910         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
25911         (Depends-on): Remove math.
25912
25913         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
25914         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25915         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
25916         (Depends-on): Remove math.
25917         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
25918         (Depends-on): Remove math.
25919
25920         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
25921         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25922         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
25923         (Depends-on): Remove math.
25924         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
25925         (Depends-on): Remove math.
25926
25927         * tests/test-round1.c: Include nan.h.
25928         (main): Use NaNd instead of NAN.
25929         * modules/round-tests (Files): Add tests/nan.h.
25930
25931         * tests/test-trunc1.c: Include nan.h.
25932         (main): Use NaNd instead of NAN.
25933         * modules/trunc-tests (Files): Add tests/nan.h.
25934
25935         * tests/test-roundf1.c: Include nan.h.
25936         (main): Use NaNf instead of NAN.
25937         * modules/roundf-tests (Files): Add tests/nan.h.
25938
25939         * tests/test-truncf1.c: Include nan.h.
25940         (main): Use NaNf instead of NAN.
25941         * modules/truncf-tests (Files): Add tests/nan.h.
25942
25943         * tests/test-ceilf1.c: Include nan.h.
25944         (main): Use NaNf instead of NAN.
25945         * modules/ceilf-tests (Files): Add tests/nan.h.
25946
25947         * tests/test-floorf1.c: Include nan.h.
25948         (main): Use NaNf instead of NAN.
25949         * modules/floorf-tests (Files): Add tests/nan.h.
25950
25951         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
25952         (main): Use NaNf instead of NAN.
25953         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
25954
25955         * tests/test-isnand.c: Include nan.h instead of <math.h>.
25956         (main): Use NaNd instead of NAN.
25957         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
25958
25959         * tests/test-frexp.c: Include nan.h.
25960         (main): Use NaNd instead of NAN.
25961         * modules/frexp-tests (Files): Add tests/nan.h.
25962
25963         * lib/isnan.c: Don't include <math.h>.
25964         (FUNC): Don't use NAN macro.
25965         * modules/isnand-nolibm (Depends-on): Remove math.
25966         * modules/isnanf-nolibm (Depends-on): Remove math.
25967         * modules/isnanl (Depends-on): Remove math.
25968         * modules/isnanl-nolibm (Depends-on): Remove math.
25969
25970         * tests/nan.h: New file.
25971
25972 2008-04-01  Eric Blake  <ebb9@byu.net>
25973
25974         Fix typos.
25975         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
25976         values to be the right type.
25977
25978         For now, cater to gnulib strtod inaccuracies.
25979         * tests/test-strtod.c (main): Allow 1-ulp error on expected
25980         fractional results.  While not as nice from a QoI perspective, it
25981         is a quicker patch than correctly implementing decimal to binary
25982         rounding.
25983
25984 2008-03-31  Eric Blake  <ebb9@byu.net>
25985
25986         Guarantee a definition of NAN.
25987         * lib/math.in.h (NAN): Define if missing.
25988         * tests/test-math.c (main): Test it.
25989         * doc/posix-headers/math.texi (math.h): Document this.
25990         * lib/isnan.c (rpl_isnand): Use it.
25991         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
25992         * tests/test-floorf1.c (NaN): Likewise.
25993         * tests/test-frexp.c (NaN): Likewise.
25994         * tests/test-isnand.c (NaN): Likewise.
25995         * tests/test-isnanf.c (NaN): Likewise.
25996         * tests/test-round1.c (NaN): Likewise.
25997         * tests/test-roundf1.c (NaN): Likewise.
25998         * tests/test-snprintf-posix.h (NaN): Likewise.
25999         * tests/test-sprintf-posix.h (NaN): Likewise.
26000         * tests/test-trunc1.c (NaN): Likewise.
26001         * tests/test-truncf1.c (NaN): Likewise.
26002         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26003         * tests/test-vasprintf-posix.c (NaN): Likewise.
26004         * modules/isnand-nolibm (Depends-on): Add math.
26005         * modules/isnanf-nolibm (Depends-on): Likewise.
26006         * modules/isnanl (Depends-on): Likewise.
26007         * modules/isnanl-nolibm (Depends-on): Likewise.
26008         * modules/snprintf-posix-tests (Depends-on): Likewise.
26009         * modules/sprintf-posix-tests (Depends-on): Likewise.
26010         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26011         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26012         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26013         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26014
26015 2008-03-31  Bruno Haible  <bruno@clisp.org>
26016
26017         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26018         * doc/posix-functions/strtod.texi: Likewise.
26019
26020 2008-03-31  Bruno Haible  <bruno@clisp.org>
26021
26022         * tests/test-strtod.c (main): Don't use C99 syntax.
26023
26024 2008-03-31  Bruno Haible  <bruno@clisp.org>
26025
26026         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26027         Reported by Eric Blake.
26028
26029 2008-03-31  Jim Meyering  <meyering@redhat.com>
26030
26031         Don't compare actual signbit return values.
26032         * tests/test-strtod.c (main): Rather, compare only their
26033         zero/non-zero nature.
26034
26035 2008-03-31  Eric Blake  <ebb9@byu.net>
26036
26037         More strtod documentation.
26038         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26039         failures as distinct bugs.
26040
26041 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26042
26043         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26044         Problem reported by Erik Benada in
26045         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26046
26047 2008-03-30  Bruno Haible  <bruno@clisp.org>
26048
26049         * tests/test-strtod.c: Add comments about which assertion fails on which
26050         platform.
26051         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26052
26053 2008-03-30  Eric Blake  <ebb9@byu.net>
26054
26055         Test signbit behavior on zeros.
26056         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26057         (test_signbitd, test_signbitl): Likewise.
26058
26059         More strtod touchups.
26060         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26061         sign of negative underflow, for now.  Use .5, not .1.
26062         * doc/posix-functions/strtod.texi (strtod): Mention these
26063         limitations.
26064         Reported by Jim Meyering.
26065
26066 2008-03-30  Bruno Haible  <bruno@clisp.org>
26067
26068         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26069         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26070
26071 2008-03-30  Bruno Haible  <bruno@clisp.org>
26072
26073         Avoid failure when attempting to return empty iconv results on some
26074         platforms.
26075         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26076         allocation, don't report ENOMEM when the resulting string is empty.
26077
26078 2008-03-30  Bruno Haible  <bruno@clisp.org>
26079
26080         Fix buffer overrun.
26081         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26082         Don't consider the width for tmp_length. Check count against tmp_length
26083         before doing the padding. Ensure enough allocation during padding.
26084
26085 2008-03-30  Eric Blake  <ebb9@byu.net>
26086
26087         strtod touchups.
26088         * lib/strtod.c (strtod): Avoid compiler warnings.
26089         Reported by Jim Meyering.
26090
26091 2008-03-30  Bruno Haible  <bruno@clisp.org>
26092
26093         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26094         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26095         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26096         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26097         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26098         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26099         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26100         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26101
26102         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26103         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26104         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26105         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26106         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26107         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26108         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26109         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26110
26111         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26112         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26113         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26114         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26115         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26116         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26117         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26118         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26119
26120         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26121         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26122
26123         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26124         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26125
26126         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26127         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26128
26129         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26130         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26131         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26132
26133         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26134         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26135         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26136
26137         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26138         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26139         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26140
26141         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26142         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26143         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26144
26145         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26146         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26147         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26148         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26149         (Depends-on): Add EOVERFLOW.
26150         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26151         (Depends-on): Add EOVERFLOW.
26152         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26153         (Depends-on): Add EOVERFLOW.
26154         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26155         (Depends-on): Add EOVERFLOW.
26156         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26157         (Depends-on): Add EOVERFLOW.
26158         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26159         (Depends-on): Add EOVERFLOW.
26160         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26161         (Depends-on): Add EOVERFLOW.
26162         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26163         (Depends-on): Add EOVERFLOW.
26164
26165         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26166         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26167         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26168
26169         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26170         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26171         * modules/snprintf (Depends-on): Add EOVERFLOW.
26172
26173         * lib/poll.c (EOVERFLOW): Remove fallback.
26174         * modules/poll (Depends-on): Add EOVERFLOW.
26175
26176         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26177         * modules/getugroups (Depends-on): Add EOVERFLOW.
26178
26179         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26180         * modules/getdelim (Depends-on): Add EOVERFLOW.
26181
26182         * lib/ftell.c (EOVERFLOW): Remove fallback.
26183         * modules/ftell (Depends-on): Add EOVERFLOW.
26184
26185         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26186         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26187         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26188
26189         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26190
26191         * modules/EOVERFLOW-tests: New file.
26192         * tests/test-EOVERFLOW.c: New file.
26193
26194         * modules/EOVERFLOW: New file.
26195         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26196
26197 2008-03-30  Bruno Haible  <bruno@clisp.org>
26198
26199         Fix bug introduced on 2007-06-10.
26200         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26201         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26202
26203 2008-03-30  Bruno Haible  <bruno@clisp.org>
26204
26205         Improve freadseek's efficiency after ungetc.
26206         * lib/freadseek.c: Include freadahead.h.
26207         (freadptrinc): New function, extracted from freadseek.
26208         (freadseek): Use it in a loop. Use freadahead to determine the number
26209         of loop iterations.
26210         * modules/freadseek (Depends-on): Add freadahead.
26211         (configure.ac): Require AC_C_INLINE.
26212
26213 2008-03-30  Bruno Haible  <bruno@clisp.org>
26214
26215         * lib/freadseek.c (freadseek): Don't ignore the return value of
26216         freadptr.
26217
26218 2008-03-29  Eric Blake  <ebb9@byu.net>
26219
26220         Add hex float support.
26221         * modules/strtod (Depends-on): Add c-ctype.
26222         (Link): Mention POW_LIB.
26223         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26224         whitespace between 'e' and exponent.
26225         * tests/test-strtod.c (main): Enable hex float tests.
26226         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26227         now provides.
26228
26229         Document various strtod bugs, with some fixes.
26230         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26231         "-0x", "inf", "nan", and hex constants.
26232         * doc/posix-functions/atof.texi (atof): Likewise.
26233         * modules/stdlib (Makefile.am): Support strtod.
26234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26235         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26236         detect additional strtod bugs.
26237         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26238         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26239         bool where appropriate.  Parse 'inf' and 'nan'.
26240         * tests/test-strtod.c: New file.
26241         * modules/strtod (Depends-on): Add stdbool, stdlib.
26242         (configure.ac): Turn on module indicator.
26243         * modules/strtod-tests: New module.
26244
26245 2008-03-29  Eric Blake  <ebb9@byu.net>
26246
26247         Fix ftell on mingw.
26248         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26249         * modules/ftell-tests (Depends-on): Add binary-io.
26250         * modules/ftello-tests (Depends-on): Likewise.
26251         * tests/test-ftell.c (main): Enhance test to cover behavior after
26252         ungetc.  Enforce binary mode.
26253         * tests/test-ftello.c (main): Likewise.
26254
26255         Pass test-freadseek on cygwin.
26256         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26257         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26258         ungetc buffer.
26259
26260         * tests/test-fflush2.c (main): Fix typo.
26261
26262 2008-03-29  Bruno Haible  <bruno@clisp.org>
26263
26264         * tests/test-fflush2.c (main): Temporarily disable the contents of
26265         this test.
26266         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26267         Reported by Eric Blake.
26268
26269 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26270
26271         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26272         (GC_SHA224_DIGEST_SIZE): Add.
26273
26274         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26275         (gc_hash_digest_length): Likewise.
26276         (gc_hash_buffer): Likewise.
26277
26278 2008-03-25  Bruno Haible  <bruno@clisp.org>
26279
26280         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26281         detail which gettext release to use.
26282         Reported by Simon Josefsson.
26283
26284 2008-03-26  Jim Meyering  <meyering@redhat.com>
26285
26286         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26287         * modules/gnumakefile (clean-GNUmakefile): Also, use
26288         test ... && ... || : syntax rather than if-then ... fi.
26289
26290         gnumakefile: Don't double-quote-expand $(VPATH) value.
26291         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26292
26293 2008-03-24  Eric Blake  <ebb9@byu.net>
26294
26295         Alter GNUmakefile to install into top directory.
26296         * modules/maintainer-makefile: Split, and add dependency...
26297         * modules/gnumakefile: to this new module.
26298         * build-aux/GNUmakefile: Move...
26299         * top/GNUmakefile: ...here.
26300         * build-aux/maint.mk: Move...
26301         * top/maint.mk: ...here.
26302         * MODULES.html.sh (Support for maintaining...): Document new
26303         module.
26304
26305 2008-03-23  Bruno Haible  <bruno@clisp.org>
26306
26307         * gnulib-tool: New options --vc-files, --no-vc-files.
26308         (func_usage): Document them.
26309         (vc_files): New variable.
26310         (func_import): Consider vc_files.
26311         (func_create_testdir): Set vc_files to empty.
26312         Suggested by Jim Meyering and Karl Berry.
26313
26314 2008-03-23  Bruno Haible  <bruno@clisp.org>
26315
26316         Fix regex compilation error on HP-UX 11.
26317         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26318         * modules/regex (Files): Add m4/mbstate_t.m4.
26319         Reported by Ton Voon <ton.voon@altinity.com>.
26320
26321 2008-03-23  Bruno Haible  <bruno@clisp.org>
26322
26323         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26324
26325 2008-03-23  Eric Blake  <ebb9@byu.net>
26326             Bruno Haible  <bruno@clisp.org>
26327
26328         Install files from top/ in the destination directory.
26329         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26330         augmentation also for the files from top/.
26331         (func_import, func_create_testdir): Rewrite file names:
26332         top/filename -> filename.
26333
26334 2008-03-23  Bruno Haible  <bruno@clisp.org>
26335
26336         Tweak "gnulib --version" output.
26337         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26338
26339 2008-03-23  Bruno Haible  <bruno@clisp.org>
26340
26341         Tweak "gnulib --version" output.
26342         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26343         rather than contents of ChangeLog, when possible.
26344
26345 2008-03-21  Eric Blake  <ebb9@byu.net>
26346
26347         More --version tweaks.
26348         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26349         date of last ChangeLog entry.
26350
26351 2008-03-21  Jim Meyering  <meyering@redhat.com>
26352
26353         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26354
26355 2008-03-20  Eric Blake  <ebb9@byu.net>
26356
26357         VPATH fix.
26358         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26359
26360 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26361
26362         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26363         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26364
26365 2008-03-20  Eric Blake  <ebb9@byu.net>
26366
26367         Sync GNUmakefile with coreutils.
26368         * build-aux/GNUmakefile (have-Makefile): Rename...
26369         (_have-Makefile): ...to this, for namespace consideration.
26370         (GNUmakefile.cfg): Include, if present.
26371         (_autoreconf): Define a default.
26372         (_is-dist-target): New rule for rebuilds to pick up intra-release
26373         version.
26374         (maint-cfg.mk): Rename...
26375         (cfg.mk): ...to this.
26376
26377 2008-03-18  Jim Meyering  <meyering@redhat.com>
26378
26379         New script and module: mktempd
26380         * MODULES.html.sh (maint+release support): Add mktempd.
26381         * build-aux/mktempd: New file.
26382         * modules/mktempd: New file.
26383
26384 2008-03-15  Jim Meyering  <meyering@redhat.com>
26385
26386         Undo last change.
26387         * lib/sha1.c, lib/md5.c: 63 != ~63.
26388         Reported by Andreas Schwab.
26389
26390         sha1.c, md5.c: Hoist a redundant expression.
26391         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26392         "ctx->buflen" only once, before calling *_process_block.
26393         * lib/md5.c (md5_process_bytes): Likewise.
26394
26395 2008-03-14  Eric Blake  <ebb9@byu.net>
26396
26397         Bump copyright year in files generated by gnulib-tool.
26398         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26399         gnulib-tool, rather than hard-coding it.
26400
26401         Fix 'gnulib-tool --version' output to work with git.
26402         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26403         (startup): ...here.
26404         (func_version): Use it to invoke git-version-gen, rather than
26405         relying on CVS keyword expansion.  Modernize wording.
26406         (cvsdatestamp, last_checkin_date, version): Kill unused
26407         variables.
26408
26409 2008-03-12  Jim Meyering  <meyering@redhat.com>
26410
26411         Recognize optional cast of the argument to free.
26412         * build-aux/useless-if-before-free: Update regexps.
26413
26414         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26415
26416 2008-03-11  Bruno Haible  <bruno@clisp.org>
26417
26418         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26419         by a single package.
26420         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26421         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26422         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26423         Reported by Sam Steingold <sds@gnu.org>.
26424
26425 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26426
26427         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26428         repositories.
26429
26430 2008-03-11  Bruno Haible  <bruno@clisp.org>
26431
26432         Avoid conflicts between local macro definitions.
26433         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26434         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26435
26436 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26437             Bruno Haible  <bruno@clisp.org>
26438
26439         Make va_copy work with some version of xlc on AIX 5.1.
26440         * lib/stdarg.in.h: New file.
26441         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26442         On AIX, use a <stdarg.h> file substitute.
26443         * modules/stdarg (Files): Add lib/stdarg.in.h.
26444         (Depends-on): Add include_next.
26445         (Makefile.am): Build a stdarg.h substitute if requested.
26446         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26447
26448 2008-03-10  Bruno Haible  <bruno@clisp.org>
26449
26450         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26451         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26452         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26453
26454 2008-03-10  Bruno Haible  <bruno@clisp.org>
26455
26456         * modules/stdlib (Depends-on): Add include_next, remove
26457         absolute-header.
26458
26459 2008-03-09  Bruno Haible  <bruno@clisp.org>
26460
26461         * lib/freadahead.h (freadahead): Document more precisely.
26462         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26463         the sum of both buffer sizes.
26464         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26465         * NEWS: Document the change.
26466
26467 2008-03-09  Bruno Haible  <bruno@clisp.org>
26468
26469         Extend freadptr to return also the buffer size.
26470         * lib/freadptr.h (freadptr): Add sizep argument.
26471         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26472         (freadptr): Add sizep argument. Determine buffer size like freadahead
26473         does.
26474         * tests/test-freadptr.c: Don't include freadahead.h.
26475         (main): Adapt for new calling convention of freadptr.
26476         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26477         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26478         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26479         tests/test-freadptr2.sh.
26480         (Depends): Remove freadahead.
26481         (TESTS): Add test-freadptr2.sh.
26482         (check_PROGRAMS): Add test-freadptr2.
26483
26484 2008-03-09  Bruno Haible  <bruno@clisp.org>
26485
26486         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26487         Report and solution by Simon Josefsson.
26488
26489 2008-03-06  Bruno Haible  <bruno@clisp.org>
26490
26491         Make fflush after ungetc work on BSD platforms.
26492         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26493         * tests/test-fflush2.c: New file.
26494         * tests/test-fflush2.sh: New file.
26495         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26496         tests/test-fflush2.c.
26497         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26498         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26499
26500 2008-03-06  Eric Blake  <ebb9@byu.net>
26501
26502         Likewise for ftello.
26503         * modules/ftello (Dependencies): Add extensions.
26504         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26505
26506 2008-03-06  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/fseeko (Dependencies): Add extensions.
26509         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26510         Needed on glibc systems.
26511
26512 2008-03-06  Bruno Haible  <bruno@clisp.org>
26513
26514         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26515         email address.
26516         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26517
26518 2008-03-06  Bruno Haible  <bruno@clisp.org>
26519
26520         * users.txt: Add libgnupdf.
26521
26522 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26523
26524         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26525         (Header File Substitutes, Function Substitutes,
26526         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26527         (Build robot for gnulib): Fix typo.
26528
26529 2008-03-06  Bruno Haible  <bruno@clisp.org>
26530
26531         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26532         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26533
26534 2008-03-06  Bruno Haible  <bruno@clisp.org>
26535
26536         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26537         * doc/gnulib.texi: Include it.
26538
26539 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26540
26541         * modules/func (License): Change license to unlimited; there was
26542         no LGPL parts in the module anyway.
26543
26544 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26545
26546         * modules/__func__: Renamed to modules/func.
26547         * modules/__func__-tests: Renamed to modules/func-tests.
26548         * tests/test-__func__.c: Renamed to tests/test-func.c.
26549         * m4/__func__.m4: Renamed to m4/func.m4.
26550         * doc/gnulib.texi (__func__): Section renamed to func.
26551         Suggested by Eric Blake <ebb9@byu.net>.
26552
26553 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26554
26555         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26556         about __func__.  Make example self-contained.  Suggested by Eric
26557         Blake <ebb9@byu.net>.
26558
26559         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26560         Suggested by Eric Blake <ebb9@byu.net>.
26561
26562 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26563
26564         * modules/__func__: New file.
26565         * modules/__func__-tests: New file.
26566         * tests/test-__func__.c: New file.
26567         * m4/__func__.m4: New file.
26568         * doc/gnulib.texi (__func__): Document __func__ module.
26569
26570 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26571
26572         * modules/byteswap (License): Re-license as LGPLv2+.
26573
26574 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26575
26576         * doc/Makefile: Add pdf target.
26577
26578 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26579
26580         * modules/inline (License): Use 'unlimited', since there are only
26581         *.m4 files in this module.
26582
26583 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26584             Bruno Haible  <bruno@clisp.org>
26585
26586         Add support for HP C 7.1 on OpenVMS 8.3.
26587         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26588
26589 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26590
26591         Update VMS specifics.
26592         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26593
26594 2008-03-02  Jim Meyering  <meyering@redhat.com>
26595
26596         Remove the last dependency on the "free" module.
26597         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26598         Reported by Bob Proulx.
26599
26600         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26601
26602         Remove useless "if" tests before free.  Deprecate "free" module.
26603         * doc/posix-functions/free.texi: Mention that this
26604         module is no longer useful.
26605         * modules/free (Notice): Say this module is obsolete.
26606         * modules/readutmp (Depends-on): Remove free.
26607         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26608         * lib/putenv.c (putenv): Likewise.
26609         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26610         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26611         * tests/test-c-strcasestr.c (main): Likewise.
26612         * tests/test-c-strstr.c (main): Likewise.
26613         * tests/test-mbscasestr1.c (main): Likewise.
26614         * tests/test-mbscasestr2.c (main): Likewise.
26615         * tests/test-mbsstr1.c (main): Likewise.
26616         * tests/test-mbsstr2.c (main): Likewise.
26617         * tests/test-memmem.c (main): Likewise.
26618         * tests/test-strcasestr.c (main): Likewise.
26619         * tests/test-striconv.c (main): Likewise.
26620         * tests/test-striconveh.c (main): Likewise.
26621         * tests/test-striconveha.c (main): Likewise.
26622         * tests/test-strstr.c (main): Likewise.
26623
26624         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26625
26626         bootstrap: sync from coreutils again
26627         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26628
26629 2008-03-01  Jim Meyering  <meyering@redhat.com>
26630
26631         bootstrap: sync from coreutils
26632         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26633         also when the target doesn't exist.
26634
26635 2008-03-01  Eric Blake  <ebb9@byu.net>
26636
26637         Fix bugs in last patch.
26638         * lib/memchr2.c (memchr2): Fix typo.
26639         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26640         extension.
26641         Reported by Bruce Korb.
26642
26643         New module 'memchr2'.
26644         * modules/memchr2: New file.
26645         * modules/memchr2-tests: Likewise.
26646         * lib/memchr2.h: Likewise.
26647         * lib/memchr2.c: Likewise, based on memchr.c.
26648         * tests/test-memchr2.c: New test.
26649         * MODULES.html.sh (String handling): Add memchr2.
26650
26651 2008-02-29  Bruno Haible  <bruno@clisp.org>
26652
26653         * modules/freadseek-tests: New file.
26654         * tests/test-freadseek.sh: New file.
26655         * tests/test-freadseek.c: New file.
26656
26657         New module 'freadseek'.
26658         * modules/freadseek: New file.
26659         * lib/freadseek.h: New file.
26660         * lib/freadseek.c: New file.
26661         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26662
26663 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26664
26665         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26666         wydawca.
26667
26668         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26669         program_invocation_name and program_invocation_short_name are
26670         present.
26671
26672 2008-02-28  Bruno Haible  <bruno@clisp.org>
26673
26674         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26675         * tests/test-freadptr.sh: Also test non-seekable stdin.
26676
26677 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26678
26679         * build-aux/bootstrap (source_base, m4_base)
26680         (doc_base, tests_base): New variables.
26681         (gnulib_tool_options): Do not hardcode base directories, use
26682         the above variables instead.
26683
26684 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26685
26686         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26687
26688 2008-02-28  Bruno Haible  <bruno@clisp.org>
26689
26690         * modules/freadptr-tests: New file.
26691         * tests/test-freadptr.sh: New file.
26692         * tests/test-freadptr.c: New file.
26693
26694         New module 'freadptr'.
26695         * modules/freadptr: New file.
26696         * lib/freadptr.h: New file.
26697         * lib/freadptr.c: New file.
26698         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26699
26700 2008-02-26  Karl Berry  <karl@freefriends.org>
26701
26702         Sync from Libtool:
26703         * libltdl/argz.c (argz_add, argz_count): New functions.
26704         * libltdl/argz.in.h: Declare them.
26705         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26706
26707 2008-02-22  Bruno Haible  <bruno@clisp.org>
26708
26709         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26710         is a pointer type.  Needed for HP-UX 10.
26711         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26712         * doc/posix-functions/gmtime_r.texi: Likewise.
26713         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26714
26715 2008-02-24  Bruno Haible  <bruno@clisp.org>
26716
26717         * modules/environ-tests: New file.
26718         * tests/test-environ.c: New file.
26719
26720         New module 'environ'.
26721         * modules/environ: New file.
26722         * lib/unistd.in.h (environ): New declaration.
26723         * m4/environ.m4: New file.
26724         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26725         after use.
26726         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26727         HAVE_DECL_ENVIRON.
26728         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26729         HAVE_DECL_ENVIRON.
26730         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26731         wrong claim that 'environ' is missing on some systems.
26732         * modules/execute (Depends-on): Add environ.
26733         * lib/execute.c (environ): Remove fallback declaration.
26734         * modules/pipe (Depends-on): Add environ.
26735         * lib/pipe.c (environ): Remove fallback declaration.
26736         * modules/setenv (Depends-on): Add environ.
26737         * lib/setenv.c (environ): Remove fallback declaration.
26738         * modules/unsetenv (Depends-on): Add environ.
26739         * lib/unsetenv.c (environ): Remove fallback declaration.
26740         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26741         m4/environ.m4.
26742         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26743         (gl_PREREQ_UNSETENV): Likewise.
26744
26745 2008-02-24  Bruno Haible  <bruno@clisp.org>
26746
26747         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26748
26749 2008-02-20  Bob Proulx  <bob@proulx.com>
26750
26751         Enable use of older two part flavor 'git describe'.
26752         * build-aux/git-version-gen: If using the older two part flavor of
26753         git version then recreate the third part now present in the
26754         newer three part flavor of git describe.
26755
26756 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26757
26758         * lib/fts.c (fts_build): Typo correction to comment.
26759
26760 2008-02-17  Bruno Haible  <bruno@clisp.org>
26761
26762         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26763         generating no-op conflicts.
26764
26765 2008-02-17  Bruno Haible  <bruno@clisp.org>
26766
26767         Speed up by 10%.
26768         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26769         result_entries, rather than an index-based loop.
26770
26771 2008-02-17  Bruno Haible  <bruno@clisp.org>
26772
26773         Speed up by 25%.
26774         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26775         'hashcode_cached'.
26776         (entry_create): New function.
26777         (entry_hashcode): Use the cached hashcode if possible.
26778         (read_changelog_file, try_split_merged_entry): Use entry_create.
26779
26780 2008-02-17  Bruno Haible  <bruno@clisp.org>
26781
26782         Speed up from O(n^2) to O(n) for long ChangeLog files.
26783         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
26784         (read_changelog_file): Change implementation of entries_reversed list
26785         to rbtreehash.
26786         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
26787
26788 2008-02-17  Bruno Haible  <bruno@clisp.org>
26789
26790         New option --split-merged-entry.
26791         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
26792         (find_paragraph_end, try_split_merged_entry): New functions.
26793         (long_options): Add option --split-merged-entry.
26794         (usage): Document option --split-merged-entry.
26795         (main): Implement option --split-merged-entry.
26796         Reported by Eric Blake.
26797
26798 2008-02-17  Bruno Haible  <bruno@clisp.org>
26799
26800         * lib/git-merge-changelog.c: Include c-strstr.h.
26801         (main): Support the "git pull --rebase" situation.
26802         * modules/git-merge-changelog (Depends-on): Add c-strstr.
26803         Reported by Eric Blake.
26804
26805 2008-02-16  Eric Blake  <ebb9@byu.net>
26806
26807         Avoid doubling \ in common case of "c-maybe" quoting style.
26808         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
26809         eliding outer quotes.
26810         * lib/quotearg.h: Document this.
26811         * tests/test-quotearg.c (result_strings, inputs, results_g)
26812         (flag_results, locale_results): Test it by adding a new string to
26813         each test group.
26814         (compare_strings): Test new string.
26815
26816 2008-02-13  Eric Blake  <ebb9@byu.net>
26817
26818         Avoid trigraph quoting in default output.
26819         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
26820         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
26821         unless explicitly requested.
26822         * tests/test-quotearg.c (flag_results, main): Add additional tests.
26823
26824 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
26825
26826         Don't rely on signed integer overflowing to negative value.
26827         * lib/getugroups.c (getugroups): Include <limits.h>.
26828         Instead, compare against INT_MAX, and increment only if the test passes.
26829
26830 2008-02-13  Jim Meyering  <meyering@redhat.com>
26831         and Eric Blake  <ebb9@byu.net>
26832
26833         Avoid shadowing warning and compile errors on Linux.
26834         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
26835         forwarding macros on Linux.
26836         (dcgettext): Define a stub, for Linux.
26837         (results_g, main): Avoid warnings.
26838
26839 2008-02-12  Eric Blake  <ebb9@byu.net>
26840
26841         Silence warning in last patch.
26842         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
26843
26844         Quotearg part 4: add tests, fix c-maybe colon quoting.
26845         * lib/quotearg.h: Improve documentation.
26846         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
26847         escapes when adding outer quotes.  When quoting trigraphs, use
26848         valid C notation.  When quoting NUL, omit extra characters if next
26849         character is not digit.  Alter prototype.
26850         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
26851         callers.
26852         * modules/quotearg-tests: New module.
26853         * tests/test-quotearg.c: New test.
26854
26855 2008-02-07  Eric Blake  <ebb9@byu.net>
26856
26857         Quotearg part 3: add flag to control outer quote elision.
26858         * lib/quotearg.h (c_maybe_quoting_style): New style.
26859         (enum quoting_flags): Better documentation of flags.
26860         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
26861         c-maybe style.
26862         (quotearg_buffer_restyled): Handle new flag to elide outer
26863         quotes.
26864
26865         Quotearg part 2: add flag that can control NUL elision.
26866         * lib/quotearg.h (set_quoting_flags): New prototype.
26867         * lib/quotearg.c (struct quoting_options): Add flag field.
26868         (set_quoting_flags): New function.
26869         (quotearg_buffer_restyled): Add flags parameter.
26870         (quotearg_alloc_mem): Set the flag if length cannot be returned.
26871         (quotearg_n_options): Set the flag, since length cannot be
26872         returned.
26873         (quoting_options_from_style): Default flags correctly.
26874
26875         Quotearg part 1: more wrappers, restore quotearg_char state.
26876         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
26877         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
26878         (quotearg_colon_mem): New wrappers.
26879         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
26880         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
26881         functions.
26882         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
26883         (quotearg_colon_mem): New functions.
26884
26885 2008-02-11  Bruno Haible  <bruno@clisp.org>
26886
26887         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
26888         library in the current directory: it does not work with parallel make.
26889         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26890
26891 2008-02-11  Bruno Haible  <bruno@clisp.org>
26892
26893         * .gitattributes: New file.
26894
26895 2008-02-11  Jim Meyering  <meyering@redhat.com>
26896
26897         useless-if-before-free: Fix reversed exit values.
26898         * build-aux/useless-if-before-free: Use correct values
26899         for EXIT_MATCH and EXIT_NO_MATCH.
26900
26901         * build-aux/useless-if-before-free: Close stdout carefully.
26902
26903 2008-02-10  Bruno Haible  <bruno@clisp.org>
26904
26905         New module 'git-merge-changelog'.
26906         * modules/git-merge-changelog: New file.
26907         * lib/git-merge-changelog.c: New file.
26908
26909 2008-02-10  Jim Meyering  <meyering@redhat.com>
26910
26911         useless-if-before-free: New option: --list (-l).
26912
26913         useless-if-before-free: Don't exit immediately upon open failure.
26914         * build-aux/useless-if-before-free: Exit 2 for errors.
26915         Upon failure to open a file, don't exit immediately.
26916         Rather, just warn and continue with any remaining files.
26917
26918 2008-02-10  Bruno Haible  <bruno@clisp.org>
26919
26920         New abstract list operation 'node_set_value'.
26921         * lib/gl_list.h (gl_list_node_set_value): New function.
26922         (struct gl_list_implementation): New field node_set_value.
26923         * lib/gl_list.c (gl_list_node_set_value): New function.
26924         * lib/gl_array_list.c (gl_array_node_set_value): New function.
26925         (gl_array_list_implementation): Update.
26926         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
26927         (gl_carray_list_implementation): Update.
26928         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
26929         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26930         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26931         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
26932         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26933         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26934         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26935         Update.
26936         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26937         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
26938         (gl_sublist_list_implementation): Update.
26939
26940 2008-02-10  Bruno Haible  <bruno@clisp.org>
26941
26942         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
26943         Needed when ELEMENT is #defined to 'some_type *'.
26944
26945 2008-02-10  Jim Meyering  <meyering@redhat.com>
26946
26947         New script and module: useless-if-before-free
26948         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
26949         * build-aux/useless-if-before-free: New file.
26950         * modules/useless-if-before-free: New file.
26951
26952         * build-aux/gitlog-to-changelog: Use committer date, not author date.
26953
26954         xstrtol_error: Fix typo.
26955         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
26956         s/exit_failure/exit_status/.
26957
26958 2008-02-09  Jim Meyering  <meyering@redhat.com>
26959
26960         New script and module: gitlog-to-changelog
26961         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
26962         * modules/gitlog-to-changelog: New file.
26963         * build-aux/gitlog-to-changelog: New file.
26964
26965 2008-02-08  Jim Meyering  <meyering@redhat.com>
26966
26967         Avoid two "parameter unused" warnings.
26968         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
26969         Mark "st" as used.
26970
26971         Use "git COMMAND", not "git-COMMAND".
26972         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
26973         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
26974         * build-aux/git-version-gen: Use "git status", not "git-status".
26975
26976 2008-02-07  Bruno Haible  <bruno@clisp.org>
26977
26978         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
26979         Avoids a crash on Windows Vista.
26980         Reported by Adam Strzelecki <ono@java.pl> via
26981         Simon Josefsson <simon@josefsson.org>.
26982
26983 2008-02-06  Bruno Haible  <bruno@clisp.org>
26984
26985         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
26986         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
26987         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
26988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
26989         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26990         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26991         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
26992         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
26993         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26994         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26995         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26996         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26997         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26998         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26999         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27000         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27001         left-adjust flag.
27002         * tests/test-snprintf-posix.h (test_function): Likewise.
27003         * tests/test-sprintf-posix.h (test_function): Likewise.
27004         * tests/test-vasprintf-posix.c (test_function): Likewise.
27005         * doc/posix-functions/fprintf.texi: Update.
27006         * doc/posix-functions/printf.texi: Update.
27007         * doc/posix-functions/snprintf.texi: Update.
27008         * doc/posix-functions/sprintf.texi: Update.
27009         * doc/posix-functions/vfprintf.texi: Update.
27010         * doc/posix-functions/vprintf.texi: Update.
27011         * doc/posix-functions/vsnprintf.texi: Update.
27012         * doc/posix-functions/vsprintf.texi: Update.
27013         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27014
27015 2008-02-06  Bruno Haible  <bruno@clisp.org>
27016
27017         Fix bug introduced on 2008-01-26.
27018         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27019
27020 2008-02-06  Bruno Haible  <bruno@clisp.org>
27021
27022         Fix bug introduced on 2007-06-10.
27023         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27024         !NEED_PRINTF_FLAG_ZERO.
27025
27026 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27027
27028         getloadavg: use libperfstat on AIX5
27029         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27030
27031 2008-02-03  Bruno Haible  <bruno@clisp.org>
27032
27033         * lib/diffseq.h: Add comments about required #includes.
27034         Reported by Michael Biggs <gnulib@doubleplum.net>.
27035
27036 2008-02-01  Bruno Haible  <bruno@clisp.org>
27037
27038         * users.txt: Add gnuit.
27039
27040 2008-01-31  Bruno Haible  <bruno@clisp.org>
27041
27042         * lib/md4.c (set_uint32): Mark as inline.
27043         * lib/md5.c (set_uint32): Likewise.
27044         * lib/sha1.c (set_uint32): Likewise.
27045         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27046         * m4/md5.m4 (gl_MD5): Likewise.
27047         * m4/sha1.m4 (gl_SHA1): Likewise.
27048
27049 2008-01-31  Jim Meyering  <meyering@redhat.com>
27050
27051         Use "sizeof VAR", rather than a literal "4".
27052         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27053         * lib/md4.c (md4_read_ctx): Likewise.
27054         * lib/sha1.c (sha1_read_ctx): Likewise.
27055
27056 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27057
27058         * tests/test-sha1.c: New file, based on test-md5.c.
27059
27060         * modules/crypto/sha1-tests: New file.
27061
27062 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27063
27064         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27065
27066 2008-01-31  Jim Meyering  <meyering@redhat.com>
27067
27068         Prefer "sizeof v" over the equivalent "4".
27069         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27070         * lib/md5.c (set_uint32): Likewise.
27071         * lib/sha1.c (set_uint32): Likewise.
27072
27073 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27074
27075         * lib/sha1.c (set_uint32): Mark function as static.
27076
27077 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27078
27079         md2: clarify comments to say that alignment is not required.
27080         * lib/md2.h: Remove warning about alignment in comment.
27081         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27082         never been required.
27083
27084 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27085
27086         md4: adapt alignment constraint fix from sha1.
27087         * lib/md4.c (set_uint32): New function, from sha1.c
27088         (md4_read_ctx): Use it.
27089         (md4_finish_ctx): Doc fix.
27090         * lib/md4.h: Doc fix.
27091
27092 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27093
27094         md5: adapt alignment constraint fix from sha1.
27095         * lib/md5.c (set_uint32): New function, from sha1.c
27096         (md5_read_ctx): Use it.
27097         (md5_finish_ctx): Doc fix.
27098         * lib/md5.h: Doc fix.
27099
27100 2008-01-30  Peter Palfrader  <weasel@debian.org>
27101
27102         sha1: remove the result buffer alignment constraint
27103         * lib/sha1.c (set_uint32): New function.
27104         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27105         constraint.
27106         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27107         * lib/sha1.h: Likewise.
27108
27109 2008-01-30  Andreas Schwab  <schwab@suse.de>
27110             Bruno Haible  <bruno@clisp.org>
27111
27112         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27113         correct definition of LDBL_MIN_EXP.
27114
27115 2008-01-30  Karl Berry  <karl@gnu.org>
27116
27117         * config/srclist-update: try to preserve x bit on updates.
27118         * config/srclistvars.sh: update for karl.
27119
27120 2008-01-29  Jim Meyering  <meyering@redhat.com>
27121
27122         vasnprintf.c: Avoid warning about unused label
27123         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27124         "overflow" label definition and associated code with the
27125         same cpp condition that guards the sole use of that label.
27126
27127 2008-01-26  Bruno Haible  <bruno@clisp.org>
27128
27129         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27130         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27131         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27132         * lib/isnanl-nolibm.h (isnanl): Likewise.
27133         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27134
27135 2008-01-26  Bruno Haible  <bruno@clisp.org>
27136
27137         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27138         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27139
27140 2008-01-26  Bruno Haible  <bruno@clisp.org>
27141
27142         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27143         GCC >= 4.0 built-in.
27144         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27145
27146 2008-01-26  Bruno Haible  <bruno@clisp.org>
27147
27148         Rename isnan, applicable to 'double' only, to isnand.
27149         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27150         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27151         (configure.ac): Update.
27152         (Include): Replace "isnan.h" with "isnand.h".
27153         * m4/isnand.m4: Renamed from m4/isnan.m4.
27154         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27155         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27156         instead of isnan.c.
27157         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27158         instead of HAVE_ISNAN_IN_LIBC.
27159         (isnand): Renamed from isnan.
27160         * lib/isnand.c: New file.
27161         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27162         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27163         (Makefile.am): Update.
27164         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27165         Include isnand.h instead of isnan.h.
27166         (main): Test isnand instead of isnan.
27167         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27168         isnan-nolibm.
27169         * modules/frexp (Depends-on): Likewise.
27170         * modules/frexp-tests (Depends-on): Likewise.
27171         * modules/frexp-nolibm (Depends-on): Likewise.
27172         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27173         * modules/isfinite (Depends-on): Likewise.
27174         * modules/round-tests (Depends-on): Likewise.
27175         * modules/signbit (Depends-on): Likewise.
27176         * modules/signbit-tests (Depends-on): Likewise.
27177         * modules/snprintf-posix (Depends-on): Likewise.
27178         * modules/sprintf-posix (Depends-on): Likewise.
27179         * modules/trunc-tests (Depends-on): Likewise.
27180         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27181         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27182         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27183         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27184         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27185         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27186         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27187         * modules/vasnprintf-posix (Depends-on): Likewise.
27188         * modules/vasprintf-posix (Depends-on): Likewise.
27189         * modules/vfprintf-posix (Depends-on): Likewise.
27190         * modules/vsnprintf-posix (Depends-on): Likewise.
27191         * modules/vsprintf-posix (Depends-on): Likewise.
27192         * lib/frexp.c: Include isnand.h instead of isnan.h.
27193         (ISNAN): Set to isnand instead of isnan.
27194         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27195         (gl_isfinited): Use isnand instead of isnan.
27196         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27197         (gl_signbitd): Use isnand instead of isnan.
27198         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27199         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27200         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27201         (main): Use isnand instead of isnan.
27202         * tests/test-round1.c: Include isnand.h.
27203         (main): Use isnand instead of isnan.
27204         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27205         (ISNAN): Set to isnand instead of isnan.
27206         * tests/test-trunc1.c: Include isnand.h.
27207         (main): Use isnand instead of isnan.
27208         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27209         (equal): Use isnand instead of isnan.
27210         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27211         isnand-nolibm.
27212         * NEWS: Mention the change.
27213
27214 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27215             Bruno Haible  <bruno@clisp.org>
27216
27217         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27218         the GCC builtins for signbits are present and set
27219         REPLACE_SIGNBIT_USING_GCC if so.
27220         * lib/math.in.h (signbit): Define using GCC builtins if
27221         REPLACE_SIGNBIT_USING_GCC is set.
27222         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27223         REPLACE_SIGNBIT_USING_GCC.
27224         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27225
27226 2008-01-25  Jim Meyering  <meyering@redhat.com>
27227
27228         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27229         * lib/poll.c: Include <config.h>, not "config.h".
27230         * tests/test-getaddrinfo.c: Likewise.
27231
27232 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27233
27234         * modules/sockets-tests: New file.
27235
27236 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27237
27238         * modules/sockets: New module, can be used to call WSA_Startup and
27239         WSA_Cleanup when needed.
27240
27241         * lib/sockets.h, lib/sockets.c: New files.
27242
27243         * m4/sockets.m4: New file.
27244
27245         * tests/test-sockets.c: New file.
27246
27247 2008-01-19  Bruno Haible  <bruno@clisp.org>
27248
27249         * doc/posix-headers: Renamed from doc/headers.
27250         * doc/posix-functions: Renamed from doc/functions.
27251         * doc/gnulib.texi: Update.
27252
27253 2008-01-19  Bruno Haible  <bruno@clisp.org>
27254
27255         * doc/glibc-functions/strcasestr.texi: Include contents of
27256         doc/functions/strcasestr.texi, fixing the list of platforms.
27257         * doc/functions/strcasestr.texi: Remove file.
27258
27259 2008-01-19  Bruno Haible  <bruno@clisp.org>
27260
27261         * doc/glibc-functions/memmem.texi: Include contents of
27262         doc/functions/memmem.texi.
27263         * doc/functions/memmem.texi: Remove file.
27264
27265 2008-01-18  Bruno Haible  <bruno@clisp.org>
27266
27267         * doc/glibc-functions/*.texi: New files.
27268         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27269         to use the new files.
27270
27271 2008-01-17  Bruno Haible  <bruno@clisp.org>
27272
27273         * tests/test-gethostname.c (main): Fix printf statement.
27274
27275 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27276
27277         * modules/gethostname-tests: New file.
27278
27279         * tests/test-gethostname.c: New file.
27280
27281 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27282
27283         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27284         used by the UNAME case.  Reported by Bruno Haible
27285         <bruno@clisp.org>.
27286
27287 2008-01-17  Eric Blake  <ebb9@byu.net>
27288
27289         Convert c-strcasestr to be more efficient.
27290         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27291         (Depends-on): Add c-strcase, remove malloca, strnlen.
27292         * tests/test-c-strcasestr.c (main): Enhance test.
27293         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27294
27295 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27296
27297         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27298         Use it in creating po/Makevars.
27299
27300 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27301
27302         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27303         Applications that requires it should initialize libgcrypt
27304         manually.
27305
27306 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27307
27308         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27309
27310 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27311
27312         Fix problem with getdate on mingw32 reported by Simon Josefsson
27313         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27314         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27315         tzname", when deciding whether to declare tzname.
27316         * lib/strftime.c (tzname): Likewise.
27317
27318 2008-01-15  Bruno Haible  <bruno@clisp.org>
27319
27320         Work around a MacOS X 10.5 bug in frexpl().
27321         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27322         * doc/functions/frexpl.texi: Document the bug.
27323         Reported by Elias Pipping <pipping@gentoo.org>.
27324
27325 2008-01-14  Eric Blake  <ebb9@byu.net>
27326
27327         Touch up previous patch.
27328         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27329         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27330
27331         Convert strcasestr module to use Two-Way algorithm.
27332         * modules/strcasestr-simple: New module, based on the old
27333         strcasestr, but with Two-Way rather than KMP.
27334         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27335         * lib/string.in.h (rpl_strcasestr): Declare.
27336         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27337         performance.
27338         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27339         * modules/string (Makefile.am): Support strcasestr.
27340         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27341         * modules/strcasestr-tests (Depends-on): Check for alarm.
27342         * tests/test-strcasestr.c: Augment test.
27343         * lib/str-two-way.h: Clean up stray macro.
27344         * NEWS: Document new module.
27345         * MODULES.html.sh (string handling): Likewise.
27346         * doc/functions/strcasestr.texi: New file.
27347         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27348         here, since it is not a POSIX function.
27349
27350 2008-01-14  Colin Watson  <cjwatson@debian.org>
27351             Bruno Haible  <bruno@clisp.org>
27352
27353         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27354         works fine; if not, set REPLACE_STRSIGNAL.
27355         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27356         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27357         REPLACE_STRSIGNAL.
27358         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27359         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27360         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27361
27362 2008-01-14  Bruno Haible  <bruno@clisp.org>
27363
27364         * modules/strsignal (Include): Change to <string.h>.
27365
27366 2008-01-14  Colin Watson  <cjwatson@debian.org>
27367
27368         * modules/argp (Notice): Add a notice recommending to change
27369         XGETTEXT_OPTIONS.
27370         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27371
27372 2008-01-13  Colin Watson  <cjwatson@debian.org>
27373
27374         * modules/strsignal-tests: New file.
27375         * tests/test-strsignal.c: New file.
27376
27377         * lib/strsignal.c: New file, from glibc with modifications.
27378         * lib/siglist.h: New file, from glibc with modifications.
27379         * lib/string.in.h (strsignal): New declaration.
27380         * m4/strsignal.m4: New file.
27381         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27382         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27383         * modules/strsignal: New file.
27384         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27385         HAVE_DECL_STRSIGNAL.
27386
27387 2008-01-13  Bruno Haible  <bruno@clisp.org>
27388
27389         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27390         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27391         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27392         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27393
27394 2008-01-13  Bruno Haible  <bruno@clisp.org>
27395
27396         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27397         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27398         * lib/argp.h (__attribute__): Likewise.
27399         * lib/c-stack.c (__attribute__): Likewise.
27400         * lib/error.h (__attribute__): Likewise.
27401         * lib/fts.c (__attribute__): Likewise.
27402         * lib/openat.h (__attribute__): Likewise.
27403         * lib/stdio.in.h (__attribute__): Likewise.
27404         * lib/string.in.h (__attribute__): Likewise.
27405         * lib/utimens.c (__attribute__): Likewise.
27406         * lib/vasnprintf.h (__attribute__): Likewise.
27407         * lib/xalloc.h (__attribute__): Likewise.
27408         * lib/xprintf.h (__attribute__): Likewise.
27409         * lib/xstrtol.h (__attribute__): Likewise.
27410         * lib/xvasprintf.h (__attribute__): Likewise.
27411
27412 2008-01-12  Bruno Haible  <bruno@clisp.org>
27413
27414         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27415         * doc/glibc-headers/a.out.texi: New file.
27416         * doc/glibc-headers/aliases.texi: New file.
27417         * doc/glibc-headers/alloca.texi: New file.
27418         * doc/glibc-headers/ar.texi: New file.
27419         * doc/glibc-headers/argp.texi: New file.
27420         * doc/glibc-headers/argz.texi: New file.
27421         * doc/glibc-headers/byteswap.texi: New file.
27422         * doc/glibc-headers/crypt.texi: New file.
27423         * doc/glibc-headers/endian.texi: New file.
27424         * doc/glibc-headers/envz.texi: New file.
27425         * doc/glibc-headers/err.texi: New file.
27426         * doc/glibc-headers/error.texi: New file.
27427         * doc/glibc-headers/execinfo.texi: New file.
27428         * doc/glibc-headers/fpu_control.texi: New file.
27429         * doc/glibc-headers/fstab.texi: New file.
27430         * doc/glibc-headers/fts.texi: New file.
27431         * doc/glibc-headers/getopt.texi: New file.
27432         * doc/glibc-headers/ieee754.texi: New file.
27433         * doc/glibc-headers/ifaddrs.texi: New file.
27434         * doc/glibc-headers/libintl.texi: New file.
27435         * doc/glibc-headers/mcheck.texi: New file.
27436         * doc/glibc-headers/mntent.texi: New file.
27437         * doc/glibc-headers/obstack.texi: New file.
27438         * doc/glibc-headers/paths.texi: New file.
27439         * doc/glibc-headers/printf.texi: New file.
27440         * doc/glibc-headers/pty.texi: New file.
27441         * doc/glibc-headers/resolv.texi: New file.
27442         * doc/glibc-headers/shadow.texi: New file.
27443         * doc/glibc-headers/sysexits.texi: New file.
27444         * doc/glibc-headers/ttyent.texi: New file.
27445
27446 2008-01-12  Jim Meyering  <meyering@redhat.com>
27447
27448         announce-gen: emit Gnulib's git-based version string.
27449         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27450         New option --gnulib-version=V, where V is expected to be
27451         the output of running git describe in the gnulib directory.
27452         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27453         not useful, and plan to stop publishing an xdelta file with each
27454         coreutils release.
27455
27456         * build-aux/announce-gen: Also check for lzma-compressed files.
27457
27458 2008-01-11  Bruno Haible  <bruno@clisp.org>
27459
27460         * tests/test-memmem.c (main): Increase maximum allowed time.
27461         * tests/test-strstr.c (main): Likewise.
27462
27463 2008-01-11  Bruno Haible  <bruno@clisp.org>
27464
27465         * doc/functions/memmem.texi: Add more precisions about platforms.
27466         * doc/functions/strstr.texi: Likewise.
27467
27468 2008-01-10  Eric Blake  <ebb9@byu.net>
27469
27470         * m4/strstr.m4: Delete cruft from copy-n-paste.
27471         Reported by Bruno Haible.
27472
27473 2008-01-10  Bruno Haible  <bruno@clisp.org>
27474
27475         Make c-strstr rely on strstr.
27476         * lib/c-strstr.c: Don't include str-kmp.h.
27477         (c_strstr): Define in terms of strstr.
27478         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27479         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27480
27481 2008-01-10  Bruno Haible  <bruno@clisp.org>
27482
27483         * doc/gnulib.texi (String Functions in C Locale): New section.
27484         * doc/c-ctype.texi: New file.
27485         * doc/c-strcase.texi: New file.
27486         * doc/c-strcaseeq.texi: New file.
27487         * doc/c-strcasestr.texi: New file.
27488         * doc/c-strstr.texi: New file.
27489         * doc/c-strtod.texi: New file.
27490         * doc/c-strtold.texi: New file.
27491
27492 2008-01-10  Eric Blake  <ebb9@byu.net>
27493
27494         * lib/relocatable.h: Fix a comment.
27495
27496 2008-01-10  Eric Blake  <ebb9@byu.net>
27497
27498         Share two-way algorithm.
27499         * lib/str-two-way.h: New file, merged from...
27500         * lib/memmem.c: ...here...
27501         * lib/strstr.c: ...and here.
27502         * modules/memmem (Files): Use it.
27503         * modules/strstr (Files): Likewise.
27504
27505         Avoid quadratic strstr implementations.
27506         * lib/strstr.c: New file.
27507         * m4/strstr.m4: Likewise.
27508         * modules/strstr: Likewise.
27509         * modules/strstr-tests: Likewise.
27510         * tests/test-strstr.c: Likewise.
27511         * lib/string.in.h (rpl_strstr): Declare.
27512         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27513         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27514         * modules/string (Makefile.am): Likewise.
27515         * MODULES.html.sh (string handling): Mention new module.
27516         * doc/functions/strstr.texi (strstr): Document the bug.
27517
27518 2008-01-10  Bruno Haible  <bruno@clisp.org>
27519
27520         * lib/relocatable.h (relocate): State whether result is freshly
27521         allocated or not.
27522         * lib/relocatable.c (relocate): Return a freshly allocated string
27523         instead of a pointer to a privately held string.
27524         Reported by Sylvain Beucler <beuc@gnu.org>.
27525
27526 2008-01-10  Colin Watson  <cjwatson@debian.org>
27527
27528         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27529         s/S_ISNLK/S_ISLNK/.
27530
27531 2008-01-09  Bruno Haible  <bruno@clisp.org>
27532
27533         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27534         and other files.
27535         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27536         if it's only a guess.
27537         * modules/memmem: Simplify by depending on memmem-simple.
27538
27539 2008-01-09  Bruno Haible  <bruno@clisp.org>
27540
27541         Work around OpenBSD 4.0 tdelete() bug.
27542         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27543         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27544         macros and don't redefine the enum values.
27545         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27546         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27547         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27548
27549 2008-01-09  Bruno Haible  <bruno@clisp.org>
27550
27551         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27552         (main): Don't perform the tests if setlocale did not install a UTF-8
27553         locale. Needed on OpenBSD 4.0.
27554         * modules/wcwidth-tests (Depends-on): Add localcharset.
27555
27556 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27557
27558         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27559         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27560         * NEWS: announce this.
27561         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27562
27563 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27564         and Eric Blake  <ebb9@byu.net>
27565
27566         Add memmem-simple module.
27567         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27568         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27569         * modules/memmem-simple: New file.
27570         * modules/memmem (Description): Tweak.
27571         * MODULES.html.sh (string handling): Mention new module.
27572         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27573         addressed by memmem-simple.
27574         * NEWS: Document the difference.
27575
27576 2008-01-09  Eric Blake  <ebb9@byu.net>
27577
27578         Give gcc some memmem optimization hints.
27579         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27580         (strcasestr): Declare as pure.
27581         * modules/memmem (Maintainer): Claim my implementation.
27582
27583 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27584
27585         Support AIX 6.1 and higher.
27586         * build-aux/config.libpath: Likewise.
27587         * build-aux/config.rpath: Likewise.
27588
27589 2008-01-08  Jim Meyering  <meyering@redhat.com>
27590             Bruno Haible  <bruno@clisp.org>
27591
27592         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27593         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27594         Reported by Peter Fales in
27595         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27596
27597 2008-01-08  Bruno Haible  <bruno@clisp.org>
27598
27599         * modules/unictype/category-of (Depends-on): Add
27600         unictype/category-none.
27601         * modules/unictype/category-and-tests (Depends-on): Add
27602         unictype/category-{L,N,Lu,Nd}.
27603         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27604         * modules/unictype/category-or-tests (Depends-on): Add
27605         unictype/category-{L,N}.
27606         * modules/unictype/category-name-tests (Depends-on): Add
27607         unictype/category-{Z,Nl}.
27608         Reported by Simon Josefsson.
27609
27610 2008-01-08  Bruno Haible  <bruno@clisp.org>
27611
27612         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27613         convention better.
27614         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27615         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27616         Reported by Peter Miller <millerp@canb.auug.org.au>.
27617
27618 2008-01-08  Eric Blake  <ebb9@byu.net>
27619
27620         Rewrite memmem to guarantee linear complexity without malloc.
27621         * lib/memmem.c (memmem): Use Two-Way rather than
27622         Knuth-Morris-Pratt, to allow O(1) space usage.
27623         (critical_factorization, two_way_short_needle)
27624         (two_way_long_needle): New functions.
27625         (knuth_morris_pratt): Delete.
27626         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27627         Add stdint.
27628         * tests/test-memmem.c (main): Add tests for periodic needle and
27629         sublinear performance.
27630         * doc/functions/memmem.texi (memmem): Document other deficiencies
27631         in cygwin and older glibc.
27632
27633 2008-01-08  Bruno Haible  <bruno@clisp.org>
27634
27635         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27636         augmentation.
27637
27638 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27639
27640         Add a configure time option: --disable-acl.
27641         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27642         AC_ARG_ENABLE(acl).
27643
27644 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27645
27646         * tests/test-localename.c: Don't include obsolete "setenv.h".
27647
27648         * modules/localename-tests (Depends-on): Need unsetenv.
27649
27650 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27651
27652         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27653
27654 2008-01-06  Colin Watson  <cjwatson@debian.org>
27655
27656         * users.txt: Add man-db.
27657
27658 2008-01-07  Bruno Haible  <bruno@clisp.org>
27659
27660         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27661         previous section name.
27662
27663 2008-01-07  Bruno Haible  <bruno@clisp.org>
27664
27665         * lib/progname.c (set_program_name): Don't strip off a leading
27666         "lt-" prefix outside a .libs directory.
27667         Suggested by Paul Eggert.
27668
27669 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27670             Bruno Haible  <bruno@clisp.org>
27671
27672         Improve memory cleanup in 'relocatable' module.
27673         * lib/relocatable.h (compute_curr_prefix): Change return type to
27674         'char *'.
27675         * lib/relocatable.c (compute_curr_prefix): Change return type to
27676         'char *'. Free curr_installdir after use.
27677         (relocate): Free curr_prefix_better after use.
27678         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27679
27680 2008-01-01  Bruno Haible  <bruno@clisp.org>
27681
27682         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27683         failure on older glibc systems.
27684         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27685
27686 2008-01-05  Eric Blake  <ebb9@byu.net>
27687
27688         Avoid quadratic system memmem.
27689         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27690         Reported by Ralf Wildenhues.
27691
27692         Fix memmem test for mingw.
27693         * modules/memmem-tests (configure.ac): Check for alarm.
27694         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27695         it.
27696         * doc/functions/memmem.texi: New file.
27697         * doc/gnulib.texi (Function Substitutes): Add memmem.
27698         Reported by Bruno Haible.
27699
27700 2008-01-04  Bruno Haible  <bruno@clisp.org>
27701
27702         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27703         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27704         gl_HEADER_STRING_H_DEFAULTS.
27705
27706 2008-01-04  Eric Blake  <ebb9@byu.net>
27707
27708         Shorten duration of memmem test.
27709         * tests/test-memmem.c (main): Use alarm to declare failure if test
27710         is taking too long.
27711         Reported by Ralf Wildenhues.
27712
27713 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27714
27715         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27716         string, needed by strerror.
27717
27718 2008-01-03  Colin Watson  <cjwatson@debian.org>
27719             Bruno Haible  <bruno@clisp.org>
27720
27721         * doc/gnulib-tool.texi (Localization): New section.
27722
27723 2008-01-02  Bruno Haible  <bruno@clisp.org>
27724
27725         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27726         variables to 'unsigned char *' type.
27727         Reported by Paul Eggert.
27728
27729 2008-01-02  Jim Meyering  <jim@meyering.net>
27730
27731         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27732
27733 2007-12-31  Jim Meyering  <jim@meyering.net>
27734
27735         Avoid use of private FTS type name.
27736         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27737
27738 2007-12-30  Karl Berry  <karl@gnu.org>
27739
27740         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27741         work around defect in Texinfo and/or the standalone Info browser.
27742
27743 2007-12-30  Bruno Haible  <bruno@clisp.org>
27744
27745         Unify 5 copies of the KMP code.
27746         * lib/str-kmp.h: New file.
27747         * lib/c-strcasestr.c: Include str-kmp.h.
27748         (knuth_morris_pratt): Remove function.
27749         (c_strcasestr): Update.
27750         * lib/c-strstr.c: Include str-kmp.h.
27751         (knuth_morris_pratt): Remove function.
27752         (c_strcasestr): Update.
27753         * lib/mbscasestr.c: Include str-kmp.h.
27754         (knuth_morris_pratt_unibyte): Remove function.
27755         * lib/mbsstr.c: Include str-kmp.h.
27756         (knuth_morris_pratt_unibyte): Remove function.
27757         * lib/strcasestr.c: Include str-kmp.h.
27758         (knuth_morris_pratt): Remove function.
27759         (strcasestr): Update.
27760         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27761         * modules/c-strstr (Files): Likewise.
27762         * modules/mbscasestr (Files): Likewise.
27763         * modules/mbsstr (Files): Likewise.
27764         * modules/strcasestr (Files): Likewise.
27765         Suggested by Paul Eggert.
27766
27767 2007-12-30  Bruno Haible  <bruno@clisp.org>
27768
27769         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27770         defined.
27771
27772 2007-12-30  Bruno Haible  <bruno@clisp.org>
27773
27774         * lib/xmalloca.h: Include xalloc.h.
27775         (xnmalloca): New macro.
27776
27777 2007-12-30  Bruno Haible  <bruno@clisp.org>
27778
27779         * lib/malloca.h (nmalloca): New macro.
27780         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
27781         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
27782         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
27783         knuth_morris_pratt_multibyte): Likewise.
27784         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
27785         knuth_morris_pratt_multibyte): Likewise.
27786         * lib/memmem.c (knuth_morris_pratt): Likewise.
27787         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
27788
27789 2007-12-25  Bruno Haible  <bruno@clisp.org>
27790
27791         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
27792         * lib/glob.c: Don't include openat.h.
27793         (link_exists2_p): Add back the code that deals with the
27794         !GLOB_ALTDIRFUNC case.
27795         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
27796         let it do the filename concatenation.
27797         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
27798         * modules/glob (Depends-on): Remove openat.
27799
27800 2007-12-31  Bruno Haible  <bruno@clisp.org>
27801
27802         * modules/dirfd (License): Change to LGPLv2+.
27803         Approved by Jim Meyering.
27804
27805 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27806
27807         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
27808         when multiplying M by sizeof (size_t).
27809
27810 2007-12-10  Martin Lambers  <marlam@marlam.de>
27811
27812         Override getpagesize on mingw.
27813         * lib/getpagesize.c: New file.
27814         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
27815         * modules/getpagesize (Files): Add lib/getpagesize.c.
27816         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
27817         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
27818         REPLACE_GETPAGESIZE.
27819         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
27820
27821 2007-12-25  Bruno Haible  <bruno@clisp.org>
27822
27823         * modules/localcharset (Notice): New field.
27824         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
27825         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
27826
27827 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27828             Bruno Haible  <bruno@clisp.org>
27829
27830         Avoid using the syntax symbol() in formatted documentation.
27831         * MODULES.html.sh (func_module): When replacing symbol() with a
27832         hyperlink, remove the parentheses. Show an error if some remain.
27833         Recognize and render the '...' syntax.
27834         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
27835         Rework. Add paragraph about GCC's inlining.
27836         * doc/alloca.texi: Likewise.
27837         * doc/error.texi: Remove parentheses from symbol reference.
27838         * doc/gnulib-intro.texi: Likewise.
27839         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
27840         * modules/fnmatch (Description): Reword to say "the ... function".
27841         * modules/full-read (Description): Likewise.
27842         * modules/full-write (Description): Likewise.
27843         * modules/safe-read (Description): Likewise.
27844         * modules/safe-write (Description): Likewise.
27845         * modules/strchrnul (Description): Likewise.
27846         * modules/trim (Description): Likewise.
27847         * modules/error (Description): Remove parentheses from symbol
27848         references.
27849         * modules/verror (Description): Likewise.
27850         Reported by Karl Berry.
27851
27852 2007-12-25  Bruno Haible  <bruno@clisp.org>
27853
27854         Fixup after 2007-10-16 commit.
27855         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
27856
27857 2007-12-24  Bruno Haible  <bruno@clisp.org>
27858
27859         Make --enable-relocatable work with DESTDIR.
27860         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
27861         to compute installdir from destprog.
27862         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
27863         also set the RELOC_DESTDIR variable.
27864         Reported by Левашев Иван <octagram@bluebottle.com>.
27865
27866 2007-12-24  Bruno Haible  <bruno@clisp.org>
27867
27868         Fix link error due to xalloc_die().
27869         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
27870         of xreadlink.
27871         * lib/relocwrapper.c: Update comments.
27872         * build-aux/install-reloc: Remove xreadlink.c from file list.
27873         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
27874         xreadlink.c.
27875         Reported by Левашев Иван <octagram@bluebottle.com>.
27876
27877 2007-12-24  Bruno Haible  <bruno@clisp.org>
27878
27879         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
27880         * lib/setenv.h: Remove file.
27881         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
27882         lib/setenv.h.
27883         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
27884         (Depends-on): Add stdlib.
27885         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
27886         gl_FUNC_UNSETENV.
27887         (Include): Replace setenv.h with <stdlib.h>.
27888         * modules/unsetenv: New file.
27889         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
27890         * lib/unsetenv.c: Include <stdlib.h> first.
27891         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
27892         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
27893         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
27894         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
27895         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
27896         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27897         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
27898         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27899         * doc/functions/unsetenv.texi: Update.
27900         * modules/xsetenv (Depends-on): Add unsetenv.
27901         * modules/getdate (Depends-on): Likewise.
27902         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
27903         * lib/xsetenv.c: Don't include setenv.h.
27904         * lib/getdate.y: Likewise.
27905         * lib/relocwrapper.c: Likewise.
27906         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
27907         (Depends-on): Add stdlib.
27908         * NEWS: Mention the changes.
27909         Reported by Левашев Иван <octagram@bluebottle.com>.
27910
27911 2007-12-23  Bruno Haible  <bruno@clisp.org>
27912
27913         * lib/memmem.c (memmem): Use lowercase variable names. Tab
27914         indentation.
27915
27916 2007-12-23  Bruno Haible  <bruno@clisp.org>
27917
27918         * lib/c-strcasestr.c: Add more comments.
27919         * lib/c-strstr.c: Likewise.
27920         * lib/mbscasestr.c: Likewise.
27921         * lib/mbsstr.c: Likewise.
27922         * lib/strcasestr.c: Likewise.
27923         * lib/memmem.c: Likewise.
27924
27925 2007-12-23  Bruno Haible  <bruno@clisp.org>
27926
27927         * tests/test-memmem.c: Include <string.h> first.
27928
27929 2007-12-22  Bruno Haible  <bruno@clisp.org>
27930
27931         * gnulib-tool (func_create_testdir): Change $auxdir while generating
27932         the contents of $testsbase.
27933         Reported by Ralf Wildenhues.
27934
27935 2007-12-22  Bruno Haible  <bruno@clisp.org>
27936
27937         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
27938         two variables local_ldadd_before, local_ldadd_last.
27939
27940 2007-12-20  Eric Blake  <ebb9@byu.net>
27941
27942         Work around circular library issue when cross-compiling.
27943         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
27944         that progname.o does not need to pull in rpl_memcmp.
27945
27946 2007-12-19  Eric Blake  <ebb9@byu.net>
27947
27948         Fix memmem to avoid O(n^2) worst-case complexity.
27949         * lib/memmem.c (knuth_morris_pratt): New function.
27950         (memmem): Use it if first few naive iterations fail.
27951         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
27952         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
27953         * modules/memchr (License): Likewise.
27954         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
27955         malloca.
27956         * tests/test-memmem.c: Rewrite, borrowing ideas from
27957         test-mbsstr1.c; the old version wouldn't even compile!
27958         * modules/memmem-tests: New file.
27959         * lib/string.in.h (rpl_memmem): Add declaration.
27960         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27961         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
27962         REPLACE_MEMMEM.
27963
27964 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27965
27966         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
27967         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
27968         before any system include files, and undef after them all.  This
27969         should fix a problem on VMS reported by John E. Malmberg in
27970         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
27971
27972 2007-12-17  Eric Blake  <ebb9@byu.net>
27973
27974         Revert addition of verify, for BSD/OS.
27975         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
27976         can't handle large files, for the sake of obsolete platforms.
27977         * modules/fseeko (Depends-on): Remove verify.
27978         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
27979         * doc/functions/ftello.texi (ftello): Likewise.
27980         * doc/functions/fgetpos.texi (fgetpos): Likewise.
27981         Reported by Larry Jones.
27982
27983 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
27984
27985         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
27986         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
27987
27988 2007-12-17  Jim Meyering  <meyering@redhat.com>
27989
27990         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
27991         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
27992         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
27993         * modules/getcwd (Depends-on): Add openat.
27994         Reported by Petr Salinger.
27995
27996 2007-12-17  Bruno Haible  <bruno@clisp.org>
27997
27998         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
27999         avoid a segmentation fault of the configure test on x86_64 systems.
28000
28001 2007-12-15  Jim Meyering  <meyering@redhat.com>
28002
28003         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28004
28005 2007-12-13  Eric Blake  <ebb9@byu.net>
28006
28007         Another fseek test.
28008         * tests/test-fseek.c (main): Also test ungetc handling.
28009         * tests/test-fseeko.c (main): Likewise.
28010         * modules/fseeko (Depends-on): Add verify.
28011         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28012         large.
28013         Reported by Larry Jones.
28014
28015         Fix fseeko on mingw.
28016         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28017         seek.
28018
28019         Beef up fseek tests.
28020         * tests/test-fseek.c (main): Also test eof handling.
28021         * tests/test-fseeko.c (main): Likewise.
28022         Reported by Larry Jones.
28023
28024 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28025
28026         Fix fseeko on BSD-based platforms.
28027         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28028         successful seek.
28029
28030 2007-12-12  Eric Blake  <ebb9@byu.net>
28031
28032         Allow circular dependency of separate libtests.a
28033         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28034         when use_libtests.
28035
28036 2007-12-11  Eric Blake  <ebb9@byu.net>
28037
28038         Fix bug with -0.0L in previous patch.
28039         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28040         * tests/test-isnan.c (main): Also test on zeroes.
28041         * tests/test-isnanf.c (main): Likewise.
28042         * tests/test-isnanl.h (main): Likewise.
28043
28044         Detect pseudo-denormals on x86 even when cross-compiling.
28045         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28046         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28047         invalid bit patterns that happen to satisfy ==.
28048
28049         Avoid link failures with separate libtests.a.
28050         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28051         last, to satisfy circular dependencies.
28052
28053 2007-12-11  Eric Blake  <ebb9@byu.net>
28054         and Bruno Haible  <bruno@clisp.org>
28055
28056         Fix OpenBSD 4.0 <float.h> handling of long double.
28057         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28058         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28059         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28060
28061 2007-12-11  Jim Meyering  <meyering@redhat.com>
28062
28063         * users.txt: Add libvirt.
28064
28065         Support versions of autoconf prior to 2.59c.
28066         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28067         if it is not already defined.
28068
28069 2007-12-09  Bruno Haible  <bruno@clisp.org>
28070
28071         Let 'gnulib-tool --import' collect sources needed for the tests in
28072         tests/ rather than in lib/.
28073         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28074         argument. If true, add rules to generate libtests.a, and put libtests.a
28075         into $(LDADD). Consider source files in subdirectories and set
28076         uses_subdirs.
28077         (func_emit_initmacro_start, func_emit_initmacro_end,
28078         func_emit_initmacro_done): Pass all arguments explicitly.
28079         (func_import): Determine two module lists main_modules,
28080         testsrelated_modules. Determine use_libtests. Determine two variables
28081         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28082         instead of just sed_transform_lib_file. Determine two variables
28083         main_files and testsrelated_files. Compute 'files' as the union of
28084         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28085         func_add_or_update. In the generated gnulib-comp.m4, collect the
28086         object files for tests/ in different variables than those for lib/.
28087         Substitute LIBTESTS_LIBDEPS.
28088         (func_create_testdir): Combine the uses_subdirs results from
28089         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28090
28091 2007-12-09  Bruno Haible  <bruno@clisp.org>
28092
28093         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28094         the build-aux directory.
28095
28096 2007-12-09  Bruno Haible  <bruno@clisp.org>
28097
28098         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28099         introduced on 2006-09-09.
28100
28101 2007-12-07  Jim Meyering  <meyering@redhat.com>
28102
28103         Let these macros work also with autoconf-2.59.
28104         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28105         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28106         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28107
28108 2007-12-06  Jim Meyering  <meyering@redhat.com>
28109
28110         Avoid a configure-time syntax error in gl_FUNC_ACL.
28111         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28112         function in each branch, before testing the cache variable.
28113
28114 2007-12-04  Eric Blake  <ebb9@byu.net>
28115
28116         Make scripts executable.
28117         * build-aux/config.guess: Add execute permissions.
28118         * build-aux/config.sub: Likewise.
28119         * build-aux/gendocs.sh: Likewise.
28120
28121         Fix frexp on mingw.
28122         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28123         cross-compiling.
28124         * doc/functions/frexp.texi (frexp): Document the bug.
28125
28126         Make cygwin fseeko check more reliable.
28127         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28128         version numbers, rather than unrelated feature check.
28129         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28130         * doc/functions/ftello.texi (ftello): Likewise.
28131         Reported by Bruno Haible.
28132
28133         * m4/strerror.m4: Bump version number.
28134
28135 2007-12-03  Bruno Haible  <bruno@clisp.org>
28136
28137         * doc/functions/mprotect.texi: Mention the mingw problem.
28138
28139 2007-12-03  Eric Blake  <ebb9@byu.net>
28140
28141         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28142         REPLACE_STRERROR is initialized before this macro.
28143
28144 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28145
28146         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28147         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28148         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28149         put -lsec in even for programs other than 'ls'.  This fixes a problem
28150         for gettext reported by Bruno Haible in
28151         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28152         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28153         Add support for Solaris 10.  This isn't efficient, but should get the
28154         job done for now.
28155
28156 2007-12-03  James Youngman  <jay@gnu.org>
28157
28158         * doc/regexprops-generic.texi: change "an close-group" to "a
28159         close-group" and "illegal" to "not allowed".
28160
28161 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28162
28163         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28164         pr_byname.h. Needed for the rare case when the maintainer has done
28165         "make maintainer-clean" in the source directory and then attempts a
28166         build outside the source directory.
28167         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28168         scripts_byname.h.
28169
28170 2007-12-02  Martin Lambers <marlam@marlam.de>
28171             Bruno Haible  <bruno@clisp.org>
28172
28173         * lib/getpagesize.h: Remove file.
28174         * lib/unistd.in.h: Include declaration of getpagesize here.
28175         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28176         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28177         HAVE_SYS_PARAM_H.
28178         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28179         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28180         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28181         (Depends-on): Add unistd.
28182         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28183         (Include): Use <unistd.h> instead of getpagesize.h.
28184         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28185         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28186         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28187         gl_GETPAGESIZE invocation, already handled by module dependency.
28188         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28189
28190 2007-12-02  Bruno Haible  <bruno@clisp.org>
28191
28192         * modules/strings-tests: New file.
28193         * tests/test-strings.c: New file.
28194
28195         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28196         * lib/strings.in.h: New file.
28197         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28198         * m4/strings_h.m4: New file.
28199         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28200         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28201         * modules/strings: New file.
28202         * modules/string (Makefile.am): Update.
28203         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28204         Reported by Karl Berry.
28205
28206 2007-12-01  Eric Blake  <ebb9@byu.net>
28207
28208         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28209         accomodate fix in cygwin 1.5.25.
28210
28211 2007-12-01  Jim Meyering  <meyering@redhat.com>
28212
28213         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28214         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28215         that would inhibit utf8-optimization of a regexp containing line-
28216         or buffer-anchors, e.g., `^', `$'.
28217
28218 2007-11-30  Bruno Haible  <bruno@clisp.org>
28219
28220         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28221         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28222         glthread_recursive_lock_init.
28223         * lib/lock.c (glthread_recursive_lock_init)
28224         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28225         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28226
28227 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28228
28229         New function qset_acl, like set_acl but with syscall semantics.
28230         * lib/acl.h (qset_acl): New decl.
28231         * lib/acl.c (qset_acl): New function.
28232         (set_acl): Use new function.  Use more-consistent diagnostics.
28233
28234 2007-11-28  Jim Meyering  <meyering@redhat.com>
28235
28236         * modules/physmem (License): Change from GPL to LGPLv2+.
28237
28238 2007-11-26  Bruno Haible  <bruno@clisp.org>
28239
28240         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28241         'long double' type has excess precision.
28242         Reported by Jim Meyering in
28243         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28244
28245 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28246
28247         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28248         Sync from <http://gnu.org/licenses>.
28249         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28250         with license text from same location.
28251         * doc/maintain.texi, doc/standards.texi:  Sync from
28252         <http://savannah.gnu.org/projects/gnustandards>.
28253
28254 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28255         and Jim Meyering  <meyering@redhat.com>
28256
28257         Adjust getdate' grammar to accept a slightly more regular language.
28258         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28259         Before, the former was rejected.
28260         * lib/getdate.y (digits_to_date_time): New function, factored
28261         out of ...
28262         (number): ...here.  Just call digits_to_date_time.
28263         (hybrid): New non-terminal to handle an <unsigned number,
28264         signed relative offset> sequence consistently.
28265
28266 2007-11-18  Jim Meyering  <meyering@redhat.com>
28267
28268         Pull my changes from coreutils:
28269         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28270         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28271         use of $gnulib_tool_option_extras, so that it's separated from the
28272         preceding argument.
28273
28274         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28275         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28276         parent destination directories before copying a file into place.
28277
28278 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28279
28280         bootstrap: work also with 4-argument variant of AC_INIT
28281         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28282
28283 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28284
28285         Port test-getaddrinfo to Solaris.
28286         Problem reported by Bruno Haible in
28287         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28288         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28289         explanation of setting 'hints'.
28290         Don't reject an implementation merely because it returns EAI_SERVICE.
28291         (EAI_SERVICE): Define to 0 if not defined.
28292
28293 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28294
28295         The license of gnu-make and posix-shell is now "GPLed build tool".
28296         * modules/gnu-make (License): Likewise.
28297         * modules/posix-shell (License): Likewise.
28298
28299         New module posix-shell, for determining a POSIX shell
28300         or perhaps something that is close enough to a POSIX shell.
28301         * m4/posix-shell.m4: New file.
28302         * modules/posix-shell: New file.
28303
28304         * MODULES.html.sh: Mention new module.
28305
28306         New module gnu-make, for determining whether we're using GNU Make.
28307         * m4/gnu-make.m4: New file.
28308         * modules/gnu-make: New file.
28309         * MODULES.html.sh: Mention new module.
28310
28311 2007-11-14  Jim Meyering  <meyering@redhat.com>
28312
28313         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28314         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28315         use this macro to create a function _definition_.
28316         Remove useless "#undef ARGMATCH_DIE".
28317
28318 2007-11-14  Bruno Haible  <bruno@clisp.org>
28319
28320         * lib/config.charset: Update for OpenBSD 4.1.
28321         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28322
28323 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28324
28325         Document 64-bit #if problems in stdint.texi.
28326         * doc/headers/stdint.texi (stdint.h): Mention problems with
28327         64-bit-#if, and how to work around them.
28328
28329         Don't insist on 'long long int' support in the preprocessor.  It
28330         breaks too many things.  For example, PRIdMAX still uses a 'long
28331         long int' format with the latest Sun compiler, even though
28332         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28333         preprocessor problem.  This causes the latest coreutils to dump
28334         core on Solaris 10 sparc with the Sun C compiler.
28335         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28336         the troublesome expressions at configure-time, not at #if-time.
28337         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28338         preprocessor.
28339         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28340         compile-time C checks, done at 'configure'-time.
28341         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28342         * modules/inttypes (Makefile): Substitute the new symbols that
28343         gl_INTTYPES_H now generates.
28344         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28345
28346 2007-11-12  Bruno Haible  <bruno@clisp.org>
28347
28348         Tests for Unicode character classification functions.
28349
28350         * modules/unictype/bidicategory-byname-tests: New file.
28351         * modules/unictype/bidicategory-name-tests: New file.
28352         * modules/unictype/bidicategory-of-tests: New file.
28353         * modules/unictype/bidicategory-test-tests: New file.
28354         * modules/unictype/block-list-tests: New file.
28355         * modules/unictype/block-of-tests: New file.
28356         * modules/unictype/block-test-tests: New file.
28357         * modules/unictype/category-C-tests: New file.
28358         * modules/unictype/category-Cc-tests: New file.
28359         * modules/unictype/category-Cf-tests: New file.
28360         * modules/unictype/category-Cn-tests: New file.
28361         * modules/unictype/category-Co-tests: New file.
28362         * modules/unictype/category-Cs-tests: New file.
28363         * modules/unictype/category-L-tests: New file.
28364         * modules/unictype/category-Ll-tests: New file.
28365         * modules/unictype/category-Lm-tests: New file.
28366         * modules/unictype/category-Lo-tests: New file.
28367         * modules/unictype/category-Lt-tests: New file.
28368         * modules/unictype/category-Lu-tests: New file.
28369         * modules/unictype/category-M-tests: New file.
28370         * modules/unictype/category-Mc-tests: New file.
28371         * modules/unictype/category-Me-tests: New file.
28372         * modules/unictype/category-Mn-tests: New file.
28373         * modules/unictype/category-N-tests: New file.
28374         * modules/unictype/category-Nd-tests: New file.
28375         * modules/unictype/category-Nl-tests: New file.
28376         * modules/unictype/category-No-tests: New file.
28377         * modules/unictype/category-P-tests: New file.
28378         * modules/unictype/category-Pc-tests: New file.
28379         * modules/unictype/category-Pd-tests: New file.
28380         * modules/unictype/category-Pe-tests: New file.
28381         * modules/unictype/category-Pf-tests: New file.
28382         * modules/unictype/category-Pi-tests: New file.
28383         * modules/unictype/category-Po-tests: New file.
28384         * modules/unictype/category-Ps-tests: New file.
28385         * modules/unictype/category-S-tests: New file.
28386         * modules/unictype/category-Sc-tests: New file.
28387         * modules/unictype/category-Sk-tests: New file.
28388         * modules/unictype/category-Sm-tests: New file.
28389         * modules/unictype/category-So-tests: New file.
28390         * modules/unictype/category-Z-tests: New file.
28391         * modules/unictype/category-Zl-tests: New file.
28392         * modules/unictype/category-Zp-tests: New file.
28393         * modules/unictype/category-Zs-tests: New file.
28394         * modules/unictype/category-and-not-tests: New file.
28395         * modules/unictype/category-and-tests: New file.
28396         * modules/unictype/category-byname-tests: New file.
28397         * modules/unictype/category-name-tests: New file.
28398         * modules/unictype/category-none-tests: New file.
28399         * modules/unictype/category-of-tests: New file.
28400         * modules/unictype/category-or-tests: New file.
28401         * modules/unictype/category-test-withtable-tests: New file.
28402         * modules/unictype/combining-class-tests: New file.
28403         * modules/unictype/ctype-alnum-tests: New file.
28404         * modules/unictype/ctype-alpha-tests: New file.
28405         * modules/unictype/ctype-blank-tests: New file.
28406         * modules/unictype/ctype-cntrl-tests: New file.
28407         * modules/unictype/ctype-digit-tests: New file.
28408         * modules/unictype/ctype-graph-tests: New file.
28409         * modules/unictype/ctype-lower-tests: New file.
28410         * modules/unictype/ctype-print-tests: New file.
28411         * modules/unictype/ctype-punct-tests: New file.
28412         * modules/unictype/ctype-space-tests: New file.
28413         * modules/unictype/ctype-upper-tests: New file.
28414         * modules/unictype/ctype-xdigit-tests: New file.
28415         * modules/unictype/decimal-digit-tests: New file.
28416         * modules/unictype/digit-tests: New file.
28417         * modules/unictype/mirror-tests: New file.
28418         * modules/unictype/numeric-tests: New file.
28419         * modules/unictype/property-alphabetic-tests: New file.
28420         * modules/unictype/property-ascii-hex-digit-tests: New file.
28421         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28422         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28423         * modules/unictype/property-bidi-block-separator-tests: New file.
28424         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28425         * modules/unictype/property-bidi-common-separator-tests: New file.
28426         * modules/unictype/property-bidi-control-tests: New file.
28427         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28428         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28429         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28430         * modules/unictype/property-bidi-european-digit-tests: New file.
28431         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28432         * modules/unictype/property-bidi-left-to-right-tests: New file.
28433         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28434         * modules/unictype/property-bidi-other-neutral-tests: New file.
28435         * modules/unictype/property-bidi-pdf-tests: New file.
28436         * modules/unictype/property-bidi-segment-separator-tests: New file.
28437         * modules/unictype/property-bidi-whitespace-tests: New file.
28438         * modules/unictype/property-byname-tests: New file.
28439         * modules/unictype/property-combining-tests: New file.
28440         * modules/unictype/property-composite-tests: New file.
28441         * modules/unictype/property-currency-symbol-tests: New file.
28442         * modules/unictype/property-dash-tests: New file.
28443         * modules/unictype/property-decimal-digit-tests: New file.
28444         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28445         * modules/unictype/property-deprecated-tests: New file.
28446         * modules/unictype/property-diacritic-tests: New file.
28447         * modules/unictype/property-extender-tests: New file.
28448         * modules/unictype/property-format-control-tests: New file.
28449         * modules/unictype/property-grapheme-base-tests: New file.
28450         * modules/unictype/property-grapheme-extend-tests: New file.
28451         * modules/unictype/property-grapheme-link-tests: New file.
28452         * modules/unictype/property-hex-digit-tests: New file.
28453         * modules/unictype/property-hyphen-tests: New file.
28454         * modules/unictype/property-id-continue-tests: New file.
28455         * modules/unictype/property-id-start-tests: New file.
28456         * modules/unictype/property-ideographic-tests: New file.
28457         * modules/unictype/property-ids-binary-operator-tests: New file.
28458         * modules/unictype/property-ids-trinary-operator-tests: New file.
28459         * modules/unictype/property-ignorable-control-tests: New file.
28460         * modules/unictype/property-iso-control-tests: New file.
28461         * modules/unictype/property-join-control-tests: New file.
28462         * modules/unictype/property-left-of-pair-tests: New file.
28463         * modules/unictype/property-line-separator-tests: New file.
28464         * modules/unictype/property-logical-order-exception-tests: New file.
28465         * modules/unictype/property-lowercase-tests: New file.
28466         * modules/unictype/property-math-tests: New file.
28467         * modules/unictype/property-non-break-tests: New file.
28468         * modules/unictype/property-not-a-character-tests: New file.
28469         * modules/unictype/property-numeric-tests: New file.
28470         * modules/unictype/property-other-alphabetic-tests: New file.
28471         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28472         * modules/unictype/property-other-grapheme-extend-tests: New file.
28473         * modules/unictype/property-other-id-continue-tests: New file.
28474         * modules/unictype/property-other-id-start-tests: New file.
28475         * modules/unictype/property-other-lowercase-tests: New file.
28476         * modules/unictype/property-other-math-tests: New file.
28477         * modules/unictype/property-other-uppercase-tests: New file.
28478         * modules/unictype/property-paired-punctuation-tests: New file.
28479         * modules/unictype/property-paragraph-separator-tests: New file.
28480         * modules/unictype/property-pattern-syntax-tests: New file.
28481         * modules/unictype/property-pattern-white-space-tests: New file.
28482         * modules/unictype/property-private-use-tests: New file.
28483         * modules/unictype/property-punctuation-tests: New file.
28484         * modules/unictype/property-quotation-mark-tests: New file.
28485         * modules/unictype/property-radical-tests: New file.
28486         * modules/unictype/property-sentence-terminal-tests: New file.
28487         * modules/unictype/property-soft-dotted-tests: New file.
28488         * modules/unictype/property-space-tests: New file.
28489         * modules/unictype/property-terminal-punctuation-tests: New file.
28490         * modules/unictype/property-test-tests: New file.
28491         * modules/unictype/property-titlecase-tests: New file.
28492         * modules/unictype/property-unassigned-code-value-tests: New file.
28493         * modules/unictype/property-unified-ideograph-tests: New file.
28494         * modules/unictype/property-uppercase-tests: New file.
28495         * modules/unictype/property-variation-selector-tests: New file.
28496         * modules/unictype/property-white-space-tests: New file.
28497         * modules/unictype/property-xid-continue-tests: New file.
28498         * modules/unictype/property-xid-start-tests: New file.
28499         * modules/unictype/property-zero-width-tests: New file.
28500         * modules/unictype/scripts-tests: New file.
28501         * modules/unictype/syntax-c-ident-tests: New file.
28502         * modules/unictype/syntax-c-whitespace-tests: New file.
28503         * modules/unictype/syntax-java-ident-tests: New file.
28504         * modules/unictype/syntax-java-whitespace-tests: New file.
28505         * tests/unictype/test-bidi_byname.c: New file.
28506         * tests/unictype/test-bidi_name.c: New file.
28507         * tests/unictype/test-bidi_of.c: New file.
28508         * tests/unictype/test-bidi_test.c: New file.
28509         * tests/unictype/test-block_list.c: New file.
28510         * tests/unictype/test-block_of.c: New file.
28511         * tests/unictype/test-block_test.c: New file.
28512         * tests/unictype/test-categ_and.c: New file.
28513         * tests/unictype/test-categ_and_not.c: New file.
28514         * tests/unictype/test-categ_byname.c: New file.
28515         * tests/unictype/test-categ_name.c: New file.
28516         * tests/unictype/test-categ_none.c: New file.
28517         * tests/unictype/test-categ_of.c: New file.
28518         * tests/unictype/test-categ_or.c: New file.
28519         * tests/unictype/test-categ_test_withtable.c: New file.
28520         * tests/unictype/test-combining.c: New file.
28521         * tests/unictype/test-decdigit.c: New file.
28522         * tests/unictype/test-digit.c: New file.
28523         * tests/unictype/test-mirror.c: New file.
28524         * tests/unictype/test-numeric.c: New file.
28525         * tests/unictype/test-pr_byname.c: New file.
28526         * tests/unictype/test-pr_test.c: New file.
28527         * tests/unictype/test-predicate-part1.h: New file.
28528         * tests/unictype/test-predicate-part2.h: New file.
28529         * tests/unictype/test-scripts.c: New file.
28530         * tests/unictype/test-sy_c_ident.c: New file.
28531         * tests/unictype/test-sy_java_ident.c: New file.
28532
28533         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28534         for Unicode 5.0.0.
28535         * tests/unictype/test-categ_Cc.c: Likewise.
28536         * tests/unictype/test-categ_Cf.c: Likewise.
28537         * tests/unictype/test-categ_Cn.c: Likewise.
28538         * tests/unictype/test-categ_Co.c: Likewise.
28539         * tests/unictype/test-categ_Cs.c: Likewise.
28540         * tests/unictype/test-categ_L.c: Likewise.
28541         * tests/unictype/test-categ_Ll.c: Likewise.
28542         * tests/unictype/test-categ_Lm.c: Likewise.
28543         * tests/unictype/test-categ_Lo.c: Likewise.
28544         * tests/unictype/test-categ_Lt.c: Likewise.
28545         * tests/unictype/test-categ_Lu.c: Likewise.
28546         * tests/unictype/test-categ_M.c: Likewise.
28547         * tests/unictype/test-categ_Mc.c: Likewise.
28548         * tests/unictype/test-categ_Me.c: Likewise.
28549         * tests/unictype/test-categ_Mn.c: Likewise.
28550         * tests/unictype/test-categ_N.c: Likewise.
28551         * tests/unictype/test-categ_Nd.c: Likewise.
28552         * tests/unictype/test-categ_Nl.c: Likewise.
28553         * tests/unictype/test-categ_No.c: Likewise.
28554         * tests/unictype/test-categ_P.c: Likewise.
28555         * tests/unictype/test-categ_Pc.c: Likewise.
28556         * tests/unictype/test-categ_Pd.c: Likewise.
28557         * tests/unictype/test-categ_Pe.c: Likewise.
28558         * tests/unictype/test-categ_Pf.c: Likewise.
28559         * tests/unictype/test-categ_Pi.c: Likewise.
28560         * tests/unictype/test-categ_Po.c: Likewise.
28561         * tests/unictype/test-categ_Ps.c: Likewise.
28562         * tests/unictype/test-categ_S.c: Likewise.
28563         * tests/unictype/test-categ_Sc.c: Likewise.
28564         * tests/unictype/test-categ_Sk.c: Likewise.
28565         * tests/unictype/test-categ_Sm.c: Likewise.
28566         * tests/unictype/test-categ_So.c: Likewise.
28567         * tests/unictype/test-categ_Z.c: Likewise.
28568         * tests/unictype/test-categ_Zl.c: Likewise.
28569         * tests/unictype/test-categ_Zp.c: Likewise.
28570         * tests/unictype/test-categ_Zs.c: Likewise.
28571         * tests/unictype/test-ctype_alnum.c: Likewise.
28572         * tests/unictype/test-ctype_alpha.c: Likewise.
28573         * tests/unictype/test-ctype_blank.c: Likewise.
28574         * tests/unictype/test-ctype_cntrl.c: Likewise.
28575         * tests/unictype/test-ctype_digit.c: Likewise.
28576         * tests/unictype/test-ctype_graph.c: Likewise.
28577         * tests/unictype/test-ctype_lower.c: Likewise.
28578         * tests/unictype/test-ctype_print.c: Likewise.
28579         * tests/unictype/test-ctype_punct.c: Likewise.
28580         * tests/unictype/test-ctype_space.c: Likewise.
28581         * tests/unictype/test-ctype_upper.c: Likewise.
28582         * tests/unictype/test-ctype_xdigit.c: Likewise.
28583         * tests/unictype/test-decdigit.h: Likewise.
28584         * tests/unictype/test-digit.h: Likewise.
28585         * tests/unictype/test-numeric.h: Likewise.
28586         * tests/unictype/test-pr_alphabetic.c: Likewise.
28587         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28588         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28589         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28590         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28591         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28592         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28593         * tests/unictype/test-pr_bidi_control.c: Likewise.
28594         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28595         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28596         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28597         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28598         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28599         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28600         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28601         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28602         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28603         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28604         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28605         * tests/unictype/test-pr_combining.c: Likewise.
28606         * tests/unictype/test-pr_composite.c: Likewise.
28607         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28608         * tests/unictype/test-pr_dash.c: Likewise.
28609         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28610         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28611         * tests/unictype/test-pr_deprecated.c: Likewise.
28612         * tests/unictype/test-pr_diacritic.c: Likewise.
28613         * tests/unictype/test-pr_extender.c: Likewise.
28614         * tests/unictype/test-pr_format_control.c: Likewise.
28615         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28616         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28617         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28618         * tests/unictype/test-pr_hex_digit.c: Likewise.
28619         * tests/unictype/test-pr_hyphen.c: Likewise.
28620         * tests/unictype/test-pr_id_continue.c: Likewise.
28621         * tests/unictype/test-pr_id_start.c: Likewise.
28622         * tests/unictype/test-pr_ideographic.c: Likewise.
28623         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28624         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28625         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28626         * tests/unictype/test-pr_iso_control.c: Likewise.
28627         * tests/unictype/test-pr_join_control.c: Likewise.
28628         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28629         * tests/unictype/test-pr_line_separator.c: Likewise.
28630         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28631         * tests/unictype/test-pr_lowercase.c: Likewise.
28632         * tests/unictype/test-pr_math.c: Likewise.
28633         * tests/unictype/test-pr_non_break.c: Likewise.
28634         * tests/unictype/test-pr_not_a_character.c: Likewise.
28635         * tests/unictype/test-pr_numeric.c: Likewise.
28636         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28637         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28638         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28639         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28640         * tests/unictype/test-pr_other_id_start.c: Likewise.
28641         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28642         * tests/unictype/test-pr_other_math.c: Likewise.
28643         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28644         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28645         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28646         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28647         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28648         * tests/unictype/test-pr_private_use.c: Likewise.
28649         * tests/unictype/test-pr_punctuation.c: Likewise.
28650         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28651         * tests/unictype/test-pr_radical.c: Likewise.
28652         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28653         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28654         * tests/unictype/test-pr_space.c: Likewise.
28655         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28656         * tests/unictype/test-pr_titlecase.c: Likewise.
28657         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28658         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28659         * tests/unictype/test-pr_uppercase.c: Likewise.
28660         * tests/unictype/test-pr_variation_selector.c: Likewise.
28661         * tests/unictype/test-pr_white_space.c: Likewise.
28662         * tests/unictype/test-pr_xid_continue.c: Likewise.
28663         * tests/unictype/test-pr_xid_start.c: Likewise.
28664         * tests/unictype/test-pr_zero_width.c: Likewise.
28665         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28666         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28667
28668 2007-11-12  Bruno Haible  <bruno@clisp.org>
28669
28670         Unicode character classification functions.
28671         * lib/unictype.h: New file.
28672         * modules/unictype/base: New file.
28673         * modules/unictype/category-L: New file.
28674         * modules/unictype/category-Lu: New file.
28675         * modules/unictype/category-Ll: New file.
28676         * modules/unictype/category-Lt: New file.
28677         * modules/unictype/category-Lm: New file.
28678         * modules/unictype/category-Lo: New file.
28679         * modules/unictype/category-M: New file.
28680         * modules/unictype/category-Mn: New file.
28681         * modules/unictype/category-Mc: New file.
28682         * modules/unictype/category-Me: New file.
28683         * modules/unictype/category-N: New file.
28684         * modules/unictype/category-Nd: New file.
28685         * modules/unictype/category-Nl: New file.
28686         * modules/unictype/category-No: New file.
28687         * modules/unictype/category-P: New file.
28688         * modules/unictype/category-Pc: New file.
28689         * modules/unictype/category-Pd: New file.
28690         * modules/unictype/category-Ps: New file.
28691         * modules/unictype/category-Pe: New file.
28692         * modules/unictype/category-Pi: New file.
28693         * modules/unictype/category-Pf: New file.
28694         * modules/unictype/category-Po: New file.
28695         * modules/unictype/category-S: New file.
28696         * modules/unictype/category-Sm: New file.
28697         * modules/unictype/category-Sc: New file.
28698         * modules/unictype/category-Sk: New file.
28699         * modules/unictype/category-So: New file.
28700         * modules/unictype/category-Z: New file.
28701         * modules/unictype/category-Zs: New file.
28702         * modules/unictype/category-Zl: New file.
28703         * modules/unictype/category-Zp: New file.
28704         * modules/unictype/category-C: New file.
28705         * modules/unictype/category-Cc: New file.
28706         * modules/unictype/category-Cf: New file.
28707         * modules/unictype/category-Cs: New file.
28708         * modules/unictype/category-Co: New file.
28709         * modules/unictype/category-Cn: New file.
28710         * modules/unictype/category-or: New file.
28711         * modules/unictype/category-of: New file.
28712         * modules/unictype/category-test: New file.
28713         * modules/unictype/category-test-withtable: New file.
28714         * modules/unictype/category-byname: New file.
28715         * modules/unictype/category-none: New file.
28716         * modules/unictype/category-and: New file.
28717         * modules/unictype/category-and-not: New file.
28718         * modules/unictype/category-name: New file.
28719         * modules/unictype/combining-class: New file.
28720         * modules/unictype/category-all: New file.
28721         * modules/unictype/bidicategory-all: New file.
28722         * modules/unictype/bidicategory-byname: New file.
28723         * modules/unictype/bidicategory-name: New file.
28724         * modules/unictype/bidicategory-of: New file.
28725         * modules/unictype/bidicategory-test: New file.
28726         * modules/unictype/decimal-digit: New file.
28727         * modules/unictype/digit: New file.
28728         * modules/unictype/numeric: New file.
28729         * modules/unictype/mirror: New file.
28730         * modules/unictype/property-white-space: New file.
28731         * modules/unictype/property-alphabetic: New file.
28732         * modules/unictype/property-other-alphabetic: New file.
28733         * modules/unictype/property-not-a-character: New file.
28734         * modules/unictype/property-default-ignorable-code-point: New file.
28735         * modules/unictype/property-other-default-ignorable-code-point: New
28736         file.
28737         * modules/unictype/property-deprecated: New file.
28738         * modules/unictype/property-logical-order-exception: New file.
28739         * modules/unictype/property-variation-selector: New file.
28740         * modules/unictype/property-private-use: New file.
28741         * modules/unictype/property-unassigned-code-value: New file.
28742         * modules/unictype/property-uppercase: New file.
28743         * modules/unictype/property-other-uppercase: New file.
28744         * modules/unictype/property-lowercase: New file.
28745         * modules/unictype/property-other-lowercase: New file.
28746         * modules/unictype/property-titlecase: New file.
28747         * modules/unictype/property-soft-dotted: New file.
28748         * modules/unictype/property-id-start: New file.
28749         * modules/unictype/property-other-id-start: New file.
28750         * modules/unictype/property-id-continue: New file.
28751         * modules/unictype/property-other-id-continue: New file.
28752         * modules/unictype/property-xid-start: New file.
28753         * modules/unictype/property-xid-continue: New file.
28754         * modules/unictype/property-pattern-white-space: New file.
28755         * modules/unictype/property-pattern-syntax: New file.
28756         * modules/unictype/property-join-control: New file.
28757         * modules/unictype/property-grapheme-base: New file.
28758         * modules/unictype/property-grapheme-extend: New file.
28759         * modules/unictype/property-other-grapheme-extend: New file.
28760         * modules/unictype/property-grapheme-link: New file.
28761         * modules/unictype/property-bidi-control: New file.
28762         * modules/unictype/property-bidi-left-to-right: New file.
28763         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28764         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28765         * modules/unictype/property-bidi-european-digit: New file.
28766         * modules/unictype/property-bidi-eur-num-separator: New file.
28767         * modules/unictype/property-bidi-eur-num-terminator: New file.
28768         * modules/unictype/property-bidi-arabic-digit: New file.
28769         * modules/unictype/property-bidi-common-separator: New file.
28770         * modules/unictype/property-bidi-block-separator: New file.
28771         * modules/unictype/property-bidi-segment-separator: New file.
28772         * modules/unictype/property-bidi-whitespace: New file.
28773         * modules/unictype/property-bidi-non-spacing-mark: New file.
28774         * modules/unictype/property-bidi-boundary-neutral: New file.
28775         * modules/unictype/property-bidi-pdf: New file.
28776         * modules/unictype/property-bidi-embedding-or-override: New file.
28777         * modules/unictype/property-bidi-other-neutral: New file.
28778         * modules/unictype/property-hex-digit: New file.
28779         * modules/unictype/property-ascii-hex-digit: New file.
28780         * modules/unictype/property-ideographic: New file.
28781         * modules/unictype/property-unified-ideograph: New file.
28782         * modules/unictype/property-radical: New file.
28783         * modules/unictype/property-ids-binary-operator: New file.
28784         * modules/unictype/property-ids-trinary-operator: New file.
28785         * modules/unictype/property-zero-width: New file.
28786         * modules/unictype/property-space: New file.
28787         * modules/unictype/property-non-break: New file.
28788         * modules/unictype/property-iso-control: New file.
28789         * modules/unictype/property-format-control: New file.
28790         * modules/unictype/property-dash: New file.
28791         * modules/unictype/property-hyphen: New file.
28792         * modules/unictype/property-punctuation: New file.
28793         * modules/unictype/property-line-separator: New file.
28794         * modules/unictype/property-paragraph-separator: New file.
28795         * modules/unictype/property-quotation-mark: New file.
28796         * modules/unictype/property-sentence-terminal: New file.
28797         * modules/unictype/property-terminal-punctuation: New file.
28798         * modules/unictype/property-currency-symbol: New file.
28799         * modules/unictype/property-math: New file.
28800         * modules/unictype/property-other-math: New file.
28801         * modules/unictype/property-paired-punctuation: New file.
28802         * modules/unictype/property-left-of-pair: New file.
28803         * modules/unictype/property-combining: New file.
28804         * modules/unictype/property-composite: New file.
28805         * modules/unictype/property-decimal-digit: New file.
28806         * modules/unictype/property-numeric: New file.
28807         * modules/unictype/property-diacritic: New file.
28808         * modules/unictype/property-extender: New file.
28809         * modules/unictype/property-ignorable-control: New file.
28810         * modules/unictype/property-test: New file.
28811         * modules/unictype/property-byname: New file.
28812         * modules/unictype/property-all: New file.
28813         * modules/unictype/scripts: New file.
28814         * modules/unictype/scripts-all: New file.
28815         * modules/unictype/block-of: New file.
28816         * modules/unictype/block-test: New file.
28817         * modules/unictype/block-list: New file.
28818         * modules/unictype/block-all: New file.
28819         * modules/unictype/syntax-c-whitespace: New file.
28820         * modules/unictype/syntax-java-whitespace: New file.
28821         * modules/unictype/syntax-c-ident: New file.
28822         * modules/unictype/syntax-java-ident: New file.
28823         * modules/unictype/ctype-alnum: New file.
28824         * modules/unictype/ctype-alpha: New file.
28825         * modules/unictype/ctype-cntrl: New file.
28826         * modules/unictype/ctype-digit: New file.
28827         * modules/unictype/ctype-graph: New file.
28828         * modules/unictype/ctype-lower: New file.
28829         * modules/unictype/ctype-print: New file.
28830         * modules/unictype/ctype-punct: New file.
28831         * modules/unictype/ctype-space: New file.
28832         * modules/unictype/ctype-upper: New file.
28833         * modules/unictype/ctype-xdigit: New file.
28834         * modules/unictype/ctype-blank: New file.
28835         * lib/unictype/bidi_byname.c: New file.
28836         * lib/unictype/bidi_name.c: New file.
28837         * lib/unictype/bidi_of.c: New file.
28838         * lib/unictype/bidi_test.c: New file.
28839         * lib/unictype/bitmap.h: New file.
28840         * lib/unictype/block_test.c: New file.
28841         * lib/unictype/blocks.c: New file.
28842         * lib/unictype/categ_C.c: New file.
28843         * lib/unictype/categ_Cc.c: New file.
28844         * lib/unictype/categ_Cf.c: New file.
28845         * lib/unictype/categ_Cn.c: New file.
28846         * lib/unictype/categ_Co.c: New file.
28847         * lib/unictype/categ_Cs.c: New file.
28848         * lib/unictype/categ_L.c: New file.
28849         * lib/unictype/categ_Ll.c: New file.
28850         * lib/unictype/categ_Lm.c: New file.
28851         * lib/unictype/categ_Lo.c: New file.
28852         * lib/unictype/categ_Lt.c: New file.
28853         * lib/unictype/categ_Lu.c: New file.
28854         * lib/unictype/categ_M.c: New file.
28855         * lib/unictype/categ_Mc.c: New file.
28856         * lib/unictype/categ_Me.c: New file.
28857         * lib/unictype/categ_Mn.c: New file.
28858         * lib/unictype/categ_N.c: New file.
28859         * lib/unictype/categ_Nd.c: New file.
28860         * lib/unictype/categ_Nl.c: New file.
28861         * lib/unictype/categ_No.c: New file.
28862         * lib/unictype/categ_P.c: New file.
28863         * lib/unictype/categ_Pc.c: New file.
28864         * lib/unictype/categ_Pd.c: New file.
28865         * lib/unictype/categ_Pe.c: New file.
28866         * lib/unictype/categ_Pf.c: New file.
28867         * lib/unictype/categ_Pi.c: New file.
28868         * lib/unictype/categ_Po.c: New file.
28869         * lib/unictype/categ_Ps.c: New file.
28870         * lib/unictype/categ_S.c: New file.
28871         * lib/unictype/categ_Sc.c: New file.
28872         * lib/unictype/categ_Sk.c: New file.
28873         * lib/unictype/categ_Sm.c: New file.
28874         * lib/unictype/categ_So.c: New file.
28875         * lib/unictype/categ_Z.c: New file.
28876         * lib/unictype/categ_Zl.c: New file.
28877         * lib/unictype/categ_Zp.c: New file.
28878         * lib/unictype/categ_Zs.c: New file.
28879         * lib/unictype/categ_and.c: New file.
28880         * lib/unictype/categ_and_not.c: New file.
28881         * lib/unictype/categ_byname.c: New file.
28882         * lib/unictype/categ_name.c: New file.
28883         * lib/unictype/categ_none.c: New file.
28884         * lib/unictype/categ_of.c: New file.
28885         * lib/unictype/categ_or.c: New file.
28886         * lib/unictype/categ_test.c: New file.
28887         * lib/unictype/combining.c: New file.
28888         * lib/unictype/ctype_alnum.c: New file.
28889         * lib/unictype/ctype_alpha.c: New file.
28890         * lib/unictype/ctype_blank.c: New file.
28891         * lib/unictype/ctype_cntrl.c: New file.
28892         * lib/unictype/ctype_digit.c: New file.
28893         * lib/unictype/ctype_graph.c: New file.
28894         * lib/unictype/ctype_lower.c: New file.
28895         * lib/unictype/ctype_print.c: New file.
28896         * lib/unictype/ctype_punct.c: New file.
28897         * lib/unictype/ctype_space.c: New file.
28898         * lib/unictype/ctype_upper.c: New file.
28899         * lib/unictype/ctype_xdigit.c: New file.
28900         * lib/unictype/decdigit.c: New file.
28901         * lib/unictype/digit.c: New file.
28902         * lib/unictype/identsyntaxmap.h: New file.
28903         * lib/unictype/mirror.c: New file.
28904         * lib/unictype/numeric.c: New file.
28905         * lib/unictype/pr_alphabetic.c: New file.
28906         * lib/unictype/pr_ascii_hex_digit.c: New file.
28907         * lib/unictype/pr_bidi_arabic_digit.c: New file.
28908         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
28909         * lib/unictype/pr_bidi_block_separator.c: New file.
28910         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
28911         * lib/unictype/pr_bidi_common_separator.c: New file.
28912         * lib/unictype/pr_bidi_control.c: New file.
28913         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
28914         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
28915         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
28916         * lib/unictype/pr_bidi_european_digit.c: New file.
28917         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
28918         * lib/unictype/pr_bidi_left_to_right.c: New file.
28919         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
28920         * lib/unictype/pr_bidi_other_neutral.c: New file.
28921         * lib/unictype/pr_bidi_pdf.c: New file.
28922         * lib/unictype/pr_bidi_segment_separator.c: New file.
28923         * lib/unictype/pr_bidi_whitespace.c: New file.
28924         * lib/unictype/pr_byname.c: New file.
28925         * lib/unictype/pr_byname.gperf: New file.
28926         * lib/unictype/pr_combining.c: New file.
28927         * lib/unictype/pr_composite.c: New file.
28928         * lib/unictype/pr_currency_symbol.c: New file.
28929         * lib/unictype/pr_dash.c: New file.
28930         * lib/unictype/pr_decimal_digit.c: New file.
28931         * lib/unictype/pr_default_ignorable_code_point.c: New file.
28932         * lib/unictype/pr_deprecated.c: New file.
28933         * lib/unictype/pr_diacritic.c: New file.
28934         * lib/unictype/pr_extender.c: New file.
28935         * lib/unictype/pr_format_control.c: New file.
28936         * lib/unictype/pr_grapheme_base.c: New file.
28937         * lib/unictype/pr_grapheme_extend.c: New file.
28938         * lib/unictype/pr_grapheme_link.c: New file.
28939         * lib/unictype/pr_hex_digit.c: New file.
28940         * lib/unictype/pr_hyphen.c: New file.
28941         * lib/unictype/pr_id_continue.c: New file.
28942         * lib/unictype/pr_id_start.c: New file.
28943         * lib/unictype/pr_ideographic.c: New file.
28944         * lib/unictype/pr_ids_binary_operator.c: New file.
28945         * lib/unictype/pr_ids_trinary_operator.c: New file.
28946         * lib/unictype/pr_ignorable_control.c: New file.
28947         * lib/unictype/pr_iso_control.c: New file.
28948         * lib/unictype/pr_join_control.c: New file.
28949         * lib/unictype/pr_left_of_pair.c: New file.
28950         * lib/unictype/pr_line_separator.c: New file.
28951         * lib/unictype/pr_logical_order_exception.c: New file.
28952         * lib/unictype/pr_lowercase.c: New file.
28953         * lib/unictype/pr_math.c: New file.
28954         * lib/unictype/pr_non_break.c: New file.
28955         * lib/unictype/pr_not_a_character.c: New file.
28956         * lib/unictype/pr_numeric.c: New file.
28957         * lib/unictype/pr_other_alphabetic.c: New file.
28958         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
28959         * lib/unictype/pr_other_grapheme_extend.c: New file.
28960         * lib/unictype/pr_other_id_continue.c: New file.
28961         * lib/unictype/pr_other_id_start.c: New file.
28962         * lib/unictype/pr_other_lowercase.c: New file.
28963         * lib/unictype/pr_other_math.c: New file.
28964         * lib/unictype/pr_other_uppercase.c: New file.
28965         * lib/unictype/pr_paired_punctuation.c: New file.
28966         * lib/unictype/pr_paragraph_separator.c: New file.
28967         * lib/unictype/pr_pattern_syntax.c: New file.
28968         * lib/unictype/pr_pattern_white_space.c: New file.
28969         * lib/unictype/pr_private_use.c: New file.
28970         * lib/unictype/pr_punctuation.c: New file.
28971         * lib/unictype/pr_quotation_mark.c: New file.
28972         * lib/unictype/pr_radical.c: New file.
28973         * lib/unictype/pr_sentence_terminal.c: New file.
28974         * lib/unictype/pr_soft_dotted.c: New file.
28975         * lib/unictype/pr_space.c: New file.
28976         * lib/unictype/pr_terminal_punctuation.c: New file.
28977         * lib/unictype/pr_test.c: New file.
28978         * lib/unictype/pr_titlecase.c: New file.
28979         * lib/unictype/pr_unassigned_code_value.c: New file.
28980         * lib/unictype/pr_unified_ideograph.c: New file.
28981         * lib/unictype/pr_uppercase.c: New file.
28982         * lib/unictype/pr_variation_selector.c: New file.
28983         * lib/unictype/pr_white_space.c: New file.
28984         * lib/unictype/pr_xid_continue.c: New file.
28985         * lib/unictype/pr_xid_start.c: New file.
28986         * lib/unictype/pr_zero_width.c: New file.
28987         * lib/unictype/scripts.c: New file.
28988         * lib/unictype/sy_c_ident.c: New file.
28989         * lib/unictype/sy_c_whitespace.c: New file.
28990         * lib/unictype/sy_java_ident.c: New file.
28991         * lib/unictype/sy_java_whitespace.c: New file.
28992
28993         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
28994         Unicode 5.0.0.
28995         * lib/unictype/blocks.h: Likewise.
28996         * lib/unictype/categ_C.h: Likewise.
28997         * lib/unictype/categ_Cc.h: Likewise.
28998         * lib/unictype/categ_Cf.h: Likewise.
28999         * lib/unictype/categ_Cn.h: Likewise.
29000         * lib/unictype/categ_Co.h: Likewise.
29001         * lib/unictype/categ_Cs.h: Likewise.
29002         * lib/unictype/categ_L.h: Likewise.
29003         * lib/unictype/categ_Ll.h: Likewise.
29004         * lib/unictype/categ_Lm.h: Likewise.
29005         * lib/unictype/categ_Lo.h: Likewise.
29006         * lib/unictype/categ_Lt.h: Likewise.
29007         * lib/unictype/categ_Lu.h: Likewise.
29008         * lib/unictype/categ_M.h: Likewise.
29009         * lib/unictype/categ_Mc.h: Likewise.
29010         * lib/unictype/categ_Me.h: Likewise.
29011         * lib/unictype/categ_Mn.h: Likewise.
29012         * lib/unictype/categ_N.h: Likewise.
29013         * lib/unictype/categ_Nd.h: Likewise.
29014         * lib/unictype/categ_Nl.h: Likewise.
29015         * lib/unictype/categ_No.h: Likewise.
29016         * lib/unictype/categ_P.h: Likewise.
29017         * lib/unictype/categ_Pc.h: Likewise.
29018         * lib/unictype/categ_Pd.h: Likewise.
29019         * lib/unictype/categ_Pe.h: Likewise.
29020         * lib/unictype/categ_Pf.h: Likewise.
29021         * lib/unictype/categ_Pi.h: Likewise.
29022         * lib/unictype/categ_Po.h: Likewise.
29023         * lib/unictype/categ_Ps.h: Likewise.
29024         * lib/unictype/categ_S.h: Likewise.
29025         * lib/unictype/categ_Sc.h: Likewise.
29026         * lib/unictype/categ_Sk.h: Likewise.
29027         * lib/unictype/categ_Sm.h: Likewise.
29028         * lib/unictype/categ_So.h: Likewise.
29029         * lib/unictype/categ_Z.h: Likewise.
29030         * lib/unictype/categ_Zl.h: Likewise.
29031         * lib/unictype/categ_Zp.h: Likewise.
29032         * lib/unictype/categ_Zs.h: Likewise.
29033         * lib/unictype/categ_of.h: Likewise.
29034         * lib/unictype/combining.h: Likewise.
29035         * lib/unictype/ctype_alnum.h: Likewise.
29036         * lib/unictype/ctype_alpha.h: Likewise.
29037         * lib/unictype/ctype_blank.h: Likewise.
29038         * lib/unictype/ctype_cntrl.h: Likewise.
29039         * lib/unictype/ctype_digit.h: Likewise.
29040         * lib/unictype/ctype_graph.h: Likewise.
29041         * lib/unictype/ctype_lower.h: Likewise.
29042         * lib/unictype/ctype_print.h: Likewise.
29043         * lib/unictype/ctype_punct.h: Likewise.
29044         * lib/unictype/ctype_space.h: Likewise.
29045         * lib/unictype/ctype_upper.h: Likewise.
29046         * lib/unictype/ctype_xdigit.h: Likewise.
29047         * lib/unictype/decdigit.h: Likewise.
29048         * lib/unictype/digit.h: Likewise.
29049         * lib/unictype/mirror.h: Likewise.
29050         * lib/unictype/numeric.h: Likewise.
29051         * lib/unictype/pr_alphabetic.h: Likewise.
29052         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29053         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29054         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29055         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29056         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29057         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29058         * lib/unictype/pr_bidi_control.h: Likewise.
29059         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29060         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29061         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29062         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29063         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29064         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29065         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29066         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29067         * lib/unictype/pr_bidi_pdf.h: Likewise.
29068         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29069         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29070         * lib/unictype/pr_combining.h: Likewise.
29071         * lib/unictype/pr_composite.h: Likewise.
29072         * lib/unictype/pr_currency_symbol.h: Likewise.
29073         * lib/unictype/pr_dash.h: Likewise.
29074         * lib/unictype/pr_decimal_digit.h: Likewise.
29075         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29076         * lib/unictype/pr_deprecated.h: Likewise.
29077         * lib/unictype/pr_diacritic.h: Likewise.
29078         * lib/unictype/pr_extender.h: Likewise.
29079         * lib/unictype/pr_format_control.h: Likewise.
29080         * lib/unictype/pr_grapheme_base.h: Likewise.
29081         * lib/unictype/pr_grapheme_extend.h: Likewise.
29082         * lib/unictype/pr_grapheme_link.h: Likewise.
29083         * lib/unictype/pr_hex_digit.h: Likewise.
29084         * lib/unictype/pr_hyphen.h: Likewise.
29085         * lib/unictype/pr_id_continue.h: Likewise.
29086         * lib/unictype/pr_id_start.h: Likewise.
29087         * lib/unictype/pr_ideographic.h: Likewise.
29088         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29089         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29090         * lib/unictype/pr_ignorable_control.h: Likewise.
29091         * lib/unictype/pr_iso_control.h: Likewise.
29092         * lib/unictype/pr_join_control.h: Likewise.
29093         * lib/unictype/pr_left_of_pair.h: Likewise.
29094         * lib/unictype/pr_line_separator.h: Likewise.
29095         * lib/unictype/pr_logical_order_exception.h: Likewise.
29096         * lib/unictype/pr_lowercase.h: Likewise.
29097         * lib/unictype/pr_math.h: Likewise.
29098         * lib/unictype/pr_non_break.h: Likewise.
29099         * lib/unictype/pr_not_a_character.h: Likewise.
29100         * lib/unictype/pr_numeric.h: Likewise.
29101         * lib/unictype/pr_other_alphabetic.h: Likewise.
29102         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29103         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29104         * lib/unictype/pr_other_id_continue.h: Likewise.
29105         * lib/unictype/pr_other_id_start.h: Likewise.
29106         * lib/unictype/pr_other_lowercase.h: Likewise.
29107         * lib/unictype/pr_other_math.h: Likewise.
29108         * lib/unictype/pr_other_uppercase.h: Likewise.
29109         * lib/unictype/pr_paired_punctuation.h: Likewise.
29110         * lib/unictype/pr_paragraph_separator.h: Likewise.
29111         * lib/unictype/pr_pattern_syntax.h: Likewise.
29112         * lib/unictype/pr_pattern_white_space.h: Likewise.
29113         * lib/unictype/pr_private_use.h: Likewise.
29114         * lib/unictype/pr_punctuation.h: Likewise.
29115         * lib/unictype/pr_quotation_mark.h: Likewise.
29116         * lib/unictype/pr_radical.h: Likewise.
29117         * lib/unictype/pr_sentence_terminal.h: Likewise.
29118         * lib/unictype/pr_soft_dotted.h: Likewise.
29119         * lib/unictype/pr_space.h: Likewise.
29120         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29121         * lib/unictype/pr_titlecase.h: Likewise.
29122         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29123         * lib/unictype/pr_unified_ideograph.h: Likewise.
29124         * lib/unictype/pr_uppercase.h: Likewise.
29125         * lib/unictype/pr_variation_selector.h: Likewise.
29126         * lib/unictype/pr_white_space.h: Likewise.
29127         * lib/unictype/pr_xid_continue.h: Likewise.
29128         * lib/unictype/pr_xid_start.h: Likewise.
29129         * lib/unictype/pr_zero_width.h: Likewise.
29130         * lib/unictype/scripts.h: Likewise.
29131         * lib/unictype/scripts_byname.gperf: Likewise.
29132         * lib/unictype/sy_c_ident.h: Likewise.
29133         * lib/unictype/sy_c_whitespace.h: Likewise.
29134         * lib/unictype/sy_java_ident.h: Likewise.
29135         * lib/unictype/sy_java_whitespace.h: Likewise.
29136
29137         * lib/unictype/Makefile: New file.
29138         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29139         glibc.
29140         * lib/unictype/3level.h: New file, copied from glibc.
29141         * lib/unictype/3levelbit.h: New file.
29142
29143 2007-11-11  Bruno Haible  <bruno@clisp.org>
29144
29145         * modules/gperf: New file.
29146         * modules/iconv_open (Depends-on): Add it.
29147         (Makefile.am): Remove the GPERF definition.
29148
29149 2007-11-11  Bruno Haible  <bruno@clisp.org>
29150
29151         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29152         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29153
29154 2007-11-11  Bruno Haible  <bruno@clisp.org>
29155
29156         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29157         (usage): Remove function.
29158
29159 2007-11-11  Bruno Haible  <bruno@clisp.org>
29160
29161         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29162         gl_FUNC_CEILF_LIBS.
29163         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29164         gl_FUNC_CEIL_LIBS.
29165         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29166         gl_FUNC_CEILL_LIBS.
29167         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29168         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29169         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29170
29171 2007-11-11  Bruno Haible  <bruno@clisp.org>
29172
29173         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29174         roundf were declared but do not exist on functions.
29175         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29176         roundl were declared but do not exist on functions.
29177         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29178         HAVE_FLOORL_AND_CEILL, respectively.
29179         Needed for Sun C on Solaris 10.
29180
29181 2007-11-11  Bruno Haible  <bruno@clisp.org>
29182
29183         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29184         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29185         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29186         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29187         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29188         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29189         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29190         HAVE_DECL_ROUNDF.
29191         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29192         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29193         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29194         of HAVE_DECL_ROUND*.
29195         * modules/math (Makefile.am): Update.
29196
29197 2007-11-10  Bruno Haible  <bruno@clisp.org>
29198
29199         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29200         ptrdiff_t as m4/intl.m4.
29201
29202 2007-11-10  Jim Meyering  <meyering@redhat.com>
29203
29204         Avoid link failure for the argmatch test.
29205         * tests/test-argmatch.c (usage): Define function to avoid a link
29206         failure: argmatch_die requires a usage function.
29207
29208 2007-11-09  Bruno Haible  <bruno@clisp.org>
29209
29210         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29211         * doc/functions/vsnprintf.texi: Likewise.
29212         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29213         with a size argument < 2.
29214
29215 2007-11-09  Bruno Haible  <bruno@clisp.org>
29216
29217         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29218         buffer. Fixes an inefficiency introduced on 2007-11-03.
29219
29220 2007-11-09  Bruno Haible  <bruno@clisp.org>
29221
29222         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29223         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29224
29225 2007-11-08  Jim Meyering  <meyering@redhat.com>
29226
29227         Change cache variable name prefix "jm_" to "gl_" everywhere.
29228         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29229         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29230         * m4/uptime.m4: s/gl_/jm_/
29231
29232 2007-11-07  Bruno Haible  <bruno@clisp.org>
29233
29234         Update to GNU gettext 0.17.
29235         * m4/intl.m4: Update to GNU gettext 0.17.
29236         * m4/po.m4: Likewise.
29237         * modules/gettext (Files): Remove m4/ulonglong.m4.
29238         (configure.ac): Require gettext infrastructure from version 0.17.
29239
29240 2007-11-06  Bruno Haible  <bruno@clisp.org>
29241
29242         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29243         symbolic values are not defined in a public header.
29244         * lib/freadable.c (freadable) [QNX]: Likewise.
29245         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29246         * lib/freading.c (freading) [QNX]: Likewise.
29247         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29248         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29249         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29250         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29251         Reported by Alain Magloire.
29252
29253         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29254
29255 2007-11-05  Bruno Haible  <bruno@clisp.org>
29256
29257         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29258         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29259         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29260         Reported by Eric Blake.
29261
29262 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29263             Bruno Haible  <bruno@clisp.org>
29264
29265         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29266         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29267         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29268         (malloc): Undefine also before including <stdlib.h>.
29269         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29270         Needed on OSF/1 4.0.
29271
29272 2007-11-05  Jim Meyering  <meyering@redhat.com>
29273
29274         git-version-gen: sync from coreutils.
29275         * build-aux/git-version-gen: Add comments.
29276         Change the first '-' to '.' in the snapshot version string,
29277         e.g., 6.9-377-08144 -> 6.9.377-08144
29278         Remove first parameter.
29279         Don't declare a version "-dirty" merely because a time
29280         stamp has changed.
29281
29282 2007-11-04  Bruno Haible  <bruno@clisp.org>
29283
29284         * lib/lock.h: Protect all macro definitions containing an 'if'
29285         statement through a "do { ... } while (0)".
29286         * lib/tls.h: Likewise.
29287
29288 2007-11-04  Bruno Haible  <bruno@clisp.org>
29289
29290         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29291
29292 2007-11-04  Bruno Haible  <bruno@clisp.org>
29293
29294         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29295         * modules/fprintf-posix (Depends-on): Add nocrash.
29296         * modules/snprintf-posix (Depends-on): Likewise.
29297         * modules/sprintf-posix (Depends-on): Likewise.
29298         * modules/vasnprintf-posix (Depends-on): Likewise.
29299         * modules/vasprintf-posix (Depends-on): Likewise.
29300         * modules/vfprintf-posix (Depends-on): Likewise.
29301         * modules/vsnprintf-posix (Depends-on): Likewise.
29302         * modules/vsprintf-posix (Depends-on): Likewise.
29303         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29304         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29305         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29306         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29307         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29308         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29309         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29310
29311 2007-11-04  Bruno Haible  <bruno@clisp.org>
29312
29313         * modules/nocrash: New file.
29314         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29315         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29316
29317 2007-11-04  Bruno Haible  <bruno@clisp.org>
29318
29319         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29320         precision handling.
29321         * tests/test-vasprintf-posix.c (test_function): Likewise.
29322         * tests/test-snprintf-posix.h (test_function): Likewise.
29323         * tests/test-sprintf-posix.h (test_function): Likewise.
29324
29325         Fix *printf behaviour for large precisions on mingw and BeOS.
29326         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29327         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29328         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29329         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29330         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29331         gl_PRINTF_PRECISION and test its result. Invoke
29332         gl_PREREQ_VASNPRINTF_PRECISION.
29333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29334         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29335         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29336         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29337         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29338         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29339         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29340         * doc/functions/fprintf.texi: Update.
29341         * doc/functions/printf.texi: Update.
29342         * doc/functions/snprintf.texi: Update.
29343         * doc/functions/sprintf.texi: Update.
29344         * doc/functions/vfprintf.texi: Update.
29345         * doc/functions/vprintf.texi: Update.
29346         * doc/functions/vsnprintf.texi: Update.
29347         * doc/functions/vsprintf.texi: Update.
29348
29349 2007-11-04  Bruno Haible  <bruno@clisp.org>
29350
29351         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29352
29353 2007-11-04  Bruno Haible  <bruno@clisp.org>
29354
29355         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29356         Reported by Sylvain Beucler <beuc@gnu.org>.
29357
29358 2007-11-03  Bruno Haible  <bruno@clisp.org>
29359
29360         * tests/test-fprintf-posix2.sh: New file.
29361         * tests/test-fprintf-posix2.c: New file.
29362         * modules/fprintf-posix-tests (Files): Add them.
29363         (TESTS): Add test-fprintf-posix2.sh.
29364         (configure.ac): Check for getrlimit and setrlimit.
29365         (check_PROGRAMS): Add test-fprintf-posix2.
29366
29367         * tests/test-printf-posix2.sh: New file.
29368         * tests/test-printf-posix2.c: New file.
29369         * modules/printf-posix-tests (Files): Add them.
29370         (TESTS): Add test-printf-posix2.sh.
29371         (configure.ac): Check for getrlimit and setrlimit.
29372         (check_PROGRAMS): Add test-printf-posix2.
29373
29374         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29375         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29376         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29377         (decode_double): New function, copied from decode_long_double.
29378         (scale10_round_decimal_decoded): New function, extracted from
29379         scale10_round_decimal_long_double.
29380         (scale10_round_decimal_long_double): Use it.
29381         (scale10_round_decimal_double): New function.
29382         (floorlog10): New function.
29383         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29384         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29385         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29386         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29387         gl_PRINTF_ENOMEM and test its result. Invoke
29388         gl_PREREQ_VASNPRINTF_ENOMEM.
29389         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29390         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29391         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29392         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29393         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29394         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29395         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29396         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29397         * modules/snprintf-posix (Depends-on): Likewise.
29398         * modules/sprintf-posix (Depends-on): Likewise.
29399         * modules/vasnprintf-posix (Depends-on): Likewise.
29400         * modules/vasprintf-posix (Depends-on): Likewise.
29401         * modules/vfprintf-posix (Depends-on): Likewise.
29402         * modules/vsnprintf-posix (Depends-on): Likewise.
29403         * modules/vsprintf-posix (Depends-on): Likewise.
29404         * doc/functions/fprintf.texi: Update.
29405         * doc/functions/printf.texi: Update.
29406         * doc/functions/snprintf.texi: Update.
29407         * doc/functions/sprintf.texi: Update.
29408         * doc/functions/vfprintf.texi: Update.
29409         * doc/functions/vprintf.texi: Update.
29410         * doc/functions/vsnprintf.texi: Update.
29411         * doc/functions/vsprintf.texi: Update.
29412
29413 2007-11-03  Bruno Haible  <bruno@clisp.org>
29414
29415         * modules/frexp-nolibm-tests: New file.
29416
29417         * modules/frexp-nolibm: New file.
29418         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29419
29420 2007-11-03  Bruno Haible  <bruno@clisp.org>
29421
29422         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29423         value is C99 compliant.
29424         Needed for OSF/1 5.1.
29425
29426 2007-11-03  Bruno Haible  <bruno@clisp.org>
29427
29428         Fix out-of-memory handling of vasnprintf.
29429         * lib/printf-parse.c: Include <errno.h>.
29430         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29431         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29432         is already set.
29433
29434 2007-11-02  Eric Blake  <ebb9@byu.net>
29435
29436         Fix tests on cygwin.
29437         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29438
29439 2007-11-01  Bruno Haible  <bruno@clisp.org>
29440
29441         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29442         warning.
29443         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29444         needed for POSIX compatibility.
29445
29446 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29447
29448         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29449         for compatibility with GNU.
29450
29451 2007-11-01  Bruno Haible  <bruno@clisp.org>
29452
29453         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29454         (putenv): Renamed from rpl_putenv. Change argument type from
29455         'const char *' to 'char *'.
29456         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29457         of defining putenv in config.h, just set REPLACE_PUTENV.
29458         * modules/putenv (Depends-on): Add stdlib.
29459         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29460         (Include): Use <stdlib.h>.
29461         * lib/stdlib.in.h (putenv): New declaration.
29462         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29463         REPLACE_PUTENV.
29464         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29465         REPLACE_PUTENV.
29466         Needed for MacOS X 10.5.0.
29467         Reported by Peter O'Gorman <peter@pogma.com>.
29468
29469 2007-11-01  Jim Meyering  <meyering@redhat.com>
29470
29471         Treat an empty date string exactly like "0".
29472         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29473         if the remaining date string (to be parsed) is empty, use "0".
29474         Reported by Mischa Molhoek and discussed in this thread:
29475         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29476
29477 2007-10-31  Bruno Haible  <bruno@clisp.org>
29478
29479         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29480         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29481         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29482         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29483         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29484         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29485
29486 2007-10-31  Bruno Haible  <bruno@clisp.org>
29487
29488         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29489         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29490         (AC_TYPE_LONG_LONG_INT): Use it.
29491         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29492         it as well.
29493         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29494         to m4/longlong.m4.
29495         * modules/stdint (Files): Remove m4/ulonglong.m4.
29496         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29497         m4/ulonglong.m4.
29498         * modules/strtoumax (Files): Likewise.
29499
29500 2007-10-30  Bruno Haible  <bruno@clisp.org>
29501
29502         * modules/xvasprintf-posix: New file.
29503         Suggested by Eric Blake.
29504
29505 2007-10-30  Bruno Haible  <bruno@clisp.org>
29506
29507         * modules/xprintf-posix-tests: New file.
29508         * tests/test-xprintf-posix.sh: New file.
29509         * tests/test-xprintf-posix.c: New file.
29510         * tests/test-xfprintf-posix.c: New file.
29511
29512         * modules/xprintf-posix: New file.
29513
29514 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29515
29516         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29517         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29518         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29519
29520 2007-10-29  Bruno Haible  <bruno@clisp.org>
29521
29522         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29523         contain the special marker '_cv_'.
29524         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29525         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29526         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29527         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29528         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29529         Reported by Ralf Wildenhues.
29530
29531 2007-10-29  Bruno Haible  <bruno@clisp.org>
29532
29533         * gnulib-tool (func_import): When --lgpl is not specified, set
29534         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29535         GPLv3.
29536         Reported by Simon Josefsson.
29537
29538 2007-10-28  Bruno Haible  <bruno@clisp.org>
29539
29540         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29541         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29542         HAVE_DECL_ISFINITE.
29543         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29544         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29545         HAVE_DECL_ISFINITE.
29546
29547 2007-10-28  Bruno Haible  <bruno@clisp.org>
29548
29549         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29550         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29551
29552 2007-10-28  Bruno Haible  <bruno@clisp.org>
29553
29554         Fix link errors with Sun C 5.0 on Solaris 10.
29555         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29556         function is declared but not present in the compiler's libm.
29557         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29558         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29559         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29560         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29561         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29562         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29563         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29564         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29565         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29566         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29567         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29568         HAVE_DECL_FLOORL.
29569
29570 2007-10-28  Bruno Haible  <bruno@clisp.org>
29571
29572         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29573         gl_FUNC_FLOORL. Cache the result.
29574         (gl_FUNC_FLOORL): Use it.
29575         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29576         gl_FUNC_CEILL. Cache the result.
29577         (gl_FUNC_CEILL): Use it.
29578
29579         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29580         gl_FUNC_FLOOR. Cache the result.
29581         (gl_FUNC_FLOOR): Use it.
29582         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29583         gl_FUNC_CEIL. Cache the result.
29584         (gl_FUNC_CEIL): Use it.
29585
29586         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29587         gl_FUNC_FLOORF. Cache the result.
29588         (gl_FUNC_FLOORF): Use it.
29589         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29590         gl_FUNC_CEILF. Cache the result.
29591         (gl_FUNC_CEILF): Use it.
29592
29593 2007-10-28  Bruno Haible  <bruno@clisp.org>
29594
29595         * gnulib-tool: Allow specifying the LGPL version number through
29596         --lgpl=2 or --lgpl=3.
29597         (func_usage): Document --lgpl with argument.
29598         Handle --lgpl=... arguments.
29599         (func_import): Recognize also gl_LGPL calls with an argument. When
29600         --lgpl=2 is used and the module's license is just LGPL, report an
29601         error. Set sed_transform_lib_file according to the lgpl variable. In
29602         the generated files, use --lgpl or gl_LGPL invocations with argument,
29603         if necessary.
29604         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29605         an LGPv2+ license.
29606         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29607         gl_LGPL macro.
29608
29609 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29610             Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29613         (u16_uctomb_aux): Likewise.
29614         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29615         !HAVE_INLINE.
29616         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29617
29618 2007-10-28  Bruno Haible  <bruno@clisp.org>
29619
29620         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29621         Invoke AM_GETTEXT_OPTION if it exists.
29622         * modules/vasprintf: Likewise.
29623         * modules/verror: Likewise.
29624         * modules/xprintf: Likewise.
29625         * modules/xvasprintf: Likewise.
29626
29627 2007-10-27  Ben Pfaff  <blp@gnu.org>
29628
29629         * lib/math.in.h: Define isfinite macro and prototypes for
29630         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29631         implementations.
29632         * m4/math_h.m4: New substitutions for isfinite module.
29633         * lib/isfinite.c: New file.
29634         * m4/isfinite.m4: New file.
29635         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29636         * modules/isfinite: New file.
29637         * modules/isfinite-tests: New file.
29638         * tests/tests-isfinite.c: New file.
29639         * doc/functions/isfinite.texi: Mention isfinite module.
29640         * MODULES.html.sh: Mention new module.
29641
29642 2007-10-27  Ben Pfaff  <blp@gnu.org>
29643
29644         Ralf Wildenhues reported that Tru64 4.0D declares the round
29645         functions but does not have definitions.
29646         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29647         cannot be found in any library, set the output variable to
29648         "missing" instead of "".
29649         * m4/round.m4: Also use our substitute if we cannot find round in
29650         any library, even if it is declared.
29651         * m4/roundf.m4: Likewise for roundf.
29652         * m4/roundl.m4: Likewise for roundl.
29653         * lib/math.in.h: Undefine roundf, round, roundl before defining
29654         their replacements, to allow for hypothetical systems where these
29655         may be defined as macros but not available in libraries.
29656
29657 2007-10-27  Bruno Haible  <bruno@clisp.org>
29658
29659         * doc/gnulib.texi: Invoke @firstparagraphindent.
29660         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29661         changes in gnulib.
29662         (Source changes): New section.
29663
29664 2007-10-26  Bruno Haible  <bruno@clisp.org>
29665
29666         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29667         borrowed from autoconf.
29668
29669 2007-10-26  Bruno Haible  <bruno@clisp.org>
29670
29671         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29672         strerror returned the empty string. Needed on HP-UX 11.00.
29673
29674 2007-10-24  Micah Cowan  <micah@cowan.name>
29675
29676         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29677         * build-aux/bootstrap: Remove support for now-unnecessary option,
29678         --cvs-user, and envvars CVS_USER, CVS_RSH.
29679
29680 2007-10-24  Jim Meyering  <meyering@redhat.com>
29681
29682         Avoid diagnostics from sha1sum when there is no cached checksum.
29683         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29684         if the po.s1 file hasn't been created yet.
29685
29686         * build-aux/bootstrap: Sync from coreutils:
29687         2007-10-24  Jim Meyering  <meyering@redhat.com>
29688         Get gnulib from the git repository, not from an obsolete cvs one.
29689         * build-aux/bootstrap: Suggestion from Micah Cowan.
29690         2007-10-04  Jim Meyering  <jim@meyering.net>
29691         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29692         (update_po_files): Work also when there are no .po files in po/.
29693
29694 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29695
29696         * README: Append ".git" to git and cg examples.
29697         Problem reported by Benoit Sigoure.
29698
29699 2007-10-23  Micah Cowan  <micah@cowan.name>
29700
29701         * users.txt: Add wget.
29702
29703 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29704
29705         Fix linking of some unistdio tests on FreeBSD.
29706         * modules/unistdio/u16-vsnprintf-tests
29707         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29708         * modules/unistdio/u16-vsprintf-tests
29709         (test_u16_vsnprintf1_LDADD): Likewise.
29710         * modules/unistdio/u32-vsnprintf-tests
29711         (test_u32_vsnprintf1_LDADD): Likewise.
29712         * modules/unistdio/u32-vsprintf-tests
29713         (test_u32_vsprintf1_LDADD): Likewise.
29714         * modules/unistdio/u8-vsnprintf-tests
29715         (test_u8_vsnprintf1_LDADD): Likewise.
29716         * modules/unistdio/u8-vsprintf-tests
29717         (test_u8_vsprintf1_LDADD): Likewise.
29718         * modules/unistdio/ulc-vsnprintf-tests
29719         (test_ulc_vsnprintf1_LDADD): Likewise.
29720         * modules/unistdio/ulc-vsprintf-tests
29721         (test_ulc_vsprintf1_LDADD): Likewise.
29722
29723         Fix linking of some uniconv tests on FreeBSD.
29724         * modules/uniconv/u16-conv-from-enc-tests
29725         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29726         * modules/uniconv/u16-conv-to-enc-tests
29727         (test_u16_conv_to_enc_LDADD): Likewise.
29728         * modules/uniconv/u16-strconv-from-enc-tests
29729         (test_u16_strconv_from_enc_LDADD): Likewise.
29730         * modules/uniconv/u16-strconv-to-enc-tests
29731         (test_u16_strconv_to_enc_LDADD): Likewise.
29732         * modules/uniconv/u32-conv-from-enc-tests
29733         (test_u32_conv_from_enc_LDADD): Likewise.
29734         * modules/uniconv/u32-conv-to-enc-tests
29735         (test_u32_conv_to_enc_LDADD): Likewise.
29736         * modules/uniconv/u32-strconv-from-enc-tests
29737         (test_u32_strconv_from_enc_LDADD): Likewise.
29738         * modules/uniconv/u32-strconv-to-enc-tests
29739         (test_u32_strconv_to_enc_LDADD): Likewise.
29740         * modules/uniconv/u8-conv-from-enc-tests
29741         (test_u8_conv_from_enc_LDADD): Likewise.
29742         * modules/uniconv/u8-conv-to-enc-tests
29743         (test_u8_conv_to_enc_LDADD): Likewise.
29744         * modules/uniconv/u8-strconv-from-enc-tests
29745         (test_u8_strconv_from_enc_LDADD): Likewise.
29746         * modules/uniconv/u8-strconv-to-enc-tests
29747         (test_u8_strconv_to_enc_LDADD): Likewise.
29748
29749 2007-10-22  Bruno Haible  <bruno@clisp.org>
29750
29751         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29752         size.
29753
29754 2007-10-22  Eric Blake  <ebb9@byu.net>
29755
29756         Tweak x*printf documentation.
29757         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29758         variable name and comments.
29759         Suggested by Bruno Haible.
29760
29761 2007-10-22  Bruno Haible  <bruno@clisp.org>
29762
29763         * lib/acl.c (copy_acl): Fix file name in comment.
29764
29765 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29766
29767         Fix Tru64 problem with stdbool.h.
29768         * lib/stdbool.in.h (false, true):
29769         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29770         Don't declare as an enum in this situation; it runs afoul of Tru64.
29771         Problem reported by Steven M. Schweda in
29772         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29773
29774 2007-10-22  Eric Blake  <ebb9@byu.net>
29775
29776         Also wrap vf?printf.
29777         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29778         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29779         (xvprintf, xvfprintf): New functions.
29780
29781 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29782
29783         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
29784         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
29785
29786         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
29787         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
29788
29789 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29790
29791         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
29792         by Bruno Haible.
29793
29794 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29795
29796         * lib/getloadavg.c
29797         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
29798         Undef `sys' after including sys/table.h, for Tru64 4.0D.
29799
29800         * tests/test-i-ring.c: Work for C89.
29801
29802 2007-10-22  Bruno Haible  <bruno@clisp.org>
29803
29804         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
29805         -1u, in preprocessor expression, so that we don't test for the bug
29806         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
29807         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
29808
29809 2007-10-22  Eric Blake  <ebb9@byu.net>
29810
29811         * tests/test-yesno.sh: Silence stderr during test.
29812
29813 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29814
29815         * modules/crypto/gc-camellia: New file.
29816
29817         * m4/gc-camellia.m4: New file.
29818
29819         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
29820
29821         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
29822
29823 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29824
29825         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
29826         --help to stdout.  Reported by sms@antinode.org (Steven
29827         M. Schweda).
29828
29829 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29830
29831         * users.txt: Fix link to libksba.
29832
29833 2007-10-21  Ben Pfaff  <blp@gnu.org>
29834
29835         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
29836         round.c roundf implementation that depends on floorf and ceilf to
29837         be tested unconditionally.
29838
29839 2007-10-21  Ben Pfaff  <blp@gnu.org>
29840
29841         * m4/check-libm-func.m4: Removed.
29842         * m4/check-math-lib.m4: New file.
29843         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
29844         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
29845         definition and lack of AC_LIBOBJ([roundf]).
29846         * m4/roundl.m4: Ditto, and similarly for roundl.
29847         * modules/round: Reference new m4 file.
29848         * modules/roundf: Ditto.
29849         * modules/roundl: Ditto.
29850         * tests/test-round2.c (main): Use ROUND instead of round.
29851         Bug report from Bruno Haible.
29852
29853 2007-10-21  Bruno Haible  <bruno@clisp.org>
29854
29855         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
29856         context.
29857
29858 2007-10-21  Bruno Haible  <bruno@clisp.org>
29859
29860         * tests/test-wcwidth.c (main): Allow negative result for some control
29861         characters.
29862
29863         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
29864         Needed on OSF/1 5.1.
29865
29866 2007-10-21  Bruno Haible  <bruno@clisp.org>
29867
29868         * tests/test-floorf1.c: Include isnanf.h.
29869         (main): Use isnanf() instead of isnan().
29870         * tests/test-ceilf1.c: Include isnanf.h.
29871         (main): Use isnanf() instead of isnan().
29872         * tests/test-truncf1.c: Include isnanf.h.
29873         (main): Use isnanf() instead of isnan().
29874         * tests/test-roundf1.c: Include isnanf.h.
29875         (main): Use isnanf() instead of isnan().
29876
29877 2007-10-21  Eric Blake  <ebb9@byu.net>
29878
29879         * users.txt: Update URL for m4.
29880
29881 2007-10-21  Bruno Haible  <bruno@clisp.org>
29882
29883         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
29884
29885 2007-10-21  Bruno Haible  <bruno@clisp.org>
29886
29887         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
29888         Git's management files if the CVS files are not present.
29889
29890 2007-10-20  Bruno Haible  <bruno@clisp.org>
29891
29892         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
29893         gcc-3.4.x.
29894
29895 2007-10-20  Ben Pfaff  <blp@gnu.org>
29896
29897         * lib/math.in.h: Declare round, roundf, roundl if we are providing
29898         implementations.
29899         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
29900         * lib/round.c: New file.
29901         * lib/roundf.c: New file.
29902         * lib/roundl.c: New file.
29903         * m4/round.m4: New file.
29904         * m4/roundf.m4: New file.
29905         * m4/roundl.m4: New file.
29906         * m4/check-libm-func-m4: New file.
29907         * modules/math: Replace round, roundf, roundl related @VARS@ in
29908         math.in.h.
29909         * modules/round: New file.
29910         * modules/round-tests: New file.
29911         * modules/roundf: New file.
29912         * modules/roundf-tests: New file.
29913         * modules/roundl: New file.
29914         * modules/roundl-tests: New file.
29915         * tests/test-round1.c: New file.
29916         * tests/test-round2.c: New file.
29917         * tests/test-roundf1.c: New file.
29918         * tests/test-roundf2.c: New file.
29919         * tests/test-roundl.c: New file.
29920         * doc/functions/round.texi: Mention round module.
29921         * doc/functions/roundf.texi: Mention roundf module.
29922         * doc/functions/roundl.texi: Mention roundl module.
29923         * MODULES.html.sh: Mention new modules.
29924         Thanks to Bruno Haible for suggestions.
29925
29926 2007-10-20  Jim Meyering  <meyering@redhat.com>
29927
29928         * lib/xprintf.c: Include <config.h> unconditionally.
29929
29930         Change xprintf's license to GPL.
29931         * modules/xprintf (License): s/LGPL/GPL/, since this module
29932         depends on modules (exit and exitfail) which are GPL.
29933         Suggestion from Bruno Haible.
29934
29935         xprintf fixes.
29936         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
29937         Use a clearer diagnostic.
29938         Patch from Bruno Haible.
29939
29940 2007-10-20  Bruno Haible  <bruno@clisp.org>
29941
29942         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
29943         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
29944         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29945
29946 2007-10-20  Bruno Haible  <bruno@clisp.org>
29947
29948         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
29949         precision in the comparison result > x - 1 or similar.
29950         * tests/test-ceilf2.c (correct_result_p): Likewise.
29951         * tests/test-truncf2.c (correct_result_p): Likewise.
29952         * tests/test-trunc2.c (correct_result_p): Likewise.
29953         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29954
29955 2007-10-20  Bruno Haible  <bruno@clisp.org>
29956
29957         * modules/ceil: New file.
29958         * m4/ceil.m4: New file.
29959         * doc/functions/ceil.texi: Mention the 'ceil' module.
29960
29961 2007-10-20  Bruno Haible  <bruno@clisp.org>
29962
29963         * modules/floor: New file.
29964         * m4/floor.m4: New file.
29965         * doc/functions/floor.texi: Mention the 'floor' module.
29966
29967 2007-10-20  Bruno Haible  <bruno@clisp.org>
29968
29969         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
29970         of %a.
29971         * modules/floorf-tests (Depends-on): Likewise.
29972         * modules/truncf-tests (Depends-on): Likewise.
29973         * modules/trunc-tests (Depends-on): Likewise.
29974         Reported by Ben Pfaff.
29975
29976 2007-10-19  Jim Meyering  <meyering@redhat.com>
29977
29978         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
29979         Don't bother testing specific errno values.  Just test ferror.
29980
29981         New module: xprintf
29982         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
29983
29984 2007-10-19  Bruno Haible  <bruno@clisp.org>
29985
29986         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
29987         syntax.
29988         * modules/javaexec (Makefile.am): Likewise.
29989         * modules/relocatable-prog (Makefile.am): Likewise.
29990         Suggested by Jim Meyering.
29991
29992 2007-10-18  Bruno Haible  <bruno@clisp.org>
29993
29994         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
29995         Reported by Jim Meyering.
29996
29997 2007-10-18  Eric Blake  <ebb9@byu.net>
29998
29999         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30000
30001 2007-10-18  Bruno Haible  <bruno@clisp.org>
30002
30003         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30004         the format string into writable memory. Needed in Fortify conditions.
30005
30006 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30007             Bruno Haible  <bruno@clisp.org>
30008
30009         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30010         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30011         * modules/trim (Depends-on): Add mbchar.
30012         (configure.ac): Add gl_FUNC_MBRTOWC.
30013         (Makefile.am): Augment lib_SOURCES.
30014
30015 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30016
30017         Modify glob.c to use fstatat and dirfd, to simplify it.
30018         Suggested by Eric Blake.
30019         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30020         Don't include <stdbool.h>; not used.
30021         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30022         (link_exists_p): Simplify implementation, since we can now assume
30023         dirfd and fstatat.
30024         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30025
30026 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30027
30028         * gnulib-tool (func_get_dependencies): Fix sed script to
30029         match only tests.
30030
30031 2007-10-17  Bruno Haible  <bruno@clisp.org>
30032
30033         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30034         allow locale names without encoding suffix.
30035         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30036         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30037
30038 2007-10-16  Bruno Haible  <bruno@clisp.org>
30039
30040         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30041         * lib/getgroups.c (getgroups): Likewise.
30042         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30043
30044 2007-10-16  Bruno Haible  <bruno@clisp.org>
30045
30046         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30047         * modules/malloc-posix (License): Likewise.
30048         * modules/realloc-posix (License): Likewise.
30049         * modules/calloc-posix (License): Likewise.
30050         * modules/intprops (License): Change from GPL to LGPL, with
30051         Paul Eggert's approval.
30052
30053 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30054
30055         Merge glibc changes into lib/glob.c.
30056
30057         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30058         2007-10-15 04:59:03 UTC.  Here are the changes:
30059
30060         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30061
30062         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30063
30064         * lib/glob.c: Add some branch prediction throughout.
30065
30066         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30067
30068         [BZ #5103]
30069         * lib/glob.c (glob): Recognize patterns starting \/.
30070
30071         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30072
30073         [BZ #3996]
30074         * lib/glob.c (attribute_hidden): Define if not defined.
30075         (glob): Unescape dirname, filename or username when needed and not
30076         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30077         is NULL.  Handle unescaped [ in pattern without closing ].
30078         Don't pass GLOB_CHECK down to recursive glob for directories.
30079         (__glob_pattern_type): New function.
30080         (__glob_pattern_p): Implement using __glob_pattern_type.
30081         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30082         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30083         Remove unreachable code.
30084
30085         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30086
30087         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30088         explain why there are no leaks.
30089
30090         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30091
30092         [BZ #3253]
30093         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30094         time, rather allocate increasingly bigger arrays of pointers, if
30095         possible with alloca, if too large with malloc.
30096
30097 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30098
30099         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30100         Problem reported by H.Merijn Brand in
30101         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30102         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30103         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30104
30105 2007-10-15  Bruno Haible  <bruno@clisp.org>
30106
30107         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30108         with explicit rpl_ prefix.
30109         * lib/fopen.c (fopen): Likewise.
30110         * lib/freopen.c (freopen): Likewise.
30111         * lib/iconv.c (iconv): Likewise.
30112         * lib/iconv_close.c (iconv_close): Likewise.
30113
30114 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30115
30116         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30117
30118 2007-10-15  Bruno Haible  <bruno@clisp.org>
30119
30120         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30121         <stddef.h> instead of <stdlib.h> since we only need NULL.
30122         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30123
30124 2007-10-15  Bruno Haible  <bruno@clisp.org>
30125
30126         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30127         Replace paragraph talking about LIBOBJS.
30128         Reported by Colin Watson <cjwatson@debian.org>.
30129
30130 2007-10-15  Bruno Haible  <bruno@clisp.org>
30131
30132         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30133         <stdlib.h> before using NULL.
30134
30135 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30136
30137         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30138         Reported by Albert Chin <china@thewrittenword.com>.
30139
30140 2007-10-14  Bruno Haible  <bruno@clisp.org>
30141
30142         * modules/iconv_open-utf-tests: New file.
30143         * tests/test-iconv-utf.c: New file.
30144
30145         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30146         * modules/iconv_open-utf: New file.
30147         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30148         (iconv, iconv_close): New declarations.
30149         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30150         be defined.
30151         (iconv_open): Add special handling of conversion between UTF-8 and
30152         UTF-{16,32}{BE,LE}.
30153         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30154         * lib/iconv_close.c: New file.
30155         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30156         gl_FUNC_ICONV_OPEN.
30157         (gl_FUNC_ICONV_OPEN): Use it.
30158         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30159         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30160         and REPLACE_ICONV_UTF.
30161         * modules/iconv_open (Depends-on): Add c-strcase.
30162         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30163         ICONV_CONST.
30164         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30165
30166 2007-10-13  Albert Chin  <china@thewrittenword.com>
30167             Bruno Haible  <bruno@clisp.org>
30168
30169         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30170         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30171
30172 2007-10-13  Bruno Haible  <bruno@clisp.org>
30173
30174         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30175         defined, use the ISO C99 inline semantics.
30176         * lib/argp.h (ARGP_EI): Likewise.
30177
30178 2007-10-13  Bruno Haible  <bruno@clisp.org>
30179
30180         Handle 'inline' change in gcc 4.3.0.
30181         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30182         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30183         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30184         argp_fmtstream_point): Disable 'extern' declaration if the function
30185         definition is going to be provided inline.
30186         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30187         semantics, not the ISO C99 inline semantics.
30188         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30189         'extern' declaration if the function definition is going to be provided
30190         inline.
30191         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30192         the GNU C inline semantics, not the ISO C99 inline semantics. With
30193         GCC 4.2, avoid a warning.
30194
30195 2007-10-13  Bruno Haible  <bruno@clisp.org>
30196
30197         * lib/freading.h (freading): Enable the use of __freading for
30198         glibc >= 2.7.
30199         * lib/freading.c (freading): Likewise.
30200
30201 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30202
30203         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30204         "warning: C99 inline functions are not supported; using GNU89".
30205
30206 2007-10-12  Bruno Haible  <bruno@clisp.org>
30207
30208         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30209         of 2.
30210         * tests/test-ceilf2.c: New file.
30211         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30212
30213         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30214         * modules/ceilf-tests: Update.
30215
30216 2007-10-12  Bruno Haible  <bruno@clisp.org>
30217
30218         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30219         of 2.
30220         * tests/test-floorf2.c: New file.
30221         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30222
30223         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30224         * modules/floorf-tests: Update.
30225
30226 2007-10-12  Bruno Haible  <bruno@clisp.org>
30227
30228         * tests/test-trunc2.c: New file.
30229         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30230
30231         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30232         * modules/trunc-tests: Update.
30233
30234 2007-10-12  Bruno Haible  <bruno@clisp.org>
30235
30236         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30237         of 2.
30238         * tests/test-truncf2.c: New file.
30239         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30240
30241         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30242         * modules/truncf-tests: Update.
30243
30244 2007-10-11  Eric Blake  <ebb9@byu.net>
30245
30246         Don't claim strerror is broken on Interix.
30247         * doc/functions/strerror.texi (strerror): Known broken systems are
30248         now Solaris 8, and not Interix.
30249         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30250         Interix on cross-compile.
30251         Reported by Martin Koeppe in
30252         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30253
30254 2007-10-11  Bruno Haible  <bruno@clisp.org>
30255
30256         * modules/i-ring-tests: New file.
30257         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30258         instead of assert.
30259
30260 2007-10-11  Bruno Haible  <bruno@clisp.org>
30261
30262         * modules/filenamecat-tests: New file.
30263         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30264         * lib/filenamecat.c: Remove test code.
30265
30266 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30267
30268         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30269
30270         * lib/strerror.c: Include <string.h> always, to test interface,
30271         and to remove the need for the dummy.
30272         Include intprops.h to compute width instead of doing it ourselves
30273         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30274         (strerror): Define it to return NULL if there's no system strerror.
30275         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30276         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30277         ancient pre-strerror Unix systems well any more.  Saying "unknown
30278         system error" is enough.
30279         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30280         simpler strerror.c implementation.
30281         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30282         Simplify the tests to reflect the simpler strerror implementation.
30283         * modules/strerror (Depends-on): Add intprops.
30284
30285 2007-10-09  Eric Blake  <ebb9@byu.net>
30286
30287         Silence test-fpending.
30288         * modules/fpending-tests (Files): Add wrapper script.
30289         * tests/test-fpending.sh: New file.
30290
30291 2007-10-09  Bruno Haible  <bruno@clisp.org>
30292
30293         * MODULES.html.sh (func_module): Don't create a hyperlink for
30294         function names like 'printf_frexp'.
30295         (Misc): Add crc, memxor.
30296         (Characteristics of floating types): New section.
30297         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30298         isnanf-nolibm, signbit, trunc, truncf, truncl.
30299         (Enhancements for ISO C 99 functions): New subsection Input/output.
30300         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30301         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30302         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30303         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30304         (Enhancements for POSIX:2001 functions): Add chdir-long.
30305         (File system functions): Add areadlink, chdir-safer, read-file.
30306         Remove cycle-check.
30307         (File system as inode set): New section.
30308         (Date and time): Add gethrxtime.
30309         (Multithreading): Add openmp.
30310         (Internationalization functions): Add localename.
30311         (Unicode string functions): Add unistr/u*-mbsnlen.
30312         (Support for maintaining and releasing projects): Add git-version-gen.
30313         (Lone files): Remove directories.
30314
30315 2007-10-08  Ben Pfaff  <blp@gnu.org>
30316
30317         * lib/xmalloca.h: Fix typo in comment.
30318
30319 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30320
30321         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30322         when avoiding problems with integer overflow.  Use a portable test
30323         instead.
30324
30325 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30326
30327         * modules/dummy (License): Change to LGPLv2+.
30328         * modules/float (License): Likewise
30329         * modules/realloc (License): Likewise
30330         * modules/stdlib (License): Likewise
30331
30332 2007-10-07  Bruno Haible  <bruno@clisp.org>
30333
30334         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30335         * floor.c (TWO_MANT_DIG): Likewise.
30336         * ceil.c (TWO_MANT_DIG): Likewise.
30337         Reported by Ben Pfaff.
30338
30339 2007-10-07  Bruno Haible  <bruno@clisp.org>
30340
30341         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30342         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30343         * lib/frexp.c (FUNC): Likewise.
30344         * lib/printf-frexp.h (printf_frexp): Likewise.
30345         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30346         * lib/printf-frexp.c (FUNC): Likewise.
30347         Suggested by Jim Meyering.
30348
30349 2007-10-07  Jim Meyering  <meyering@redhat.com>
30350
30351         Make xnanosleep's integer overflow test more robust.
30352         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30353         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30354
30355 2007-10-07  Bruno Haible  <bruno@clisp.org>
30356
30357         * NEWS: Mention the license change.
30358
30359         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30360         abbreviations in the modules files.
30361
30362         Change copyright notice from GPLv2+ to GPLv3+.
30363         * README: Change copyright notice.
30364         * MODULES.html.sh: Likewise.
30365         * build-aux/bootstrap.conf: Likewise.
30366         * build-aux/config.libpath: Likewise.
30367         * build-aux/csharpcomp.sh.in: Likewise.
30368         * build-aux/csharpexec.sh.in: Likewise.
30369         * build-aux/install-reloc: Likewise.
30370         * build-aux/javacomp.sh.in: Likewise.
30371         * build-aux/javaexec.sh.in: Likewise.
30372         * build-aux/ldd.sh.in: Likewise.
30373         * build-aux/reloc-ldflags: Likewise.
30374         * build-aux/relocatable.sh.in: Likewise.
30375         * build-aux/x-to-1.in: Likewise.
30376         * check-module: Likewise.
30377         * config/srclistvars.sh: Likewise.
30378         * gnulib-tool: Likewise.
30379         * lib/acl-internal.h: Likewise.
30380         * lib/acl.c: Likewise.
30381         * lib/acl.h: Likewise.
30382         * lib/acl_entries.c: Likewise.
30383         * lib/areadlink-with-size.c: Likewise.
30384         * lib/areadlink.c: Likewise.
30385         * lib/areadlink.h: Likewise.
30386         * lib/argmatch.c: Likewise.
30387         * lib/argmatch.h: Likewise.
30388         * lib/argp-ba.c: Likewise.
30389         * lib/argp-eexst.c: Likewise.
30390         * lib/argp-fmtstream.c: Likewise.
30391         * lib/argp-fmtstream.h: Likewise.
30392         * lib/argp-fs-xinl.c: Likewise.
30393         * lib/argp-help.c: Likewise.
30394         * lib/argp-namefrob.h: Likewise.
30395         * lib/argp-parse.c: Likewise.
30396         * lib/argp-pin.c: Likewise.
30397         * lib/argp-pv.c: Likewise.
30398         * lib/argp-pvh.c: Likewise.
30399         * lib/argp-xinl.c: Likewise.
30400         * lib/argp.h: Likewise.
30401         * lib/at-func.c: Likewise.
30402         * lib/atanl.c: Likewise.
30403         * lib/backupfile.c: Likewise.
30404         * lib/backupfile.h: Likewise.
30405         * lib/basename.c: Likewise.
30406         * lib/binary-io.h: Likewise.
30407         * lib/byteswap.in.h: Likewise.
30408         * lib/c-stack.c: Likewise.
30409         * lib/c-stack.h: Likewise.
30410         * lib/c-strcasestr.c: Likewise.
30411         * lib/c-strcasestr.h: Likewise.
30412         * lib/c-strstr.c: Likewise.
30413         * lib/c-strstr.h: Likewise.
30414         * lib/c-strtod.c: Likewise.
30415         * lib/calloc.c: Likewise.
30416         * lib/canon-host.c: Likewise.
30417         * lib/canon-host.h: Likewise.
30418         * lib/canonicalize-lgpl.c: Likewise.
30419         * lib/canonicalize.c: Likewise.
30420         * lib/canonicalize.h: Likewise.
30421         * lib/ceil.c: Likewise.
30422         * lib/ceilf.c: Likewise.
30423         * lib/ceill.c: Likewise.
30424         * lib/chdir-long.c: Likewise.
30425         * lib/chdir-long.h: Likewise.
30426         * lib/chdir-safer.c: Likewise.
30427         * lib/chdir-safer.h: Likewise.
30428         * lib/chown.c: Likewise.
30429         * lib/classpath.c: Likewise.
30430         * lib/classpath.h: Likewise.
30431         * lib/clean-temp.c: Likewise.
30432         * lib/clean-temp.h: Likewise.
30433         * lib/cloexec.c: Likewise.
30434         * lib/close-stream.c: Likewise.
30435         * lib/closein.c: Likewise.
30436         * lib/closein.h: Likewise.
30437         * lib/closeout.c: Likewise.
30438         * lib/closeout.h: Likewise.
30439         * lib/concat-filename.c: Likewise.
30440         * lib/copy-file.c: Likewise.
30441         * lib/copy-file.h: Likewise.
30442         * lib/count-one-bits.h: Likewise.
30443         * lib/crc.c: Likewise.
30444         * lib/crc.h: Likewise.
30445         * lib/creat-safer.c: Likewise.
30446         * lib/csharpcomp.c: Likewise.
30447         * lib/csharpcomp.h: Likewise.
30448         * lib/csharpexec.c: Likewise.
30449         * lib/csharpexec.h: Likewise.
30450         * lib/cycle-check.c: Likewise.
30451         * lib/cycle-check.h: Likewise.
30452         * lib/diacrit.c: Likewise.
30453         * lib/diacrit.h: Likewise.
30454         * lib/diffseq.h: Likewise.
30455         * lib/dirchownmod.c: Likewise.
30456         * lib/dirent.in.h: Likewise.
30457         * lib/dirfd.c: Likewise.
30458         * lib/dirfd.h: Likewise.
30459         * lib/dirname.c: Likewise.
30460         * lib/dirname.h: Likewise.
30461         * lib/dummy.c: Likewise.
30462         * lib/dup-safer.c: Likewise.
30463         * lib/dup2.c: Likewise.
30464         * lib/eealloc.h: Likewise.
30465         * lib/error.c: Likewise.
30466         * lib/error.h: Likewise.
30467         * lib/euidaccess.c: Likewise.
30468         * lib/exclude.c: Likewise.
30469         * lib/exclude.h: Likewise.
30470         * lib/execute.c: Likewise.
30471         * lib/execute.h: Likewise.
30472         * lib/exitfail.c: Likewise.
30473         * lib/exitfail.h: Likewise.
30474         * lib/expl.c: Likewise.
30475         * lib/fatal-signal.c: Likewise.
30476         * lib/fatal-signal.h: Likewise.
30477         * lib/fbufmode.c: Likewise.
30478         * lib/fbufmode.h: Likewise.
30479         * lib/fchdir.c: Likewise.
30480         * lib/fchmodat.c: Likewise.
30481         * lib/fchownat.c: Likewise.
30482         * lib/fcntl--.h: Likewise.
30483         * lib/fcntl-safer.h: Likewise.
30484         * lib/fcntl.in.h: Likewise.
30485         * lib/fd-safer.c: Likewise.
30486         * lib/fflush.c: Likewise.
30487         * lib/file-has-acl.c: Likewise.
30488         * lib/file-set.c: Likewise.
30489         * lib/file-type.c: Likewise.
30490         * lib/file-type.h: Likewise.
30491         * lib/fileblocks.c: Likewise.
30492         * lib/filemode.c: Likewise.
30493         * lib/filemode.h: Likewise.
30494         * lib/filename.h: Likewise.
30495         * lib/filenamecat.c: Likewise.
30496         * lib/filenamecat.h: Likewise.
30497         * lib/findprog.c: Likewise.
30498         * lib/findprog.h: Likewise.
30499         * lib/float.in.h: Likewise.
30500         * lib/floor.c: Likewise.
30501         * lib/floorf.c: Likewise.
30502         * lib/floorl.c: Likewise.
30503         * lib/fopen-safer.c: Likewise.
30504         * lib/fopen.c: Likewise.
30505         * lib/fpending.c: Likewise.
30506         * lib/fpending.h: Likewise.
30507         * lib/fprintf.c: Likewise.
30508         * lib/fprintftime.h: Likewise.
30509         * lib/fpucw.h: Likewise.
30510         * lib/fpurge.c: Likewise.
30511         * lib/fpurge.h: Likewise.
30512         * lib/freadable.c: Likewise.
30513         * lib/freadable.h: Likewise.
30514         * lib/freadahead.c: Likewise.
30515         * lib/freadahead.h: Likewise.
30516         * lib/freading.c: Likewise.
30517         * lib/freading.h: Likewise.
30518         * lib/free.c: Likewise.
30519         * lib/freopen.c: Likewise.
30520         * lib/frexp.c: Likewise.
30521         * lib/frexpl.c: Likewise.
30522         * lib/fseek.c: Likewise.
30523         * lib/fseterr.c: Likewise.
30524         * lib/fseterr.h: Likewise.
30525         * lib/fstatat.c: Likewise.
30526         * lib/fstrcmp.c: Likewise.
30527         * lib/fstrcmp.h: Likewise.
30528         * lib/fsusage.c: Likewise.
30529         * lib/fsusage.h: Likewise.
30530         * lib/ftell.c: Likewise.
30531         * lib/ftello.c: Likewise.
30532         * lib/fts-cycle.c: Likewise.
30533         * lib/fts.c: Likewise.
30534         * lib/fts_.h: Likewise.
30535         * lib/full-read.c: Likewise.
30536         * lib/full-read.h: Likewise.
30537         * lib/full-write.c: Likewise.
30538         * lib/full-write.h: Likewise.
30539         * lib/fwritable.c: Likewise.
30540         * lib/fwritable.h: Likewise.
30541         * lib/fwriteerror.c: Likewise.
30542         * lib/fwriteerror.h: Likewise.
30543         * lib/fwriting.c: Likewise.
30544         * lib/fwriting.h: Likewise.
30545         * lib/gcd.c: Likewise.
30546         * lib/gcd.h: Likewise.
30547         * lib/getcwd.c: Likewise.
30548         * lib/getdate.h: Likewise.
30549         * lib/getdate.y: Likewise.
30550         * lib/getdomainname.c: Likewise.
30551         * lib/getdomainname.h: Likewise.
30552         * lib/getgroups.c: Likewise.
30553         * lib/gethostname.c: Likewise.
30554         * lib/gethrxtime.c: Likewise.
30555         * lib/gethrxtime.h: Likewise.
30556         * lib/getloadavg.c: Likewise.
30557         * lib/getndelim2.c: Likewise.
30558         * lib/getndelim2.h: Likewise.
30559         * lib/getnline.c: Likewise.
30560         * lib/getnline.h: Likewise.
30561         * lib/getopt.c: Likewise.
30562         * lib/getopt.in.h: Likewise.
30563         * lib/getopt1.c: Likewise.
30564         * lib/getopt_int.h: Likewise.
30565         * lib/getpagesize.h: Likewise.
30566         * lib/getsubopt.c: Likewise.
30567         * lib/gettime.c: Likewise.
30568         * lib/getugroups.c: Likewise.
30569         * lib/getugroups.h: Likewise.
30570         * lib/getusershell.c: Likewise.
30571         * lib/gl_anyavltree_list1.h: Likewise.
30572         * lib/gl_anyavltree_list2.h: Likewise.
30573         * lib/gl_anyhash_list1.h: Likewise.
30574         * lib/gl_anyhash_list2.h: Likewise.
30575         * lib/gl_anylinked_list1.h: Likewise.
30576         * lib/gl_anylinked_list2.h: Likewise.
30577         * lib/gl_anyrbtree_list1.h: Likewise.
30578         * lib/gl_anyrbtree_list2.h: Likewise.
30579         * lib/gl_anytree_list1.h: Likewise.
30580         * lib/gl_anytree_list2.h: Likewise.
30581         * lib/gl_anytree_oset.h: Likewise.
30582         * lib/gl_anytreehash_list1.h: Likewise.
30583         * lib/gl_anytreehash_list2.h: Likewise.
30584         * lib/gl_array_list.c: Likewise.
30585         * lib/gl_array_list.h: Likewise.
30586         * lib/gl_array_oset.c: Likewise.
30587         * lib/gl_array_oset.h: Likewise.
30588         * lib/gl_avltree_list.c: Likewise.
30589         * lib/gl_avltree_list.h: Likewise.
30590         * lib/gl_avltree_oset.c: Likewise.
30591         * lib/gl_avltree_oset.h: Likewise.
30592         * lib/gl_avltreehash_list.c: Likewise.
30593         * lib/gl_avltreehash_list.h: Likewise.
30594         * lib/gl_carray_list.c: Likewise.
30595         * lib/gl_carray_list.h: Likewise.
30596         * lib/gl_linked_list.c: Likewise.
30597         * lib/gl_linked_list.h: Likewise.
30598         * lib/gl_linkedhash_list.c: Likewise.
30599         * lib/gl_linkedhash_list.h: Likewise.
30600         * lib/gl_list.c: Likewise.
30601         * lib/gl_list.h: Likewise.
30602         * lib/gl_oset.c: Likewise.
30603         * lib/gl_oset.h: Likewise.
30604         * lib/gl_rbtree_list.c: Likewise.
30605         * lib/gl_rbtree_list.h: Likewise.
30606         * lib/gl_rbtree_oset.c: Likewise.
30607         * lib/gl_rbtree_oset.h: Likewise.
30608         * lib/gl_rbtreehash_list.c: Likewise.
30609         * lib/gl_rbtreehash_list.h: Likewise.
30610         * lib/gl_sublist.c: Likewise.
30611         * lib/gl_sublist.h: Likewise.
30612         * lib/group-member.c: Likewise.
30613         * lib/group-member.h: Likewise.
30614         * lib/hard-locale.c: Likewise.
30615         * lib/hard-locale.h: Likewise.
30616         * lib/hash-pjw.c: Likewise.
30617         * lib/hash-pjw.h: Likewise.
30618         * lib/hash-triple.c: Likewise.
30619         * lib/hash.c: Likewise.
30620         * lib/hash.h: Likewise.
30621         * lib/human.c: Likewise.
30622         * lib/human.h: Likewise.
30623         * lib/i-ring.c: Likewise.
30624         * lib/i-ring.h: Likewise.
30625         * lib/idcache.c: Likewise.
30626         * lib/imaxabs.c: Likewise.
30627         * lib/imaxdiv.c: Likewise.
30628         * lib/inet_pton.c: Likewise.
30629         * lib/inet_pton.h: Likewise.
30630         * lib/intprops.h: Likewise.
30631         * lib/inttostr.c: Likewise.
30632         * lib/inttostr.h: Likewise.
30633         * lib/inttypes.in.h: Likewise.
30634         * lib/isapipe.c: Likewise.
30635         * lib/isdir.c: Likewise.
30636         * lib/isnan.c: Likewise.
30637         * lib/isnan.h: Likewise.
30638         * lib/isnanf.c: Likewise.
30639         * lib/isnanf.h: Likewise.
30640         * lib/isnanl-nolibm.h: Likewise.
30641         * lib/isnanl.c: Likewise.
30642         * lib/isnanl.h: Likewise.
30643         * lib/javacomp.c: Likewise.
30644         * lib/javacomp.h: Likewise.
30645         * lib/javaexec.c: Likewise.
30646         * lib/javaexec.h: Likewise.
30647         * lib/javaversion.c: Likewise.
30648         * lib/javaversion.h: Likewise.
30649         * lib/javaversion.java: Likewise.
30650         * lib/lbrkprop.h: Likewise.
30651         * lib/lchmod.h: Likewise.
30652         * lib/lchown.c: Likewise.
30653         * lib/ldexpl.c: Likewise.
30654         * lib/linebreak.c: Likewise.
30655         * lib/linebreak.h: Likewise.
30656         * lib/linebuffer.c: Likewise.
30657         * lib/linebuffer.h: Likewise.
30658         * lib/locale.in.h: Likewise.
30659         * lib/logl.c: Likewise.
30660         * lib/long-options.c: Likewise.
30661         * lib/long-options.h: Likewise.
30662         * lib/lstat.c: Likewise.
30663         * lib/lstat.h: Likewise.
30664         * lib/math.in.h: Likewise.
30665         * lib/mbchar.c: Likewise.
30666         * lib/mbchar.h: Likewise.
30667         * lib/mbfile.h: Likewise.
30668         * lib/mbiter.h: Likewise.
30669         * lib/mbscasecmp.c: Likewise.
30670         * lib/mbscasestr.c: Likewise.
30671         * lib/mbschr.c: Likewise.
30672         * lib/mbscspn.c: Likewise.
30673         * lib/mbslen.c: Likewise.
30674         * lib/mbsncasecmp.c: Likewise.
30675         * lib/mbsnlen.c: Likewise.
30676         * lib/mbspbrk.c: Likewise.
30677         * lib/mbspcasecmp.c: Likewise.
30678         * lib/mbsrchr.c: Likewise.
30679         * lib/mbssep.c: Likewise.
30680         * lib/mbsspn.c: Likewise.
30681         * lib/mbsstr.c: Likewise.
30682         * lib/mbstok_r.c: Likewise.
30683         * lib/mbswidth.c: Likewise.
30684         * lib/mbswidth.h: Likewise.
30685         * lib/mbuiter.h: Likewise.
30686         * lib/memcasecmp.c: Likewise.
30687         * lib/memcasecmp.h: Likewise.
30688         * lib/memchr.c: Likewise.
30689         * lib/memcmp.c: Likewise.
30690         * lib/memcoll.c: Likewise.
30691         * lib/memcoll.h: Likewise.
30692         * lib/memcpy.c: Likewise.
30693         * lib/memrchr.c: Likewise.
30694         * lib/mkancesdirs.c: Likewise.
30695         * lib/mkdir-p.c: Likewise.
30696         * lib/mkdir-p.h: Likewise.
30697         * lib/mkdir.c: Likewise.
30698         * lib/mkdirat.c: Likewise.
30699         * lib/mkdtemp.c: Likewise.
30700         * lib/mkstemp-safer.c: Likewise.
30701         * lib/mkstemp.c: Likewise.
30702         * lib/modechange.c: Likewise.
30703         * lib/modechange.h: Likewise.
30704         * lib/mountlist.c: Likewise.
30705         * lib/mountlist.h: Likewise.
30706         * lib/mpsort.c: Likewise.
30707         * lib/nanosleep.c: Likewise.
30708         * lib/obstack.c: Likewise.
30709         * lib/obstack.h: Likewise.
30710         * lib/open-safer.c: Likewise.
30711         * lib/open.c: Likewise.
30712         * lib/openat-die.c: Likewise.
30713         * lib/openat-priv.h: Likewise.
30714         * lib/openat-proc.c: Likewise.
30715         * lib/openat.c: Likewise.
30716         * lib/openat.h: Likewise.
30717         * lib/pagealign_alloc.c: Likewise.
30718         * lib/pagealign_alloc.h: Likewise.
30719         * lib/physmem.c: Likewise.
30720         * lib/physmem.h: Likewise.
30721         * lib/pipe-safer.c: Likewise.
30722         * lib/pipe.c: Likewise.
30723         * lib/pipe.h: Likewise.
30724         * lib/posixtm.c: Likewise.
30725         * lib/posixtm.h: Likewise.
30726         * lib/posixver.c: Likewise.
30727         * lib/printf-frexp.c: Likewise.
30728         * lib/printf-frexp.h: Likewise.
30729         * lib/printf-frexpl.c: Likewise.
30730         * lib/printf-frexpl.h: Likewise.
30731         * lib/printf.c: Likewise.
30732         * lib/progname.c: Likewise.
30733         * lib/progname.h: Likewise.
30734         * lib/progreloc.c: Likewise.
30735         * lib/putenv.c: Likewise.
30736         * lib/quote.c: Likewise.
30737         * lib/quote.h: Likewise.
30738         * lib/quotearg.c: Likewise.
30739         * lib/quotearg.h: Likewise.
30740         * lib/raise.c: Likewise.
30741         * lib/readline.c: Likewise.
30742         * lib/readline.h: Likewise.
30743         * lib/readlink.c: Likewise.
30744         * lib/readtokens.c: Likewise.
30745         * lib/readtokens.h: Likewise.
30746         * lib/readtokens0.c: Likewise.
30747         * lib/readtokens0.h: Likewise.
30748         * lib/readutmp.c: Likewise.
30749         * lib/readutmp.h: Likewise.
30750         * lib/realloc.c: Likewise.
30751         * lib/relocwrapper.c: Likewise.
30752         * lib/rename-dest-slash.c: Likewise.
30753         * lib/rename.c: Likewise.
30754         * lib/rmdir.c: Likewise.
30755         * lib/rpmatch.c: Likewise.
30756         * lib/safe-read.c: Likewise.
30757         * lib/safe-read.h: Likewise.
30758         * lib/safe-write.c: Likewise.
30759         * lib/safe-write.h: Likewise.
30760         * lib/same-inode.h: Likewise.
30761         * lib/same.c: Likewise.
30762         * lib/same.h: Likewise.
30763         * lib/save-cwd.c: Likewise.
30764         * lib/save-cwd.h: Likewise.
30765         * lib/savedir.c: Likewise.
30766         * lib/savedir.h: Likewise.
30767         * lib/savewd.c: Likewise.
30768         * lib/savewd.h: Likewise.
30769         * lib/search.in.h: Likewise.
30770         * lib/setenv.c: Likewise.
30771         * lib/setenv.h: Likewise.
30772         * lib/settime.c: Likewise.
30773         * lib/sh-quote.c: Likewise.
30774         * lib/sh-quote.h: Likewise.
30775         * lib/sig2str.c: Likewise.
30776         * lib/sig2str.h: Likewise.
30777         * lib/signal.in.h: Likewise.
30778         * lib/signbitd.c: Likewise.
30779         * lib/signbitf.c: Likewise.
30780         * lib/signbitl.c: Likewise.
30781         * lib/sigprocmask.c: Likewise.
30782         * lib/sincosl.c: Likewise.
30783         * lib/sleep.c: Likewise.
30784         * lib/sprintf.c: Likewise.
30785         * lib/sqrtl.c: Likewise.
30786         * lib/stat-time.h: Likewise.
30787         * lib/stdio--.h: Likewise.
30788         * lib/stdio-safer.h: Likewise.
30789         * lib/stdlib--.h: Likewise.
30790         * lib/stdlib-safer.h: Likewise.
30791         * lib/stdlib.in.h: Likewise.
30792         * lib/stpcpy.c: Likewise.
30793         * lib/stpncpy.c: Likewise.
30794         * lib/strchrnul.c: Likewise.
30795         * lib/strcspn.c: Likewise.
30796         * lib/strerror.c: Likewise.
30797         * lib/strftime.c: Likewise.
30798         * lib/strftime.h: Likewise.
30799         * lib/striconveh.c: Likewise.
30800         * lib/striconveh.h: Likewise.
30801         * lib/striconveha.c: Likewise.
30802         * lib/striconveha.h: Likewise.
30803         * lib/stripslash.c: Likewise.
30804         * lib/strnlen1.c: Likewise.
30805         * lib/strnlen1.h: Likewise.
30806         * lib/strtod.c: Likewise.
30807         * lib/strtoimax.c: Likewise.
30808         * lib/strtok_r.c: Likewise.
30809         * lib/strtol.c: Likewise.
30810         * lib/strtoll.c: Likewise.
30811         * lib/strtoul.c: Likewise.
30812         * lib/strtoull.c: Likewise.
30813         * lib/sysexits.in.h: Likewise.
30814         * lib/tempname.c: Likewise.
30815         * lib/tempname.h: Likewise.
30816         * lib/timespec.h: Likewise.
30817         * lib/tls.c: Likewise.
30818         * lib/tls.h: Likewise.
30819         * lib/tmpdir.c: Likewise.
30820         * lib/tmpdir.h: Likewise.
30821         * lib/tmpfile-safer.c: Likewise.
30822         * lib/tmpfile.c: Likewise.
30823         * lib/trigl.c: Likewise.
30824         * lib/trigl.h: Likewise.
30825         * lib/trim.c: Likewise.
30826         * lib/trim.h: Likewise.
30827         * lib/trunc.c: Likewise.
30828         * lib/truncf.c: Likewise.
30829         * lib/truncl.c: Likewise.
30830         * lib/tsearch.c: Likewise.
30831         * lib/unicodeio.c: Likewise.
30832         * lib/unicodeio.h: Likewise.
30833         * lib/unistd--.h: Likewise.
30834         * lib/unistd-safer.h: Likewise.
30835         * lib/unistdio/ulc-fprintf.c: Likewise.
30836         * lib/unistdio/ulc-vfprintf.c: Likewise.
30837         * lib/unlinkdir.c: Likewise.
30838         * lib/unlinkdir.h: Likewise.
30839         * lib/unlocked-io.h: Likewise.
30840         * lib/unsetenv.c: Likewise.
30841         * lib/userspec.c: Likewise.
30842         * lib/utime.c: Likewise.
30843         * lib/utimecmp.c: Likewise.
30844         * lib/utimecmp.h: Likewise.
30845         * lib/utimens.c: Likewise.
30846         * lib/verify.h: Likewise.
30847         * lib/verror.c: Likewise.
30848         * lib/verror.h: Likewise.
30849         * lib/version-etc-fsf.c: Likewise.
30850         * lib/version-etc.c: Likewise.
30851         * lib/version-etc.h: Likewise.
30852         * lib/vfprintf.c: Likewise.
30853         * lib/vprintf.c: Likewise.
30854         * lib/vsprintf.c: Likewise.
30855         * lib/w32spawn.h: Likewise.
30856         * lib/wait-process.c: Likewise.
30857         * lib/wait-process.h: Likewise.
30858         * lib/wcwidth.c: Likewise.
30859         * lib/write-any-file.c: Likewise.
30860         * lib/xalloc-die.c: Likewise.
30861         * lib/xalloc.h: Likewise.
30862         * lib/xasprintf.c: Likewise.
30863         * lib/xgetcwd.c: Likewise.
30864         * lib/xgetcwd.h: Likewise.
30865         * lib/xgetdomainname.c: Likewise.
30866         * lib/xgetdomainname.h: Likewise.
30867         * lib/xgethostname.c: Likewise.
30868         * lib/xmalloc.c: Likewise.
30869         * lib/xmalloca.c: Likewise.
30870         * lib/xmalloca.h: Likewise.
30871         * lib/xmemcoll.c: Likewise.
30872         * lib/xnanosleep.c: Likewise.
30873         * lib/xreadlink.c: Likewise.
30874         * lib/xreadlink.h: Likewise.
30875         * lib/xsetenv.c: Likewise.
30876         * lib/xsetenv.h: Likewise.
30877         * lib/xstriconv.c: Likewise.
30878         * lib/xstriconv.h: Likewise.
30879         * lib/xstrndup.c: Likewise.
30880         * lib/xstrndup.h: Likewise.
30881         * lib/xstrtod.c: Likewise.
30882         * lib/xstrtod.h: Likewise.
30883         * lib/xstrtol-error.c: Likewise.
30884         * lib/xstrtol.c: Likewise.
30885         * lib/xstrtol.h: Likewise.
30886         * lib/xtime.h: Likewise.
30887         * lib/xvasprintf.c: Likewise.
30888         * lib/xvasprintf.h: Likewise.
30889         * lib/yesno.c: Likewise.
30890         * lib/yesno.h: Likewise.
30891         * posix-modules: Likewise.
30892         * tests/test-alloca-opt.c: Likewise.
30893         * tests/test-arcfour.c: Likewise.
30894         * tests/test-arctwo.c: Likewise.
30895         * tests/test-argmatch.c: Likewise.
30896         * tests/test-argp-2.sh: Likewise.
30897         * tests/test-argp.c: Likewise.
30898         * tests/test-arpa_inet.c: Likewise.
30899         * tests/test-array_list.c: Likewise.
30900         * tests/test-array_oset.c: Likewise.
30901         * tests/test-atexit.c: Likewise.
30902         * tests/test-avltree_list.c: Likewise.
30903         * tests/test-avltree_oset.c: Likewise.
30904         * tests/test-avltreehash_list.c: Likewise.
30905         * tests/test-base64.c: Likewise.
30906         * tests/test-binary-io.c: Likewise.
30907         * tests/test-byteswap.c: Likewise.
30908         * tests/test-c-ctype.c: Likewise.
30909         * tests/test-c-strcasecmp.c: Likewise.
30910         * tests/test-c-strcasestr.c: Likewise.
30911         * tests/test-c-strncasecmp.c: Likewise.
30912         * tests/test-c-strstr.c: Likewise.
30913         * tests/test-canonicalize-lgpl.c: Likewise.
30914         * tests/test-canonicalize.c: Likewise.
30915         * tests/test-carray_list.c: Likewise.
30916         * tests/test-ceilf.c: Likewise.
30917         * tests/test-ceill.c: Likewise.
30918         * tests/test-count-one-bits.c: Likewise.
30919         * tests/test-crc.c: Likewise.
30920         * tests/test-dirname.c: Likewise.
30921         * tests/test-fbufmode.c: Likewise.
30922         * tests/test-fcntl.c: Likewise.
30923         * tests/test-fflush.c: Likewise.
30924         * tests/test-floorf.c: Likewise.
30925         * tests/test-floorl.c: Likewise.
30926         * tests/test-fopen.c: Likewise.
30927         * tests/test-fprintf-posix.c: Likewise.
30928         * tests/test-fprintf-posix.h: Likewise.
30929         * tests/test-fpurge.c: Likewise.
30930         * tests/test-freadable.c: Likewise.
30931         * tests/test-freadahead.c: Likewise.
30932         * tests/test-freading.c: Likewise.
30933         * tests/test-freopen.c: Likewise.
30934         * tests/test-frexp.c: Likewise.
30935         * tests/test-frexpl.c: Likewise.
30936         * tests/test-fseek.c: Likewise.
30937         * tests/test-fseeko.c: Likewise.
30938         * tests/test-fseterr.c: Likewise.
30939         * tests/test-fstrcmp.c: Likewise.
30940         * tests/test-ftell.c: Likewise.
30941         * tests/test-ftello.c: Likewise.
30942         * tests/test-fwritable.c: Likewise.
30943         * tests/test-fwriting.c: Likewise.
30944         * tests/test-getaddrinfo.c: Likewise.
30945         * tests/test-getpass.c: Likewise.
30946         * tests/test-gettimeofday.c: Likewise.
30947         * tests/test-hmac-md5.c: Likewise.
30948         * tests/test-hmac-sha1.c: Likewise.
30949         * tests/test-iconv.c: Likewise.
30950         * tests/test-iconvme.c: Likewise.
30951         * tests/test-inttypes.c: Likewise.
30952         * tests/test-isnan.c: Likewise.
30953         * tests/test-isnanf.c: Likewise.
30954         * tests/test-isnanl-nolibm.c: Likewise.
30955         * tests/test-isnanl.c: Likewise.
30956         * tests/test-isnanl.h: Likewise.
30957         * tests/test-ldexpl.c: Likewise.
30958         * tests/test-linked_list.c: Likewise.
30959         * tests/test-linkedhash_list.c: Likewise.
30960         * tests/test-locale.c: Likewise.
30961         * tests/test-localename.c: Likewise.
30962         * tests/test-lock.c: Likewise.
30963         * tests/test-lseek.c: Likewise.
30964         * tests/test-malloca.c: Likewise.
30965         * tests/test-math.c: Likewise.
30966         * tests/test-mbscasecmp.c: Likewise.
30967         * tests/test-mbscasestr1.c: Likewise.
30968         * tests/test-mbscasestr2.c: Likewise.
30969         * tests/test-mbscasestr3.c: Likewise.
30970         * tests/test-mbscasestr4.c: Likewise.
30971         * tests/test-mbschr.c: Likewise.
30972         * tests/test-mbscspn.c: Likewise.
30973         * tests/test-mbsncasecmp.c: Likewise.
30974         * tests/test-mbspbrk.c: Likewise.
30975         * tests/test-mbspcasecmp.c: Likewise.
30976         * tests/test-mbsrchr.c: Likewise.
30977         * tests/test-mbsspn.c: Likewise.
30978         * tests/test-mbsstr1.c: Likewise.
30979         * tests/test-mbsstr2.c: Likewise.
30980         * tests/test-mbsstr3.c: Likewise.
30981         * tests/test-md5.c: Likewise.
30982         * tests/test-memmem.c: Likewise.
30983         * tests/test-netinet_in.c: Likewise.
30984         * tests/test-open.c: Likewise.
30985         * tests/test-printf-frexp.c: Likewise.
30986         * tests/test-printf-frexpl.c: Likewise.
30987         * tests/test-printf-posix.c: Likewise.
30988         * tests/test-printf-posix.h: Likewise.
30989         * tests/test-rbtree_list.c: Likewise.
30990         * tests/test-rbtree_oset.c: Likewise.
30991         * tests/test-rbtreehash_list.c: Likewise.
30992         * tests/test-read-file.c: Likewise.
30993         * tests/test-rijndael.c: Likewise.
30994         * tests/test-search.c: Likewise.
30995         * tests/test-signbit.c: Likewise.
30996         * tests/test-sleep.c: Likewise.
30997         * tests/test-snprintf-posix.c: Likewise.
30998         * tests/test-snprintf-posix.h: Likewise.
30999         * tests/test-snprintf.c: Likewise.
31000         * tests/test-sprintf-posix.c: Likewise.
31001         * tests/test-sprintf-posix.h: Likewise.
31002         * tests/test-stat-time.c: Likewise.
31003         * tests/test-stdbool.c: Likewise.
31004         * tests/test-stdint.c: Likewise.
31005         * tests/test-stdio.c: Likewise.
31006         * tests/test-stdlib.c: Likewise.
31007         * tests/test-stpncpy.c: Likewise.
31008         * tests/test-strcasestr.c: Likewise.
31009         * tests/test-striconv.c: Likewise.
31010         * tests/test-striconveh.c: Likewise.
31011         * tests/test-striconveha.c: Likewise.
31012         * tests/test-string.c: Likewise.
31013         * tests/test-sys_select.c: Likewise.
31014         * tests/test-sys_socket.c: Likewise.
31015         * tests/test-sys_stat.c: Likewise.
31016         * tests/test-sys_time.c: Likewise.
31017         * tests/test-sysexits.c: Likewise.
31018         * tests/test-time.c: Likewise.
31019         * tests/test-tls.c: Likewise.
31020         * tests/test-trunc.c: Likewise.
31021         * tests/test-truncf.c: Likewise.
31022         * tests/test-truncl.c: Likewise.
31023         * tests/test-unistd.c: Likewise.
31024         * tests/test-vasnprintf-posix.c: Likewise.
31025         * tests/test-vasnprintf-posix2.c: Likewise.
31026         * tests/test-vasnprintf.c: Likewise.
31027         * tests/test-vasprintf-posix.c: Likewise.
31028         * tests/test-vasprintf.c: Likewise.
31029         * tests/test-verify.c: Likewise.
31030         * tests/test-vfprintf-posix.c: Likewise.
31031         * tests/test-vprintf-posix.c: Likewise.
31032         * tests/test-vsnprintf-posix.c: Likewise.
31033         * tests/test-vsnprintf.c: Likewise.
31034         * tests/test-vsprintf-posix.c: Likewise.
31035         * tests/test-wchar.c: Likewise.
31036         * tests/test-wctype.c: Likewise.
31037         * tests/test-wcwidth.c: Likewise.
31038         * tests/test-xstrtol.c: Likewise.
31039         * tests/test-xvasprintf.c: Likewise.
31040         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31041         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31042         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31043         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31044         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31045         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31046         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31047         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31048         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31049         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31050         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31051         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31052         * tests/uniname/test-uninames.c: Likewise.
31053         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31054         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31055         * tests/unistdio/test-u16-printf1.h: Likewise.
31056         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31057         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31058         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31059         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31060         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31061         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31062         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31063         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31064         * tests/unistdio/test-u32-printf1.h: Likewise.
31065         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31066         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31067         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31068         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31069         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31070         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31071         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31072         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31073         * tests/unistdio/test-u8-printf1.h: Likewise.
31074         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31075         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31076         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31077         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31078         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31079         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31080         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31081         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31082         * tests/unistdio/test-ulc-printf1.h: Likewise.
31083         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31084         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31085         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31086         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31087         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31088         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31089         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31090         * tests/uniwidth/test-u16-width.c: Likewise.
31091         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31092         * tests/uniwidth/test-u32-width.c: Likewise.
31093         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31094         * tests/uniwidth/test-u8-width.c: Likewise.
31095         * tests/uniwidth/test-uc_width.c: Likewise.
31096         * config/srclist-update: Likewise.
31097         (fixlicense): Update to GPLv3+.
31098
31099         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31100         * tests/test-tsearch.c: Change copyright notice.
31101
31102         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31103         * lib/c-strcaseeq.h: Change copyright notice.
31104         * lib/streq.h: Likewise.
31105         * lib/uniconv.h: Likewise.
31106         * lib/uniconv/u-conv-from-enc.h: Likewise.
31107         * lib/uniconv/u-conv-to-enc.h: Likewise.
31108         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31109         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31110         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31111         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31112         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31113         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31114         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31115         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31116         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31117         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31118         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31119         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31120         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31121         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31122         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31123         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31124         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31125         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31126         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31127         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31128         * lib/uniname.h: Likewise.
31129         * lib/uniname/uniname.c: Likewise.
31130         * lib/unistdio.h: Likewise.
31131         * lib/unistdio/u-asnprintf.h: Likewise.
31132         * lib/unistdio/u-asprintf.h: Likewise.
31133         * lib/unistdio/u-printf-args.c: Likewise.
31134         * lib/unistdio/u-printf-args.h: Likewise.
31135         * lib/unistdio/u-printf-parse.h: Likewise.
31136         * lib/unistdio/u-snprintf.h: Likewise.
31137         * lib/unistdio/u-sprintf.h: Likewise.
31138         * lib/unistdio/u-vasprintf.h: Likewise.
31139         * lib/unistdio/u-vsnprintf.h: Likewise.
31140         * lib/unistdio/u-vsprintf.h: Likewise.
31141         * lib/unistdio/u16-asnprintf.c: Likewise.
31142         * lib/unistdio/u16-asprintf.c: Likewise.
31143         * lib/unistdio/u16-printf-parse.c: Likewise.
31144         * lib/unistdio/u16-snprintf.c: Likewise.
31145         * lib/unistdio/u16-sprintf.c: Likewise.
31146         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31147         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31148         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31149         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31150         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31151         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31152         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31153         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31154         * lib/unistdio/u16-vasnprintf.c: Likewise.
31155         * lib/unistdio/u16-vasprintf.c: Likewise.
31156         * lib/unistdio/u16-vsnprintf.c: Likewise.
31157         * lib/unistdio/u16-vsprintf.c: Likewise.
31158         * lib/unistdio/u32-asnprintf.c: Likewise.
31159         * lib/unistdio/u32-asprintf.c: Likewise.
31160         * lib/unistdio/u32-printf-parse.c: Likewise.
31161         * lib/unistdio/u32-snprintf.c: Likewise.
31162         * lib/unistdio/u32-sprintf.c: Likewise.
31163         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31164         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31165         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31166         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31167         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31168         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31169         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31170         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31171         * lib/unistdio/u32-vasnprintf.c: Likewise.
31172         * lib/unistdio/u32-vasprintf.c: Likewise.
31173         * lib/unistdio/u32-vsnprintf.c: Likewise.
31174         * lib/unistdio/u32-vsprintf.c: Likewise.
31175         * lib/unistdio/u8-asnprintf.c: Likewise.
31176         * lib/unistdio/u8-asprintf.c: Likewise.
31177         * lib/unistdio/u8-printf-parse.c: Likewise.
31178         * lib/unistdio/u8-snprintf.c: Likewise.
31179         * lib/unistdio/u8-sprintf.c: Likewise.
31180         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31181         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31182         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31183         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31184         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31185         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31186         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31187         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31188         * lib/unistdio/u8-vasnprintf.c: Likewise.
31189         * lib/unistdio/u8-vasprintf.c: Likewise.
31190         * lib/unistdio/u8-vsnprintf.c: Likewise.
31191         * lib/unistdio/u8-vsprintf.c: Likewise.
31192         * lib/unistdio/ulc-asnprintf.c: Likewise.
31193         * lib/unistdio/ulc-asprintf.c: Likewise.
31194         * lib/unistdio/ulc-printf-parse.c: Likewise.
31195         * lib/unistdio/ulc-snprintf.c: Likewise.
31196         * lib/unistdio/ulc-sprintf.c: Likewise.
31197         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31198         * lib/unistdio/ulc-vasprintf.c: Likewise.
31199         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31200         * lib/unistdio/ulc-vsprintf.c: Likewise.
31201         * lib/unistr.h: Likewise.
31202         * lib/unistr/u-cpy-alloc.h: Likewise.
31203         * lib/unistr/u-cpy.h: Likewise.
31204         * lib/unistr/u-endswith.h: Likewise.
31205         * lib/unistr/u-move.h: Likewise.
31206         * lib/unistr/u-set.h: Likewise.
31207         * lib/unistr/u-startswith.h: Likewise.
31208         * lib/unistr/u-stpcpy.h: Likewise.
31209         * lib/unistr/u-stpncpy.h: Likewise.
31210         * lib/unistr/u-strcat.h: Likewise.
31211         * lib/unistr/u-strcpy.h: Likewise.
31212         * lib/unistr/u-strcspn.h: Likewise.
31213         * lib/unistr/u-strdup.h: Likewise.
31214         * lib/unistr/u-strlen.h: Likewise.
31215         * lib/unistr/u-strncat.h: Likewise.
31216         * lib/unistr/u-strncpy.h: Likewise.
31217         * lib/unistr/u-strnlen.h: Likewise.
31218         * lib/unistr/u-strpbrk.h: Likewise.
31219         * lib/unistr/u-strspn.h: Likewise.
31220         * lib/unistr/u-strstr.h: Likewise.
31221         * lib/unistr/u-strtok.h: Likewise.
31222         * lib/unistr/u16-check.c: Likewise.
31223         * lib/unistr/u16-chr.c: Likewise.
31224         * lib/unistr/u16-cmp.c: Likewise.
31225         * lib/unistr/u16-cpy-alloc.c: Likewise.
31226         * lib/unistr/u16-cpy.c: Likewise.
31227         * lib/unistr/u16-endswith.c: Likewise.
31228         * lib/unistr/u16-mblen.c: Likewise.
31229         * lib/unistr/u16-mbsnlen.c: Likewise.
31230         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31231         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31232         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31233         * lib/unistr/u16-mbtouc.c: Likewise.
31234         * lib/unistr/u16-mbtoucr.c: Likewise.
31235         * lib/unistr/u16-move.c: Likewise.
31236         * lib/unistr/u16-next.c: Likewise.
31237         * lib/unistr/u16-prev.c: Likewise.
31238         * lib/unistr/u16-set.c: Likewise.
31239         * lib/unistr/u16-startswith.c: Likewise.
31240         * lib/unistr/u16-stpcpy.c: Likewise.
31241         * lib/unistr/u16-stpncpy.c: Likewise.
31242         * lib/unistr/u16-strcat.c: Likewise.
31243         * lib/unistr/u16-strchr.c: Likewise.
31244         * lib/unistr/u16-strcmp.c: Likewise.
31245         * lib/unistr/u16-strcpy.c: Likewise.
31246         * lib/unistr/u16-strcspn.c: Likewise.
31247         * lib/unistr/u16-strdup.c: Likewise.
31248         * lib/unistr/u16-strlen.c: Likewise.
31249         * lib/unistr/u16-strmblen.c: Likewise.
31250         * lib/unistr/u16-strmbtouc.c: Likewise.
31251         * lib/unistr/u16-strncat.c: Likewise.
31252         * lib/unistr/u16-strncmp.c: Likewise.
31253         * lib/unistr/u16-strncpy.c: Likewise.
31254         * lib/unistr/u16-strnlen.c: Likewise.
31255         * lib/unistr/u16-strpbrk.c: Likewise.
31256         * lib/unistr/u16-strrchr.c: Likewise.
31257         * lib/unistr/u16-strspn.c: Likewise.
31258         * lib/unistr/u16-strstr.c: Likewise.
31259         * lib/unistr/u16-strtok.c: Likewise.
31260         * lib/unistr/u16-to-u32.c: Likewise.
31261         * lib/unistr/u16-to-u8.c: Likewise.
31262         * lib/unistr/u16-uctomb-aux.c: Likewise.
31263         * lib/unistr/u16-uctomb.c: Likewise.
31264         * lib/unistr/u32-check.c: Likewise.
31265         * lib/unistr/u32-chr.c: Likewise.
31266         * lib/unistr/u32-cmp.c: Likewise.
31267         * lib/unistr/u32-cpy-alloc.c: Likewise.
31268         * lib/unistr/u32-cpy.c: Likewise.
31269         * lib/unistr/u32-endswith.c: Likewise.
31270         * lib/unistr/u32-mblen.c: Likewise.
31271         * lib/unistr/u32-mbsnlen.c: Likewise.
31272         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31273         * lib/unistr/u32-mbtouc.c: Likewise.
31274         * lib/unistr/u32-mbtoucr.c: Likewise.
31275         * lib/unistr/u32-move.c: Likewise.
31276         * lib/unistr/u32-next.c: Likewise.
31277         * lib/unistr/u32-prev.c: Likewise.
31278         * lib/unistr/u32-set.c: Likewise.
31279         * lib/unistr/u32-startswith.c: Likewise.
31280         * lib/unistr/u32-stpcpy.c: Likewise.
31281         * lib/unistr/u32-stpncpy.c: Likewise.
31282         * lib/unistr/u32-strcat.c: Likewise.
31283         * lib/unistr/u32-strchr.c: Likewise.
31284         * lib/unistr/u32-strcmp.c: Likewise.
31285         * lib/unistr/u32-strcpy.c: Likewise.
31286         * lib/unistr/u32-strcspn.c: Likewise.
31287         * lib/unistr/u32-strdup.c: Likewise.
31288         * lib/unistr/u32-strlen.c: Likewise.
31289         * lib/unistr/u32-strmblen.c: Likewise.
31290         * lib/unistr/u32-strmbtouc.c: Likewise.
31291         * lib/unistr/u32-strncat.c: Likewise.
31292         * lib/unistr/u32-strncmp.c: Likewise.
31293         * lib/unistr/u32-strncpy.c: Likewise.
31294         * lib/unistr/u32-strnlen.c: Likewise.
31295         * lib/unistr/u32-strpbrk.c: Likewise.
31296         * lib/unistr/u32-strrchr.c: Likewise.
31297         * lib/unistr/u32-strspn.c: Likewise.
31298         * lib/unistr/u32-strstr.c: Likewise.
31299         * lib/unistr/u32-strtok.c: Likewise.
31300         * lib/unistr/u32-to-u16.c: Likewise.
31301         * lib/unistr/u32-to-u8.c: Likewise.
31302         * lib/unistr/u32-uctomb.c: Likewise.
31303         * lib/unistr/u8-check.c: Likewise.
31304         * lib/unistr/u8-chr.c: Likewise.
31305         * lib/unistr/u8-cmp.c: Likewise.
31306         * lib/unistr/u8-cpy-alloc.c: Likewise.
31307         * lib/unistr/u8-cpy.c: Likewise.
31308         * lib/unistr/u8-endswith.c: Likewise.
31309         * lib/unistr/u8-mblen.c: Likewise.
31310         * lib/unistr/u8-mbsnlen.c: Likewise.
31311         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31312         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31313         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31314         * lib/unistr/u8-mbtouc.c: Likewise.
31315         * lib/unistr/u8-mbtoucr.c: Likewise.
31316         * lib/unistr/u8-move.c: Likewise.
31317         * lib/unistr/u8-next.c: Likewise.
31318         * lib/unistr/u8-prev.c: Likewise.
31319         * lib/unistr/u8-set.c: Likewise.
31320         * lib/unistr/u8-startswith.c: Likewise.
31321         * lib/unistr/u8-stpcpy.c: Likewise.
31322         * lib/unistr/u8-stpncpy.c: Likewise.
31323         * lib/unistr/u8-strcat.c: Likewise.
31324         * lib/unistr/u8-strchr.c: Likewise.
31325         * lib/unistr/u8-strcmp.c: Likewise.
31326         * lib/unistr/u8-strcpy.c: Likewise.
31327         * lib/unistr/u8-strcspn.c: Likewise.
31328         * lib/unistr/u8-strdup.c: Likewise.
31329         * lib/unistr/u8-strlen.c: Likewise.
31330         * lib/unistr/u8-strmblen.c: Likewise.
31331         * lib/unistr/u8-strmbtouc.c: Likewise.
31332         * lib/unistr/u8-strncat.c: Likewise.
31333         * lib/unistr/u8-strncmp.c: Likewise.
31334         * lib/unistr/u8-strncpy.c: Likewise.
31335         * lib/unistr/u8-strnlen.c: Likewise.
31336         * lib/unistr/u8-strpbrk.c: Likewise.
31337         * lib/unistr/u8-strrchr.c: Likewise.
31338         * lib/unistr/u8-strspn.c: Likewise.
31339         * lib/unistr/u8-strstr.c: Likewise.
31340         * lib/unistr/u8-strtok.c: Likewise.
31341         * lib/unistr/u8-to-u16.c: Likewise.
31342         * lib/unistr/u8-to-u32.c: Likewise.
31343         * lib/unistr/u8-uctomb-aux.c: Likewise.
31344         * lib/unistr/u8-uctomb.c: Likewise.
31345         * lib/unitypes.h: Likewise.
31346         * lib/uniwidth.h: Likewise.
31347         * lib/uniwidth/cjk.h: Likewise.
31348         * lib/uniwidth/u16-strwidth.c: Likewise.
31349         * lib/uniwidth/u16-width.c: Likewise.
31350         * lib/uniwidth/u32-strwidth.c: Likewise.
31351         * lib/uniwidth/u32-width.c: Likewise.
31352         * lib/uniwidth/u8-strwidth.c: Likewise.
31353         * lib/uniwidth/u8-width.c: Likewise.
31354         * lib/uniwidth/width.c: Likewise.
31355
31356 2007-10-07  Bruno Haible  <bruno@clisp.org>
31357
31358         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31359         The file is still under LGPL (see modules/inttypes).
31360
31361 2007-10-06  Bruno Haible  <bruno@clisp.org>
31362
31363         * modules/trunc (Dependencies): Add 'extensions'.
31364         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31365         Reported by Ben Pfaff <blp@gnu.org>.
31366
31367 2007-10-06  Bruno Haible  <bruno@clisp.org>
31368
31369         * modules/freopen-tests: New file.
31370         * tests/test-freopen.c: New file.
31371
31372         * modules/fopen-tests: New file.
31373         * tests/test-fopen.c: New file.
31374
31375         * modules/fopen: New file.
31376         * lib/fopen.c: New file.
31377         * m4/fopen.m4: New file.
31378         * modules/freopen: New file.
31379         * lib/freopen.c: New file.
31380         * m4/freopen.m4: New file.
31381         * lib/stdio.in.h (fopen, freopen): New declarations.
31382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31383         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31384         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31385         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31386         * doc/functions/fopen.texi: Mention the 'fopen' module.
31387         * doc/functions/freopen.texi: Mention the 'freopen' module.
31388
31389 2007-10-06  Bruno Haible  <bruno@clisp.org>
31390
31391         * modules/open-tests: New file.
31392         * tests/test-open.c: New file.
31393
31394         * modules/open: New file.
31395         * lib/open.c: New file.
31396         * m4/open.m4: New file.
31397         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31398         lib/open.c does.
31399         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31400         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31401         macros.
31402         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31403         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31404         REPLACE_OPEN.
31405         * doc/functions/open.texi: Mention the 'open' module.
31406
31407 2007-10-04  Bruno Haible  <bruno@clisp.org>
31408
31409         * modules/ceill-tests: New file.
31410         * tests/test-ceill.c: New file.
31411
31412         * modules/ceill: New file.
31413         * lib/ceill.c: Replace entire file.
31414         * m4/ceill.m4: New file.
31415         * lib/math.in.h (ceill): Replace declaration.
31416         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31417         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31418         * doc/functions/ceill.texi: Mention the 'ceill' module.
31419         * modules/mathl (Files): Remove lib/ceill.c.
31420         (Depends-on): Add ceill.
31421
31422 2007-10-04  Bruno Haible  <bruno@clisp.org>
31423
31424         * modules/ceilf-tests: New file.
31425         * tests/test-ceilf.c: New file.
31426
31427         * modules/ceilf: New file.
31428         * lib/ceil.c: New file.
31429         * lib/ceilf.c: New file.
31430         * m4/ceilf.m4: New file.
31431         * lib/math.in.h (ceilf): New declaration.
31432         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31433         HAVE_DECL_CEILF.
31434         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31435         HAVE_DECL_CEILF.
31436         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31437
31438 2007-10-04  Bruno Haible  <bruno@clisp.org>
31439
31440         * modules/floorl-tests: New file.
31441         * tests/test-floorl.c: New file.
31442
31443         * modules/floorl: New file.
31444         * lib/floorl.c: Replace entire file.
31445         * m4/floorl.m4: New file.
31446         * lib/math.in.h (floorl): Replace declaration.
31447         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31448         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31449         * doc/functions/floorl.texi: Mention the 'floorl' module.
31450         * modules/mathl (Files): Remove lib/floorl.c.
31451         (Depends-on): Add floorl.
31452
31453 2007-10-04  Bruno Haible  <bruno@clisp.org>
31454
31455         * modules/floorf-tests: New file.
31456         * tests/test-floorf.c: New file.
31457
31458         * modules/floorf: New file.
31459         * lib/floor.c: New file.
31460         * lib/floorf.c: New file.
31461         * m4/floorf.m4: New file.
31462         * lib/math.in.h (floorf): New declaration.
31463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31464         HAVE_DECL_FLOORF.
31465         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31466         HAVE_DECL_FLOORF.
31467         * doc/functions/floorf.texi: Mention the 'floorf' module.
31468
31469 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31470             Bruno Haible  <bruno@clisp.org>
31471
31472         Advertise for the Git server instead of the CVS server.
31473         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31474         repository instead of the CVS one.
31475         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31476         about all VCS systems generically.
31477         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31478
31479 2007-10-04  Bruno Haible  <bruno@clisp.org>
31480
31481         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31482         means.
31483         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31484
31485 2007-10-04  Bruno Haible  <bruno@clisp.org>
31486
31487         * modules/truncl-tests: New file.
31488         * tests/test-truncl.c: New file.
31489
31490         * modules/truncl: New file.
31491         * lib/truncl.c: New file.
31492         * m4/truncl.m4: New file.
31493         * lib/math.in.h (truncl): New declaration.
31494         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31495         HAVE_DECL_TRUNCL.
31496         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31497         HAVE_DECL_TRUNCL.
31498         * doc/functions/truncl.texi: Mention the 'truncl' module.
31499
31500 2007-10-04  Bruno Haible  <bruno@clisp.org>
31501
31502         * modules/truncf-tests: New file.
31503         * tests/test-truncf.c: New file.
31504
31505         * modules/truncf: New file.
31506         * lib/trunc.c: Make paramerizable through USE_* macros.
31507         * lib/truncf.c: New file.
31508         * m4/truncf.m4: New file.
31509         * lib/math.in.h (truncf): New declaration.
31510         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31511         HAVE_DECL_TRUNCF.
31512         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31513         HAVE_DECL_TRUNCF.
31514         * doc/functions/truncf.texi: Mention the 'truncf' module.
31515
31516 2007-10-03  Bruno Haible  <bruno@clisp.org>
31517
31518         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31519         augmentation also for tests modules.
31520         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31521         * modules/atexit-tests (Makefile.am): Likewise.
31522         * modules/binary-io-tests (Makefile.am): Likewise.
31523         * modules/c-strcase-tests (Makefile.am): Likewise.
31524         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31525         * modules/canonicalize-tests (Makefile.am): Likewise.
31526         * modules/closein-tests (Makefile.am): Likewise.
31527         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31528         * modules/freadahead-tests (Makefile.am): Likewise.
31529         * modules/fseek-tests (Makefile.am): Likewise.
31530         * modules/fseeko-tests (Makefile.am): Likewise.
31531         * modules/ftell-tests (Makefile.am): Likewise.
31532         * modules/ftello-tests (Makefile.am): Likewise.
31533         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31534         * modules/isnanl-tests (Makefile.am): Likewise.
31535         * modules/lseek-tests (Makefile.am): Likewise.
31536         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31537         * modules/mbscasestr-tests (Makefile.am): Likewise.
31538         * modules/mbschr-tests (Makefile.am): Likewise.
31539         * modules/mbscspn-tests (Makefile.am): Likewise.
31540         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31541         * modules/mbspbrk-tests (Makefile.am): Likewise.
31542         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31543         * modules/mbsrchr-tests (Makefile.am): Likewise.
31544         * modules/mbsspn-tests (Makefile.am): Likewise.
31545         * modules/mbsstr-tests (Makefile.am): Likewise.
31546         * modules/printf-posix-tests (Makefile.am): Likewise.
31547         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31548         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31549         * modules/tsearch-tests (Makefile.am): Likewise.
31550         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31551         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31552         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31553         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31554         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31555         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31556         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31557         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31558         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31559         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31560         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31561         * modules/xstrtol-tests (Makefile.am): Likewise.
31562         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31563         * modules/yesno-tests (Makefile.am): Likewise.
31564
31565 2007-10-03  Bruno Haible  <bruno@clisp.org>
31566
31567         * modules/trunc-tests: New file.
31568         * tests/test-trunc.c: New file.
31569
31570         * modules/trunc: New file.
31571         * lib/trunc.c: New file.
31572         * m4/trunc.m4: New file.
31573         * lib/math.in.h (trunc): New declaration.
31574         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31575         HAVE_DECL_TRUNC.
31576         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31577         HAVE_DECL_TRUNC.
31578         * doc/functions/trunc.texi: Mention the 'trunc' module.
31579
31580 2007-10-03  Bruno Haible  <bruno@clisp.org>
31581
31582         * tests/test-fpending.c: New file, mostly copied
31583         from coreutils/lib/t-fpending.c.
31584         * modules/fpending-tests: New file.
31585
31586 2007-10-03  Bruno Haible  <bruno@clisp.org>
31587
31588         Port the stdio extensions to QNX (untested).
31589         * lib/fseterr.c (fseterr): Add support for QNX.
31590         * lib/fbufmode.c (fbufmode): Likewise.
31591         * lib/freadable.c (freadable): Likewise.
31592         * lib/fwritable.c (fwritable): Likewise.
31593         * lib/freading.c (freading): Likewise.
31594         * lib/fwriting.c (fwriting): Likewise.
31595         * lib/freadahead.c (freadahed): Likewise.
31596         * lib/fpurge.c (fpurge): Likewise.
31597         * lib/fseeko.c (rpl_fseeko): Likewise.
31598
31599 2007-10-03  Bruno Haible  <bruno@clisp.org>
31600             Jim Meyering  <jim@meyering.net>
31601             Eric Blake  <ebb9@byu.net>
31602
31603         * doc/relocatable.texi: Use @command instead of @program.
31604
31605 2007-10-02  Jim Meyering  <jim@meyering.net>
31606
31607         Perform one more "_.h" -> ".in.h" substitution.
31608         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31609         instead of unistd_.h here, too.
31610
31611 2007-10-01  Bruno Haible  <bruno@clisp.org>
31612
31613         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31614         Needed for the alloca-opt module.
31615
31616 2007-09-30  Bruno Haible  <bruno@clisp.org>
31617
31618         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31619         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31620         alloca_.h.
31621         * lib/argz.in.h: Renamed from lib/argz_.h.
31622         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31623         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31624         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31625         byteswap_.h.
31626         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31627         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31628         dirent_.h.
31629         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31630         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31631         fcntl_.h.
31632         * lib/float.in.h: Renamed from lib/float_.h.
31633         * modules/float (Files, Makefile.am): Use float.in.h instead of
31634         float_.h.
31635         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31636         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31637         fnmatch_.h.
31638         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31639         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31640         getopt_.h.
31641         * lib/glob.in.h: Renamed from lib/glob_.h.
31642         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31643         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31644         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31645         iconv_.h.
31646         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31647         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31648         inttypes_.h.
31649         * lib/locale.in.h: Renamed from lib/locale_.h.
31650         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31651         locale_.h.
31652         * lib/math.in.h: Renamed from lib/math_.h.
31653         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31654         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31655         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31656         of netinet_in_.h. Add dependency.
31657         * lib/poll.in.h: Renamed from lib/poll_.h.
31658         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31659         * lib/search.in.h: Renamed from lib/search_.h.
31660         * modules/search (Files, Makefile.am): Use search.in.h instead of
31661         search_.h.
31662         * lib/signal.in.h: Renamed from lib/signal_.h.
31663         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31664         _signal.h.
31665         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31666         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31667         stdbool_.h.
31668         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31669         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31670         stdint_.h.
31671         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31672         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31673         stdio_.h.
31674         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31675         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31676         stdlib_.h.
31677         * lib/string.in.h: Renamed from lib/string_.h.
31678         * modules/string (Files, Makefile.am): Use string.in.h instead of
31679         string_.h.
31680         * doc/gnulib-tool.texi (Initial import): Update.
31681         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31682         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31683         of sys_select_.h. Add dependency.
31684         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31685         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31686         of sys_socket_.h.
31687         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31688         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31689         sys_stat_.h.
31690         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31691         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31692         sys_time_.h.
31693         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31694         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31695         sysexits_.h.
31696         * lib/time.in.h: Renamed from lib/time_.h.
31697         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31698         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31699         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31700         unistd_.h.
31701         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31702         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31703         wchar_.h.
31704         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31705         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31706         wctype_.h.
31707         * build-aux/bootstrap (slurp): Update.
31708         * lib/.cppi-disable: Update.
31709
31710 2007-09-30  Bruno Haible  <bruno@clisp.org>
31711
31712         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31713         Needed on BeOS.
31714
31715 2007-09-30  Bruno Haible  <bruno@clisp.org>
31716
31717         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31718
31719 2007-09-29  Bruno Haible  <bruno@clisp.org>
31720
31721         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31722
31723 2007-09-29  Bruno Haible  <bruno@clisp.org>
31724
31725         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31726         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31727         * build-aux/install-reloc: Compile also areadlink.c.
31728         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31729
31730 2007-09-29  Bruno Haible  <bruno@clisp.org>
31731
31732         * gnulib-tool (func_emit_initmacro_done): Indentation.
31733
31734 2007-09-29  Bruno Haible  <bruno@clisp.org>
31735
31736         * README: Add CVS checkout update instructions.
31737         Info from Bob Proulx <bob@proulx.com>.
31738
31739 2007-09-28  Eric Blake  <ebb9@byu.net>
31740
31741         Provide move-if-change.
31742         * build-aux/move-if-change: New file, based on best practice
31743         rather than any canonical upstream location.
31744
31745 2007-09-28  Jim Meyering  <jim@meyering.net>
31746
31747         Fix canonicalize loop-detection corner case.
31748         Do not attempt to stat the symlink values stored via seen_triple.
31749         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31750         on linux-2.6.18, (but not 2.6.22).
31751         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31752         triple_compare.  The former compares dev,ino,filename, while the latter
31753         would actually stat dirname(filename) when dev and ino were equal.
31754         * lib/hash-triple.c: Install <string.h>.
31755         (STREQ): Define.
31756         (triple_compare_ino_str): New function.
31757         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31758
31759 2007-09-28  Eric Blake  <ebb9@byu.net>
31760
31761         Enforce that AC_REPLACE_FUNCS files exist.
31762         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31763         override check for typos.
31764
31765         Fix test-closein on Solaris 10.
31766         * tests/test-closein.c (main): Don't assume stdin can be inherited
31767         closed on all systems.
31768         * tests/test-closein.sh: Likewise.
31769         Reported by Piotr Tarnowski.
31770
31771 2007-09-28  Jim Meyering  <jim@meyering.net>
31772
31773         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31774
31775 2007-09-27  Jim Meyering  <jim@meyering.net>
31776
31777         canonicalize: Avoid a false-positive cycle failure.
31778         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31779         Sort.  Remove cycle-check.
31780         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
31781         not cycle-check.h.
31782         (seen_triple): New function.
31783         (canonicalize_filename_mode): Use it instead of cycle-check.
31784         * tests/test-canonicalize.c: Add a test for this bug.
31785         * tests/test-canonicalize.sh: Set up and run the test.
31786
31787         New module, file-set, from coreutils.
31788         * modules/file-set: Define it.
31789         * lib/file-set.c, lib/file-set.h: Implement.
31790
31791         New module, hash-triple, from coreutils.
31792         * modules/hash-triple: Define it.
31793         * lib/hash-triple.c, lib/hash-triple.h: Implement.
31794
31795 2007-09-25  Eric Blake  <ebb9@byu.net>
31796
31797         Fix strerror on Interix.
31798         * lib/string_.h (strerror): Declare replacement.
31799         * doc/functions/strerror.texi (strerror): Document the Interix
31800         shortcoming.
31801         * modules/string (Makefile.am): Support new hooks.
31802         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
31803         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
31804         gl_FUNC_STRERROR_SEPARATE.
31805         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
31806         * lib/strerror.c (rpl_strerror): Provide replacement.
31807         * modules/strerror (Depends-on): Add string.
31808         (configure.ac): Detect use of module.
31809         * tests/test-strerror.c: New file.
31810         * modules/strerror-tests: New test module.
31811         * modules/argp (Depends-on): Add strerror.
31812         * modules/error (Depends-on): Likewise.
31813         Reported by Martin Koeppe.
31814
31815 2007-09-24  Bruno Haible  <bruno@clisp.org>
31816
31817         * README: Update git instructions.
31818
31819 2007-09-24  Eric Blake  <ebb9@byu.net>
31820
31821         Revert fpending breakage from 2007-09-08.
31822         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
31823         __fpending.c.
31824
31825 2007-09-24  Jim Meyering  <jim@meyering.net>
31826
31827         filenamecat.c: Add a test.
31828         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
31829         showing how the function works when DIR is the empty string.
31830
31831 2007-09-21  Simon Josefsson  <simon@josefsson.org>
31832
31833         * tests/test-canonicalize.sh: Turn on executable bit.
31834
31835 2007-09-19  Eric Blake  <ebb9@byu.net>
31836
31837         * README: Update CVS instructions.
31838
31839 2007-09-18  Bruno Haible  <bruno@clisp.org>
31840
31841         * modules/areadlink: New file.
31842         * lib/areadlink.h (areadlink): New declaration.
31843         * lib/areadlink.c: New file, based on lib/xreadlink.c.
31844
31845 2007-09-17  Jim Meyering  <jim@meyering.net>
31846
31847         * lib/savewd.c (ESTALE) [!defined]: Define.
31848         Reported to be required on Interix by Martin Koeppe.
31849
31850 2007-09-17  Bruno Haible  <bruno@clisp.org>
31851
31852         * gnulib-tool (func_version): Use $version.
31853
31854 2007-09-16  Bruno Haible  <bruno@clisp.org>
31855
31856         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
31857         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
31858         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
31859         Reported by Greg Schafer <gschafer@zip.com.au>.
31860
31861 2007-09-15  Bruno Haible  <bruno@clisp.org>
31862
31863         * gnulib-tool (sed): Try a little harder to make bash understand the
31864         alias.
31865         Reported by Bruce Korb <bruce.korb@gmail.com>.
31866
31867 2007-09-13  Eric Blake  <ebb9@byu.net>
31868
31869         * ChangeLog: Remove conflict markers.
31870
31871 2007-09-13  Simon Josefsson  <simon@josefsson.org>
31872
31873         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
31874         Reported by Bruno Haible <bruno@clisp.org>.
31875
31876 2007-09-12  Bruno Haible  <bruno@clisp.org>
31877
31878         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
31879         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31880         is not defined.
31881
31882 2007-09-12  Eric Blake  <ebb9@byu.net>
31883
31884         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
31885         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
31886         Autoconf definition.
31887         * modules/euidaccess (Depends-on): Add extensions, for
31888         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
31889         * modules/fnmatch (Depends-on): Likewise.
31890         * modules/getaddrinfo (Depends-on): Likewise.
31891         * modules/getdelim (Depends-on): Likewise.
31892         * modules/getline (Depends-on): Likewise.
31893         * modules/getsubopt (Depends-on): Likewise.
31894         * modules/gettext (Depends-on): Likewise.
31895         * modules/group-member (Depends-on): Likewise.
31896         * modules/mbchar (Depends-on): Likewise.
31897         * modules/memmem (Depends-on): Likewise.
31898         * modules/mempcpy (Depends-on): Likewise.
31899         * modules/memrchr (Depends-on): Likewise.
31900         * modules/pagealign_alloc (Depends-on): Likewise.
31901         * modules/readutmp (Depends-on): Likewise.
31902         * modules/stpcpy (Depends-on): Likewise.
31903         * modules/stpncpy (Depends-on): Likewise.
31904         * modules/strchrnul (Depends-on): Likewise.
31905         * modules/strndup (Depends-on): Likewise.
31906         * modules/strsep (Depends-on): Likewise.
31907         * modules/strverscmp (Depends-on): Likewise.
31908         * modules/vasprintf (Depends-on): Likewise.
31909         * modules/wcwidth (Depends-on): Likewise.
31910         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
31911         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
31912         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
31913         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
31914         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
31915         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31916         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
31917         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31918         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
31919         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31920         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
31921         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31922         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31923         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
31924         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
31925         * m4/readutmp.m4 (gl_READUTMP): Likewise.
31926         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31927         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31928         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31929         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31930         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31931         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31932         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31933         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
31934         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
31935         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31936         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
31937         so that lock.m4 can be used in gettext without extensions module.
31938
31939 2007-09-11  Bruno Haible  <bruno@clisp.org>
31940
31941         * m4/isc-posix.m4: Remove file.
31942         Suggested by Eric Blake.
31943
31944 2007-09-11  Eric Blake  <ebb9@byu.net>
31945
31946         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
31947
31948 2007-09-10  Bruno Haible  <bruno@clisp.org>
31949
31950         * posix-modules: Fix typo in error message.
31951         Reported by Matt <mkraai@beckman.com>.
31952
31953 2007-09-09  Bruno Haible  <bruno@clisp.org>
31954
31955         * doc/functions/getdelim.texi: Update list of platforms lacking the
31956         function.
31957         * doc/functions/getline.texi: Likewise.
31958
31959 2007-09-09  Jim Meyering  <jim@meyering.net>
31960
31961         * lib/hash.c (hash_initialize): Detect calloc failure.
31962         Reported by Bruno Haible.
31963
31964 2007-09-09  Bruno Haible  <bruno@clisp.org>
31965
31966         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
31967         malloc or realloc fails.
31968
31969 2007-09-09  Bruno Haible  <bruno@clisp.org>
31970
31971         * modules/getcwd (Depends-on): Add malloc-posix.
31972         * modules/glob (Depends-on): Likewise.
31973         * modules/putenv (Depends-on): Likewise.
31974         * modules/strdup (Depends-on): Likewise.
31975         * modules/getdelim (Depends-on): Add realloc-posix.
31976         * modules/read-file (Depends-on): Likewise.
31977
31978 2007-09-09  Bruno Haible  <bruno@clisp.org>
31979
31980         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
31981         (gl_FUNC_MALLOC_POSIX): Require it.
31982         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
31983         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
31984         * modules/realloc (Files): Add m4/malloc.m4.
31985         * modules/calloc (Files): Likewise.
31986
31987 2007-09-09  Bruno Haible  <bruno@clisp.org>
31988
31989         * modules/malloc-posix: New file.
31990         * modules/malloc (Depends-on): Add malloc-posix.
31991         * lib/malloc.c: Include errno.h.
31992         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
31993         and a POSIX-compatible malloc into a single function. Set ENOMEM
31994         when returning NULL.
31995         * m4/malloc.m4: New file.
31996         * doc/functions/malloc.texi: Mention the malloc-posix module.
31997         * lib/stdlib_.h (malloc): New declaration.
31998         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31999         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32000         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32001         and HAVE_MALLOC_POSIX.
32002
32003 2007-09-09  Bruno Haible  <bruno@clisp.org>
32004
32005         * modules/realloc-posix: New file.
32006         * modules/realloc (Depends-on): Add realloc-posix.
32007         * lib/realloc.c: Include errno.h.
32008         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32009         and a POSIX-compatible realloc into a single function. Set ENOMEM
32010         when returning NULL.
32011         * m4/realloc.m4: New file.
32012         * doc/functions/realloc.texi: Mention the realloc-posix module.
32013         * lib/stdlib_.h (realloc): New declaration.
32014         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32015         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32016         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32017         and HAVE_REALLOC_POSIX.
32018
32019 2007-09-09  Bruno Haible  <bruno@clisp.org>
32020
32021         * modules/calloc-posix: New file.
32022         * modules/calloc (Depends-on): Add calloc-posix.
32023         * lib/calloc.c: Include errno.h.
32024         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32025         and a POSIX-compatible calloc into a single function. Set ENOMEM
32026         when returning NULL.
32027         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32028         * doc/functions/calloc.texi: Mention the calloc-posix module.
32029         * lib/stdlib_.h (calloc): New declaration.
32030         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32031         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32032         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32033         and HAVE_CALLOC_POSIX.
32034
32035 2007-09-09  Bruno Haible  <bruno@clisp.org>
32036
32037         Allow for modules to show an arbitrary notice.
32038         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32039         * gnulib-tool: New option --extract-notice.
32040         (func_usage): Document it.
32041         (sed_extract_prog): Update.
32042         (func_get_notice): New function.
32043         (func_modules_notice): New function.
32044         (func_import, func_create_testdir): Invoke it.
32045         Suggested by Jim Meyering.
32046
32047 2007-09-09  Bruno Haible  <bruno@clisp.org>
32048
32049         * gnulib-tool: New options --verbose, --quiet.
32050         (func_usage): Document them.
32051         (verbose): New variable.
32052         (func_execute_command): New function.
32053         (func_import): Don't show the module list and the file list if
32054         $verbose < 0.
32055         (func_create_testdir): Likewise. Use func_execute_command.
32056         (func_create_megatestdir): Use func_execute_command.
32057
32058 2007-09-08  Bruno Haible  <bruno@clisp.org>
32059
32060         * gnulib-tool (func_import): Prefer rsync over wget when available,
32061         for fetching the PO files.
32062
32063 2007-09-08  Bruno Haible  <bruno@clisp.org>
32064
32065         * posix-modules: New file. Portions copied from gnulib-tool.
32066         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32067
32068 2007-09-08  Jim Meyering  <jim@meyering.net>
32069
32070         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32071         * lib/fpending.h: Rename from __fpending.h.
32072         * lib/fpending.c: Rename from __fpending.c.
32073         Include "fpending.h", not "__fpending.h".
32074         * lib/__fpending.h, lib/__fpending.c: Remove files.
32075         * modules/fpending (Files): Reflect new file names.
32076         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32077
32078 2007-09-08  Bruno Haible  <bruno@clisp.org>
32079
32080         * m4/inttypes-h.m4: Remove stub file.
32081
32082 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32083
32084         * doc/headers/stdint.texi: Discuss #include_next issue.
32085
32086 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32087
32088         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32089
32090 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32091
32092         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32093         in variable name.
32094
32095 2007-09-03  Jim Meyering  <jim@meyering.net>
32096
32097         New module: git-version-gen.
32098         * modules/git-version-gen: New file.
32099
32100         Import changes from coreutils for bootstrap script.
32101
32102         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32103
32104         bootstrap: uses rsync to download the .po files
32105         * build-aux/bootstrap (po_download_command_format): New global.
32106         (download_po_files): Use rsync.
32107         (update_po_files): Don't remove .po files after download,
32108         so future rsync runs can take advantage of the copies.
32109
32110         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32111
32112         Solve the unnecessary-.po-file-regeneration problem once and for all.
32113         * build-aux/bootstrap (download_po_files): New function, renamed from
32114         get_translations.  Now, downloads, but doesn't update LINGUAS.
32115         (update_po_files): New function.
32116
32117         bootstrap: Ignore more.
32118         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32119         uniwidth to e.g., lib/.gitignore.
32120         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32121
32122         * build-aux/bootstrap: New setting: vc_ignore.
32123         (insert_sorted_if_absent): Create $file if absent.
32124         Adapt to new, possibly empty, list: $vc_ignore.
32125
32126         bootstrap: generate more ignorable names
32127         * build-aux/bootstrap (slurp): When generating ignorable names,
32128         also map .sin to .sed, .gperf to .c, and .y to .c.
32129
32130 2007-09-03  Jim Meyering  <jim@meyering.net>
32131
32132         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32133         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32134
32135 2007-09-02  Bruno Haible  <bruno@clisp.org>
32136
32137         Fix mis-recognition of 'mcs' on QNX 6.
32138         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32139         output contains the string "Mono".
32140         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32141         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32142
32143 2007-09-01  Bruno Haible  <bruno@clisp.org>
32144
32145         Fix collision between uniwidth/* and linebreak modules.
32146         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32147         u32_width): Remove declarations.
32148         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32149         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32150         streq3, streq2, streq1, streq0): Remove functions.
32151         (STREQ): Remove macro.
32152         (is_cjk_encoding): Remove function.
32153         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32154         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32155         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32156         * NEWS: Document the change.
32157
32158 2007-09-01  Bruno Haible  <bruno@clisp.org>
32159
32160         * lib/streq.h: Add double-inclusion guard.
32161
32162 2007-09-01  Karl Berry  <karl@gnu.org>
32163
32164         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32165
32166 2007-08-28  Jim Meyering  <jim@meyering.net>
32167
32168         Rename mreadlink_with_size to areadlink_with_size.
32169         * NEWS: Document the change.
32170         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32171         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32172         * lib/mreadlink.h: Rename this to...
32173         * lib/areadlink.h: ...this.
32174         * modules/mreadlink-with-size: Rename this to...
32175         * modules/areadlink-with-size: ...this.
32176         * lib/canonicalize.c: Reflect the renaming.
32177         * modules/canonicalize: Likewise.
32178
32179 2007-08-26  Bruno Haible  <bruno@clisp.org>
32180
32181         * gnulib-tool (func_import): When deciding which files to remove,
32182         consider also dangling symbolic links.
32183         Reported by Eric Blake.
32184
32185 2007-08-26  Bruno Haible  <bruno@clisp.org>
32186
32187         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32188
32189 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32190
32191         * lib/readline.c: Don't include getline.h, the prototype is now
32192         found in stdio.h.
32193
32194 2007-08-23  Jim Meyering  <jim@meyering.net>
32195
32196         Getdelim touchup.
32197         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32198         around the funlockfile call, since funlockfile never sets errno.
32199         Don't set errno upon failed realloc.
32200
32201 2007-08-22  Eric Blake  <ebb9@byu.net>
32202
32203         Getline touchups.
32204         * lib/getdelim.c (getdelim): Revert regression that required *n to
32205         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32206         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32207         getdelim, rather than whether implementation is missing.
32208         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32209         * lib/stdio_.h (getline): Also declare if replacement is
32210         required.
32211         * doc/functions/getdelim.texi: New file.
32212         * doc/functions/getline.texi: Likewise.
32213         * doc/gnulib.texi (Function Substitutes): Add new files.
32214         Reported by Bruno Haible.
32215
32216 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32217
32218         * users.txt: Add Guile.
32219
32220 2007-08-22  Eric Blake  <ebb9@byu.net>
32221
32222         * tests/test-getdelim.c (main): Use remove, not unlink.
32223         * tests/test-getline.c (main): Likewise.
32224
32225         Move getline and getdelim into stdio.h, per POSIX 200x.
32226         * modules/getline (Files): Remove getline.h.
32227         (Depends-on): Add stdio.
32228         (configure.ac): Add module indicator.
32229         * modules/getdelim (Files): Remove getdelim.h.
32230         (Depends-on): Add stdio.
32231         (configure.ac): Add module indicator.
32232         * modules/stdio (Makefile.am): Work with new indicators.
32233         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32234         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32235         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32236         * lib/getdelim.h: Delete.
32237         * lib/getline.h: Delete.
32238         * lib/stdio_.h (getdelim, getline): Declare.
32239         * modules/getdelim-tests: New module.
32240         * modules/getline-tests: Likewise.
32241         * tests/test-getdelim.c: New file.
32242         * tests/test-getline.c: Likewise.
32243         * NEWS: Document the change.
32244         * lib/getline.c: Update choice of header.
32245         * lib/csharpcomp.c: Likewise.
32246         * lib/getpass.c: Likewise.
32247         * lib/javacomp.c: Likewise.
32248         * lib/javaversion.c: Likewise.
32249         * lib/yesno.c: Likewise.
32250         * lib/getdelim.c: Likewise.
32251         (getdelim): Set errno on failure, and avoid memory leak.
32252
32253 2007-08-19  Bruno Haible  <bruno@clisp.org>
32254
32255         * modules/closein (Depends-on): Add freadahead.
32256         * lib/closein.c: Include freadahead.h.
32257         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32258         is zero.
32259
32260 2007-08-19  Bruno Haible  <bruno@clisp.org>
32261
32262         * modules/freadahead-tests: New file.
32263         * tests/test-freadahead.sh: New file.
32264         * tests/test-freadahead.c: New file.
32265
32266         * modules/freadahead: New file.
32267         * lib/freadahead.h: New file.
32268         * lib/freadahead.c: New file.
32269         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32270         fbufmode, fpurge, freadable, fwritable.
32271
32272 2007-08-19  Eric Blake  <ebb9@byu.net>
32273
32274         Test yesno in combination with closein.
32275         * lib/yesno.c (yesno): Document use of stdin.
32276         * modules/yesno-tests (Files): New module.
32277         * tests/test-yesno.c (main): New file.
32278         * tests/test-yesno.sh: Likewise.
32279
32280 2007-08-19  Bruno Haible  <bruno@clisp.org>
32281
32282         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32283         * lib/fseeko.c (rpl_fseeko): Likewise.
32284         * lib/fseterr.c (fseterr): Likewise.
32285
32286 2007-08-19  Bruno Haible  <bruno@clisp.org>
32287
32288         * tests/test-lseek.c (main): Disable a test for BeOS.
32289         * doc/functions/lseek.texi: Document the BeOS bug.
32290
32291 2007-08-19  Bruno Haible  <bruno@clisp.org>
32292             Eric Blake  <ebb9@byu.net>
32293
32294         * lib/lseek.c: Include <sys/stat.h>.
32295         (rpl_lseek): Add workaround code also for Unix platforms.
32296         Needed for BeOS.
32297         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32298         * doc/functions/lseek.texi: Document BeOS definiency.
32299
32300 2007-08-18  Bruno Haible  <bruno@clisp.org>
32301
32302         * modules/fstrcmp-tests: New file.
32303         * tests/test-fstrcmp.c: New file.
32304
32305 2007-08-18  Bruno Haible  <bruno@clisp.org>
32306
32307         * modules/fstrcmp: New file, from GNU gettext with modifications.
32308         * lib/fstrcmp.h: New file, from GNU gettext.
32309         * lib/fstrcmp.c: New file, from GNU gettext.
32310         * MODULES.html.sh (String handling): Add fstrcmp.
32311
32312 2007-08-18  Bruno Haible  <bruno@clisp.org>
32313
32314         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32315         'bool'.
32316         (diag, compareseq): Remove const from the ctxt argument.
32317         (USE_HEURISTIC): Undefine at the end.
32318
32319 2007-08-18  Jim Meyering  <jim@meyering.net>
32320
32321         New file: lib/idcache.h
32322         * NEWS: Mention the addition.
32323         * modules/idcache (Files): Add lib/idcache.h
32324         * lib/idcache.c: Include "idcache.h".
32325         Don't include <sys/types.h>.
32326         Add a FIXME comment.
32327         Move file-scoped "static" declarations to the top.
32328         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32329
32330 2007-08-17  Bruno Haible  <bruno@clisp.org>
32331         and Paul Eggert  <eggert@cs.ucla.edu>
32332
32333         * MODULES.html.sh: Add diffseq.
32334         * modules/diffseq: New file.
32335         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32336         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32337
32338 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32339
32340         Import changes from coreutils for bootstrap script.
32341
32342         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32343
32344         * build-aux/bootstrap (slurp): Work even in environments where
32345         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32346         current code does not slurp files whose names start with ".", and
32347         this looks like it might be a troublesome area.
32348
32349         2007-07-11  Jim Meyering  <jim@meyering.net>
32350
32351         If there's a GPL vN copyright comment, require that N == 3.
32352
32353         2007-07-08  Jim Meyering  <jim@meyering.net>
32354
32355         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32356         * build-aux/bootstrap (mam_template): Move definition out of loop.
32357
32358         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32359
32360         * build-aux/bootstrap (symlink_to_dir): Rename function from
32361         symlink_to_gnulib.  Add a directory parameter.  Update all
32362         callers.
32363         (cp_mark_as_generated): Also check for -- and link to -- files in
32364         gl/.
32365
32366         2007-07-08  Jim Meyering  <jim@meyering.net>
32367
32368         Adapt to deeper hierarchy in gnulib.
32369         * build-aux/bootstrap (symlink_to_dir): If the destination
32370         directory doesn't exist, create it. This is required at least for
32371         "lib/uniwidth/cjk.h".
32372
32373         2007-05-15  Jim Meyering  <jim@meyering.net>
32374
32375         * build-aux/bootstrap: Now that generated Makefile.am files
32376         are no longer under version control, they must be created at
32377         bootstrap time.
32378
32379 2007-08-14  Ben Pfaff  <blp@gnu.org>
32380
32381         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32382
32383 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32384
32385         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32386         given the changes below.
32387         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32388         even on hosts that have padding bits beyond the supported 64.
32389
32390 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32391
32392         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32393         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32394         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32395         depends on it.
32396         (xstrtol_error): Remove.
32397         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32398         but with a different signature.
32399         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32400         * lib/xstrtol-error.c: Include exitfail.h.
32401         (xstrtol_fatal): New function, with a different signature from the
32402         old xstrtol_error, so that the caller need not worry about passing
32403         in an exit status, or about storage management of the option argument.
32404         (xstrtol_error): Now a static function.  Redo signature to
32405         implement xstrtol_fatal.  Output the correct number of hyphens in
32406         front of the option so that the caller need not worry about
32407         storage management.
32408         (N_): New macro.
32409         (_): Remove; not used now.
32410         * modules/xstrtol: Depend on getopt.
32411         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32412         of old STRTOL_FATAL_ERROR macro.
32413         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32414         of test program.
32415         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32416         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32417
32418 2007-08-08  Eric Blake  <ebb9@byu.net>
32419
32420         * lib/xstrtol-error.c: Add missing include.
32421
32422         Move xstrtol messages into gnulib domain, when --pobase is used.
32423         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32424         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32425         * modules/xstrtol (Files): Distribute new file.
32426         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32427         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32428         * tests/test-xstrtol.c: ...into new file.
32429         * tests/test-xstrtoul.c: Also test xstrtoul.
32430         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32431         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32432         * tests/test-xstrtol.sh: Drive the tests.
32433         * tests/test-xstrtoimax.sh: Likewise.
32434         * tests/test-xstrtoumax.sh: Likewise.
32435         * modules/xstrtol-tests: New module.
32436         * modules/xstrtoimax-tests: Likewise.
32437         * modules/xstrtoumax-tests: Likewise.
32438
32439 2007-08-08  Jim Meyering  <jim@meyering.net>
32440
32441         New function: mfile_name_concat.
32442         * lib/filenamecat.c (mfile_name_concat): New function, just like
32443         file_name_concat, but return NULL upon failure rather than exiting
32444         with a diagnostic.
32445         * lib/filenamecat.h: Declare it.
32446
32447 2007-08-07  Bruno Haible  <bruno@clisp.org>
32448
32449         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32450         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32451         warning from gcc.
32452         Reported by Eric Blake.
32453
32454 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32455
32456         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32457         * modules/crypto/arcfour (License): Likewise.
32458         * modules/crypto/des-tests (License): Likewise.
32459         * modules/crypto/gc-arctwo-tests (License): Likewise.
32460         * modules/crypto/gc-des-tests (License): Likewise.
32461         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32462         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32463         * modules/crypto/gc-md2-tests (License): Likewise.
32464         * modules/crypto/gc-md4-tests (License): Likewise.
32465         * modules/crypto/gc-md5-tests (License): Likewise.
32466         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32467         * modules/crypto/gc-rijndael-tests (License): Likewise.
32468         * modules/crypto/gc-sha1-tests (License): Likewise.
32469         * modules/crypto/gc-tests (License): Likewise.
32470         * modules/crypto/hmac-md5 (License): Likewise.
32471         * modules/crypto/hmac-sha1 (License): Likewise.
32472         * modules/crypto/md2-tests (License): Likewise.
32473         * modules/crypto/md4-tests (License): Likewise.
32474         * modules/crypto/md5 (License): Likewise.
32475         * modules/crypto/rijndael (License): Likewise.
32476         * modules/crypto/sha1 (License): Likewise.
32477         * modules/memxor (License): Likewise.
32478
32479 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32480         and Bruno Haible  <bruno@clisp.org>
32481
32482         * NEWS: Describe interface changes to human, xstrtol.
32483         * lib/human.h: Include <xstrtol.h>.
32484         (human_options): Return enum strtol_error, not int.  Remove
32485         bool arg; take int * instead.
32486         * lib/human.c: Don't include "gettext.h".
32487         (_): Remove; no longer used.
32488         Don't include <xstrtol.h>, since human.h does it.
32489         (human_options): Adjust to abovementioned interface changes.
32490         Do not report error to stderr; that's now the caller's
32491         responsibility.
32492         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32493         interface change.
32494         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32495         Str, Argument_type_string.  All uses changed.  Put " argument"
32496         in diagnostics to make them clearer.  Change wording of suffix
32497         message for clarity.
32498         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32499         Argument_type_string.
32500         (STRTOL_FATAL_WARN): Remove; no longer used.
32501         * modules/human (Depends-on): Remove gettext-h.
32502
32503 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32504
32505         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32506
32507 2007-07-31  Bruno Haible  <bruno@clisp.org>
32508
32509         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32510         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32511         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32512
32513 2007-07-31  Bruno Haible  <bruno@clisp.org>
32514
32515         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32516         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32517
32518 2007-07-30  Bruno Haible  <bruno@clisp.org>
32519
32520         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32521         * modules/c-ctype (License): Likewise.
32522         * modules/c-strcase (License): Likewise.
32523         * modules/check-version (License): Likewise.
32524         * modules/iconv (License): Likewise.
32525         * modules/iconv_open (License): Likewise.
32526         * modules/read-file (License): Likewise.
32527         * modules/striconv (License): Likewise.
32528         * modules/strverscmp (License): Likewise.
32529         * modules/vasprintf (License): Likewise.
32530         * modules/crypto/des (License): Likewise.
32531         * modules/crypto/gc (License): Likewise.
32532         * modules/crypto/gc-arcfour (License): Likewise.
32533         * modules/crypto/gc-arctwo (License): Likewise.
32534         * modules/crypto/gc-des (License): Likewise.
32535         * modules/crypto/gc-hmac-md5 (License): Likewise.
32536         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32537         * modules/crypto/gc-md2 (License): Likewise.
32538         * modules/crypto/gc-md4 (License): Likewise.
32539         * modules/crypto/gc-md5 (License): Likewise.
32540         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32541         * modules/crypto/gc-random (License): Likewise.
32542         * modules/crypto/gc-rijndael (License): Likewise.
32543         * modules/crypto/gc-sha1 (License): Likewise.
32544         * modules/crypto/md2 (License): Likewise.
32545         * modules/crypto/md4 (License): Likewise.
32546
32547 2007-07-30  Jim Meyering  <jim@meyering.net>
32548
32549         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32550         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32551         it has valid stat data.  This bug would cause du not to count the
32552         sizes of inaccessible directories.
32553         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32554         in <http://bugzilla.redhat.com/250077>.
32555
32556 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32557             Bruno Haible  <bruno@clisp.org>
32558
32559         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32560         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32561         #include_next, gives a diagnostic about it, but reports no error in
32562         the exit code.
32563         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32564
32565 2007-07-24  Ben Pfaff  <blp@gnu.org>
32566
32567         Improve name: "count-one-bits" is better than "popcount".
32568         * MODULES.html.sh: Update name.
32569         * lib/popcount.h: Renamed lib/count-one-bits.h.
32570         (popcount): Renamed count_one_bits.
32571         (popcountl): Renamed count_one_bits_l.
32572         (popcountll): Renamed count_one_bits_ll.
32573         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32574         * modules/popcount: Renamed module/count-one-bits.
32575         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32576         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32577
32578 2007-07-23  Ben Pfaff  <blp@gnu.org>
32579
32580         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32581         better code generation, and add U to large constants to avoid
32582         warnings, in non-GCC case.
32583         Suggested by Bruno Haible.
32584
32585 2007-07-23  Ben Pfaff  <blp@gnu.org>
32586
32587         * lib/popcount.h: Use verify_true instead of if...abort.
32588         * modules/popcount: Depend on verify module.
32589         Suggested by Jim Meyering.
32590
32591 2007-07-23  Bruno Haible  <bruno@clisp.org>
32592
32593         * gnulib-tool (func_import): Create a .cvsignore file also when the
32594         directory is not yet in CVS but the toplevel directory is. When
32595         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32596         Reported by Karl Berry.
32597
32598 2007-07-22  Ben Pfaff  <blp@gnu.org>
32599
32600         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32601         case.
32602         Suggested by Eric Blake.
32603
32604 2007-07-22  Ben Pfaff  <blp@gnu.org>
32605
32606         New module: popcount.
32607         * MODULES.html.sh: Add popcount.
32608         * modules/popcount: New file.
32609         * modules/popcount-tests: New file.
32610         * tests/test-popcount.c: New file.
32611         * lib/popcount.h: New file.
32612         * m4/popcount.m4: New file.
32613
32614 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32615
32616         * build-aux/announce-gen: Update to GPLv3.
32617
32618         * build-aux/config.guess: Update from config.
32619
32620 2007-07-21  Bruno Haible  <bruno@clisp.org>
32621
32622         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32623         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32624
32625 2007-07-20  Jim Meyering  <jim@meyering.net>
32626
32627         * check-module: Diagnose a self-dependency.
32628
32629 2007-07-19  Bruno Haible  <bruno@clisp.org>
32630
32631         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32632         empty.
32633         Reported by Eric Blake.
32634
32635 2007-07-18  Bruno Haible  <bruno@clisp.org>
32636
32637         * gnulib-tool: New options --po-base, --po-domain.
32638         (func_usage): Document them.
32639         (pobase, po_domain): New variables.
32640         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32641         DEFAULT_TEXT_DOMAIN.
32642         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32643         (func_import): Consider pobase and po_domain. Create a po/ directory.
32644         (func_create_testdir): Set pobase and po_domain to empty.
32645         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32646         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32647
32648 2007-07-18  Bruno Haible  <bruno@clisp.org>
32649
32650         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32651         EXTRA_DIST augmentation for files in build-aux/.
32652
32653 2007-07-16  Bruno Haible  <bruno@clisp.org>
32654
32655         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32656         * modules/getdelim (License): Likewise.
32657
32658 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32659
32660         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32661         * modules/d-type (License): Likewise.
32662         * modules/extensions (License): Likewise.
32663         * modules/fnmatch (License): Likewise.
32664         * modules/fseeko (License): Likewise.
32665         * modules/getaddrinfo (License): Likewise.
32666         * modules/getline (License): Likewise.
32667         * modules/getlogin_r (License): Likewise.
32668         * modules/getpass (License): Likewise.
32669         * modules/gettimeofday (License): Likewise.
32670         * modules/glob (License): Likewise.
32671         * modules/inet_ntop (License): Likewise.
32672         * modules/malloc (License): Likewise.
32673         * modules/malloca (License): Likewise.
32674         * modules/memmem (License): Likewise.
32675         * modules/mempcpy (License): Likewise.
32676         * modules/memset (License): Likewise.
32677         * modules/minmax (License): Likewise.
32678         * modules/mktime (License): Likewise.
32679         * modules/netinet_in (License): Likewise.
32680         * modules/pathmax (License): Likewise.
32681         * modules/poll (License): Likewise.
32682         * modules/regex (License): Likewise.
32683         * modules/snprintf (License): Likewise.
32684         * modules/stdbool (License): Likewise.
32685         * modules/stdint (License): Likewise.
32686         * modules/stdio (License): Likewise.
32687         * modules/strcase (License): Likewise.
32688         * modules/strcasestr (License): Likewise.
32689         * modules/strdup (License): Likewise.
32690         * modules/string (License): Likewise.
32691         * modules/strndup (License): Likewise.
32692         * modules/strnlen (License): Likewise.
32693         * modules/strpbrk (License): Likewise.
32694         * modules/strptime (License): Likewise.
32695         * modules/strsep (License): Likewise.
32696         * modules/sys_select (License): Likewise.
32697         * modules/sys_socket (License): Likewise.
32698         * modules/sys_stat (License): Likewise.
32699         * modules/sys_time (License): Likewise.
32700         * modules/time (License): Likewise.
32701         * modules/time_r (License): Likewise.
32702         * modules/timegm (License): Likewise.
32703         * modules/unistd (License): Likewise.
32704         * modules/vsnprintf (License): Likewise.
32705         * modules/wctype (License): Likewise.
32706
32707 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32708
32709         * modules/argz (License): LGPLv2+.
32710
32711 2007-07-15  Karl Berry  <karl@gnu.org>
32712
32713         * doc/gnulib.texi: revise node structure per new fdl.texi.
32714
32715 2007-07-14  Bruno Haible  <bruno@clisp.org>
32716
32717         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32718         the output file.
32719         * lib/uniname/uninames.h: Regenerated.
32720
32721 2007-07-14  Karl Berry  <karl@gnu.org>
32722
32723         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32724         omitting sectioning and index commands.
32725
32726 2007-07-13  Bruno Haible  <bruno@clisp.org>
32727
32728         New gnulib-tool option --more-symlinks.
32729         * gnulib-tool (func_usage): Document --more-symlinks.
32730         (do_copyrights): New variable.
32731         Recognize option --more-symlinks.
32732         (func_import): Don't add a copyright notice transform to
32733         sed_transform_lib_file if do_copyrights is empty.
32734
32735 2007-07-13  Bruno Haible  <bruno@clisp.org>
32736
32737         * lib/vasnprintf.c (decimal_point_char): Define also if
32738         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32739         && !NEED_PRINTF_DIRECTIVE_A.
32740         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32741         Gary V. Vaughan <gary@gnu.org>.
32742
32743 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32744
32745         * lib/inttypes_.h: Undo previous change, since it was fixed
32746         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32747
32748 2007-07-13  Bruno Haible  <bruno@clisp.org>
32749
32750         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32751         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32752
32753 2007-07-13  Jim Meyering  <jim@meyering.net>
32754
32755         df: Don't fail for Tru64's "file-on-file mount".
32756         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32757         so we fall through and use statfs instead.  Details here:
32758         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32759         Reported by Albert Chin.
32760
32761 2007-07-13  Bruno Haible  <bruno@clisp.org>
32762
32763         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32764         * modules/configmake (License): Likewise.
32765         * modules/gettext (License): Likewise.
32766         * modules/gettext-h (License): Likewise.
32767         * modules/include_next (License): Likewise.
32768         * modules/link-warning (License): Likewise.
32769         * modules/localcharset (License): Likewise.
32770         * modules/localename (License): Likewise.
32771         * modules/lock (License): Likewise.
32772         * modules/relocatable-lib-lgpl (License): Likewise.
32773         * modules/size_max (License): Likewise.
32774         * modules/vasnprintf (License): Likewise.
32775         * modules/wchar (License): Likewise.
32776         * modules/xsize (License): Likewise.
32777
32778 2007-07-13  Bruno Haible  <bruno@clisp.org>
32779
32780         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
32781         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
32782
32783 2007-07-12  Bruno Haible  <bruno@clisp.org>
32784
32785         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
32786         in the modules files.
32787
32788 2007-07-11  Karl Berry  <karl@gnu.org>
32789
32790         * MODULES.html.sh (func_module): use
32791          sed -e '\|^'"${includefile}"'$|d'
32792          instead of /.../d, to avoid errors on $includefile's containing /.
32793
32794 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32795
32796         * gnulib-tool (func_import): Avoid duplication of --avoid
32797         statements
32798         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
32799         names to `_' in variable names.
32800
32801 2007-07-10  Eric Blake  <ebb9@byu.net>
32802
32803         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
32804         * NEWS: Document this change.
32805
32806 2007-07-08  Bruno Haible  <bruno@clisp.org>
32807
32808         Update to Unicode 5.0.
32809         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
32810         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
32811         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
32812         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
32813         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
32814         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
32815         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
32816         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
32817         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
32818         U+10A3F, U+1D242..U+1D244.
32819         (nonspacing_table_ind): Update.
32820         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
32821         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
32822
32823 2007-07-08  Bruno Haible  <bruno@clisp.org>
32824
32825         Update to Unicode 5.0.
32826         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
32827         code transform. Extend the name index field of unicode_name_to_code and
32828         unicode_code_to_name from 16 to 24 bits.
32829         * lib/uniname/uniname.c (unicode_character_name,
32830         unicode_name_character): Add the range 0x12xxx to the code transform.
32831         * lib/uniname/uninames.h: Regenerated.
32832         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
32833
32834 2007-07-07  Bruno Haible  <bruno@clisp.org>
32835
32836         * modules/wcwidth-tests: New file.
32837         * tests/test-wcwidth.c: New file.
32838
32839         Work around MacOS X wcwidth() bug.
32840         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
32841         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
32842         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
32843         original wcwidth in non-UTF-8 locales.
32844         * modules/wcwidth (Depends-on): Add localcharset, streq,
32845         uniwidth/width.
32846         * doc/functions/wcwidth.texi: Update.
32847
32848 2007-07-07  Bruno Haible  <bruno@clisp.org>
32849
32850         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
32851         (wcwidth): New declaration.
32852         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
32853         macros.
32854         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
32855         here. Prepare for creating <wchar.h> unconditionally.
32856         * modules/wchar (Depends-on): Add link-warning.
32857         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
32858         REPLACE_WCWIDTH, and GL_LINK_WARNING.
32859         * lib/wcwidth.h: Remove file.
32860         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
32861         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
32862         * modules/wcwidth (Files): Remove lib/wcwidth.h.
32863         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
32864         (Include): Replace wcwidth.h with <wchar.h>.
32865         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
32866         * lib/mbchar.h: Don't include wcwidth.h.
32867         * lib/mbswidth.c: Likewise.
32868         * NEWS: Mention the change.
32869
32870 2007-07-07  Bruno Haible  <bruno@clisp.org>
32871
32872         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
32873         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
32874         definition with an external declaration.
32875         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
32876         defined as a function. Remove AC_C_INLINE requirement.
32877         * modules/wcwidth (Files): Add lib/wcwidth.c.
32878         (Makefile.am): Remove redundant statement.
32879
32880 2007-07-07  Bruno Haible  <bruno@clisp.org>
32881
32882         * MODULES.html.sh (Unicode string functions): Add the new modules.
32883
32884         * tests/uniwidth/test-u32-strwidth.c: New file.
32885         * modules/uniwidth/u32-strwidth-tests: New file.
32886
32887         * lib/uniwidth/u32-strwidth.c: New file.
32888         * modules/uniwidth/u32-strwidth: New file.
32889
32890         * tests/uniwidth/test-u16-strwidth.c: New file.
32891         * modules/uniwidth/u16-strwidth-tests: New file.
32892
32893         * lib/uniwidth/u16-strwidth.c: New file.
32894         * modules/uniwidth/u16-strwidth: New file.
32895
32896         * tests/uniwidth/test-u8-strwidth.c: New file.
32897         * modules/uniwidth/u8-strwidth-tests: New file.
32898
32899         * lib/uniwidth/u8-strwidth.c: New file.
32900         * modules/uniwidth/u8-strwidth: New file.
32901
32902         * tests/uniwidth/test-u32-width.c: New file.
32903         * modules/uniwidth/u32-width-tests: New file.
32904
32905         * lib/uniwidth/u32-width.c: New file.
32906         * modules/uniwidth/u32-width: New file.
32907
32908         * tests/uniwidth/test-u16-width.c: New file.
32909         * modules/uniwidth/u16-width-tests: New file.
32910
32911         * lib/uniwidth/u16-width.c: New file.
32912         * modules/uniwidth/u16-width: New file.
32913
32914         * tests/uniwidth/test-u8-width.c: New file.
32915         * modules/uniwidth/u8-width-tests: New file.
32916
32917         * lib/uniwidth/u8-width.c: New file.
32918         * modules/uniwidth/u8-width: New file.
32919
32920         * tests/uniwidth/test-uc_width.c: New file.
32921         * modules/uniwidth/width-tests: New file.
32922
32923         * lib/uniwidth/width.c: New file, from GNU libiconv.
32924         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
32925         * modules/uniwidth/width: New file.
32926
32927         * lib/uniwidth.h: New file, from GNU libiconv.
32928         * modules/uniwidth/base: New file.
32929
32930 2007-07-07  Bruno Haible  <bruno@clisp.org>
32931
32932         * lib/uniname.h: New file, from GNU gettext.
32933         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32934         * lib/uniname/uninames.h: New file, from GNU gettext.
32935         * lib/uniname/uniname.c: New file, from GNU gettext.
32936         * tests/uniname/test-uninames.sh: New file.
32937         * tests/uniname/test-uninames.c: New file, from GNU gettext.
32938         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
32939         * modules/uniname/base: New file.
32940         * modules/uniname/uniname: New file.
32941         * modules/uniname/uniname-tests: New file.
32942         * MODULES.html.sh (Unicode string functions): Add the new modules.
32943
32944 2007-07-06  Bruno Haible  <bruno@clisp.org>
32945
32946         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
32947
32948 2007-07-06  Bruno Haible  <bruno@clisp.org>
32949
32950         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
32951         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32952         includes <cygwin/sys_time.h> which includes <sys/select.h> which
32953         include <sys/time.h>.
32954         Reported by Eric Blake.
32955
32956 2007-07-06  Eric Blake  <ebb9@byu.net>
32957
32958         Fix testing canonicalize on cygwin.
32959         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32960         Revert patch from 2007-06-19.
32961         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
32962         canonicalize module is also in use.
32963         * tests/test-canonicalize.c: New file.
32964         * tests/test-canonicalize.sh: Likewise.
32965         * modules/canonicalize-tests: Likewise.
32966
32967 2007-07-06  Jim Meyering  <jim@meyering.net>
32968
32969         * lib/getugroups.c (getugroups): Detect getgrent failure.
32970         Adjust comment to reflect reality: this function may return -1.
32971
32972 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
32973
32974         * build-aux/bootstrap (TP_URL,get_translations): Update to use
32975         the new TP address.
32976         (usage): Fix typo
32977         (gnulib_mk): New variable.
32978
32979 2007-07-05  Jim Meyering  <jim@meyering.net>
32980
32981         Don't let endgrent clobber errno, no matter how improbable.
32982         * lib/getugroups.c (getugroups): Save and restore errno around
32983         endgrent call.
32984
32985         Close the group DB even when failing with 2^31 or more members.
32986         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
32987
32988 2007-07-04  Jim Meyering  <jim@meyering.net>
32989
32990         * lib/getugroups.h: New file.
32991         * lib/getugroups.c: Include "getugroups.h".
32992         Remove uses of "register" keyword.
32993         Move local variable, "cp", down into scope where used.
32994         Give "username" parameter the "const" attribute.
32995         * modules/getugroups (Files): Add lib/getugroups.h
32996
32997 2007-07-04  Karl Berry  <karl@gnu.org>
32998
32999         * MODULES.html.sh (func_all_modules): Complete rename of
33000         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33001
33002 2007-07-02  Bruno Haible  <bruno@clisp.org>
33003
33004         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33005         mode, when inttypes.h comes from gnulib.
33006         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33007
33008 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33009
33010         * NEWS: Mention lgpl module name change.
33011
33012         * modules/lgpl-2.1: Renamed from lgpl.
33013
33014         * NEWS: Mention gpl module name change.
33015
33016         * modules/gpl-3.0: New file, based on gpl-2.0.
33017
33018         * modules/gpl-2.0: Renamed from gpl.
33019
33020         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33021         doc/gpl-2.0.texi.
33022
33023 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33024
33025         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33026         #define __STDC_LIMIT_MACROS temporarily while including
33027         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33028         Problem reported by Joel E. Denny in
33029         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33030
33031 2007-07-01  Bruno Haible  <bruno@clisp.org>
33032
33033         * lib/unistdio.h: New file.
33034         * lib/unistdio/u-asnprintf.h: New file.
33035         * lib/unistdio/u-asprintf.h: New file.
33036         * lib/unistdio/u-printf-args.c: New file.
33037         * lib/unistdio/u-printf-args.h: New file.
33038         * lib/unistdio/u-printf-parse.h: New file.
33039         * lib/unistdio/u-snprintf.h: New file.
33040         * lib/unistdio/u-sprintf.h: New file.
33041         * lib/unistdio/u-vasprintf.h: New file.
33042         * lib/unistdio/u-vsnprintf.h: New file.
33043         * lib/unistdio/u-vsprintf.h: New file.
33044         * lib/unistdio/ulc-asnprintf.c: New file.
33045         * lib/unistdio/ulc-asprintf.c: New file.
33046         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33047         * lib/unistdio/ulc-printf-parse.c: New file.
33048         * lib/unistdio/ulc-snprintf.c: New file.
33049         * lib/unistdio/ulc-sprintf.c: New file.
33050         * lib/unistdio/ulc-vasnprintf.c: New file.
33051         * lib/unistdio/ulc-vasprintf.c: New file.
33052         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33053         * lib/unistdio/ulc-vsnprintf.c: New file.
33054         * lib/unistdio/ulc-vsprintf.c: New file.
33055         * lib/unistdio/u8-asnprintf.c: New file.
33056         * lib/unistdio/u8-asprintf.c: New file.
33057         * lib/unistdio/u8-printf-parse.c: New file.
33058         * lib/unistdio/u8-snprintf.c: New file.
33059         * lib/unistdio/u8-sprintf.c: New file.
33060         * lib/unistdio/u8-vasnprintf.c: New file.
33061         * lib/unistdio/u8-vasprintf.c: New file.
33062         * lib/unistdio/u8-vsnprintf.c: New file.
33063         * lib/unistdio/u8-vsprintf.c: New file.
33064         * lib/unistdio/u8-u8-asnprintf.c: New file.
33065         * lib/unistdio/u8-u8-asprintf.c: New file.
33066         * lib/unistdio/u8-u8-snprintf.c: New file.
33067         * lib/unistdio/u8-u8-sprintf.c: New file.
33068         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33069         * lib/unistdio/u8-u8-vasprintf.c: New file.
33070         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33071         * lib/unistdio/u8-u8-vsprintf.c: New file.
33072         * lib/unistdio/u16-asnprintf.c: New file.
33073         * lib/unistdio/u16-asprintf.c: New file.
33074         * lib/unistdio/u16-printf-parse.c: New file.
33075         * lib/unistdio/u16-snprintf.c: New file.
33076         * lib/unistdio/u16-sprintf.c: New file.
33077         * lib/unistdio/u16-vasnprintf.c: New file.
33078         * lib/unistdio/u16-vasprintf.c: New file.
33079         * lib/unistdio/u16-vsnprintf.c: New file.
33080         * lib/unistdio/u16-vsprintf.c: New file.
33081         * lib/unistdio/u16-u16-asnprintf.c: New file.
33082         * lib/unistdio/u16-u16-asprintf.c: New file.
33083         * lib/unistdio/u16-u16-snprintf.c: New file.
33084         * lib/unistdio/u16-u16-sprintf.c: New file.
33085         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33086         * lib/unistdio/u16-u16-vasprintf.c: New file.
33087         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33088         * lib/unistdio/u16-u16-vsprintf.c: New file.
33089         * lib/unistdio/u32-asnprintf.c: New file.
33090         * lib/unistdio/u32-asprintf.c: New file.
33091         * lib/unistdio/u32-printf-parse.c: New file.
33092         * lib/unistdio/u32-snprintf.c: New file.
33093         * lib/unistdio/u32-sprintf.c: New file.
33094         * lib/unistdio/u32-vasnprintf.c: New file.
33095         * lib/unistdio/u32-vasprintf.c: New file.
33096         * lib/unistdio/u32-vsnprintf.c: New file.
33097         * lib/unistdio/u32-vsprintf.c: New file.
33098         * lib/unistdio/u32-u32-asnprintf.c: New file.
33099         * lib/unistdio/u32-u32-asprintf.c: New file.
33100         * lib/unistdio/u32-u32-snprintf.c: New file.
33101         * lib/unistdio/u32-u32-sprintf.c: New file.
33102         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33103         * lib/unistdio/u32-u32-vasprintf.c: New file.
33104         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33105         * lib/unistdio/u32-u32-vsprintf.c: New file.
33106         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33107         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33108         * tests/unistdio/test-ulc-printf1.h: New file.
33109         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33110         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33111         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33112         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33113         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33114         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33115         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33116         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33117         * tests/unistdio/test-u8-asnprintf1.c: New file.
33118         * tests/unistdio/test-u8-asnprintf1.h: New file.
33119         * tests/unistdio/test-u8-printf1.h: New file.
33120         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33121         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33122         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33123         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33124         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33125         * tests/unistdio/test-u8-vasprintf1.c: New file.
33126         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33127         * tests/unistdio/test-u8-vsprintf1.c: New file.
33128         * tests/unistdio/test-u16-asnprintf1.c: New file.
33129         * tests/unistdio/test-u16-asnprintf1.h: New file.
33130         * tests/unistdio/test-u16-printf1.h: New file.
33131         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33132         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33133         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33134         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33135         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33136         * tests/unistdio/test-u16-vasprintf1.c: New file.
33137         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33138         * tests/unistdio/test-u16-vsprintf1.c: New file.
33139         * tests/unistdio/test-u32-asnprintf1.c: New file.
33140         * tests/unistdio/test-u32-asnprintf1.h: New file.
33141         * tests/unistdio/test-u32-printf1.h: New file.
33142         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33143         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33144         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33145         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33146         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33147         * tests/unistdio/test-u32-vasprintf1.c: New file.
33148         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33149         * tests/unistdio/test-u32-vsprintf1.c: New file.
33150         * modules/unistdio/base: New file.
33151         * modules/unistdio/u-printf-args: New file.
33152         * modules/unistdio/ulc-asnprintf: New file.
33153         * modules/unistdio/ulc-asprintf: New file.
33154         * modules/unistdio/ulc-fprintf: New file.
33155         * modules/unistdio/ulc-printf-parse: New file.
33156         * modules/unistdio/ulc-snprintf: New file.
33157         * modules/unistdio/ulc-sprintf: New file.
33158         * modules/unistdio/ulc-vasnprintf: New file.
33159         * modules/unistdio/ulc-vasprintf: New file.
33160         * modules/unistdio/ulc-vfprintf: New file.
33161         * modules/unistdio/ulc-vsnprintf: New file.
33162         * modules/unistdio/ulc-vsprintf: New file.
33163         * modules/unistdio/u8-asnprintf: New file.
33164         * modules/unistdio/u8-asprintf: New file.
33165         * modules/unistdio/u8-printf-parse: New file.
33166         * modules/unistdio/u8-snprintf: New file.
33167         * modules/unistdio/u8-sprintf: New file.
33168         * modules/unistdio/u8-vasnprintf: New file.
33169         * modules/unistdio/u8-vasprintf: New file.
33170         * modules/unistdio/u8-vsnprintf: New file.
33171         * modules/unistdio/u8-vsprintf: New file.
33172         * modules/unistdio/u8-u8-asnprintf: New file.
33173         * modules/unistdio/u8-u8-asprintf: New file.
33174         * modules/unistdio/u8-u8-snprintf: New file.
33175         * modules/unistdio/u8-u8-sprintf: New file.
33176         * modules/unistdio/u8-u8-vasnprintf: New file.
33177         * modules/unistdio/u8-u8-vasprintf: New file.
33178         * modules/unistdio/u8-u8-vsnprintf: New file.
33179         * modules/unistdio/u8-u8-vsprintf: New file.
33180         * modules/unistdio/u16-asnprintf: New file.
33181         * modules/unistdio/u16-asprintf: New file.
33182         * modules/unistdio/u16-printf-parse: New file.
33183         * modules/unistdio/u16-snprintf: New file.
33184         * modules/unistdio/u16-sprintf: New file.
33185         * modules/unistdio/u16-vasnprintf: New file.
33186         * modules/unistdio/u16-vasprintf: New file.
33187         * modules/unistdio/u16-vsnprintf: New file.
33188         * modules/unistdio/u16-vsprintf: New file.
33189         * modules/unistdio/u16-u16-asnprintf: New file.
33190         * modules/unistdio/u16-u16-asprintf: New file.
33191         * modules/unistdio/u16-u16-snprintf: New file.
33192         * modules/unistdio/u16-u16-sprintf: New file.
33193         * modules/unistdio/u16-u16-vasnprintf: New file.
33194         * modules/unistdio/u16-u16-vasprintf: New file.
33195         * modules/unistdio/u16-u16-vsnprintf: New file.
33196         * modules/unistdio/u16-u16-vsprintf: New file.
33197         * modules/unistdio/u32-asnprintf: New file.
33198         * modules/unistdio/u32-asprintf: New file.
33199         * modules/unistdio/u32-printf-parse: New file.
33200         * modules/unistdio/u32-snprintf: New file.
33201         * modules/unistdio/u32-sprintf: New file.
33202         * modules/unistdio/u32-vasnprintf: New file.
33203         * modules/unistdio/u32-vasprintf: New file.
33204         * modules/unistdio/u32-vsnprintf: New file.
33205         * modules/unistdio/u32-vsprintf: New file.
33206         * modules/unistdio/u32-u32-asnprintf: New file.
33207         * modules/unistdio/u32-u32-asprintf: New file.
33208         * modules/unistdio/u32-u32-snprintf: New file.
33209         * modules/unistdio/u32-u32-sprintf: New file.
33210         * modules/unistdio/u32-u32-vasnprintf: New file.
33211         * modules/unistdio/u32-u32-vasprintf: New file.
33212         * modules/unistdio/u32-u32-vsnprintf: New file.
33213         * modules/unistdio/u32-u32-vsprintf: New file.
33214         * modules/unistdio/ulc-asnprintf-tests: New file.
33215         * modules/unistdio/ulc-vasnprintf-tests: New file.
33216         * modules/unistdio/ulc-vasprintf-tests: New file.
33217         * modules/unistdio/ulc-vsnprintf-tests: New file.
33218         * modules/unistdio/ulc-vsprintf-tests: New file.
33219         * modules/unistdio/u8-asnprintf-tests: New file.
33220         * modules/unistdio/u8-vasnprintf-tests: New file.
33221         * modules/unistdio/u8-vasprintf-tests: New file.
33222         * modules/unistdio/u8-vsnprintf-tests: New file.
33223         * modules/unistdio/u8-vsprintf-tests: New file.
33224         * modules/unistdio/u16-asnprintf-tests: New file.
33225         * modules/unistdio/u16-vasnprintf-tests: New file.
33226         * modules/unistdio/u16-vasprintf-tests: New file.
33227         * modules/unistdio/u16-vsnprintf-tests: New file.
33228         * modules/unistdio/u16-vsprintf-tests: New file.
33229         * modules/unistdio/u32-asnprintf-tests: New file.
33230         * modules/unistdio/u32-vasnprintf-tests: New file.
33231         * modules/unistdio/u32-vasprintf-tests: New file.
33232         * modules/unistdio/u32-vsnprintf-tests: New file.
33233         * modules/unistdio/u32-vsprintf-tests: New file.
33234         * MODULES.html.sh (Unicode string functions): Add the new modules.
33235
33236 2007-07-01  Bruno Haible  <bruno@clisp.org>
33237
33238         * lib/sprintf.c (sprintf): Limit the available length estimation,
33239         to avoid address wraparound.
33240         * lib/vsprintf.c (vsprintf): Likewise.
33241         * modules/sprintf-posix (Dependencies): Add stdint.
33242         * modules/vsprintf-posix (Dependencies): Likewise.
33243
33244 2007-07-01  Bruno Haible  <bruno@clisp.org>
33245
33246         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33247         Windows PATH as well. Conservative double-quoting. Comments.
33248
33249 2007-07-01  Bruno Haible  <bruno@clisp.org>
33250             Eric Blake  <ebb9@byu.net>
33251             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33252
33253         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33254         empty components in $PATH, denoting '.'.
33255
33256 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33257
33258         * gnulib-tool: Fix indentation.
33259         (func_create_megatestdir): Likewise.
33260         Report by Bruno Haible.
33261
33262 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33263
33264         Sync from Automake.
33265         * build-aux/gnupload: Fix shell portability issues with for loops.
33266         Report by Karl Berry.
33267
33268 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33269
33270         * build-aux/maint.mk (POURL): Use translationproject.org.
33271
33272 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33273             Bruno Haible  <bruno@clisp.org>
33274
33275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33276         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33277         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33278         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33279         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33280
33281 2007-06-27  Bruno Haible  <bruno@clisp.org>
33282
33283         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33284         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33285
33286 2007-06-26  Karl Berry  <karl@gnu.org>
33287
33288         * MODULES.html.sh: remove xreadlink-with-size.
33289
33290 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33291
33292         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33293         method that I hope also handles the double-include problem noted
33294         by Bruno Haible in
33295         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33296
33297 2007-06-23  Bruno Haible  <bruno@clisp.org>
33298
33299         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33300         Don't let the 'mostlyclean' target fail if the last subdirectory could
33301         not be removed.
33302         Reported by Karl Berry.
33303
33304 2007-06-23  Bruno Haible  <bruno@clisp.org>
33305
33306         * gnulib-tool (echo): Add a speedier workaround for ksh.
33307         * tests/test-echo.sh: Likewise.
33308
33309 2007-06-23  Bruno Haible  <bruno@clisp.org>
33310
33311         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33312         * tests/test-echo.sh: Likewise.
33313
33314 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33315
33316         * gnulib-tool (IFS): Initialize early, so we don't set it to
33317         empty later.
33318         (self_abspathname): Rewrite algorithm to set it, reindent.
33319         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33320         (func_create_megatestdir): Merge some sed scripts.
33321
33322 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33323
33324         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33325         exposed by Sun Studio 11 cc on Solaris 8.
33326
33327 2007-06-22  Bruno Haible  <bruno@clisp.org>
33328
33329         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33330         backslashes.
33331         * tests/test-echo.sh: New file.
33332
33333 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33334
33335         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33336         simplify `sed_replace_build_aux' scripts, they are portable but
33337         echoing them with `echo' is not.
33338         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33339
33340 2007-06-21  Karl Berry  <karl@gnu.org>
33341
33342         * config/srclist.txt: guess we can't handle the licenses via
33343         srclist at the moment.
33344
33345 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33346
33347         * MODULES.html.sh: Add include_next.
33348         * modules/include_next: New file.
33349
33350 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33351
33352         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33353         INCLUDE_NEXT.
33354         (gl_CHECK_NEXT_HEADERS): New macro.
33355         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33356         the obsolescent gl_ABSOLUTE_HEADER.
33357         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33358         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33359         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33360         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33361         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33362         * m4/math_h.m4 (gl_MATH_H): Likewise.
33363         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33364         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33365         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33366         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33367         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33368         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33369         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33370         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33371         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33372         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33373         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33374         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33375         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33376         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33377         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33378         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33379         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33380         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33381         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33382         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33383         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33384         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33385         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33386         * lib/float_.h: Likewise.
33387         * lib/inttypes_.h: Likewise.
33388         * lib/math_.h: Likewise.
33389         * lib/search_.h: Likewise.
33390         * lib/signal_.h: Likewise.
33391         * lib/stdint_.h: Likewise.
33392         * lib/stdio_.h: Likewise.
33393         * lib/stdlib_.h: Likewise.
33394         * lib/string_.h: Likewise.
33395         * lib/sys_stat_.h: Likewise.
33396         * lib/sys_time_.h: Likewise.
33397         * lib/time_.h: Likewise.
33398         * lib/unistd_.h: Likewise.
33399         * lib/wchar_.h: Likewise.
33400         * lib/wctype_.h: Likewise.
33401         * lib/dirent_.h: Likewise.
33402         * lib/iconv_.h: Likewise.
33403         * lib/locale_.h: Likewise.
33404         * lib/netinet_in_.h: Likewise.
33405         * lib/sys_select_.h: Likewise.
33406         * lib/sys_socket_.h: Likewise.
33407         * lib/sysexits_.h: Likewise.
33408         * modules/fcntl (Depends-on): Depend on include_next, not
33409         absolute_header.
33410         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33411         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33412         * modules/fchdir: Likewise.
33413         * modules/float: Likewise.
33414         * modules/iconv_open: Likewise.
33415         * modules/inttypes: Likewise.
33416         * modules/locale: Likewise.
33417         * modules/math: Likewise.
33418         * modules/netinet_in: Likewise.
33419         * modules/search: Likewise.
33420         * modules/signal: Likewise.
33421         * modules/stdint: Likewise.
33422         * modules/stdio: Likewise.
33423         * modules/stdlib: Likewise.
33424         * modules/string: Likewise.
33425         * modules/sys_select: Likewise.
33426         * modules/sys_socket: Likewise.
33427         * modules/sys_stat: Likewise.
33428         * modules/sys_time: Likewise.
33429         * modules/sysexits: Likewise.
33430         * modules/time: Likewise.
33431         * modules/unistd: Likewise.
33432         * modules/wchar: Likewise.
33433         * modules/wctype: Likewise.
33434         * modules/sys_stat: Change maintainer to "all".
33435         * modules/unistd: Likewise.
33436
33437 2007-06-20  Karl Berry  <karl@gnu.org>
33438
33439         * config/srclist.txt: track www changes in license files.
33440
33441 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33442
33443         * build-aux/bootstrap: Remove stray dot.
33444         Make sure build_aux settings are honored when linking
33445         gnulib_extra_files.
33446
33447 2007-06-19  Eric Blake  <ebb9@byu.net>
33448
33449         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33450         Allow compilation on cygwin.
33451
33452 2007-06-19  Jim Meyering  <jim@meyering.net>
33453
33454         xreadlink-with-size: Remove module.  No longer used.
33455         Ex-callers now use xreadlink or mreadlink-with-size.
33456         * modules/xreadlink-with-size: Remove module.
33457         * lib/xreadlink-with-size.c: Remove file.
33458         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33459         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33460         just before the function definition *is* accurate.
33461
33462         Eliminate one way canonicalize_filename_mode could exit.
33463         * lib/canonicalize.c (canonicalize_filename_mode):
33464         Use mreadlink_with_size, not xreadlink_with_size.
33465
33466 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33467
33468         Detect porting problems to FreeBSD/arm, which has time_t wider than
33469         long int.  Original problem reported for GNU diff by Xin Li in
33470         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33471         * modules/getdate (Depends-on): Add intprops, verify.
33472         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33473         is an integer type no wider than long int.
33474
33475 2007-06-18  Jim Meyering  <jim@meyering.net>
33476
33477         New module: mreadlink-with-size.
33478         * MODULES.html.sh: Add mreadlink-with-size.
33479         * modules/mreadlink-with-size: New module
33480         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33481         not xreadlink-with-size.
33482         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33483
33484 2007-06-16  Bruno Haible  <bruno@clisp.org>
33485
33486         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33487         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33488         Reported by Gary V. Vaughan <gary@gnu.org>.
33489
33490 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33491
33492         Revamp lchown so that it lives in unistd.h where it belongs.
33493         * lib/lchown.h: Remove.
33494         * lib/dirchownmod.c: Don't include lib/lchown.h.
33495         * lib/fchownat.c: Likewise.
33496         * lib/openat.c: Likewise.
33497         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33498         does not follow symlinks.
33499         (EOPNOTSUPP): Define if not defined.
33500         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33501         is defined to 0.
33502         (lchown): New decl.
33503         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33504         Do not check for lchown decl.
33505         Set REPLACE_LCHOWN.
33506         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33507         REPLACE_LCHOWN.
33508         * modules/chown: Make it clear it follows symlinks.
33509         * modules/lchown: Make it clear it doesn't follow symlinks.
33510         (Files): Remove lib/lchown.h
33511         (Depends-on): Add unistd.
33512         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33513         (Include): Include <unistd.h>, not "lchown.h".
33514         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33515         REPLACE_LCHOWN.
33516
33517 2007-06-15  Jim Meyering  <jim@meyering.net>
33518
33519         Change license (GPL to LGPL) of fsusage and dependents.
33520         * modules/fsusage (License): Change to LGPL.
33521         * modules/full-read (License): Likewise.
33522         * modules/full-write (License): Likewise.
33523         * modules/safe-read (License): Likewise.
33524         * modules/safe-write (License): Likewise.
33525
33526 2007-06-14  Ben Pfaff  <blp@gnu.org>
33527
33528         Missing part of allocsa -> malloca transition.
33529         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33530         gl_MALLOCA.
33531
33532 2007-06-12  Bruno Haible  <bruno@clisp.org>
33533
33534         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33535         to ia64, x86_64, i386.
33536         Reported by Eric Blake.
33537
33538 2007-06-12  Bruno Haible  <bruno@clisp.org>
33539
33540         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33541         cross-compiling to x86_64.
33542
33543 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33544
33545         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33546         glitch reported by Ralf Wildenhues in
33547         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33548
33549         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33550         Vin Shelton.
33551
33552 2007-06-11  Bruno Haible  <bruno@clisp.org>
33553
33554         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33555         replacement string.
33556         Reported by Eric Blake.
33557
33558 2007-06-10  Bruno Haible  <bruno@clisp.org>
33559
33560         Prepare vasnprintf code for use with Unicode strings.
33561         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33562         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33563         TYPE_U32_STRING.
33564         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33565         a_u32_string variants.
33566         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33567         * lib/printf-args.c: Don't include config.h and the specification
33568         header if PRINTF_FETCHARGS is already defined.
33569         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33570         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33571         TYPE_U16_STRING, TYPE_U32_STRING.
33572         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33573         u16_directive, u16_directives, u32_directive, u32_directives): New
33574         types.
33575         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33576         New declarations.
33577         * lib/printf-parse.c: Don't include config.h and the specification
33578         header if PRINTF_PARSE is already defined. Eliminate the set of
33579         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33580         them now. Include c-ctype.h.
33581         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33582         directive and CHAR_T_ONLY_ASCII.
33583         * lib/vasnprintf.c: Don't include config.h and the specification header
33584         if VASNPRINTF is already defined.
33585         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33586         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33587         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33588         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33589         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33590         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33591         code accordingly.
33592         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33593         pad_ourselves also in this case, with the 'c' and 's' directives, and
33594         with a different notion of "width".
33595         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33596
33597 2007-06-10  Bruno Haible  <bruno@clisp.org>
33598
33599         * modules/unistr/u32-mbsnlen: New file.
33600         * lib/unistr/u32-mbsnlen.c: New file.
33601
33602         * modules/unistr/u16-mbsnlen: New file.
33603         * lib/unistr/u16-mbsnlen.c: New file.
33604
33605         * modules/unistr/u8-mbsnlen: New file.
33606         * lib/unistr/u8-mbsnlen.c: New file.
33607
33608         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33609         declarations.
33610
33611 2007-06-10  Bruno Haible  <bruno@clisp.org>
33612
33613         * lib/string_.h (mbsnlen): New declaration.
33614         * lib/mbsnlen.c: New file.
33615         * m4/mbsnlen.m4: New file.
33616         * modules/mbsnlen: New file.
33617         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33618         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33619         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33620
33621 2007-06-10  Bruno Haible  <bruno@clisp.org>
33622
33623         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33624
33625 2007-06-10  Bruno Haible  <bruno@clisp.org>
33626
33627         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33628         * lib/mbuiter.h: Likewise.
33629
33630 2007-06-10  Bruno Haible  <bruno@clisp.org>
33631
33632         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33633         declaration.
33634
33635 2007-06-10  Karl Berry  <karl@gnu.org>
33636
33637         * config/srclist.txt: remove gettext entries, Bruno prefers
33638         to update individually.
33639
33640 2007-06-10  Bruno Haible  <bruno@clisp.org>
33641
33642         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33643         'maxlen'. Ensure only length + width bytes are allocated, not
33644         length + 1 + width.
33645
33646 2007-06-09  Bruno Haible  <bruno@clisp.org>
33647
33648         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33649         (CHAR_T): Remove macro.
33650         (VASNPRINTF): Update.
33651
33652 2007-06-09  Bruno Haible  <bruno@clisp.org>
33653
33654         * MODULES.html.sh (Unicode string functions): Add the new modules.
33655
33656         * modules/uniconv/u32-conv-to-enc: New file.
33657         * lib/uniconv/u32-conv-to-enc.c: New file.
33658         * modules/uniconv/u32-conv-to-enc-tests: New file.
33659         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33660
33661         * modules/uniconv/u16-conv-to-enc: New file.
33662         * lib/uniconv/u16-conv-to-enc.c: New file.
33663         * lib/uniconv/u-conv-to-enc.h: New file.
33664         * modules/uniconv/u16-conv-to-enc-tests: New file.
33665         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33666
33667         * modules/uniconv/u8-conv-to-enc: New file.
33668         * lib/uniconv/u8-conv-to-enc.c: New file.
33669         * modules/uniconv/u8-conv-to-enc-tests: New file.
33670         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33671
33672         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33673         u32_conv_to_encoding): New declarations.
33674
33675 2007-06-09  Bruno Haible  <bruno@clisp.org>
33676
33677         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33678
33679 2007-06-09  Bruno Haible  <bruno@clisp.org>
33680
33681         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33682         * modules/malloca: Renamed from modules/allocsa, updated.
33683         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33684         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33685         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33686         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33687         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33688         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33689         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33690         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33691         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33692         * modules/c-strcasestr (Depends-on): Update.
33693         * lib/c-strcasestr.c: Update.
33694         * modules/c-strstr (Depends-on): Update.
33695         * lib/c-strstr.c: Update.
33696         * modules/canonicalize-lgpl (Depends-on): Update.
33697         * lib/canonicalize-lgpl.c: Update.
33698         * modules/clean-temp (Depends-on): Update.
33699         * lib/clean-temp.c: Update.
33700         * modules/csharpcomp (Depends-on): Update.
33701         * lib/csharpcomp.c: Update.
33702         * modules/csharpexec (Depends-on): Update.
33703         * lib/csharpexec.c: Update.
33704         * modules/javacomp (Depends-on): Update.
33705         * lib/javacomp.c: Update.
33706         * modules/javaexec (Depends-on): Update.
33707         * lib/javaexec.c: Update.
33708         * modules/mbscasestr (Depends-on): Update.
33709         * lib/mbscasestr.c: Update.
33710         * modules/mbsstr (Depends-on): Update.
33711         * lib/mbsstr.c: Update.
33712         * modules/setenv (Depends-on): Update.
33713         * lib/setenv.c: Update.
33714         * modules/strcasestr (Depends-on): Update.
33715         * lib/strcasestr.c: Update.
33716         * modules/striconveha (Depends-on): Update.
33717         * lib/striconveha.c: Update.
33718         * modules/relocatable-prog-wrapper (Files): Update.
33719         * lib/relocwrapper.c: Update.
33720         * build-aux/install-reloc: Update.
33721         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33722
33723 2007-06-08  Bruno Haible  <bruno@clisp.org>
33724
33725         Port to uClibc.
33726         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33727         * lib/fpurge.c (fpurge): Likewise.
33728         * lib/freading.c (freading): Likewise.
33729         * lib/fseeko.c (rpl_fseeko): Likewise.
33730         * lib/fseterr.c (fseterr): Likewise.
33731         * lib/fwriting.c (fwriting): Likewise.
33732         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33733
33734 2007-06-08  Bruno Haible  <bruno@clisp.org>
33735
33736         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33737         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33738         * modules/gettext (Files): Add m4/intlmacosx.m4.
33739
33740 2007-06-07  Bruno Haible  <bruno@clisp.org>
33741
33742         * modules/localename-tests: New file.
33743         * tests/test-localename.c: New file.
33744
33745         New module 'localename'.
33746         * lib/localename.h: New file.
33747         * lib/localename.c: New file, from GNU gettext.
33748         * m4/localename.m4: New file.
33749         * modules/localename: New file.
33750
33751 2007-06-07  Bruno Haible  <bruno@clisp.org>
33752
33753         Work around the lack of <wchar.h> on some builds of uClibc.
33754         * doc/headers/wchar.texi: Update.
33755         * lib/wchar_.h: Include <wchar.h> only if it exists.
33756         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33757         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33758         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33759         doesn't exist.
33760         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33761         * modules/mbfile (Depends-on): Add wchar.
33762         * modules/mbiter (Depends-on): Likewise.
33763         * modules/mbuiter (Depends-on): Likewise.
33764         Reported by Simon Josefsson.
33765
33766 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33767
33768         Work around problem reported by Steven M. Schweda in
33769         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33770         Tru64 5.1B with the Compaq compiler environment installed declares
33771         an 'isblank' function but does not define it in the C library.
33772         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33773         * lib/regex_internal.h (isblank): Likewise.
33774         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33775         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33776
33777 2007-06-05  Bruno Haible  <bruno@clisp.org>
33778
33779         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
33780         ia64.
33781         * modules/printf-safe: New file.
33782         * modules/fprintf-posix (Depends-on): Add printf-safe.
33783         * modules/printf-posix (Depends-on): Likewise.
33784         * modules/snprintf-posix (Depends-on): Likewise.
33785         * modules/sprintf-posix (Depends-on): Likewise.
33786         * modules/vasnprintf-posix (Depends-on): Likewise.
33787         * modules/vasprintf-posix (Depends-on): Likewise.
33788         * modules/vfprintf-posix (Depends-on): Likewise.
33789         * modules/vprintf-posix (Depends-on): Likewise.
33790         * modules/vsnprintf-posix (Depends-on): Likewise.
33791         * modules/vsprintf-posix (Depends-on): Likewise.
33792         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
33793         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
33794         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
33795         "no" on i386, x86_64, ia64.
33796         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
33797         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33798         on i386, x86_64, ia64.
33799         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
33800         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33801         on i386, x86_64, ia64.
33802         * tests/test-vasnprintf-posix.c: Include float.h.
33803         (LDBL80_WORDS): New macro.
33804         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33805         on i386, x86_64, ia64.
33806         * tests/test-vasprintf-posix.c: Include float.h.
33807         (LDBL80_WORDS): New macro.
33808         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33809         on i386, x86_64, ia64.
33810         * tests/test-snprintf-posix.c: Include float.h.
33811         * tests/test-sprintf-posix.c: Likewise.
33812         * tests/test-vsnprintf-posix.c: Likewise.
33813         * tests/test-vsprintf-posix.c: Likewise.
33814
33815 2007-06-05  Bruno Haible  <bruno@clisp.org>
33816
33817         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
33818         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
33819         non-IEEE numbers on i386, x86_64, ia64.
33820         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
33821         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
33822         * tests/test-isnanl.h: Include float.h.
33823         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
33824
33825 2007-06-05  Bruno Haible  <bruno@clisp.org>
33826
33827         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
33828         also the %a / %A. Handle the %a / %A code before this extra handling.
33829
33830 2007-06-05  Bruno Haible  <bruno@clisp.org>
33831
33832         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
33833         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
33834
33835 2007-06-05  Bruno Haible  <bruno@clisp.org>
33836
33837         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
33838         typo in variable name.
33839
33840 2007-06-05  Eric Blake  <ebb9@byu.net>
33841
33842         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
33843         Reported by Simon Josefsson.
33844
33845 2007-06-04  Bruno Haible  <bruno@clisp.org>
33846
33847         Avoid test failures on some PowerPC platforms.
33848         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
33849         Define differently for PowerPC.
33850         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
33851         Reported by Gary V. Vaughan <gary@gnu.org>.
33852
33853 2007-06-02  Bruno Haible  <bruno@clisp.org>
33854
33855         Fix test-stdint failure on FreeBSD/ia64.
33856         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
33857         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
33858         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
33859         * doc/headers/stdint.texi: Update.
33860
33861 2007-06-01  Bruno Haible  <bruno@clisp.org>
33862
33863         * tests/test-binary-io.c (main): Pass a third argument to open().
33864         Reported by Gary V. Vaughan <gary@gnu.org>.
33865
33866 2007-06-01  Bruno Haible  <bruno@clisp.org>
33867
33868         * doc/functions/frexpl.texi: Update for mingw.
33869
33870 2007-06-01  Bruno Haible  <bruno@clisp.org>
33871
33872         * tests/test-lseek.c (main): Disable test of errno for invalid third
33873         argument.
33874         * doc/functions/lseek.texi: Update.
33875         Reported by Gary V. Vaughan <gary@gnu.org>.
33876
33877 2007-05-28  Bruno Haible  <bruno@clisp.org>
33878
33879         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
33880
33881 2007-05-31  Eric Blake  <ebb9@byu.net>
33882
33883         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
33884         cross compiling.
33885
33886 2007-05-30  Eric Blake  <ebb9@byu.net>
33887         and Bruno Haible  <bruno@clisp.org>
33888
33889         Work around mingw test failures exposed by m4-1.4.9b.
33890         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
33891         * tests/test-unistd.c: Disable uid_t and git_t tests for the
33892         moment.
33893
33894 2007-05-30  Bruno Haible  <bruno@clisp.org>
33895
33896         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
33897         assuming that they are closed. Needed on HP-UX 11.
33898
33899 2007-05-29  Bruno Haible  <bruno@clisp.org>
33900
33901         Fix a problem with #include_next.
33902         * lib/dirent_.h: Split the double-inclusion guard.
33903         * lib/fcntl_.h: Likewise.
33904         * lib/float_.h: Likewise.
33905         * lib/iconv_.h: Likewise.
33906         * lib/inttypes_.h: Likewise.
33907         * lib/locale_.h: Likewise.
33908         * lib/math_.h: Likewise.
33909         * lib/netinet_in_.h: Likewise.
33910         * lib/search_.h: Likewise.
33911         * lib/signal_.h: Likewise.
33912         * lib/stdint_.h: Likewise.
33913         * lib/stdio_.h: Likewise.
33914         * lib/stdlib_.h: Likewise.
33915         * lib/string_.h: Likewise.
33916         * lib/sys_select_.h: Likewise.
33917         * lib/sys_socket_.h: Likewise.
33918         * lib/sys_stat_.h: Likewise.
33919         * lib/sys_time_.h: Likewise.
33920         * lib/sysexits_.h: Likewise.
33921         * lib/time_.h: Likewise.
33922         * lib/unistd_.h: Likewise.
33923         * lib/wchar_.h: Likewise.
33924         * lib/wctype_.h: Likewise.
33925
33926 2007-05-29  Bruno Haible  <bruno@clisp.org>
33927
33928         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
33929         for the moment.
33930
33931 2007-05-29  Bruno Haible  <bruno@clisp.org>
33932
33933         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
33934         invocation.
33935         Reported by Eric Blake.
33936
33937 2007-05-29  Bruno Haible  <bruno@clisp.org>
33938
33939         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
33940         compiling case.
33941
33942 2007-05-29  Eric Blake  <ebb9@byu.net>
33943             Bruno Haible  <bruno@clisp.org>
33944
33945         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
33946         cross compiles.
33947
33948 2007-05-28  Eric Blake  <ebb9@byu.net>
33949
33950         * modules/closein-tests (test_closein_LDADD): Support test on
33951         cygwin with libtool.
33952
33953 2007-05-28  Bruno Haible  <bruno@clisp.org>
33954
33955         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
33956         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
33957         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
33958         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
33959         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
33960         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
33961         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
33962         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
33963         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
33964
33965 2007-05-28  Eric Blake  <ebb9@byu.net>
33966
33967         Unconditionally include <config.h> in unit tests.
33968         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
33969         * tests/test-allocsa.c, tests/test-arcfour.c,
33970         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
33971         tests/test-array_list.c, tests/test-array_oset.c,
33972         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
33973         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
33974         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
33975         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
33976         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
33977         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
33978         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
33979         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
33980         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
33981         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
33982         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
33983         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
33984         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
33985         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
33986         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
33987         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
33988         test-md5.c, test-memmem.c, test-printf-posix.c,
33989         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
33990         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
33991         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
33992         test-strcasestr.c, test-striconv.c, test-striconveh.c,
33993         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
33994         test-vasnprintf-posix2.c, test-vasnprintf.c,
33995         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
33996         test-vfprintf-posix.c, test-vprintf-posix.c,
33997         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
33998         test-xvasprintf.c: Likewise.
33999
34000 2007-05-28  Bruno Haible  <bruno@clisp.org>
34001
34002         * gnulib-tool (func_import): Remember the --with-tests command-line
34003         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34004         Reported by Eric Blake.
34005
34006 2007-05-28  Bruno Haible  <bruno@clisp.org>
34007
34008         * modules/ftell-tests: New file.
34009         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34010         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34011
34012         * lib/ftell.c: New file.
34013         * modules/ftell: New file.
34014         * m4/ftell.m4: New file.
34015         * doc/functions/ftell.texi: Update.
34016         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34017         REPLACE_FTELL.
34018         * lib/stdio_.h (rpl_ftell): New declaration.
34019         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34020         REPLACE_FTELL.
34021
34022 2007-05-28  Eric Blake  <ebb9@byu.net>
34023
34024         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34025
34026 2007-05-28  Bruno Haible  <bruno@clisp.org>
34027
34028         * modules/fseek-tests: New file.
34029         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34030         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34031
34032         * lib/fseek.c: New file.
34033         * modules/fseek: New file.
34034         * m4/fseek.m4: New file.
34035         * doc/functions/fseek.texi: Update.
34036         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34037         REPLACE_FSEEK.
34038         * lib/stdio_.h (rpl_fseek): New declaration.
34039         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34040         REPLACE_FSEEK.
34041
34042 2007-05-28  Bruno Haible  <bruno@clisp.org>
34043
34044         * lib/stdio_.h (fflush): More comments.
34045
34046 2007-05-28  Bruno Haible  <bruno@clisp.org>
34047
34048         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34049         runtime test.
34050
34051 2007-05-28  Eric Blake  <ebb9@byu.net>
34052
34053         Improve lseek module.
34054         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34055         * lib/unistd_.h (lseek): Scale back link warning message.
34056         * tests/test-lseek.c: Beef up test.
34057         * tests/test-lseek.sh: Exercise more facets of lseek.
34058         Reported by Bruno Haible.
34059
34060 2007-05-28  Bruno Haible  <bruno@clisp.org>
34061
34062         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34063         to define.
34064
34065 2007-05-27  Bruno Haible  <bruno@clisp.org>
34066
34067         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34068
34069 2007-05-27  Bruno Haible  <bruno@clisp.org>
34070
34071         * modules/openmp: New file.
34072         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34073         Noah Misch.
34074
34075 2007-05-26  Bruno Haible  <bruno@clisp.org>
34076
34077         * modules/chdir-long (Depends-on): Add fchdir.
34078         * modules/chdir-safer (Depends-on): Likewise.
34079         * modules/fts (Depends-on): Likewise.
34080         * modules/fts-lgpl (Depends-on): Likewise.
34081         * modules/openat (Depends-on): Likewise.
34082         * modules/savewd (Depends-on): Likewise.
34083
34084 2007-05-24  Eric Blake  <ebb9@byu.net>
34085
34086         Fix lseek on mingw.
34087         * modules/lseek: New module.
34088         * m4/lseek.m4: New file.
34089         * lib/lseek.c: New file.
34090         * modules/lseek-tests: New file.
34091         * tests/test-lseek.c: New file.
34092         * tests/test-lseek.sh: New file.
34093         * MODULES.html.sh: Document lseek module.
34094         * modules/fflush (Depends-on): Add lseek, fseeko.
34095         * modules/fseeko (Depends-on): Likewise.
34096         * modules/ftello (Depends-on): Likewise.
34097         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34098         broken.
34099         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34100         broken.
34101         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34102         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34103         * lib/ftello.c (rpl_ftello): Likewise.
34104         * tests/test-fseeko.c (main): Test this.
34105         * tests/test-fseeko.sh: Likewise.
34106         * tests/test-ftello.c (main): Likewise.
34107         * tests/test-ftello.sh: Likewise.
34108         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34109         implies replacing fseek.
34110         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34111         HAVE_FTELLO.
34112         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34113         * modules/unistd (Makefile.am): Likewise.
34114         * lib/unistd_.h (lseek): Declare a replacement.
34115         * doc/functions/lseek.texi (lseek): Document this fix.
34116         * doc/functions/fseek.texi (fseek): Likewise.
34117         * doc/functions/ftell.texi (ftell): Likewise.
34118
34119 2007-05-24  Bruno Haible  <bruno@clisp.org>
34120
34121         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34122         in the printed representation of a NaN.
34123         * tests/test-vasprintf-posix.c (test_function): Likewise.
34124         * tests/test-snprintf-posix.h (test_function): Likewise.
34125         * tests/test-sprintf-posix.h (test_function): Likewise.
34126         Reported by Eric Blake.
34127
34128 2007-05-23  Eric Blake  <ebb9@byu.net>
34129
34130         Fix fseeko/ftello on cygwin 1.5.24.
34131         * doc/functions/fseeko.texi (fseeko): Document the fix.
34132         * doc/functions/ftello.texi (ftello): Document the fix.
34133         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34134         * doc/functions/stdout.text (stdout): New file.
34135         * doc/functions/stderr.text (stderr): New file.
34136         * doc/gnulib.texi (Function Substitutes): Use new files.
34137         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34138         prior to 1.7.0.
34139         * tests/test-ftello.c (main): Likewise for ftello.
34140         * tests/test-fseeko.sh: New file.
34141         * tests/test-ftello.sh: New file.
34142         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34143         with seekable stdin.
34144         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34145         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34146         (gl_REPLACE_FSEEKO): New macro.
34147         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34148         * modules/fseeko (Files): Distribute fseeko.c.
34149         * modules/ftello (Files): Distribute ftello.c.
34150         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34151         mode.
34152         * lib/ftello.c (rpl_ftello): New file.
34153         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34154         fseeko, ftello.
34155         (gl_STDIN_LARGE_OFFSET): New macro.
34156         * modules/stdio (Makefile.am): Perform the replacement.
34157         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34158
34159 2007-05-23  Bruno Haible  <bruno@clisp.org>
34160
34161         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34162         GNULIB_POSIXCHECK is defined.
34163
34164 2007-05-21  Bruno Haible  <bruno@clisp.org>
34165
34166         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34167         Check also the output for NaN arguments. When cross-compiling, guess
34168         no on IRIX.
34169         * lib/vasnprintf.c: Update comments.
34170         * tests/test-vasnprintf-posix.c (strisnan): New function.
34171         (test_function): Use it.
34172         * tests/test-vasprintf-posix.c (strisnan): New function.
34173         (test_function): Use it.
34174         * tests/test-snprintf-posix.h (strisnan): New function.
34175         (test_function): Use it.
34176         * tests/test-sprintf-posix.h (strisnan): New function.
34177         (test_function): Use it.
34178         Reported by Eric Blake.
34179
34180 2007-05-20  Bruno Haible  <bruno@clisp.org>
34181
34182         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34183         numbers that fails on BeOS.
34184         * doc/functions/frexpl.texi: Update.
34185
34186 2007-05-20  Jim Meyering  <jim@meyering.net>
34187
34188         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34189         forced upon us by glibc-2.6.
34190
34191 2007-05-20  Bruno Haible  <bruno@clisp.org>
34192
34193         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34194         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34195         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34196         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34197         NEED_PRINTF_INFINITE.
34198         (is_infinitel): New function.
34199         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34200         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34201         gl_PREREQ_VASNPRINTF_INFINITE.
34202         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34203         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34204         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34205         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34206         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34207         gl_PREREQ_VASNPRINTF_INFINITE.
34208         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34209         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34210         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34211         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34212         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34213         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34214         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34215         * doc/functions/fprintf.texi: Update.
34216         * doc/functions/printf.texi: Update.
34217         * doc/functions/snprintf.texi: Update.
34218         * doc/functions/sprintf.texi: Update.
34219         * doc/functions/vfprintf.texi: Update.
34220         * doc/functions/vprintf.texi: Update.
34221         * doc/functions/vsnprintf.texi: Update.
34222         * doc/functions/vsprintf.texi: Update.
34223
34224 2007-05-20  Bruno Haible  <bruno@clisp.org>
34225
34226         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34227         was not found in libc.
34228         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34229
34230 2007-05-20  Bruno Haible  <bruno@clisp.org>
34231
34232         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34233         printed as "-nan" instead of "nan".
34234         * tests/test-vasprintf-posix.c (test_function): Likewise.
34235         * tests/test-snprintf-posix.h (test_function): Likewise.
34236         * tests/test-sprintf-posix.h (test_function): Likewise.
34237         Needed for HP-UX 11.
34238
34239 2007-05-20  Jim Meyering  <jim@meyering.net>
34240
34241         Fix buggy test for the fchownat-deref bug.
34242         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34243         symlink required for the run-test.  Without it, this test would
34244         always declare that fchownat doesn't work, and client code would
34245         unnecessarily use the replacement function with fixed libc.
34246         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34247         Reported by Greg Schafer.
34248
34249 2007-05-19  Bruno Haible  <bruno@clisp.org>
34250
34251         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34252         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34253         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34254         Needed for IRIX 6.5 and Solaris 2.5.1.
34255
34256 2007-05-19  Bruno Haible  <bruno@clisp.org>
34257
34258         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34259         (test_function): Skip tests involving -0.0 on platforms where
34260         -0.0 = 0.0.
34261         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34262         (test_function): Skip tests involving -0.0 on platforms where
34263         -0.0 = 0.0.
34264         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34265         (test_function): Skip tests involving -0.0 on platforms where
34266         -0.0 = 0.0.
34267         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34268         (test_function): Skip tests involving -0.0 on platforms where
34269         -0.0 = 0.0.
34270         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34271         tests.
34272         * tests/test-printf-posix.h (test_function): Likewise.
34273         * tests/test-printf-posix.output: Remove all -0.0 related results.
34274         Needed for IRIX 6.5.
34275
34276 2007-05-19  Bruno Haible  <bruno@clisp.org>
34277
34278         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34279         printed as "nan0x7fffffff" instead of "nan".
34280         * tests/test-vasprintf-posix.c (test_function): Likewise.
34281         * tests/test-snprintf-posix.h (test_function): Likewise.
34282         * tests/test-sprintf-posix.h (test_function): Likewise.
34283         * tests/test-fprintf-posix.h (NaN): Remove macro.
34284         (test_function): Remove all NaN related tests.
34285         * tests/test-printf-posix.h (NaN): Remove macro.
34286         (test_function): Remove all NaN related tests.
34287         * tests/test-printf-posix.output: Remove all NaN related results.
34288         Needed for IRIX 6.5.
34289
34290 2007-05-19  Bruno Haible  <bruno@clisp.org>
34291
34292         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34293         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34294
34295 2007-05-19  Bruno Haible  <bruno@clisp.org>
34296
34297         * lib/float_.h: New file.
34298         * m4/float_h.m4: New file.
34299         * modules/float: New file.
34300         * modules/isnanl (Dependencies): Add float.
34301         * modules/isnanl-nolibm (Dependencies): Likewise.
34302         * modules/mathl (Dependencies): Likewise.
34303         * modules/printf-frexpl (Dependencies): Likewise.
34304         * modules/signbit (Dependencies): Likewise.
34305         * modules/vasnprintf (Dependencies): Likewise.
34306         * doc/headers/float.texi: Update.
34307
34308 2007-05-19  Jim Meyering  <jim@meyering.net>
34309
34310         * lib/utimens.c (gl_futimens): Rename from futimens,
34311         now that glibc-2.6 declares futimens.
34312         * lib/utimens.h: Likewise.
34313
34314 2007-05-19  Bruno Haible  <bruno@clisp.org>
34315
34316         Avoid test failures on mingw.
34317         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34318         * tests/test-printf-posix.sh: Likewise.
34319         * tests/test-vfprintf-posix.sh: Likewise.
34320         * tests/test-vprintf-posix.sh: Likewise.
34321
34322 2007-05-19  Bruno Haible  <bruno@clisp.org>
34323
34324         Fix *printf result for NaN, Inf, -0.0 on mingw.
34325         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34326         * lib/vasnprintf.c: Include math.h and isnan.h.
34327         (is_infinite_or_zero): New function.
34328         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34329         values in the %f, %F, %e, %E, %g, %G directives.
34330         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34331         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34332         gl_PRINTF_INFINITE and test its result. Invoke
34333         gl_PREREQ_VASNPRINTF_INFINITE.
34334         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34335         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34336         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34337         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34338         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34339         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34340         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34341         * doc/functions/fprintf.texi: Update.
34342         * doc/functions/printf.texi: Update.
34343         * doc/functions/snprintf.texi: Update.
34344         * doc/functions/sprintf.texi: Update.
34345         * doc/functions/vfprintf.texi: Update.
34346         * doc/functions/vprintf.texi: Update.
34347         * doc/functions/vsnprintf.texi: Update.
34348         * doc/functions/vsprintf.texi: Update.
34349
34350 2007-05-19  Bruno Haible  <bruno@clisp.org>
34351
34352         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34353         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34354         Instead of multiplying with 10^k, set extra_zeroes to k.
34355         (scale10_round_long_double): Remove function.
34356
34357 2007-05-18  Bruno Haible  <bruno@clisp.org>
34358
34359         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34360         introduced on 2007-05-06.
34361
34362 2007-05-18  Bruno Haible  <bruno@clisp.org>
34363
34364         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34365         %g directives.
34366         * tests/test-vasprintf-posix.c (test_function): Likewise.
34367         * tests/test-snprintf-posix.h (test_function): Likewise.
34368         * tests/test-sprintf-posix.h (test_function): Likewise.
34369
34370 2007-05-18  Bruno Haible  <bruno@clisp.org>
34371
34372         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34373         (strmatch): New function.
34374         (test_function): Test the %f directive on numbers of various exponents.
34375         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34376         (strmatch): New function.
34377         (test_function): Test the %f directive on numbers of various exponents.
34378         * tests/test-snprintf-posix.h (strmatch): New function.
34379         (test_function): Test the %f directive on numbers of various exponents.
34380         * tests/test-sprintf-posix.h (strmatch): New function.
34381         (test_function): Test the %f directive on numbers of various exponents.
34382         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34383         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34384         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34385         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34386
34387 2007-05-18  Bruno Haible  <bruno@clisp.org>
34388
34389         Add support for 'long double' number output.
34390         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34391         * lib/vasnprintf.c: Include math.h and float+.h.
34392         (mp_limb_t): New type.
34393         (GMP_LIMB_BITS): New macro.
34394         (mp_twolimb_t): New type.
34395         (GMP_TWOLIMB_BITS): New macro.
34396         (mpn_t): New type.
34397         (multiply, divide, convert_to_decimal, decode_long_double,
34398         scale10_round_long_double, scale10_round_decimal_long_double,
34399         floorlog10l): New functions.
34400         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34401         for the %f, %F, %e, %E, %g, %G directives.
34402         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34403         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34404         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34405         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34406         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34407         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34408         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34409         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34410         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34411         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34412         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34413         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34414         * modules/snprintf-posix (Depends-on): Likewise.
34415         * modules/sprintf-posix (Depends-on): Likewise.
34416         * modules/vasnprintf-posix (Depends-on): Likewise.
34417         * modules/vasprintf-posix (Depends-on): Likewise.
34418         * modules/vfprintf-posix (Depends-on): Likewise.
34419         * modules/vsnprintf-posix (Depends-on): Likewise.
34420         * modules/vsprintf-posix (Depends-on): Likewise.
34421         * modules/vasnprintf (Files): Add lib/float+.h.
34422         * doc/functions/fprintf.texi: Update.
34423         * doc/functions/printf.texi: Update.
34424         * doc/functions/snprintf.texi: Update.
34425         * doc/functions/sprintf.texi: Update.
34426         * doc/functions/vfprintf.texi: Update.
34427         * doc/functions/vprintf.texi: Update.
34428         * doc/functions/vsnprintf.texi: Update.
34429         * doc/functions/vsprintf.texi: Update.
34430
34431 2007-05-18  Bruno Haible  <bruno@clisp.org>
34432
34433         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34434
34435 2007-05-18  Bruno Haible  <bruno@clisp.org>
34436
34437         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34438         for printing 64-bit integers. Needed for mingw.
34439
34440 2007-05-18  Bruno Haible  <bruno@clisp.org>
34441
34442         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34443         gl_FUNC_FREXPL_WORKS.
34444         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34445
34446 2007-05-18  Bruno Haible  <bruno@clisp.org>
34447
34448         * modules/frexpl-nolibm-tests: New file.
34449
34450         * modules/frexpl-nolibm: New file.
34451         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34452
34453 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34454
34455         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34456         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34457         GCC 4.2, which otherwise issues a lot of warnings.
34458         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34459         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34460         Likewise.
34461         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34462         * modules/iconv_open (iconv.h): Likewise.
34463         * modules/locale (locale.h): Likewise.
34464         * modules/netinet_in (netinet/in.h): Likewise.
34465         * modules/sys_select (sys_select.h): Likewise.
34466         * modules/sys_socket (sys/socket.h): Likewise.
34467         * modules/sys_stat (sys/stat.h): Likewise.
34468         * modules/sysexits (sysexits.h): Likewise.
34469         * modules/unistd (unistd.h): Likewise.
34470
34471 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34472
34473         * modules/closein-tests (Makefile.am): Distribute
34474         `test-closein.sh'.
34475
34476 2007-05-17  Bruno Haible  <bruno@clisp.org>
34477
34478         * tests/test-printf-posix.output: Renamed from
34479         tests/test-fprintf-posix.out.
34480         * modules/fprintf-posix-tests: Update.
34481         * modules/printf-posix-tests: Update.
34482         * modules/vfprintf-posix-tests: Update.
34483         * modules/vprintf-posix-tests: Update.
34484         * tests/test-fprintf-posix.sh: Update.
34485         * tests/test-printf-posix.sh: Update.
34486         * tests/test-vfprintf-posix.sh: Update.
34487         * tests/test-vprintf-posix.sh: Update.
34488         Reported by Ralf Wildenhues.
34489
34490 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34491
34492         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34493         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34494         GCC 4.2, which otherwise issues a lot of warnings.
34495         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34496         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34497         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34498         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34499         it should no longer be needed.
34500         * lib/string_.h: Likewise.
34501         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34502         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34503         * modules/inttypes (inttypes.h): Likewise.
34504         * modules/math (math.h): Likewise.
34505         * modules/search (search.h): Likewise.
34506         * modules/signal (signal.h): Likewise.
34507         * modules/stdint (stdint.h): Likewise.
34508         * modules/stdio (stdio.h): Likewise.
34509         * modules/stdlib (stdlib.h): Likewise.
34510         * modules/string (string.h): Likewise.
34511         * modules/sys_time (sys/time.h): Likewise.
34512         * modules/time (time.h): Likewise.
34513         * modules/wchar (wchar.h): Likewise.
34514         * modules/wctype (wtype.h): Likewise.
34515
34516 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34517
34518         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34519
34520 2007-05-13  Bruno Haible  <bruno@clisp.org>
34521
34522         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34523         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34524         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34525         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34526         (gl_PREREQ_STRTOK_R): Don't require it here.
34527
34528 2007-05-13  Bruno Haible  <bruno@clisp.org>
34529
34530         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34531         when used in C++ mode.
34532
34533 2007-05-12  Bruno Haible  <bruno@clisp.org>
34534
34535         * lib/linebuffer.h: Tweak doc.
34536         * lib/linebuffer.c: Likewise.
34537
34538 2007-05-12  James Youngman  <jay@gnu.org>
34539
34540         * lib/linebuffer.c (readlinebuffer_delim): New function,
34541         like readlinebuffer, but use a caller-specified delimiter.
34542         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34543         as the delimiter.
34544         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34545
34546 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34547
34548         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34549         * modules/openat (Files): Remove openat-die.c.
34550         (Depends-on): Add openat-die.
34551         * modules/openat-die: New module.
34552
34553 2007-05-06  Bruno Haible  <bruno@clisp.org>
34554
34555         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34556         Update with info about Cygwin.
34557         * doc/functions/fprintf.texi: Update.
34558         * doc/functions/printf.texi: Update.
34559         * doc/functions/snprintf.texi: Update.
34560         * doc/functions/sprintf.texi: Update.
34561         * doc/functions/vfprintf.texi: Update.
34562         * doc/functions/vprintf.texi: Update.
34563         * doc/functions/vsnprintf.texi: Update.
34564         * doc/functions/vsprintf.texi: Update.
34565         Reported by Eric Blake.
34566
34567 2007-05-06  Bruno Haible  <bruno@clisp.org>
34568
34569         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34570         padding ourselves for the floating-point directives.
34571         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34572         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34573         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34574         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34575         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34576         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34577         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34578         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34579         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34580         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34581         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34582         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34583         * tests/test-snprintf-posix.h (test_function): Also check the width
34584         and some flags in the %f directive.
34585         * tests/test-sprintf-posix.h (test_function): Likewise.
34586         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34587         * tests/test-vasprintf-posix.c (test_function): Likewise.
34588         * doc/functions/fprintf.texi: Update.
34589         * doc/functions/printf.texi: Update.
34590         * doc/functions/snprintf.texi: Update.
34591         * doc/functions/sprintf.texi: Update.
34592         * doc/functions/vfprintf.texi: Update.
34593         * doc/functions/vprintf.texi: Update.
34594         * doc/functions/vsnprintf.texi: Update.
34595         * doc/functions/vsprintf.texi: Update.
34596
34597 2007-05-06  Bruno Haible  <bruno@clisp.org>
34598
34599         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34600         pass the ' flag character to sprintf or snprintf.
34601         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34603         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34604         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34605         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34606         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34607         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34608         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34609         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34610         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34611         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34612         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34613         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34614         flag.
34615         * tests/test-sprintf-posix.h (test_function): Likewise.
34616         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34617         * tests/test-vasprintf-posix.c (test_function): Likewise.
34618         * doc/functions/fprintf.texi: Update.
34619         * doc/functions/printf.texi: Update.
34620         * doc/functions/snprintf.texi: Update.
34621         * doc/functions/sprintf.texi: Update.
34622         * doc/functions/vfprintf.texi: Update.
34623         * doc/functions/vprintf.texi: Update.
34624         * doc/functions/vsnprintf.texi: Update.
34625         * doc/functions/vsprintf.texi: Update.
34626
34627 2007-05-01  Bruno Haible  <bruno@clisp.org>
34628
34629         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34630
34631 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34632
34633         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34634         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34635
34636 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34637
34638         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34639         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34640         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34641
34642 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34643
34644         * lib/argp-help.c (struct hol_entry): New member `ord'.
34645         (HOL_ENTRY_PTRCMP): Use ord for comparison
34646         (hol_sort): Initialize ord.
34647
34648 2007-05-01  Bruno Haible  <bruno@clisp.org>
34649
34650         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34651         Reported by Eric Blake.
34652         * doc/gnulib.texi (Function Substitutes): Update.
34653
34654 2007-05-01  Bruno Haible  <bruno@clisp.org>
34655
34656         * doc/functions.texi: Remove file, now redundant through
34657         doc/functions/*.texi.
34658
34659 2007-05-01  Bruno Haible  <bruno@clisp.org>
34660
34661         * modules/argp (Depends-on): Add sleep.
34662
34663 2007-05-01  Bruno Haible  <bruno@clisp.org>
34664
34665         * modules/sleep-tests: New file.
34666         * tests/test-sleep.c: New file.
34667
34668         * modules/sleep: New file.
34669         * lib/sleep.c: New file.
34670         * m4/sleep.m4: New file.
34671         * lib/unistd_.h (sleep): New declaration.
34672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34673         HAVE_SLEEP.
34674         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34675         * doc/functions/sleep.texi: Document the sleep module.
34676
34677 2007-05-01  Bruno Haible  <bruno@clisp.org>
34678
34679         * lib/sigprocmask.h: Remove file.
34680         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34681         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34682         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34683         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34684         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34685         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34686         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34687         HAVE_SIGSET_T as a shell variable.
34688         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34689         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34690         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34691         (Depends-on): Add signal. Remove verify.
34692         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34693         (Include): Mention <signal.h> instead of sigprocmask.h.
34694         * NEWS: Mention the change.
34695         * lib/fatal-signal.c: Don't include sigprocmask.h.
34696
34697 2007-05-01  Bruno Haible  <bruno@clisp.org>
34698
34699         * modules/signal: New file.
34700         * lib/signal_.h: New file.
34701         * m4/signal_h.m4: New file.
34702
34703 2007-05-01  Bruno Haible  <bruno@clisp.org>
34704
34705         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34706         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34707         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34708         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34709
34710 2007-05-01  Bruno Haible  <bruno@clisp.org>
34711
34712         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34713         configure time.
34714         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34715         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34716         * modules/sys_stat (Makefile.am): Substitute their values into
34717         sys/stat.h.
34718
34719 2007-05-01  Bruno Haible  <bruno@clisp.org>
34720
34721         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34722         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34723         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34724
34725 2007-05-01  Bruno Haible  <bruno@clisp.org>
34726
34727         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34728         'assert' module here.
34729
34730 2007-05-01  Bruno Haible  <bruno@clisp.org>
34731
34732         * doc/functions/*.texi: New files.
34733         * doc/functions/google-ranking.txt: New file.
34734         * doc/gnulib.texi (Function Substitutes): New chapter.
34735         (ctime, inet_ntoa): Remove sections.
34736         * doc/ctime.texi: Remove file.
34737         * doc/inet_ntoa.texi: Remove file.
34738         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34739         dependencies.
34740         (%.info): New rule, specifying a --reference-limit.
34741
34742 2007-05-01  Bruno Haible  <bruno@clisp.org>
34743
34744         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34745
34746 2007-05-01  Bruno Haible  <bruno@clisp.org>
34747
34748         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34749         the portability of 'mkdir' to mingw systems.
34750
34751 2007-05-01  Bruno Haible  <bruno@clisp.org>
34752
34753         * doc/headers/google-ranking.txt: New file.
34754
34755 2007-04-30  Eric Blake  <ebb9@byu.net>
34756
34757         Prefer fseeko to fseek.
34758         * modules/getpass (Depends-on): Add fseeko.
34759         * lib/getpass.c (getpass): Use fseeko, not fseek.
34760
34761 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34762
34763         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34764         assumes the sorting is stable, while most qsort implementations
34765         are not.  Use argument addresses to ensure they never compare as
34766         equal.
34767
34768         * tests/test-argp-2.sh (usage-indent test): Fix output
34769         (func_compare): Restore diff options
34770         * tests/test-argp.c: Restore #include "progname.h"
34771
34772 2007-04-29  Bruno Haible  <bruno@clisp.org>
34773
34774         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34775         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34776         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34777         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34778         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34779         (configure.ac): Define CHECK_SNPRINTF_POSIX.
34780         (TESTS, check_PROGRAMS): Add test-snprintf.
34781         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
34782         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
34783         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34784         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
34785         assertions that fail on HP-UX, OSF/1, or IRIX.
34786         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
34787
34788 2007-04-29  Bruno Haible  <bruno@clisp.org>
34789
34790         * MODULES.html.sh (posix_functions): Remove 'contents'.
34791
34792 2007-04-29  Karl Berry  <karl@gnu.org>
34793
34794         * config/srclist.txt (gendocs_template_min): new entry.
34795
34796 2007-04-29  Bruno Haible  <bruno@clisp.org>
34797
34798         Work around fpurge bug on BSD systems.
34799         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
34800         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
34801         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
34802         fpurge to rpl_fpurge if the system already has this function.
34803         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
34804         the case where the system already has this function. Correct invariants
34805         on BSD systems.
34806         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
34807         BSD systems.
34808
34809 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
34810
34811         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
34812         proposed by Sven Verdoolaege.
34813
34814         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
34815         options.
34816         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
34817         (usage and help tests): Update
34818
34819 2007-04-29  Bruno Haible  <bruno@clisp.org>
34820
34821         * tests/test-fflush.c (main): Use a file of size 17, not 10.
34822         Print more information in case of failure. Disable a test on BeOS.
34823
34824 2007-04-29  Bruno Haible  <bruno@clisp.org>
34825
34826         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
34827         This helps debugging on systems on which no gdb is available.
34828
34829 2007-04-29  Bruno Haible  <bruno@clisp.org>
34830
34831         * lib/freading.h: Improve comments.
34832         * lib/fwriting.h: Likewise.
34833         * tests/test-freading.c (main): Don't check freading immediately after
34834         repositioning. Needed for glibc.
34835
34836 2007-04-29  Bruno Haible  <bruno@clisp.org>
34837
34838         * lib/freading.c (freading): Trivial simplification.
34839
34840 2007-04-28  Bruno Haible  <bruno@clisp.org>
34841
34842         * tests/test-fwriting.c (main): Also test the interaction between
34843         fflush and fwriting.
34844         * modules/fwriting-tests (Depends-on): Add fflush.
34845
34846         * tests/test-freading.c (main): Also test the interaction between
34847         fflush and freading.
34848         * modules/freading-tests (Depends-on): Add fflush.
34849
34850 2007-04-28  Bruno Haible  <bruno@clisp.org>
34851
34852         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
34853         fseeko and ftello.
34854         Suggested by Eric Blake.
34855
34856 2007-04-28  Jim Meyering  <jim@meyering.net>
34857
34858         Avoid false-negative in gl_STDINT_H's C99 conformance test.
34859         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
34860         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
34861
34862 2007-04-27  Eric Blake  <ebb9@byu.net>
34863
34864         * doc/headers/assert.texi (assert.h): Document assert module use.
34865
34866 2007-04-27  Bruno Haible  <bruno@clisp.org>
34867
34868         * doc/headers/*.texi: New files.
34869         * doc/gnulib.texi (Header File Substitutes): New chapter.
34870         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
34871         dependencies.
34872         (standards.info ,standards.html, standards.dvi): Update dependencies.
34873         (mostlyclean, clean): New targets.
34874
34875 2007-04-27  Bruno Haible  <bruno@clisp.org>
34876
34877         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
34878         * modules/sysexits (Files, Makefile.am): Update.
34879
34880         * lib/sys_socket_.h: Renamed from lib/socket_.h.
34881         * modules/sys_socket (Files, Makefile.am): Update.
34882
34883         * lib/sys_stat_.h: Renamed from lib/stat_.h.
34884         * modules/sys_stat (Files, Makefile.am): Update.
34885
34886 2007-04-27  Eric Blake  <ebb9@byu.net>
34887
34888         * lib/freading.h: Improve comments.
34889         * lib/fwriting.h: Likewise.
34890         * lib/fflush.c: Likewise.
34891
34892         Fix closein for mingw.
34893         * modules/closein-tests: Add tests for closein.
34894         * tests/test-closein.c: New file.
34895         * tests/test-closein.sh: Likewise.
34896         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
34897         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
34898
34899 2007-04-27  Bruno Haible  <bruno@clisp.org>
34900
34901         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
34902         version is < 6.
34903         * lib/math_.h [__DECC]: Likewise.
34904         * lib/stdio_.h [__DECC]: Likewise.
34905         * lib/stdlib_.h [__DECC]: Likewise.
34906         * lib/string_.h [__DECC]: Likewise.
34907         * lib/time_.h [__DECC]: Likewise.
34908         * lib/wchar_.h [__DECC]: Likewise.
34909         * lib/wctype_.h [__DECC]: Likewise.
34910
34911 2007-04-27  Bruno Haible  <bruno@clisp.org>
34912
34913         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
34914
34915 2007-04-27  Bruno Haible  <bruno@clisp.org>
34916
34917         * lib/fflush.c: Add comments.
34918         * modules/fpurge-tests (Depends-on): Add fflush.
34919         * modules/freadable-tests (Depends-on): Likewise.
34920         * modules/fwritable-tests (Depends-on): Likewise.
34921
34922 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
34923
34924         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
34925         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
34926         Report by Bruno Haible <bruno@clisp.org>.
34927
34928 2007-04-26  Eric Blake  <ebb9@byu.net>
34929
34930         Fix fflush on mingw.
34931         * modules/fflush (Depends-on): Add freading.
34932         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
34933         but unread data.
34934
34935 2007-04-26  Eric Blake  <ebb9@byu.net>
34936         and Bruno Haible  <bruno@clisp.org>
34937
34938         Implement freading and fwriting.
34939         * lib/freading.c: New file.
34940         * lib/freading.h: Likewise.
34941         * m4/freading.m4: Likewise.
34942         * modules/freading: Likewise.
34943         * modules/freading-tests: Likewise.
34944         * tests/test-freading.c: Likewise.
34945         * lib/fwriting.c: New file.
34946         * lib/fwriting.h: Likewise.
34947         * m4/fwriting.m4: Likewise.
34948         * modules/fwriting: Likewise.
34949         * modules/fwriting-tests: Likewise.
34950         * tests/test-fwriting.c: Likewise.
34951         * MODULES.html.sh (File stream based Input/Output): Mention them.
34952
34953 2007-04-26  Bruno Haible  <bruno@clisp.org>
34954
34955         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
34956         'long' when we assume it.
34957         Suggested by Eric Blake.
34958
34959 2007-04-26  Bruno Haible  <bruno@clisp.org>
34960
34961         Ensure fseeko, ftello are declared on glibc systems.
34962         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
34963         * modules/fseeko (configure.ac-early): Likewise.
34964         * modules/ftello (configure.ac-early): Likewise.
34965         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
34966         AC_FUNC_FSEEKO for this.
34967         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
34968         (gl_CHECK_FSEEKO): Remove macro.
34969
34970 2007-04-26  Bruno Haible  <bruno@clisp.org>
34971
34972         * tests/test-fflush.c (main): Also check the ftell result after
34973         fflush and fseek/fseeko.
34974         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
34975         file descriptor position cache in the stream.
34976         * lib/fseeko.c (rpl_fseeko): Likewise.
34977
34978 2007-04-26  Bruno Haible  <bruno@clisp.org>
34979
34980         * modules/fflush-tests (Depends-on): Add fseeko.
34981
34982 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
34983             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34984
34985         * lib/argz_.h: ensure error_t definition is obtained in same
34986         mechanism system argz.h would have.
34987         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
34988         argz facilities are known bad.  Err on the side of caution if
34989         cross-compiling.
34990
34991 2007-04-25  Eric Blake  <ebb9@byu.net>
34992
34993         * lib/fpurge.c (includes): Use stdlib.h for free.
34994         * tests/test-fflush.c (main): Also test fflush-fseeko.
34995
34996 2007-04-25  Bruno Haible  <bruno@clisp.org>
34997
34998         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
34999         * lib/fseeko.c: New file.
35000         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35001         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35002         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35003         gl_FUNC_FSEEKO.
35004         (gl_FUNC_FSEEKO): Invoke it.
35005         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35006         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35007         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35008
35009 2007-04-25  Bruno Haible  <bruno@clisp.org>
35010
35011         * modules/fflush (Depends-on): Add ftello.
35012
35013 2007-04-25  Bruno Haible  <bruno@clisp.org>
35014
35015         * modules/ftello-tests: New file.
35016         * tests/test-ftello.c: New file.
35017
35018         * modules/ftello: New file.
35019         * m4/ftello.m4: New file.
35020         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35021         HAVE_FTELLO.
35022         * lib/stdio_.h (ftello): New declaration.
35023         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35024         HAVE_FTELLO.
35025
35026 2007-04-25  Bruno Haible  <bruno@clisp.org>
35027
35028         * modules/fseeko-tests: New file.
35029         * tests/test-fseeko.c: New file.
35030
35031         * modules/fseeko: New file.
35032         * m4/fseeko.m4: New file.
35033         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35034         HAVE_FSEEKO.
35035         * lib/stdio_.h (fseeko): New declaration.
35036         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35037         HAVE_FSEEKO.
35038
35039 2007-04-25  Bruno Haible  <bruno@clisp.org>
35040
35041         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35042
35043 2007-04-25  Bruno Haible  <bruno@clisp.org>
35044
35045         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35046         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35047         * tests/test-unistd.c: Likewise.
35048         * tests/test-fcntl.c: Likewise.
35049
35050 2007-04-23  Eric Blake  <ebb9@byu.net>
35051
35052         * lib/fflush.c: Fix missing include.
35053         Reported by Bruno Haible.
35054
35055 2007-04-23  Bruno Haible  <bruno@clisp.org>
35056
35057         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35058         Reported by Eric Blake.
35059
35060 2007-04-23  Bruno Haible  <bruno@clisp.org>
35061
35062         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35063
35064 2007-04-23  Bruno Haible  <bruno@clisp.org>
35065
35066         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35067
35068 2007-04-23  Bruno Haible  <bruno@clisp.org>
35069
35070         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35071         Needed on HP-UX 11.
35072
35073 2007-04-16  Eric Blake  <ebb9@byu.net>
35074
35075         Make fflush rely on fpurge.
35076         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35077         open coding all variants.
35078         * modules/fflush (Depends-on): Add fpurge and unistd.
35079         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35080         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35081
35082         Fix --with-tests compilation on cygwin.
35083         * modules/argmatch-tests (Makefile.am): List gnulib library first
35084         in LDADD.
35085         * modules/argp-tests (Makefile.am): Likewise.
35086         * modules/array-list-tests (Makefile.am): Likewise.
35087         * modules/array-oset-tests (Makefile.am): Likewise.
35088         * modules/avltree-list-tests (Makefile.am): Likewise.
35089         * modules/avltree-oset-tests (Makefile.am): Likewise.
35090         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35091         * modules/carray-list-tests (Makefile.am): Likewise.
35092         * modules/dirname-tests (Makefile.am): Likewise.
35093         * modules/frexp-tests (Makefile.am): Likewise.
35094         * modules/isnanl-tests (Makefile.am): Likewise.
35095         * modules/linked-list-tests (Makefile.am): Likewise.
35096         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35097         * modules/lock-tests (Makefile.am): Likewise.
35098         * modules/rbtree-list-tests (Makefile.am): Likewise.
35099         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35100         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35101         * modules/tls-tests (Makefile.am): Likewise.
35102         * modules/tsearch-tests (Makefile.am): Likewise.
35103         * modules/xvasprintf-tests (Makefile.am): Likewise.
35104
35105         Fix fpurge for cygwin.
35106         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35107         value.
35108         * modules/fpurge-tests (Depends-on): Clean up trash.
35109
35110 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35111
35112         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35113
35114         * m4/autobuild.m4: Re-indent.
35115
35116 2007-04-13  Bruno Haible  <bruno@clisp.org>
35117
35118         * modules/fpurge-tests: New file.
35119         * tests/test-fpurge.c: New file.
35120
35121         * modules/fpurge: New file.
35122         * lib/fpurge.h: New file.
35123         * lib/fpurge.c: New file.
35124         * m4/fpurge.m4: New file.
35125
35126 2007-04-13  Bruno Haible  <bruno@clisp.org>
35127
35128         * modules/fbufmode-tests: New file.
35129         * tests/test-fbufmode.c: New file.
35130
35131         * modules/fbufmode: New file.
35132         * lib/fbufmode.h: New file.
35133         * lib/fbufmode.c: New file.
35134         * m4/fbufmode.m4: New file.
35135
35136 2007-04-13  Bruno Haible  <bruno@clisp.org>
35137
35138         * modules/fwritable-tests: New file.
35139         * tests/test-fwritable.c: New file.
35140
35141         * modules/fwritable: New file.
35142         * lib/fwritable.h: New file.
35143         * lib/fwritable.c: New file.
35144         * m4/fwritable.m4: New file.
35145
35146 2007-04-13  Bruno Haible  <bruno@clisp.org>
35147
35148         * modules/freadable-tests: New file.
35149         * tests/test-freadable.c: New file.
35150
35151         * modules/freadable: New file.
35152         * lib/freadable.h: New file.
35153         * lib/freadable.c: New file.
35154         * m4/freadable.m4: New file.
35155
35156 2007-04-13  Bruno Haible  <bruno@clisp.org>
35157
35158         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35159         MOSTLYCLEANFILES.
35160
35161 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35162
35163         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35164         gzip bootstrap.conf to avoid dragging in i18n machinery.
35165         (gnulib_tool_option): Use it.
35166
35167 2007-04-13  Bruno Haible  <bruno@clisp.org>
35168
35169         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35170         %F directives.
35171         * tests/test-vasprintf-posix.c (test_function): Likewise.
35172         * tests/test-snprintf-posix.h (test_function): Likewise.
35173         * tests/test-sprintf-posix.h (test_function): Likewise.
35174         * tests/test-fprintf-posix.h (test_function): Likewise.
35175         * tests/test-printf-posix.h (test_function): Likewise.
35176         * tests/test-fprintf-posix.out: Likewise.
35177
35178 2007-04-13  Bruno Haible  <bruno@clisp.org>
35179
35180         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35181         * modules/tls-tests (configure.ac): Likewise.
35182         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35183
35184 2007-04-13  Bruno Haible  <bruno@clisp.org>
35185
35186         * lib/tls.c (glthread_tls_get): Fix return type.
35187         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35188
35189 2007-04-12  Eric Blake  <ebb9@byu.net>
35190
35191         * modules/gettime (Depends-on): Remove gettime.
35192         Reported by Dmitry V. Levin.
35193
35194 2007-04-12  Bruno Haible  <bruno@clisp.org>
35195
35196         * modules/fflush (Include): Mention <stdio.h>.
35197         * modules/strtoimax (Include): Mention <inttypes.h>.
35198         * modules/strtoumax (Include): Likewise.
35199
35200 2007-04-12  Eric Blake  <ebb9@byu.net>
35201
35202         * .cvsignore: New file.
35203         * .gitignore: Likewise.
35204
35205 2007-04-12  Bruno Haible  <bruno@clisp.org>
35206
35207         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35208         not before, since $(LDADD) often contains libgnu.a.
35209         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35210         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35211         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35212         Needed on Cygwin.
35213
35214 2007-04-12  Eric Blake  <ebb9@byu.net>
35215
35216         Work around glibc's failure to flush stdin on fclose.
35217         * lib/closein.c (close_stdin): Flush stdin before closing.
35218
35219         Work around glibc's failure to reset seekable stdin on exit.
35220         * modules/closein: New module.
35221         * lib/closein.c: New file.
35222         * lib/closein.h: Likewise.
35223         * m4/closein.m4: Likewise.
35224         * MODULES.html.sh (File stream based Input/Output): Document it.
35225
35226 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35227
35228         * gnulib-tool: Rename generated 'autobuild' script to
35229         'do-autobuild' in --create-megatestdir output.
35230
35231         * doc/gnulib.texi (Build robot for gnulib): Fix.
35232
35233 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35234
35235         * modules/sysexits (Depends-on): Add absolute-header.
35236
35237 2007-04-12  Eric Blake  <ebb9@byu.net>
35238
35239         No need to preserve errno on success.
35240         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35241         Reported by Bruno Haible.
35242
35243 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35244
35245         * MODULES.html.sh (Support for maintaining and releasing
35246         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35247
35248 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35249
35250         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35251
35252 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35253
35254         * modules/autobuild: New module.
35255
35256         * m4/autobuild.m4: New file.
35257
35258 2007-04-11  Bruno Haible  <bruno@clisp.org>
35259
35260         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35261         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35262         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35264         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_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         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35268         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35269         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35270         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35271         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35272         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35273         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35274         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35275         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35276         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35277         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35278         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35279         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35280         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35281         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35282         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35283         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35284         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35285         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35286         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35287         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35288         Reported by Eric Blake.
35289
35290 2007-04-11  Bruno Haible  <bruno@clisp.org>
35291
35292         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35293
35294 2007-04-10  Bruno Haible  <bruno@clisp.org>
35295
35296         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35297         for NaN and Infinity. Needed on FreeBSD 6.1.
35298         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35299         regarding results for "%010a" of Infinity and NaN.
35300         * tests/test-vasprintf-posix.c (test_function): Likewise.
35301         * tests/test-snprintf-posix.h (test_function): Likewise.
35302         * tests/test-sprintf-posix.h (test_function): Likewise.
35303         * tests/test-fprintf-posix.h (test_function): Likewise.
35304         * tests/test-printf-posix.h (test_function): Likewise.
35305         * tests/test-fprintf-posix.out: Likewise.
35306
35307 2007-04-10  Bruno Haible  <bruno@clisp.org>
35308
35309         * modules/locale-tests: New file.
35310         * tests/test-locale.c: New file.
35311
35312         * modules/locale: New file.
35313         * lib/locale_.h: New file.
35314         * m4/locale_h.m4: New file.
35315
35316 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35317             Bruno Haible  <bruno@clisp.org>
35318
35319         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35320         be determined, test for availability of the copysignf, copysign,
35321         copysignl functions.
35322         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35323         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35324         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35325
35326 2007-04-09  Eric Blake  <ebb9@byu.net>
35327
35328         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35329         * modules/stdio (Makefile.am): Support fflush.
35330         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35331         * modules/fflush: New file.
35332         * lib/fflush.c: Likewise.
35333         * m4/fflush.m4: Likewise.
35334         * modules/fflush-tests: New test.
35335         * tests/test-fflush.c: Likewise.
35336         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35337
35338 2007-04-06  Bruno Haible  <bruno@clisp.org>
35339
35340         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35341         (VASNPRINTF): Use signbit for faster determination whether to print a
35342         minus sign.
35343         * modules/vasnprintf (Files): Remove lib/float+.h.
35344         * modules/fprintf-posix (Depends-on): Add signbit.
35345         * modules/snprintf-posix (Depends-on): Likewise.
35346         * modules/sprintf-posix (Depends-on): Likewise.
35347         * modules/vasnprintf-posix (Depends-on): Likewise.
35348         * modules/vasprintf-posix (Depends-on): Likewise.
35349         * modules/vfprintf-posix (Depends-on): Likewise.
35350         * modules/vsnprintf-posix (Depends-on): Likewise.
35351         * modules/vsprintf-posix (Depends-on): Likewise.
35352
35353 2007-04-06  Bruno Haible  <bruno@clisp.org>
35354
35355         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35356         * tests/test-frexpl.c (main): Likewise.
35357         * tests/test-ldexpl.c (main): Likewise.
35358         * modules/frexp-tests (Depends-on): Add signbit.
35359         * modules/frexpl-tests (Depdends-on): Likewise.
35360         * modules/ldexpl-tests (Depdends-on): Likewise.
35361
35362 2007-04-06  Bruno Haible  <bruno@clisp.org>
35363
35364         * modules/signbit-tests: New file.
35365         * tests/test-signbit.c: New file.
35366
35367         * modules/signbit: New file.
35368         * lib/signbitf.c: New file.
35369         * lib/signbitd.c: New file.
35370         * lib/signbitl.c: New file.
35371         * m4/signbit.m4: New file.
35372         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35373         (signbit): New macro.
35374         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35375         REPLACE_SIGNBIT.
35376         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35377         REPLACE_FREXPL into math.h.
35378
35379 2007-04-06  Bruno Haible  <bruno@clisp.org>
35380
35381         * modules/isnanf-nolibm-tests: New file.
35382         * tests/test-isnanf.c: New file.
35383
35384         * modules/isnanf-nolibm: New file.
35385         * lib/isnanf.h: New file.
35386         * lib/isnanf.c: New file.
35387         * lib/isnan.c: Consider the USE_FLOAT macro.
35388         * m4/isnanf.m4: New file.
35389
35390 2007-04-06  Bruno Haible  <bruno@clisp.org>
35391
35392         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35393         (Link): New section.
35394
35395         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35396
35397 2007-04-06  Bruno Haible  <bruno@clisp.org>
35398
35399         Assume the 'long double' type.
35400         * m4/longdouble.m4: Remove file.
35401         * config/srclist.txt: Don't mention longdouble.m4.
35402         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35403         * lib/float+.h: Likewise.
35404         * lib/frexp.c: Likewise.
35405         * lib/printf-args.h: Likewise.
35406         * lib/printf-args.c: Likewise.
35407         * lib/printf-frexp.c: Likewise.
35408         * lib/printf-parse.c: Likewise.
35409         * lib/vasnprintf.c: Likewise.
35410         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35411         * m4/intl.m4: Likewise.
35412         * m4/isnanl.m4: Likewise.
35413         * m4/printf.m4: Likewise.
35414         * m4/printf-frexpl.m4: Likewise.
35415         * m4/vasnprintf.m4: Likewise.
35416         * modules/allocsa (Files): Remove m4/longdouble.m4.
35417         * modules/gettext (Files): Likewise.
35418         * modules/relocatable-prog-wrapper (Files): Likewise.
35419         * modules/vasnprintf (Files): Likewise.
35420         * modules/isnanl (Files): Likewise.
35421         (Include): Simplify.
35422         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35423         (Include): Simplify.
35424         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35425         (Include): Simplify.
35426         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35427         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35428         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35429         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35430         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35431         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35432         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35433         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35434         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35435         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35436         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35437         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35438         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35439         * tests/test-isnanl.c: Likewise.
35440         * tests/test-snprintf-posix.h: Likewise.
35441         * tests/test-sprintf-posix.h: Likewise.
35442         * tests/test-vasnprintf-posix.c: Likewise.
35443         * tests/test-vasnprintf-posix2.c: Likewise.
35444         * tests/test-vasprintf-posix.c: Likewise.
35445
35446 2007-04-06  Bruno Haible  <bruno@clisp.org>
35447
35448         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35449         * lib/math_.h [__DECC]: Include the overridden include file through
35450         #include_next, outside the double-inclusion guard.
35451         * lib/stdio_.h [__DECC]: Likewise.
35452         * lib/stdlib_.h [__DECC]: Likewise.
35453         * lib/string_.h [__DECC]: Likewise.
35454         * lib/time_.h [__DECC]: Likewise.
35455         * lib/wchar_.h [__DECC]: Likewise.
35456         * lib/wctype_.h [__DECC]: Likewise.
35457         * lib/inttypes_.h [__DECC]: Likewise.
35458         Reported by Albert Chin <china@thewrittenword.com> in
35459         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35460
35461 2007-04-04  Eric Blake  <ebb9@byu.net>
35462
35463         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35464         1.5.x.
35465
35466 2007-04-04  Bruno Haible  <bruno@clisp.org>
35467
35468         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35469         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35470
35471 2007-04-04  Bruno Haible  <bruno@clisp.org>
35472
35473         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35474         results for "%010a" of Infinity and NaN.
35475         * tests/test-vasprintf-posix.c (test_function): Likewise.
35476         * tests/test-snprintf-posix.h (test_function): Likewise.
35477         * tests/test-sprintf-posix.h (test_function): Likewise.
35478         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35479         * tests/test-printf-posix.h (test_function): Likewise.
35480         * tests/test-fprintf-posix.out: Update.
35481         Needed for FreeBSD 6.1.
35482
35483 2007-04-04  Bruno Haible  <bruno@clisp.org>
35484
35485         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35486         directly used by the gnulib modules nor by gnulib-tool.
35487
35488 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35489
35490         * DEPENDENCIES: Give overall description of version dependency
35491         desirability.  Use more-typical names for apps.
35492         Add shell, coreutils, diffutils, grep, tar, gzip.
35493
35494 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35495
35496         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35497
35498 2007-04-04  Karl Berry  <karl@gnu.org>
35499
35500         * MODULES.html.sh (func_module): missing '.
35501
35502 2007-04-03  Bruno Haible  <bruno@clisp.org>
35503
35504         * modules/argmatch-tests (Makefile.am): New variable
35505         test_argmatch_LDADD.
35506         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35507         * modules/array-list-tests (Makefile.am): New variable
35508         test_array_list_LDADD.
35509         * modules/array-oset-tests (Makefile.am): New variable
35510         test_array_oset_LDADD.
35511         * modules/avltree-list-tests (Makefile.am): New variable
35512         test_avltree_list_LDADD.
35513         * modules/avltree-oset-tests (Makefile.am): New variable
35514         test_avltree_oset_LDADD.
35515         * modules/avltreehash-list-tests (Makefile.am): New variable
35516         test_avltreehash_list_LDADD.
35517         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35518         test_canonicalize_lgpl_LDADD.
35519         * modules/carray-list-tests (Makefile.am): New variable
35520         test_carray_list_LDADD.
35521         * modules/dirname-tests (Makefile.am): New variable
35522         test_dirname_LDADD.
35523         * modules/linked-list-tests (Makefile.am): New variable
35524         test_linked_list_LDADD.
35525         * modules/linkedhash-list-tests (Makefile.am): New variable
35526         test_linkedhash_list_LDADD.
35527         * modules/rbtree-list-tests (Makefile.am): New variable
35528         test_rbtree_list_LDADD.
35529         * modules/rbtree-oset-tests (Makefile.am): New variable
35530         test_rbtree_oset_LDADD.
35531         * modules/rbtreehash-list-tests (Makefile.am): New variable
35532         test_rbtreehash_list_LDADD.
35533         * modules/xvasprintf-tests (Makefile.am): New variable
35534         test_xvasprintf_LDADD.
35535         Reported by Eric Blake.
35536
35537 2007-04-03  Eric Blake  <ebb9@byu.net>
35538
35539         * DEPENDENCIES: Weaken m4 requirements.
35540
35541 2007-04-03  Bruno Haible  <bruno@clisp.org>
35542
35543         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35544         * modules/isnanl-tests (configure.ac): Likewise.
35545
35546 2007-04-03  Ben Pfaff  <blp@gnu.org>
35547
35548         * modules/iconv_open: Add $(srcdir)/ to source directory
35549         references in Makefile fragments that call gperf, to fix VPATH
35550         builds.
35551
35552 2007-04-03  Bruno Haible  <bruno@clisp.org>
35553
35554         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35555         * lib/ldexpl.c: Undo last change.
35556
35557 2007-04-03  Bruno Haible  <bruno@clisp.org>
35558
35559         * modules/printf-frexpl (Depends-on): Undo last change.
35560         (Files): Add m4/ldexpl.m4.
35561
35562 2007-04-03  Bruno Haible  <bruno@clisp.org>
35563
35564         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35565         * modules/isnanl (Link): New section.
35566
35567         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35568         * modules/frexp (Link): New section.
35569
35570         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35571         * modules/frexpl (Link): New section.
35572
35573         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35574         * modules/ldexpl (Link): New section.
35575
35576 2007-04-03  Bruno Haible  <bruno@clisp.org>
35577
35578         * modules/TEMPLATE-EXTENDED: New file.
35579         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35580
35581 2007-04-03  Bruno Haible  <bruno@clisp.org>
35582
35583         * DEPENDENCIES: New file.
35584         Suggested by Simon Josefsson.
35585
35586 2007-04-03  Bruno Haible  <bruno@clisp.org>
35587
35588         * doc/gnulib.texi: Escape @.
35589
35590 2007-04-03  James Youngman  <jay@gnu.org>
35591         and Paul Eggert  <eggert@cs.ucla.edu>
35592
35593         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35594         birthtime on all systems that have birthtime, not just those which
35595         use st_birthtimensec rather than st_birthtim.  Putting zero in
35596         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35597         that the birth time is not available for files on an NFS mount.
35598
35599 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35600
35601         * modules/memxor: Move back from crypto/, suggested by Bruno.
35602         * modules/crypto/hmac-sha1: Fix memxor dependency.
35603
35604         * modules/crypto/gc: Moved from ../.
35605
35606 2007-04-02  Eric Blake  <ebb9@byu.net>
35607
35608         * lib/ldexpl.c (includes): Avoid libm.
35609
35610         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35611
35612 2007-04-02  Bruno Haible  <bruno@clisp.org>
35613
35614         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35615         on IRIX.
35616
35617 2007-04-02  Bruno Haible  <bruno@clisp.org>
35618
35619         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35620         x86 or x86_64 platforms running MacOS X.
35621         Reported by Ryan Schmidt <@ryandesign.com>.
35622
35623 2007-04-02  Bruno Haible  <bruno@clisp.org>
35624
35625         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35626         i386.
35627
35628 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35629
35630         * modules/crypto/arcfour: Moved from ../.
35631         * modules/crypto/arcfour-tests: Moved from ../.
35632         * modules/crypto/arctwo: Moved from ../.
35633         * modules/crypto/arctwo-tests: Moved from ../.
35634         * modules/crypto/des: Moved from ../.
35635         * modules/crypto/des-tests: Moved from ../.
35636         * modules/crypto/gc-arcfour: Moved from ../.
35637         * modules/crypto/gc-arcfour-tests: Moved from ../.
35638         * modules/crypto/gc-arctwo: Moved from ../.
35639         * modules/crypto/gc-arctwo-tests: Moved from ../.
35640         * modules/crypto/gc-des: Moved from ../.
35641         * modules/crypto/gc-des-tests: Moved from ../.
35642         * modules/crypto/gc-hmac-md5: Moved from ../.
35643         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35644         * modules/crypto/gc-hmac-sha1: Moved from ../.
35645         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35646         * modules/crypto/gc-md2: Moved from ../.
35647         * modules/crypto/gc-md2-tests: Moved from ../.
35648         * modules/crypto/gc-md4: Moved from ../.
35649         * modules/crypto/gc-md4-tests: Moved from ../.
35650         * modules/crypto/gc-md5: Moved from ../.
35651         * modules/crypto/gc-md5-tests: Moved from ../.
35652         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35653         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35654         * modules/crypto/gc-random: Moved from ../.
35655         * modules/crypto/gc-rijndael: Moved from ../.
35656         * modules/crypto/gc-rijndael-tests: Moved from ../.
35657         * modules/crypto/gc-sha1: Moved from ../.
35658         * modules/crypto/gc-sha1-tests: Moved from ../.
35659         * modules/crypto/gc-tests: Moved from ../.
35660         * modules/crypto/hmac-md5: Moved from ../.
35661         * modules/crypto/hmac-md5-tests: Moved from ../.
35662         * modules/crypto/hmac-sha1: Moved from ../.
35663         * modules/crypto/hmac-sha1-tests: Moved from ../.
35664         * modules/crypto/md2: Moved from ../.
35665         * modules/crypto/md2-tests: Moved from ../.
35666         * modules/crypto/md4: Moved from ../.
35667         * modules/crypto/md4-tests: Moved from ../.
35668         * modules/crypto/md5: Moved from ../.
35669         * modules/crypto/md5-tests: Moved from ../.
35670         * modules/crypto/memxor: Moved from ../.
35671         * modules/crypto/rijndael: Moved from ../.
35672         * modules/crypto/rijndael-tests: Moved from ../.
35673         * modules/crypto/sha1: Moved from ../.
35674
35675 2007-03-30  James Youngman  <jay@gnu.org>
35676
35677         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35678         rename() to change the ctime of a file (because ctime is unaffected
35679         by rename on jfs2 on AIX 5.1).
35680         (main): Start by doing cleanup, in case a previous run failed leaving
35681         test files behind.
35682
35683 2007-03-31  Bruno Haible  <bruno@clisp.org>
35684
35685         Support old proprietary implementations of iconv.
35686         * modules/iconv_open: New file.
35687         * lib/iconv_.h: New file.
35688         * m4/iconv_h.m4: New file.
35689         * lib/iconv_open.c: New file.
35690         * lib/iconv_open-aix.gperf: New file.
35691         * lib/iconv_open-hpux.gperf: New file.
35692         * lib/iconv_open-irix.gperf: New file.
35693         * lib/iconv_open-osf.gperf: New file.
35694         * m4/iconv_open.m4: New file.
35695         * modules/linebreak (Depends-on): Add iconv_open.
35696         * modules/striconv (Depends-on): Likewise.
35697         * modules/striconveh (Depends-on): Likewise.
35698         * modules/unicodeio (Depends-on): Likewise.
35699         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35700         (iconv_t)(-1).
35701         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35702         conversion if cd is (iconv_t)(-1).
35703         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35704         is not possible.
35705
35706 2007-03-31  Bruno Haible  <bruno@clisp.org>
35707
35708         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35709         work on Solaris either. Protect also second use of "autodetect_jp".
35710
35711 2007-03-31  Bruno Haible  <bruno@clisp.org>
35712
35713         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35714         the function is not present.
35715
35716 2007-03-31  Bruno Haible  <bruno@clisp.org>
35717
35718         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35719         the function is not present.
35720
35721 2007-03-31  Bruno Haible  <bruno@clisp.org>
35722
35723         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35724         a bug in HP-UX iconv_open().
35725
35726 2007-03-31  Bruno Haible  <bruno@clisp.org>
35727
35728         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35729         (Mathematics <math.h>): New section, add fpieee.
35730         (Input/output <stdio.h>): Add fseterr.
35731         (Mathematics <math.h>): New section, add printf-frexp.
35732         (Container data structures): Add sublist.
35733         (Core language properties): Add fpucw, inline.
35734         (Functions for greatest-width integer types <inttypes.h>): Add
35735         imaxabs, imaxdiv, inttypes.
35736         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35737         isnanl-nolibm, ldexp.
35738         (Mathematics <math.h>): New section, add printf-frexpl.
35739         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35740         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35741         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35742         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35743         (Unicode string functions): Add unistr/u*-mbtoucr.
35744         (Java): Add javacomp-script, javaexec-script.
35745         (C#): Add csharpcomp-script, csharpexec-script.
35746         (Support for building libraries and executables): Add havelib,
35747         relocatable-*.
35748         (Support for maintaining and releasing projects): Renamed from
35749         'Support for maintaining and release projects'. Add announce-gen.
35750
35751 2007-03-31  Bruno Haible  <bruno@clisp.org>
35752
35753         * README: Talk primarily about git.
35754         (git and CVS): Renamed from CVS.
35755         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35756         gnulib is available through git.
35757         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35758
35759 2007-03-30  Bruno Haible  <bruno@clisp.org>
35760
35761         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35762         * lib/poll_.h: Likewise.
35763         * lib/stat_.h: Likewise.
35764         * lib/sys_time_.h: Likewise.
35765         * lib/sysexit_.h: Likewise.
35766         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35767         * lib/stdbool_.h: Likewise.
35768         * lib/byteswap_.h: Add double-inclusion guard.
35769
35770 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35771
35772         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35773
35774 2007-03-30  Karl Berry  <karl@gnu.org>
35775
35776         * config/srclist-update: double space after USA in the license
35777         substitution, since that's how it's usually (?) written.
35778
35779 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35780
35781         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
35782         reported by Bruno Haible.
35783
35784 2007-03-29  Bruno Haible  <bruno@clisp.org>
35785
35786         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
35787         a bug in AIX iconv().
35788
35789 2007-03-29  Bruno Haible  <bruno@clisp.org>
35790
35791         * modules/ldexpl-tests: New file.
35792         * tests/test-ldexpl.c: New file.
35793
35794 2007-03-29  Bruno Haible  <bruno@clisp.org>
35795
35796         * lib/ldexpl.c: Include fpucw.h.
35797         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
35798         multiplication.
35799         * modules/ldexpl (Depends-on): Add fpucw.
35800
35801 2007-03-29  Bruno Haible  <bruno@clisp.org>
35802
35803         * modules/ldexpl: New file.
35804         * m4/ldexpl.m4: New file.
35805         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
35806         set.
35807         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
35808         REPLACE_LDEXPL.
35809         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
35810         REPLACE_LDEXPL.
35811         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35812         gl_FUNC_LDEXPL_WORKS.
35813         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
35814         * modules/mathl (Files): Remove lib/ldexpl.c.
35815         (Depends-on): Add ldexpl.
35816
35817 2007-03-29  Bruno Haible  <bruno@clisp.org>
35818
35819         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
35820
35821 2007-03-29  Bruno Haible  <bruno@clisp.org>
35822
35823         * tests/test-striconveh.c (main): Don't assume that a direct conversion
35824         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
35825         and possibly also HP-UX.
35826         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35827         work on AIX, IRIX, HP-UX, OSF/1.
35828         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
35829         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
35830         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
35831         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
35832         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
35833         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
35834
35835 2007-03-29  Bruno Haible  <bruno@clisp.org>
35836
35837         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
35838
35839 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35840
35841         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
35842         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
35843
35844 2007-03-29  Eric Blake  <ebb9@byu.net>
35845
35846         * lib/acl-internal.h: Remove redundant include.
35847         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
35848         Cygwin when a file is locked.
35849
35850 2007-03-29  Bruno Haible  <bruno@clisp.org>
35851
35852         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
35853         file.
35854         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
35855
35856 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35857
35858         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
35859         try to remove a parent directory if the child couldn't be removed
35860         (except for the first rmdir, which could fail because the child
35861         doesn't exist).  Problem reported by Jeff Blaine in
35862         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
35863
35864 2007-03-28  Bruno Haible  <bruno@clisp.org>
35865
35866         * lib/striconveh.c (utf8conv_carefully): New function.
35867         (mem_cd_iconveh_internal): Invoke it.
35868
35869 2007-03-28  Bruno Haible  <bruno@clisp.org>
35870
35871         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
35872         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
35873         input.
35874         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
35875         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
35876         unistr/u8-uctomb.
35877
35878 2007-03-28  Bruno Haible  <bruno@clisp.org>
35879
35880         * modules/unistr/u8-mbtoucr: New file.
35881         * lib/unistr/u8-mbtoucr.c: New file.
35882         * modules/unistr/u16-mbtoucr: New file.
35883         * lib/unistr/u16-mbtoucr.c: New file.
35884         * modules/unistr/u16-mbtoucr: New file.
35885         * lib/unistr/u16-mbtoucr.c: New file.
35886         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
35887
35888 2007-03-27  Simon Josefsson  <simon@josefsson.org>
35889             Bruno Haible  <bruno@clisp.org>
35890
35891         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
35892         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
35893         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
35894
35895         * m4/stdio_h.m4: Add stubs for vasprintf too.
35896
35897         * modules/stdio: Support vasprintf in sed command.
35898
35899         * modules/vasprintf: Depend on stdio for prototypes.  Remove
35900         vasprintf.h.  Add stdio module indicator.
35901
35902         * lib/stdio_.h: Declare asprintf and vasprintf, based on
35903         vasprintf.h.
35904
35905         * lib/vasprintf.h: File removed.
35906
35907         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
35908         * lib/vasprintf.c: Ditto.
35909         * lib/xvasprintf.c: Ditto.
35910         * tests/test-vasprintf-posix.c: Ditto.
35911         * tests/test-vasprintf.c: Ditto.
35912
35913 2007-03-27  Bruno Haible  <bruno@clisp.org>
35914
35915         Make vasnprintf multithread-safe.
35916         * lib/vasnprintf.c (decimal_point_char): New function.
35917         (VASNPRINTF): Use it.
35918         Suggested by Simon Josefsson.
35919
35920 2007-03-27  Eric Blake  <ebb9@byu.net>
35921
35922         Support sub-second birthtime on cygwin.
35923         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
35924         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
35925         (get_stat_birthtime): Also work with st_birthtim.
35926
35927 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
35928
35929         * lib/stat-time.h (USE_BIRTHTIME): Remove.
35930         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
35931         (get_stat_birthtime_ns): Do not try to use "spare" fields.
35932         (get_stat_birthtime_ns): Simplify compile-time tests.
35933         (get_stat_birthtime): Change the API to look like
35934         get_stat_mtime etc., except return a negative tv_nsec on error.
35935         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
35936         Don't check for "spare" fields.
35937         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
35938         or for struct stat.st_birthtime, as these tests aren't used.
35939         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
35940
35941 2007-03-27  Bruno Haible  <bruno@clisp.org>
35942
35943         * lib/stat-time.h: Include <sys/stat.h>.
35944
35945 2007-03-27  James Youngman  <jay@gnu.org>
35946
35947         * lib/stat-time.h (get_stat_birthtime): New function for
35948           retrieving st_birthtime as provided by UFS2 (hence *BSD).
35949         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
35950           and its variants.
35951         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
35952         * modules/stat-time-test: New file.
35953         * tests/test-stat-time.c: New test, devised by Bruno Haible.
35954
35955 2007-03-26  Bruno Haible  <bruno@clisp.org>
35956
35957         Better support of signalling NaNs.
35958         * lib/atanl.c: Include isnanl.h.
35959         (atanl): Perform test for NaN at the beginning of the function and
35960         through a call to isnanl.
35961         * lib/cosl.c: Include isnanl.h.
35962         (cosl): Perform test for NaN at the beginning of the function and
35963         through a call to isnanl.
35964         * lib/ldexpl.c: Include isnanl.h.
35965         (ldexpl): Perform test for NaN through a call to isnanl.
35966         * lib/logl.c: Include isnanl.h.
35967         (logl): Perform test for NaN at the beginning of the function and
35968         through a call to isnanl.
35969         * lib/sinl.c: Include isnanl.h.
35970         (sinl): Perform test for NaN at the beginning of the function and
35971         through a call to isnanl.
35972         * lib/sqrtl.c: Include isnanl.h.
35973         (sqrtl): Perform test for NaN at the beginning of the function and
35974         through a call to isnanl.
35975         * lib/tanl.c: Include isnanl.h.
35976         (tanl): Perform test for NaN at the beginning of the function and
35977         through a call to isnanl.
35978         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
35979         * modules/mathl (Depends-on): Add isnanl.
35980
35981 2007-03-26  Eric Blake  <ebb9@byu.net>
35982
35983         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
35984         regression in logic sense of previous patch.
35985
35986 2007-03-26  Bruno Haible  <bruno@clisp.org>
35987
35988         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
35989         unportable shell command "if ! ...".
35990         Reported by Ralf Wildenhues.
35991
35992 2007-03-25  Bruno Haible  <bruno@clisp.org>
35993
35994         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
35995         <sysexits.h> file, and only add EX_CONFIG.
35996         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
35997         absolute file name and whether it is sufficient. Substitute also
35998         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
35999         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36000         ABSOLUTE_SYSEXITS_H into sysexits.h.
36001
36002 2007-03-25  Bruno Haible  <bruno@clisp.org>
36003
36004         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36005         hints is NULL.
36006
36007 2007-03-25  Bruno Haible  <bruno@clisp.org>
36008
36009         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36010         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36011
36012 2007-03-25  Bruno Haible  <bruno@clisp.org>
36013
36014         * lib/vasnprintf.c: Include langinfo.h.
36015         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36016         multithread-safe.
36017         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36018         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36019         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36020         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36021         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36022         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36023         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36024         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36025         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36026         Reported by Simon Josefsson.
36027
36028 2007-03-25  Bruno Haible  <bruno@clisp.org>
36029
36030         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36031         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36032         * modules/vasnprintf (Depends-on): Add stdint.
36033
36034 2007-03-25  Bruno Haible  <bruno@clisp.org>
36035
36036         * modules/fpieee: New file.
36037         * m4/fpieee.m4: New file.
36038         * modules/isnan-nolibm (Depends-on): Add fpieee.
36039         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36040         * modules/isnanl (Depends-on): Add fpieee.
36041
36042 2007-03-25  Bruno Haible  <bruno@clisp.org>
36043
36044         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36045
36046 2007-03-25  Bruno Haible  <bruno@clisp.org>
36047
36048         Avoid test failures on IRIX 6.5.
36049         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36050         (main): Use it.
36051         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36052         macros.
36053         (main): Use them.
36054
36055 2007-03-25  Bruno Haible  <bruno@clisp.org>
36056
36057         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36058         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36059         exists but doesn't work.
36060         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36061         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36062         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36063         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36064
36065 2007-03-25  Bruno Haible  <bruno@clisp.org>
36066
36067         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36068         returns inf. Needed on IRIX 6.5.
36069
36070 2007-03-25  Bruno Haible  <bruno@clisp.org>
36071
36072         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36073         (main): Use isnanl instead of x != x idiom.
36074         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36075
36076         * tests/test-frexp.c: Include isnan.h.
36077         (main): Use isnan instead of x != x idiom.
36078         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36079
36080 2007-03-25  Bruno Haible  <bruno@clisp.org>
36081
36082         * tests/test-frexp.c (NaN): New function/macro.
36083         (main): Use it instead of 0.0 / 0.0.
36084         * tests/test-isnan.c (NaN): New function/macro.
36085         (main): Use it instead of 0.0 / 0.0.
36086         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36087         (test_function): Use it instead of 0.0 / 0.0.
36088         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36089         (test_function): Use it instead of 0.0 / 0.0.
36090         * tests/test-snprintf-posix.h (NaN): New function/macro.
36091         (test_function): Use it instead of 0.0 / 0.0.
36092         * tests/test-sprintf-posix.h (NaN): New function/macro.
36093         (test_function): Use it instead of 0.0 / 0.0.
36094         * tests/test-fprintf-posix.h (NaN): New function/macro.
36095         (test_function): Use it instead of 0.0 / 0.0.
36096         * tests/test-printf-posix.h (NaN): New function/macro.
36097         (test_function): Use it instead of 0.0 / 0.0.
36098
36099         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36100
36101 2007-03-25  Bruno Haible  <bruno@clisp.org>
36102
36103         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36104
36105 2007-03-25  Bruno Haible  <bruno@clisp.org>
36106
36107         * lib/regexec.c (merge_state_with_log): Make static.
36108
36109 2007-03-25  Bruno Haible  <bruno@clisp.org>
36110
36111         * lib/trigl.c (kernel_rem_pio2): Make static.
36112
36113 2007-03-25  Bruno Haible  <bruno@clisp.org>
36114
36115         * lib/sincosl.c (sincosl_table): Make static.
36116
36117 2007-03-25  Bruno Haible  <bruno@clisp.org>
36118
36119         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36120         if the compiler does not support C99.
36121
36122 2007-03-25  Bruno Haible  <bruno@clisp.org>
36123
36124         * modules/time (Makefile.am): Ensure all rule action lines start with a
36125         tab.
36126
36127 2007-03-24  Bruno Haible  <bruno@clisp.org>
36128
36129         * modules/tsearch-tests: New file.
36130         * tests/test-tsearch.sh: New file.
36131         * tests/test-tsearch.c: New file, mostly copied from glibc.
36132
36133         * modules/search-tests: New file.
36134         * tests/test-search.c: New file.
36135
36136         * modules/search: New file.
36137         * lib/search_.h: New file, incorporating lib/tsearch.h.
36138         * m4/search_h.m4: New file.
36139         * lib/tsearch.h: Remove file.
36140         * lib/tsearch.c: Include search.h instead of tsearch.h.
36141         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36142         HAVE_TSEARCH.
36143         * modules/tsearch (Files): Remove lib/tsearch.h.
36144         (Depends-on): Add search.
36145         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36146         (Include): Change tsearch.h into search.h.
36147
36148 2007-03-24  Bruno Haible  <bruno@clisp.org>
36149
36150         * modules/fpucw: New file.
36151         * lib/fpucw.h: New file.
36152         * lib/frexp.c: Include fpucw.h.
36153         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36154         (FUNC): Use them.
36155         * lib/printf-frexp.c: Include fpucw.h.
36156         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36157         (FUNC): Use them.
36158         * lib/vasnprintf.c: Include fpucw.h.
36159         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36160         'long double' calculations.
36161         * tests/test-frexpl.c: Include fpucw.h.
36162         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36163         * tests/test-printf-frexpl.c: Include fpucw.h.
36164         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36165         * modules/frexpl (Depends-on): Add fpucw.
36166         * modules/printf-frexpl (Depends-on): Likewise.
36167         * modules/fprintf-posix (Depends-on): Likewise.
36168         * modules/snprintf-posix (Depends-on): Likewise.
36169         * modules/sprintf-posix (Depends-on): Likewise.
36170         * modules/vasnprintf-posix (Depends-on): Likewise.
36171         * modules/vasprintf-posix (Depends-on): Likewise.
36172         * modules/vfprintf-posix (Depends-on): Likewise.
36173         * modules/vsnprintf-posix (Depends-on): Likewise.
36174         * modules/vsprintf-posix (Depends-on): Likewise.
36175         * modules/frexpl-tests (Depends-on): Likewise.
36176         * modules/printf-frexpl-tests (Depends-on): Likewise.
36177
36178 2007-03-24  Bruno Haible  <bruno@clisp.org>
36179
36180         * lib/float+.h: New file.
36181         * lib/isnan.c: Include float+.h.
36182         (SIZE): New macro.
36183         (FUNC): Compare only SIZE bytes of the value.
36184         * lib/vasnprintf.c: Include float+.h.
36185         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36186         SIZEOF_LDBL or SIZEOF_DBL bytes.
36187         * modules/isnan-nolibm (Files): Add lib/float+.h.
36188         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36189         * modules/isnanl (Files): Add lib/float+.h.
36190         * modules/vasnprintf (Files): Add lib/float+.h.
36191
36192 2007-03-24  Bruno Haible  <bruno@clisp.org>
36193
36194         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36195         include isnanl-nolibm.h.
36196
36197 2007-03-24  Bruno Haible  <bruno@clisp.org>
36198
36199         * tests/test-read-file.c (main): Don't produce spurious output for
36200         expected situations. Make the test fail if it encountered unexpected
36201         results.
36202
36203 2007-03-24  Bruno Haible  <bruno@clisp.org>
36204
36205         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36206         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36207
36208 2007-03-24  Bruno Haible  <bruno@clisp.org>
36209
36210         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36211
36212 2007-03-24  Bruno Haible  <bruno@clisp.org>
36213
36214         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36215         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36216
36217         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36218         * modules/utf8-ucs4: Turn into a symbolic link to module
36219         unistr/u8-mbtouc.
36220
36221         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36222         utf8-ucs4-unsafe.
36223         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36224         unistr/u8-mbtouc-unsafe.
36225
36226         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36227         * modules/utf16-ucs4: Turn into a symbolic link to module
36228         unistr/u16-mbtouc.
36229
36230         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36231         utf16-ucs4-unsafe.
36232         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36233         unistr/u16-mbtouc-unsafe.
36234
36235         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36236         * modules/ucs4-utf8: Turn into a symbolic link to module
36237         unistr/u8-ubtomb.
36238
36239         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36240         * modules/ucs4-utf16: Turn into a symbolic link to module
36241         unistr/u16-ubtomb.
36242
36243 2007-03-24  Bruno Haible  <bruno@clisp.org>
36244
36245         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36246         Enable the function only if HAVE_INLINE.
36247         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36248         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36249         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36250         Enable the function only if HAVE_INLINE.
36251         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36252         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36253         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36254         Enable the function only if HAVE_INLINE.
36255         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36256         Enable the function only if HAVE_INLINE.
36257         * modules/utf8-ucs4: Update.
36258         * modules/utf8-ucs4-unsafe: Update.
36259         * modules/utf16-ucs4: Update.
36260         * modules/utf16-ucs4-unsafe: Update.
36261         * modules/ucs4-utf8: Update.
36262         * modules/ucs4-utf16: Update.
36263
36264 2007-03-24  Bruno Haible  <bruno@clisp.org>
36265
36266         * lib/utf8-ucs4.h: Remove file.
36267         * lib/utf8-ucs4-unsafe.h: Remove file.
36268         * lib/utf16-ucs4.h: Remove file.
36269         * lib/utf16-ucs4-unsafe.h: Remove file.
36270         * lib/ucs4-utf8.h: Remove file.
36271         * lib/ucs4-utf16.h: Remove file.
36272         * lib/unistr.h: Include their previous contents.
36273         * m4/utf-ucs4.m4: Remove file.
36274         * m4/ucs4-utf.m4: Remove file.
36275         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36276         (Depends-on): Add unistr/base.
36277         (configure.ac): Remove gl_UTF_UCS4.
36278         (Makefile.am): Update.
36279         (Include): Change to unistr.h.
36280         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36281         (Depends-on): Add unistr/base.
36282         (configure.ac): Remove gl_UTF_UCS4.
36283         (Makefile.am): Update.
36284         (Include): Change to unistr.h.
36285         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36286         (Depends-on): Add unistr/base.
36287         (configure.ac): Remove gl_UTF_UCS4.
36288         (Makefile.am): Update.
36289         (Include): Change to unistr.h.
36290         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36291         (Depends-on): Add unistr/base.
36292         (configure.ac): Remove gl_UTF_UCS4.
36293         (Makefile.am): Update.
36294         (Include): Change to unistr.h.
36295         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36296         (Depends-on): Add unistr/base.
36297         (configure.ac): Remove gl_UCS4_UTF.
36298         (Makefile.am): Update.
36299         (Include): Change to unistr.h.
36300         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36301         (Depends-on): Add unistr/base.
36302         (configure.ac): Remove gl_UCS4_UTF.
36303         (Makefile.am): Update.
36304         (Include): Change to unistr.h.
36305         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36306         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36307         utf8-ucs4-unsafe.h.
36308         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36309         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36310         utf16-ucs4-unsafe.h.
36311         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36312         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36313         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36314         * lib/unistr/u8-strchr.c: Likewise.
36315         * lib/unistr/u8-strrchr.c: Likewise.
36316         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36317         * lib/unistr/u16-strchr.c: Likewise.
36318         * lib/unistr/u16-strrchr.c: Likewise.
36319         * lib/striconveh.c: Update.
36320         * lib/linebreak.c: Update.
36321
36322 2007-03-24  Bruno Haible  <bruno@clisp.org>
36323
36324         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36325         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36326
36327 2007-03-22  Bruno Haible  <bruno@clisp.org>
36328
36329         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36330
36331 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36332
36333         * MODULES.html.sh (File system functions): New module write-any-file.
36334         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36335         * m4/write-any-file.m4: New files.
36336
36337 2007-03-23  Eric Blake  <ebb9@byu.net>
36338
36339         * gnulib-tool: Rearrange space-tab sequences, since some editors
36340         like to eat them.
36341
36342 2007-03-23  Eric Blake  <ebb9@byu.net>
36343
36344         * lib/version-etc.c (version_etc_va): Update license wording to
36345         be more concise.  Recommended by Richard Stallman.
36346
36347 2007-03-22  Bruno Haible  <bruno@clisp.org>
36348
36349         * lib/poll.c (MSG_PEEK): New fallback definition.
36350
36351 2007-03-22  Bruno Haible  <bruno@clisp.org>
36352
36353         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36354         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36355         (main): Update.
36356         Fixes a compilation error on BeOS.
36357
36358 2007-03-22  Bruno Haible  <bruno@clisp.org>
36359
36360         * modules/frexpl-tests: New file.
36361         * tests/test-frexpl.c: New file.
36362
36363         * modules/frexpl: New file.
36364         * m4/frexpl.m4: New file.
36365         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36366         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36367         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36368         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36369         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36370         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36371
36372 2007-03-22  Bruno Haible  <bruno@clisp.org>
36373
36374         * lib/frexpl.c: Share code with lib/frexp.c.
36375         * modules/mathl (Files): Add lib/frexp.c.
36376         (Depends-on): Add isnanl-nolibm.
36377
36378 2007-03-22  Bruno Haible  <bruno@clisp.org>
36379
36380         * modules/printf-frexp (Files): Add m4/frexp.m4.
36381         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36382         only if the found frexp function actually works.
36383
36384 2007-03-22  Bruno Haible  <bruno@clisp.org>
36385
36386         * lib/frexp.c: Remove older implementation that uses divisions.
36387
36388 2007-03-21  Bruno Haible  <bruno@clisp.org>
36389
36390         * modules/frexp-tests: New file.
36391         * tests/test-frexp.c: New file.
36392
36393         * modules/frexp: New file.
36394         * lib/frexp.c: New file.
36395         * m4/frexp.m4: New file.
36396         * lib/math_.h (frexp): New declaration.
36397         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36398         REPLACE_FREXP.
36399         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36400
36401 2007-03-21  Bruno Haible  <bruno@clisp.org>
36402
36403         * modules/isnanl-tests: New file.
36404         * tests/test-isnanl.c: New file.
36405
36406         * modules/isnanl: New file.
36407         * lib/isnanl.h: New file.
36408         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36409         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36410         gl_FUNC_ISNANL_WORKS.
36411         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36412         New macros.
36413
36414 2007-03-21  Bruno Haible  <bruno@clisp.org>
36415
36416         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36417         lib/isnanl.h.
36418         (Include): Update.
36419         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36420         * lib/vasnprintf.c: Update.
36421         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36422         tests/test-isnanl.h, remove tests/test-isnanl.c.
36423         (Makefile.am): Update.
36424         * tests/test-isnanl-nolibm.c: New file.
36425         * tests/test-isnanl.h: New file.
36426         * tests/test-isnanl.c: Remove file.
36427
36428 2007-03-21  Jim Meyering  <jim@meyering.net>
36429
36430         When trying to open ".", treat ESTALE like EACCES.
36431         * lib/savewd.c (savewd_save): Resort to forking not just upon
36432         failure with EACCES, but also when errno is ESTALE.
36433
36434 2007-03-20  Bruno Haible  <bruno@clisp.org>
36435
36436         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36437         Needed on AIX 5.1. Reported by Matthew Woehlke.
36438
36439 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36440
36441         Suggestions by Bruno Haible:
36442         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36443         our own.
36444         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36445         * modules/acl (Depends-on): Add gettext.
36446
36447 2007-03-19  Bruno Haible  <bruno@clisp.org>
36448
36449         * modules/iconvme: Remove file.
36450         * lib/iconvme.h: Remove file.
36451         * lib/iconvme.c: Remove file.
36452         * m4/iconvme.m4: Remove file.
36453
36454 2007-03-19  Bruno Haible  <bruno@clisp.org>
36455
36456         * doc/relocatable-maint.texi: Break long shell script line.
36457         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36458
36459 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36460
36461         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36462         handle file_has_acl.
36463         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36464         * lib/acl.c: Move header inclusions and related macro defns into
36465         lib/acl-internal.h.
36466         (S_ISLNK): Remove defn, since that's now done for us.
36467         (file_has_acl): Move to lib/file-has-acl.c.
36468         Call acl_trivial if available.  This is the crucial part of the fix.
36469         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36470         shared within the library.  Rewrite a bit, partly to make it compatible
36471         with the GNU coding style.
36472         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36473         Remove unnecessary double-quotes.
36474         Don't test for acl_to_text; the build will catch that.
36475         Replace acl_entries if it doesn't exist and it is needed.
36476         Check for -lsec and acl_trivial (as used on Solaris 10).
36477         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36478         lib/file-has-acl.c.
36479         (Depends-on): Add sys_stat, for S_ISLNK.
36480
36481 2007-03-19  Ben Pfaff  <blp@gnu.org>
36482
36483         * doc/gnulib.texi: Fix typos.
36484         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36485
36486 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36487
36488         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36489         If size is zero here, buf must be zero.
36490
36491 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36492
36493         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36494         <bruno@clisp.org>.
36495
36496 2007-03-18  Bruno Haible  <bruno@clisp.org>
36497
36498         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36499         Suggested by Eric Blake.
36500
36501 2007-03-18  Ben Pfaff  <blp@gnu.org>
36502
36503         * doc/relocatable.texi: Recommend using as prefix a directory
36504         that does not exist and will never be created.  Based on
36505         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36506         and others.
36507
36508 2007-03-17  Bruno Haible  <bruno@clisp.org>
36509
36510         * lib/fchownat.c: Include lchown.h.
36511
36512 2007-03-17  Bruno Haible  <bruno@clisp.org>
36513
36514         Fix endless loop when the given allocated size was > INT_MAX.
36515         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36516         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36517         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36518         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36519         * lib/sprintf.c (sprintf): Likewise.
36520
36521 2007-03-17  Bruno Haible  <bruno@clisp.org>
36522
36523         * tests/test-argp-2.sh (func_compare): Output a context diff.
36524
36525 2007-03-17  Bruno Haible  <bruno@clisp.org>
36526
36527         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36528         locale's decimal-point character.
36529
36530 2007-03-17  Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36533         before comparing it. Needed because on some platforms (e.g. x86) a
36534         'long double' occupies less bytes than sizeof (long double).
36535
36536 2007-03-17  Bruno Haible  <bruno@clisp.org>
36537
36538         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36539         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36540         * tests/test-getaddrinfo.c (simple): Likewise.
36541         * tests/test-read-file.c (main): Likewise.
36542
36543 2007-03-17  Bruno Haible  <bruno@clisp.org>
36544
36545         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36546
36547 2007-03-17  Bruno Haible  <bruno@clisp.org>
36548
36549         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36550         unused variable.
36551
36552 2007-03-17  Bruno Haible  <bruno@clisp.org>
36553
36554         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36555         * tests/test-c-strncasecmp.c: Likewise.
36556
36557 2007-03-17  Bruno Haible  <bruno@clisp.org>
36558
36559         * modules/stdlib (Depends-on): Add unistd.
36560         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36561         Needed for MacOS X 10.3.
36562
36563 2007-03-17  Bruno Haible  <bruno@clisp.org>
36564
36565         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36566
36567 2007-03-17  Bruno Haible  <bruno@clisp.org>
36568
36569         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36570
36571 2007-03-17  Bruno Haible  <bruno@clisp.org>
36572
36573         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36574         to reflect files copied from gnulib (with or without modifications).
36575         Suggested by Jim Meyering.
36576
36577 2007-03-17  Eric Blake  <ebb9@byu.net>
36578
36579         * NEWS: Document stdlib change from 2007-02-18.
36580
36581 2007-03-17  Jim Meyering  <jim@meyering.net>
36582
36583         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36584         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36585         someone uses a name containing shell meta-characters.
36586         Reported by Alfred M. Szmidt.
36587
36588         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36589
36590 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36591
36592         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36593         and copy gettext configuration files only if configure.ac contains
36594         a use of AM_GNU_GETTEXT_VERSION.
36595
36596 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36597
36598         * build-aux/bootstrap (gnulib_name): New variable.
36599         (gnulib_tool_options): Use it.
36600
36601 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36602
36603         * tests/test-des.c: Use new namespace.
36604
36605 2007-03-15  Bruno Haible  <bruno@clisp.org>
36606
36607         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36608         Reported by James Youngman <jay@gnu.org>.
36609
36610 2007-03-15  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36613         declared prototype. Needed with cc on OSF/1 5.1.
36614
36615 2007-03-15  Bruno Haible  <bruno@clisp.org>
36616
36617         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36618         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36619         (struct gl_list_implementation): Add dispose_fn argument to the
36620         'create_empty', 'create' methods.
36621         (struct gl_list_impl_base): Add field 'dispose_fn'.
36622         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36623         argument.
36624         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36625         dispose_fn argument.
36626         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36627         dispose_fn on the dropped values.
36628         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36629         dispose_fn argument.
36630         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36631         dropped values.
36632         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36633         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36634         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36635         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36636         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36637         argument.
36638         (gl_tree_list_free): Call dispose_fn on the dropped values.
36639         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36640         the dropped values.
36641         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36642         Add dispose_fn argument.
36643         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36644         Call dispose_fn on the dropped values.
36645         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36646         Add dispose_fn argument.
36647         (gl_sublist_create): Initialize the 'dispose_fn' field.
36648         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36649         * tests/test-array_list.c (main): Update.
36650         * tests/test-carray_list.c (main): Update.
36651         * tests/test-avltree_list.c (main): Update.
36652         * tests/test-rbtree_list.c (main): Update.
36653         * tests/test-avltreehash_list.c (main): Update.
36654         * tests/test-rbtreehash_list.c (main): Update.
36655         * tests/test-linked_list.c (main): Update.
36656         * tests/test-linkedhash_list.c (main): Update.
36657         * tests/test-array_oset.c (main): Update.
36658
36659 2007-03-15  Bruno Haible  <bruno@clisp.org>
36660
36661         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36662         (gl_oset_create_empty): Add dispose_fn argument.
36663         (struct gl_oset_implementation): Add dispose_fn argument to
36664         'create_empty' method.
36665         (struct gl_oset_impl_base): Add dispose_fn field.
36666         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36667         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36668         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36669         values.
36670         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36671         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36672         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36673         dropped value.
36674         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36675         dropped value.
36676         * tests/test-array_oset.c (main): Update.
36677         * tests/test-avltree_oset.c (main): Update.
36678         * tests/test-rbtree_oset.c (main): Update.
36679         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36680
36681 2007-03-13  Bruno Haible  <bruno@clisp.org>
36682
36683         * tests/test-stdbool.c (i): Update after last patch.
36684
36685 2007-03-12  Bruno Haible  <bruno@clisp.org>
36686
36687         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36688         the iswprint macro. Needed on Solaris 2.5.1.
36689
36690 2007-03-12  Bruno Haible  <bruno@clisp.org>
36691
36692         * tests/test-printf-frexp.c (main): Declare x as volatile.
36693
36694 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36695
36696         * doc/gnulib.texi (Build robot for gnulib): New section.
36697
36698 2007-03-12  Jim Meyering  <jim@meyering.net>
36699
36700         * build-aux/bootstrap: New file.
36701         * build-aux/bootstrap.conf: New file, from coreutils.
36702
36703 2007-03-11  Bruno Haible  <bruno@clisp.org>
36704
36705         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36706
36707 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36708
36709         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36710         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36711         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36712
36713 2007-03-11  Bruno Haible  <bruno@clisp.org>
36714
36715         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36716         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36717
36718 2007-03-11  Bruno Haible  <bruno@clisp.org>
36719
36720         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36721         formula. Needed for SunPRO C 5.0.
36722
36723 2007-03-11  Bruno Haible  <bruno@clisp.org>
36724
36725         * modules/long-options (Depends-on): Add getopt.
36726
36727 2007-03-11  Bruno Haible  <bruno@clisp.org>
36728
36729         * modules/modechange (Depends-on): Add stdbool.
36730
36731 2007-03-11  Bruno Haible  <bruno@clisp.org>
36732
36733         * modules/i-ring (Depends-on): Add stdbool.
36734
36735 2007-03-11  Bruno Haible  <bruno@clisp.org>
36736
36737         * modules/gc-des (Depends-on): Add stdbool.
36738
36739 2007-03-11  Bruno Haible  <bruno@clisp.org>
36740
36741         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36742
36743 2007-03-11  Bruno Haible  <bruno@clisp.org>
36744
36745         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36746
36747 2007-03-11  Bruno Haible  <bruno@clisp.org>
36748
36749         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36750
36751 2007-03-11  Bruno Haible  <bruno@clisp.org>
36752
36753         * lib/vasnprintf.c (sprintf): Undefine.
36754
36755 2007-03-11  Bruno Haible  <bruno@clisp.org>
36756
36757         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36758         initializers in SunPRO C and Compaq C compilers.
36759
36760 2007-03-11  Bruno Haible  <bruno@clisp.org>
36761
36762         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36763         decrementing code ANSI C compliant.
36764
36765 2007-03-11  Bruno Haible  <bruno@clisp.org>
36766
36767         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36768         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36769
36770 2007-03-11  Bruno Haible  <bruno@clisp.org>
36771
36772         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36773         <stdbool.h> substitute doesn't pass.
36774
36775 2007-03-11  Bruno Haible  <bruno@clisp.org>
36776
36777         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36778
36779 2007-03-11  Bruno Haible  <bruno@clisp.org>
36780
36781         * gnulib-tool (func_create_megatestdir): Create also an autobuild
36782         script, for submission to autobuild.josefsson.org.
36783
36784 2007-03-10  Bruno Haible  <bruno@clisp.org>
36785
36786         * modules/canonicalize-lgpl-tests: New file.
36787         * tests/test-canonicalize-lgpl.sh: New file.
36788         * tests/test-canonicalize-lgpl.c: New file.
36789
36790         * modules/c-strcase-tests: New file.
36791         * tests/test-c-strcase.sh: New file.
36792         * tests/test-c-strcasecmp.c: New file.
36793         * tests/test-c-strncasecmp.c: New file.
36794
36795         * modules/atexit-tests: New file.
36796         * tests/test-atexit.sh: New file.
36797         * tests/test-atexit.c: New file.
36798
36799 2007-03-10  Bruno Haible  <bruno@clisp.org>
36800
36801         * tests/test-binary-io.sh: Use temporary filenames that are not so
36802         likely to clash with those of other tests (in a parallel make).
36803         * tests/test-binary-io.c: Likewise.
36804
36805 2007-03-10  Bruno Haible  <bruno@clisp.org>
36806
36807         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
36808         fallback; use #error instead.
36809         Suggested by Simon Josefsson.
36810
36811 2007-03-10  Bruno Haible  <bruno@clisp.org>
36812
36813         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
36814         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
36815         first and the last.
36816
36817 2007-03-10  Bruno Haible  <bruno@clisp.org>
36818
36819         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
36820
36821 2007-03-10  Bruno Haible  <bruno@clisp.org>
36822
36823         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
36824         "make distcheck".
36825         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
36826         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
36827         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
36828
36829 2007-03-10  Bruno Haible  <bruno@clisp.org>
36830
36831         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
36832         variable.
36833         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
36834         variable.
36835
36836 2007-03-09  Eric Blake  <ebb9@byu.net>
36837         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
36838
36839         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
36840         types are not being provided by gnulib.
36841         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
36842         types are supported.
36843
36844 2007-03-10  Bruno Haible  <bruno@clisp.org>
36845
36846         * lib/stdio_.h (__attribute__): New macro.
36847         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
36848         vsprintf): Specify __attribute__ __format__ for GCC.
36849         Suggested by Eric Blake.
36850
36851 2007-03-09  Bruno Haible  <bruno@clisp.org>
36852
36853         * modules/printf-posix-tests: New file.
36854         * tests/test-printf-posix.sh: New file.
36855         * tests/test-printf-posix.c: New file.
36856
36857         * modules/printf-posix: New file.
36858         * lib/printf.c: New file.
36859         * m4/printf-posix-rpl.m4: New file.
36860         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
36861         REPLACE_PRINTF.
36862         * lib/stdio_.h (printf): New declaration.
36863         (format, __format__, ____printf____, ____scanf____, ____strftime____,
36864         ____strfmon____): New macros.
36865         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
36866         REPLACE_PRINTF.
36867
36868 2007-03-09  Bruno Haible  <bruno@clisp.org>
36869
36870         * tests/test-vasnprintf-posix2.sh: New file.
36871         * tests/test-vasnprintf-posix2.c: New file.
36872         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
36873         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
36874         (Makefile.am): Activate test-vasnprintf-posix2.sh.
36875
36876         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
36877         a locale dependent decimal point, rather than always '.'.
36878
36879 2007-03-09  Eric Blake  <ebb9@byu.net>
36880
36881         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
36882         spite of platforms like Tandem/NSK that define it to -1.
36883
36884 2007-03-08  Bruno Haible  <bruno@clisp.org>
36885
36886         * modules/vprintf-posix-tests: New file.
36887         * tests/test-vprintf-posix.sh: New file.
36888         * tests/test-vprintf-posix.c: New file.
36889         * tests/test-printf-posix.h: New file.
36890
36891         * modules/vprintf-posix: New file.
36892         * lib/vprintf.c: New file.
36893         * m4/vprintf-posix.m4: New file.
36894         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
36895         REPLACE_VPRINTF.
36896         * lib/stdio_.h (vprintf): New declaration.
36897         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
36898         REPLACE_VPRINTF.
36899
36900 2007-03-08  Bruno Haible  <bruno@clisp.org>
36901
36902         * modules/fprintf-posix-tests: New file.
36903         * tests/test-fprintf-posix.sh: New file.
36904         * tests/test-fprintf-posix.c: New file.
36905
36906         * modules/fprintf-posix: New file.
36907         * lib/fprintf.c: New file.
36908         * m4/fprintf-posix.m4: New file.
36909         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
36910         REPLACE_FPRINTF.
36911         * lib/stdio_.h (fprintf): New declaration.
36912         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
36913         REPLACE_FPRINTF.
36914
36915 2007-03-08  Bruno Haible  <bruno@clisp.org>
36916
36917         * modules/vfprintf-posix-tests: New file.
36918         * tests/test-vfprintf-posix.sh: New file.
36919         * tests/test-vfprintf-posix.c: New file.
36920         * tests/test-fprintf-posix.h: New file.
36921         * tests/test-fprintf-posix.out: New file.
36922
36923         * modules/vfprintf-posix: New file.
36924         * lib/vfprintf.c: New file.
36925         * m4/vfprintf-posix.m4: New file.
36926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
36927         REPLACE_VFPRINTF.
36928         * lib/stdio_.h (vfprintf): New declaration.
36929         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
36930         REPLACE_VFPRINTF.
36931
36932 2007-03-08  Bruno Haible  <bruno@clisp.org>
36933
36934         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36935
36936 2007-03-08  Bruno Haible  <bruno@clisp.org>
36937
36938         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36939         instead of 'expr' invocations.
36940         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36941         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36942         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36943         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36944         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36945         Suggested by Paul Eggert.
36946
36947 2007-03-08  Bruno Haible  <bruno@clisp.org>
36948
36949         * modules/fseterr-tests: New file.
36950         * tests/test-fseterr.c: New file.
36951
36952         * modules/fseterr: New file.
36953         * lib/fseterr.h: New file.
36954         * lib/fseterr.c: New file.
36955
36956 2007-03-08  Bruno Haible  <bruno@clisp.org>
36957
36958         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
36959         * lib/getopt_.h: Likewise.
36960         * lib/mbswidth.h: Likewise.
36961         * lib/setenv.h: Likewise.
36962         * lib/vasnprintf.h: Likewise.
36963         * lib/vasprintf.h: Likewise.
36964         * lib/verror.h: Likewise.
36965         * lib/xsetenv.h: Likewise.
36966         * lib/xvasprintf.h: Likewise.
36967
36968 2007-03-08  Jim Meyering  <jim@meyering.net>
36969
36970         * users.txt: Add parted.
36971
36972         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
36973
36974 2007-03-07  Bruno Haible  <bruno@clisp.org>
36975
36976         * m4/printf.m4: Make the shell script snippets copy&pastable.
36977
36978 2007-03-02  Bruno Haible  <bruno@clisp.org>
36979
36980         * lib/netinet_in_.h: New file.
36981         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
36982         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
36983         * modules/netinet_in (Files): Add lib/netinet_in_.h.
36984         (Depends-on): Add absolute-header.
36985         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
36986         into netinet/in.h.
36987
36988 2007-03-03  Bruno Haible  <bruno@clisp.org>
36989
36990         * lib/sys_select_.h: New file.
36991         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
36992         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
36993         * modules/sys_select (Files): Add lib/sys_select_.h.
36994         (Depends-on): Add absolute-header.
36995         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
36996         into sys/select.h.
36997
36998 2007-03-02  Bruno Haible  <bruno@clisp.org>
36999
37000         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37001         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37002         values.
37003         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37004         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37005         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37006         * modules/sys_socket (Depends-on): Add absolute-header.
37007         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37008         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37009         (Include): Remove requirement of inclusion of <sys/types.h>.
37010
37011 2007-03-02  Bruno Haible  <bruno@clisp.org>
37012
37013         * lib/byteswap_.h (bswap_32): Fix formula.
37014
37015 2007-03-06  Bruno Haible  <bruno@clisp.org>
37016
37017         * modules/sprintf-posix-tests: New file.
37018         * tests/test-sprintf-posix.c: New file.
37019
37020         * modules/sprintf-posix: New file.
37021         * lib/sprintf.c: New file.
37022         * m4/sprintf-posix.m4: New file.
37023         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37024         REPLACE_SPRINTF.
37025         * lib/stdio_.h (sprintf): New declaration.
37026         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37027         REPLACE_SPRINTF.
37028
37029 2007-03-06  Bruno Haible  <bruno@clisp.org>
37030
37031         * modules/vsprintf-posix-tests: New file.
37032         * tests/test-vsprintf-posix.c: New file.
37033         * tests/test-sprintf-posix.h: New file.
37034
37035         * modules/vsprintf-posix: New file.
37036         * lib/vsprintf.c: New file.
37037         * m4/vsprintf-posix.m4: New file.
37038         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37039         REPLACE_VSPRINTF.
37040         * lib/stdio_.h (vsprintf): New declaration.
37041         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37042         REPLACE_VSPRINTF.
37043
37044 2007-03-06  Bruno Haible  <bruno@clisp.org>
37045
37046         * modules/vsnprintf (Depend-on): Remove minmax.
37047
37048 2007-03-06  Bruno Haible  <bruno@clisp.org>
37049
37050         * modules/snprintf-posix-tests: New file.
37051         * tests/test-snprintf-posix.c: New file.
37052
37053         * modules/snprintf-posix: New file.
37054         * m4/snprintf-posix.m4: New file.
37055         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37056         gl_FUNC_SNPRINTF.
37057         (gl_FUNC_SNPRINTF): Invoke it.
37058         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37059         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37060         is set.
37061         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37062
37063 2007-03-06  Bruno Haible  <bruno@clisp.org>
37064
37065         * modules/vsnprintf-posix-tests: New file.
37066         * tests/test-vsnprintf-posix.c: New file.
37067         * tests/test-snprintf-posix.h: New file.
37068
37069         * modules/vsnprintf-posix: New file.
37070         * m4/vsnprintf-posix.m4: New file.
37071         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37072         gl_FUNC_VSNPRINTF.
37073         (gl_FUNC_VSNPRINTF): Invoke it.
37074         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37075         * lib/stdio_.h (vsnprintf): Define as a replacement if
37076         REPLACE_VSNPRINTF is set.
37077         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37078
37079 2007-03-06  Bruno Haible  <bruno@clisp.org>
37080
37081         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37082         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37083
37084 2007-03-06  Bruno Haible  <bruno@clisp.org>
37085
37086         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37087         (asinl): Declare also if HAVE_DECL_ASINL is set.
37088         (atanl): Declare also if HAVE_DECL_ATANL is set.
37089         (ceill): Declare also if HAVE_DECL_CEILL is set.
37090         (cosl): Declare also if HAVE_DECL_COSL is set.
37091         (expl): Declare also if HAVE_DECL_EXPL is set.
37092         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37093         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37094         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37095         (logl): Declare also if HAVE_DECL_LOGL is set.
37096         (sinl): Declare also if HAVE_DECL_SINL is set.
37097         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37098         (tanl): Declare also if HAVE_DECL_TANL is set.
37099         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37100         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37101         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37102         declaration of frexpl, ldexpl.
37103         * modules/printf-frexpl (Depends-on): Add math.
37104         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37105
37106 2007-03-05  Bruno Haible  <bruno@clisp.org>
37107
37108         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37109         frexpl and ldexpl are declared.
37110         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37111
37112 2007-03-05  Bruno Haible  <bruno@clisp.org>
37113
37114         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37115         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37116
37117 2007-03-05  Bruno Haible  <bruno@clisp.org>
37118
37119         * lib/stdio_.h: Include <stddef.h>.
37120
37121 2007-03-05  Bruno Haible  <bruno@clisp.org>
37122
37123         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37124
37125 2007-03-05  Bruno Haible  <bruno@clisp.org>
37126
37127         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37128         NetBSD 4, from Ralf Wildenhues.
37129
37130 2007-03-04  Bruno Haible  <bruno@clisp.org>
37131
37132         * lib/vasprintf.h: Update #if logic for the case when the functions
37133         exist but are overridden.
37134
37135 2007-03-04  Bruno Haible  <bruno@clisp.org>
37136
37137         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37138         implementations: glibc-2.4 and MacOS X 10.3.
37139         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37140         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37141         * tests/test-vasprintf-posix.c (test_function): Likewise.
37142
37143 2007-03-04  Bruno Haible  <bruno@clisp.org>
37144
37145         * modules/vasprintf-posix-tests: New file.
37146         * tests/test-vasprintf-posix.c: New file.
37147
37148         * modules/vasprintf-posix: New file.
37149         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37150         defined.
37151         * m4/vasprintf-posix.m4: New file.
37152         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37153         gl_FUNC_VASPRINTF.
37154         (gl_FUNC_VASPRINTF): Invoke it.
37155         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37156         here.
37157         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37158
37159 2007-03-04  Bruno Haible  <bruno@clisp.org>
37160
37161         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37162         REPLACE_GETTIMEOFDAY.
37163         * modules/sys_time (Makefile.am): Likewise.
37164         * m4/sys_time_h.m4: Likewise.
37165         * m4/gettimeofday.m4: Likewise.
37166
37167 2007-03-04  Bruno Haible  <bruno@clisp.org>
37168
37169         * modules/vasnprintf-posix-tests: New file.
37170         * tests/test-vasnprintf-posix.c: New file.
37171
37172         * modules/vasnprintf-posix: New file.
37173         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37174         printf-frexpl.h.
37175         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37176         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37177         REPLACE_VASNPRINTF is defined.
37178         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37179         gl_FUNC_VASNPRINTF.
37180         (gl_FUNC_VASNPRINTF): Invoke it.
37181         * m4/vasnprintf-posix.m4: New file.
37182         * m4/printf.m4: New file.
37183
37184 2007-03-04  Bruno Haible  <bruno@clisp.org>
37185
37186         Compile progreloc.c only if --enable-relocatable is specified.
37187         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37188         if --enable-relocatable was specified.
37189         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37190         lib_SOURCES.
37191
37192 2007-03-04  Jim Meyering  <jim@meyering.net>
37193
37194         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37195         Use it consistently, rather than enumerating errno constants.
37196
37197 2007-03-04  Bruno Haible  <bruno@clisp.org>
37198
37199         * modules/xvasprintf-tests: New file.
37200         * tests/test-xvasprintf.c: New file.
37201
37202         * modules/vasprintf-tests: New file.
37203         * tests/test-vasprintf.c: New file.
37204
37205         * modules/vasnprintf-tests: New file.
37206         * tests/test-vasnprintf.c: New file.
37207
37208         * modules/vsnprintf-tests: New file.
37209         * tests/test-vsnprintf.c: New file.
37210
37211         * modules/snprintf-tests: New file.
37212         * tests/test-snprintf.c: New file.
37213
37214 2007-03-04  Bruno Haible  <bruno@clisp.org>
37215
37216         Compile relocatable.c only if --enable-relocatable is specified.
37217         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37218         gl_RELOCATABLE_LIBRARY.
37219         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37220         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37221         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37222         gl_RELOCATABLE_LIBRARY.
37223         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37224         (Makefile.am): Remove lib_SOURCES.
37225         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37226         gl_RELOCATABLE_LIBRARY.
37227         (Makefile.am): Remove lib_SOURCES.
37228         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37229         always.
37230         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37231         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37232
37233 2007-03-04  Bruno Haible  <bruno@clisp.org>
37234
37235         * modules/argmatch-tests: New file.
37236         * tests/test-argmatch.c: New file.
37237
37238         * tests/test-allocsa.c (main): Halve the number of loop runs.
37239
37240         * modules/alloca-opt-tests: New file.
37241         * tests/test-alloca-opt.c: New file.
37242
37243 2007-03-04  Jim Meyering  <jim@meyering.net>
37244
37245         Work around difference between Linux ACLs and Solaris 10 ZFS.
37246         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37247         for EINVAL.
37248
37249 2007-03-03  Bruno Haible  <bruno@clisp.org>
37250
37251         * modules/relocatable-prog (Depends-on): Add back progreloc's
37252         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37253
37254 2007-03-03  Bruno Haible  <bruno@clisp.org>
37255
37256         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37257         * modules/relocatable-lib: New file.
37258
37259 2007-03-03  Bruno Haible  <bruno@clisp.org>
37260
37261         * modules/relocatable-prog: Renamed from modules/relocatable.
37262         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37263
37264 2007-03-03  Bruno Haible  <bruno@clisp.org>
37265
37266         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37267         m4/relocatable-lib.m4.
37268         (Depends-on): Remove 'relocatable'.
37269         (configure.ac): Add gl_RELOCATABLE_NOP.
37270
37271 2007-03-03  Bruno Haible  <bruno@clisp.org>
37272
37273         * modules/relocatable-prog-wrapper: New file.
37274         * modules/relocatable (Depends-on): Add it. Remove all other
37275         dependencies except progname.
37276         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37277
37278         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37279         (gl_FUNC_STRERROR): Nop.
37280         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37281
37282         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37283         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37284
37285         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37286         (gl_FUNC_READLINK): Update.
37287
37288         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37289
37290 2007-03-03  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37293         * modules/xreadlink (Depends-on): Add unistd.
37294         * modules/xreadlink-with-size (Depends-on): Likewise.
37295
37296 2007-03-03  Bruno Haible  <bruno@clisp.org>
37297
37298         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37299         extracted from gt_FUNC_SETENV.
37300         (gt_FUNC_SETENV): Remove macro.
37301         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37302         remove gt_FUNC_SETENV.
37303
37304 2007-03-03  Bruno Haible  <bruno@clisp.org>
37305
37306         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37307         ENABLE_RELOCATABLE here.
37308         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37309
37310 2007-03-03  Bruno Haible  <bruno@clisp.org>
37311
37312         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37313         * tests/test-rbtreehash_list.c: Include progname.h.
37314         (main): Call set_program_name.
37315
37316         * modules/rbtree-oset-tests (Depends-on): Add progname.
37317         * tests/test-rbtree_oset.c: Include progname.h.
37318         (main): Call set_program_name.
37319
37320         * modules/rbtree-list-tests (Depends-on): Add progname.
37321         * tests/test-rbtree_list.c: Include progname.h.
37322         (main): Call set_program_name.
37323
37324         * modules/linked-list-tests (Depends-on): Add progname.
37325         * tests/test-linked_list.c: Include progname.h.
37326         (main): Call set_program_name.
37327
37328 2007-03-03  Bruno Haible  <bruno@clisp.org>
37329
37330         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37331         All uses of __restrict changed to _Restrict_.
37332         * lib/glob_.h (__restrict): Remove macro.
37333
37334 2007-03-02  Bruno Haible  <bruno@clisp.org>
37335
37336         * modules/gettext (configure.ac): Require gettext infrastructure
37337         from version 0.16.1.
37338
37339 2007-03-02  Bruno Haible  <bruno@clisp.org>
37340
37341         * modules/linkedhash-list-tests (Depends-on): Add progname.
37342         * tests/test-linkedhash_list.c: Include progname.h.
37343         (main): Call set_program_name.
37344
37345         * modules/carray-list-tests (Depends-on): Add progname.
37346         * tests/test-carray_list.c: Include progname.h.
37347         (main): Call set_program_name.
37348
37349         * modules/avltreehash-list-tests (Depends-on): Add progname.
37350         * tests/test-avltreehash_list.c: Include progname.h.
37351         (main): Call set_program_name.
37352
37353         * modules/avltree-oset-tests (Depends-on): Add progname.
37354         * tests/test-avltree_oset.c: Include progname.h.
37355         (main): Call set_program_name.
37356
37357         * modules/avltree-list-tests (Depends-on): Add progname.
37358         * tests/test-avltree_list.c: Include progname.h.
37359         (main): Call set_program_name.
37360
37361         * modules/array-oset-tests (Depends-on): Add progname.
37362         * tests/test-array_oset.c: Include progname.h.
37363         (main): Call set_program_name.
37364
37365         * modules/array-list-tests (Depends-on): Add progname.
37366         * tests/test-array_list.c: Include progname.h.
37367         (main): Call set_program_name.
37368
37369         * modules/argp-tests (Depends-on): Add progname.
37370         * tests/test-argp.c: Include argp.h first. Include progname.h.
37371         (main): Call set_program_name.
37372
37373 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37374
37375         * doc/gnulib-tool.texi (Initial import): Reword description of
37376         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37377         limited effect even if defined after the first system include.
37378
37379 2007-03-01  Bruno Haible  <bruno@clisp.org>
37380
37381         * build-aux/config.libpath: Update to libtool-1.5.22.
37382         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37383
37384 2007-03-01  Bruno Haible  <bruno@clisp.org>
37385
37386         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37387         foo_CFLAGS.
37388         Reported by Ralf Wildenhues.
37389
37390 2007-03-01  Bruno Haible  <bruno@clisp.org>
37391
37392         * build-aux/install-reloc: Remove object files left over by some
37393         compilers.
37394         Reported by Ralf Wildenhues.
37395
37396 2007-03-01  Bruno Haible  <bruno@clisp.org>
37397
37398         * build-aux/install-reloc: Break long lines.
37399
37400 2007-03-01  Bruno Haible  <bruno@clisp.org>
37401
37402         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37403         Reported by Ralf Wildenhues.
37404
37405 2007-03-01  Bruno Haible  <bruno@clisp.org>
37406
37407         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37408         include ordering constraints.
37409
37410 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37411
37412         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37413         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37414         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37415         as another example.
37416         * lib/time_.h: Fix misspelling.
37417         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37418         Require gl_HEADER_TIME_H_DEFAULTS.
37419         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37420         * m4/time_r.m4 (gl_TIME_R): Likewise.
37421         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37422
37423 2007-03-01  Bruno Haible  <bruno@clisp.org>
37424
37425         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37426         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37427
37428 2007-03-01  Jim Meyering  <jim@meyering.net>
37429
37430         * modules/xreadlink (Maintainer): Add my name.
37431         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37432
37433 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37434             Bruno Haible  <bruno@clisp.org>
37435
37436         * build-aux/install-reloc: Compile also c-ctype.c.
37437         * build-aux/relocatable.sh.in: New file.
37438         * doc/relocatable.texi: New file.
37439         * doc/relocatable-maint.texi: New file.
37440         * doc/gnulib.texi: Include relocatable-maint.texi.
37441         * lib/progreloc.c: Include unistd.h unconditionally.
37442         * lib/relocwrapper.c: Include unistd.h unconditionally.
37443         Include c-ctype.h.
37444         (add_dotbin): Use c_tolower.
37445         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37446         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37447         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37448         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37449         to m4/relocatable-lib.m4.
37450         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37451         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37452         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37453         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37454         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37455         * modules/relocatable: New file.
37456         * modules/relocatable-lib: New file.
37457         * modules/relocatable-script: New file.
37458
37459 2007-02-28  Bruno Haible  <bruno@clisp.org>
37460
37461         Import --enable-relocatable infrastructure.
37462         * build-aux/config.libpath: New file, from GNU gettext.
37463         * build-aux/install-reloc: New file, from GNU gettext.
37464         * build-aux/reloc-ldflags: New file, from GNU gettext.
37465         * lib/relocatable.h: New file, from GNU gettext.
37466         * lib/relocatable.c: New file, from GNU gettext.
37467         * lib/relocwrapper.c: New file, from GNU gettext.
37468         * m4/relocatable.m4: New file, from GNU gettext.
37469
37470 2007-02-28  Bruno Haible  <bruno@clisp.org>
37471
37472         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37473
37474         * modules/xreadlink: New file, from GNU gettext with modifications.
37475         * lib/xreadlink.c: New file, from GNU gettext.
37476         * lib/xreadlink.h: Add comments.
37477         (xreadlink): New declaration.
37478
37479         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37480         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37481         lib/xreadlink-with-size.c.
37482         (configure.ac): Remove gl_XREADLINK invocation.
37483         (Makefile.am): Augment lib_SOURCES.
37484         * m4/xreadlink.m4: Remove file.
37485         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37486         (xreadlink_with_size): Renamed from xreadink.
37487         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37488         * modules/canonicalize (Depends-on): Replace xreadlink with
37489         xreadlink-with-size.
37490         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37491
37492 2007-02-25  Jim Meyering  <jim@meyering.net>
37493
37494         * build-aux/announce-gen: When complaining about excess arguments,
37495         list them.
37496
37497 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37498
37499         * README: Document signed integer overflow situation more
37500         accurately.
37501
37502 2007-02-25  Bruno Haible  <bruno@clisp.org>
37503
37504         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37505         'a' or 'A' conversion.
37506
37507 2007-02-25  Bruno Haible  <bruno@clisp.org>
37508
37509         * modules/filename: Renamed from modules/pathname.
37510         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37511         lib/concatpath.c with lib/concat-filename.c.
37512         (Makefile.am): Update.
37513         (Include): Replace pathname.h with filename.h.
37514         * lib/filename.h: Renamed from lib/pathname.h.
37515         (concatenated_filename): Renamed from concatenated_pathname.
37516         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37517         (concatenated_filename): Renamed from concatenated_pathname.
37518         * lib/findprog.c: Include filename.h instead of pathname.h.
37519         (find_in_path): Update.
37520         * lib/javacomp.c: Include filename.h instead of pathname.h.
37521         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37522         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37523         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37524         is_oldgcj_14_13_usable, is_javac_usable): Update.
37525         * lib/javaexec.c: Include filename.h instead of pathname.h.
37526         (execute_java_class): Update.
37527         * modules/findprog: Update.
37528         * modules/javacomp: Update.
37529         * modules/javaexec: Update.
37530         * MODULES.html.sh (File system functions): Add 'filename', remove
37531         'pathname'.
37532
37533 2007-02-25  Bruno Haible  <bruno@clisp.org>
37534
37535         * modules/printf-frexpl-tests: New file.
37536         * tests/test-printf-frexpl.c: New file.
37537
37538         * modules/printf-frexpl: New file.
37539         * lib/printf-frexpl.h: New file.
37540         * lib/printf-frexpl.c: New file.
37541         * m4/printf-frexpl.m4: New file.
37542
37543 2007-02-25  Bruno Haible  <bruno@clisp.org>
37544
37545         * modules/printf-frexp-tests: New file.
37546         * tests/test-printf-frexp.c: New file.
37547
37548         * modules/printf-frexp: New file.
37549         * lib/printf-frexp.h: New file.
37550         * lib/printf-frexp.c: New file.
37551         * m4/printf-frexp.m4: New file.
37552
37553 2007-02-25  Bruno Haible  <bruno@clisp.org>
37554
37555         Assume automake >= 1.10 for the tests.
37556         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37557         * modules/arctwo-tests: Likewise.
37558         * modules/argp-tests: Likewise.
37559         * modules/avltree-list-tests: Likewise.
37560         * modules/avltree-oset-tests: Likewise.
37561         * modules/avltreehash-list-tests: Likewise.
37562         * modules/carray-list-tests: Likewise.
37563         * modules/crc-tests: Likewise.
37564         * modules/des-tests: Likewise.
37565         * modules/gc-arcfour-tests: Likewise.
37566         * modules/gc-arctwo-tests: Likewise.
37567         * modules/gc-des-tests: Likewise.
37568         * modules/gc-hmac-md5-tests: Likewise.
37569         * modules/gc-hmac-sha1-tests: Likewise.
37570         * modules/gc-md2-tests: Likewise.
37571         * modules/gc-md4-tests: Likewise.
37572         * modules/gc-md5-tests: Likewise.
37573         * modules/gc-pbkdf2-sha1-tests: Likewise.
37574         * modules/gc-rijndael-tests: Likewise.
37575         * modules/gc-sha1-tests: Likewise.
37576         * modules/gc-tests: Likewise.
37577         * modules/getaddrinfo-tests: Likewise.
37578         * modules/hmac-md5-tests: Likewise.
37579         * modules/hmac-sha1-tests: Likewise.
37580         * modules/linked-list-tests: Likewise.
37581         * modules/linkedhash-list-tests: Likewise.
37582         * modules/lock-tests: Likewise.
37583         * modules/md2-tests: Likewise.
37584         * modules/md4-tests: Likewise.
37585         * modules/md5-tests: Likewise.
37586         * modules/rbtree-list-tests: Likewise.
37587         * modules/rbtree-oset-tests: Likewise.
37588         * modules/rbtreehash-list-tests: Likewise.
37589         * modules/read-file-tests: Likewise.
37590         * modules/rijndael-tests: Likewise.
37591         * modules/stdint-tests: Likewise.
37592         * modules/tls-tests: Likewise.
37593
37594 2007-02-24  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37597         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37598         function; instead check whether isnan with a double argument links.
37599         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37600         function; instead check whether isnan with a 'long double' argument
37601         links.
37602         Reported by Eric Blake <ebb9@byu.net>.
37603
37604 2007-02-24  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37607         defined.
37608         * lib/isnanl.c: Remove all code. Just include isnan.c.
37609         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37610
37611 2007-02-25  Jim Meyering  <jim@meyering.net>
37612
37613         Avoid conflicting types for 'unsetenv' on FreeBSD.
37614         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37615         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37616         in stdlib.h.
37617
37618 2007-02-24  Bruno Haible  <bruno@clisp.org>
37619
37620         * modules/isnanl-nolibm-tests: New file.
37621         * tests/test-isnanl.c: New file.
37622
37623         * modules/isnanl-nolibm: New file.
37624         * lib/isnanl.h: New file.
37625         * lib/isnanl.c: New file.
37626         * m4/isnanl.m4: New file.
37627
37628 2007-02-24  Bruno Haible  <bruno@clisp.org>
37629
37630         * modules/isnan-nolibm-tests: New file.
37631         * tests/test-isnan.c: New file.
37632
37633         * modules/isnan-nolibm: New file.
37634         * lib/isnan.h: New file.
37635         * lib/isnan.c: New file.
37636         * m4/isnan.m4: New file.
37637
37638 2007-02-24  Bruno Haible  <bruno@clisp.org>
37639
37640         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37641         assume that an exponent fits in 20 bits.
37642
37643 2007-02-24  Jim Meyering  <jim@meyering.net>
37644
37645         * m4/regex.m4: Update the description of the configure-time option,
37646         --without-included-regex, to state accurately what the defaults are,
37647         and perhaps to give people an idea why using this option is risky.
37648
37649 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37650
37651         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37652         loops on small arguments.  This attempts to avoid the problem
37653         Bruno Haible reported for AIX 4.3.2 in
37654         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37655
37656 2007-02-23  Bruno Haible  <bruno@clisp.org>
37657
37658         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37659         Needed for help2man.
37660
37661 2007-02-23  Karl Berry  <karl@gnu.org>
37662
37663         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37664         exists, foo.h should be cvs-ignored, not committed.
37665
37666 2007-02-23  Eric Blake  <ebb9@byu.net>
37667
37668         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37669         * lib/stat-time.h (includes): Likewise.
37670         * lib/utimecmp.c (includes): Likewise.
37671         * lib/utimens.h (includes): Likewise.
37672         * lib/getdate.y (includes): Also include "timespec.h" for use
37673         internal to the module.
37674         * modules/utimens (Depends-on): Revert yesterday's patch.
37675         * modules/nanosleep (Depends-on): Add missing dependency.
37676
37677 2007-02-22  Bruno Haible  <bruno@clisp.org>
37678
37679         * lib/glob.c: Don't include getlogin_r.h.
37680
37681 2007-02-22  Jim Meyering  <jim@meyering.net>
37682
37683         * modules/utimens (Depends-on): Add timespec, required for
37684         utimens.h's inclusion of timespec.h.
37685
37686 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37687
37688         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37689         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37690         Schwab in
37691         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37692         I'll try to think of a better way to fix the Solaris problem.
37693
37694         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37695         like glibc; on Solaris 10, it fails with errno == EINVAL.
37696         POSIX says the behavior is unspecified if the first argument is NULL,
37697         so play it safe and never pass NULL to the system getcwd.
37698
37699 2007-02-21  Jim Meyering  <jim@meyering.net>
37700
37701         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37702         of gettimeofday.  It would conflict with the one now always
37703         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37704         an IRIX 6.5 build failure.
37705
37706 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37707
37708         Minor fixups to port to Solaris 10 with Sun C 5.8.
37709         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37710         * modules/getcwd (Depends-on): Add dirfd.
37711         * lib/putenv.c (putenv): #undef it.
37712         (rpl_putenv): New decl.
37713         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37714
37715 2007-02-20  Bruno Haible  <bruno@clisp.org>
37716
37717         * modules/stdio-tests: New file.
37718         * tests/test-stdio.c: New file.
37719
37720         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37721         (Depends-on): Add stdio.
37722         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37723         (Include): Use <stdio.h> instead of vsnprintf.h.
37724         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37725         HAVE_DECL_VSNPRINTF.
37726         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37727
37728         * modules/snprintf (Files): Remove lib/snprintf.h.
37729         (Depends-on): Add stdio.
37730         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37731         (Include): Use <stdio.h> instead of snprintf.h.
37732         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37733         HAVE_DECL_SNPRINTF.
37734         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37735         * lib/getaddrinfo.c: Likewise.
37736
37737         * modules/stdio: New file.
37738         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37739         * lib/snprintf.h: Remove file.
37740         * lib/vsnprintf.h: Remove file.
37741         * lib/.cppi-disable: Remove snprintf.h.
37742         * m4/stdio_h.m4: New file.
37743         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37744
37745 2007-02-20  Jim Meyering  <jim@meyering.net>
37746
37747         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37748         used by e.g., mingw.  From Bruno Haible.
37749
37750 2007-02-19  Bruno Haible  <bruno@clisp.org>
37751
37752         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37753         warnings.
37754         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37755
37756 2007-02-19  Bruno Haible  <bruno@clisp.org>
37757
37758         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37759         from mingw users.
37760
37761 2007-02-19  Bruno Haible  <bruno@clisp.org>
37762
37763         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37764         warnings.
37765         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37766
37767 2007-02-19  Jim Meyering  <jim@meyering.net>
37768
37769         Don't use FD after a successful "fdopendir (fd)".
37770         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37771         Reset it by calling dirfd on the just-obtained DIR*.
37772
37773         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37774         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37775
37776 2007-02-18  Bruno Haible  <bruno@clisp.org>
37777
37778         * lib/readlink.c: Include <unistd.h>.
37779         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
37780         HAVE_READLINK.
37781         * modules/readlink (Depends-on): Add unistd.
37782         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37783         (Include): Add <unistd.h>.
37784
37785         * lib/getlogin_r.h: Remove file.
37786         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
37787         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
37788         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
37789         HAVE_DECL_GETLOGIN_R.
37790         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
37791         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37792         (Include): Use <unistd.h> instead of getlogin_r.h.
37793
37794         * lib/getcwd.h: Remove file.
37795         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
37796         * lib/xgetcwd.c: Likewise.
37797         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
37798         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
37799         * modules/getcwd (Files): Remove lib/getcwd.h.
37800         (Depends-on): Add unistd.
37801         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37802         (Include): Use <unistd.h> instad of getcwd.h.
37803
37804         * lib/ftruncate.c: Include <unistd.h> first.
37805         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
37806         Set HAVE_FTRUNCATE.
37807         * modules/ftruncate (Depends-on): Add unistd.
37808         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37809
37810         * lib/fchdir.c: Include <unistd.h> first.
37811         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
37812         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
37813         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
37814         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37815         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
37816
37817         * lib/dup2.c: Include <unistd.h> first.
37818         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
37819         HAVE_DUP2.
37820         * modules/dup2 (Depends-on): Add unistd.
37821         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37822
37823         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
37824         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
37825         REPLACE_CHOWN. Don't define chown as a macro here.
37826         * modules/chown (Depends-on): Add unistd.
37827         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37828
37829         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
37830         Add definition for GL_LINK_WARNING.
37831         (chown, dup2): New declarations.
37832         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
37833         link warning.
37834         (ftruncate): New declaration.
37835         (getcwd): New declaration, taken from old getcwd.h.
37836         (getlogin_r): New declaration, taken from old getlogin_r.h.
37837         (readlink): New declaration.
37838         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
37839         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
37840         (gl_PREREQ_UNISTD): Remove macro.
37841         (gl_UNISTD_MODULE_INDICATOR): New macro.
37842         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
37843         many new variables. Don't set UNISTD_H.
37844         * modules/unistd (Description): Change.
37845         (Depends-on): Add link-warning.
37846         (configure.ac): Update.
37847         (Makefile.am): Create unistd.h always. Substitute many new variables
37848         into it.
37849
37850 2007-02-18  Bruno Haible  <bruno@clisp.org>
37851
37852         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
37853         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
37854         HAVE_GETSUBOPT.
37855         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
37856         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
37857         * lib/getsubopt.h: Remove file.
37858         * modules/getsubopt (Files): Remove lib/getsubopt.h.
37859         (Depends-on): Add stdlib.
37860         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37861         (Includes): Use <stdlib.h> instead of getsubopt.h.
37862         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
37863         Set HAVE_GETSUBOPT.
37864         * lib/getsubopt.c: Don't include getsubopt.h.
37865
37866 2007-02-18  Bruno Haible  <bruno@clisp.org>
37867
37868         * modules/fchdir (Depends-on): Add dup2.
37869
37870 2007-02-18  Bruno Haible  <bruno@clisp.org>
37871
37872         * lib/stdlib_.h: Handle glibc's special invocation convention
37873         specially.
37874
37875 2007-02-18  Bruno Haible  <bruno@clisp.org>
37876
37877         * modules/stdlib-tests: New file.
37878         * tests/test-stdlib.c: New file.
37879
37880         * modules/mkstemp (Files): Remove lib/mkstemp.h.
37881         (Depends-on): Add stdlib.
37882         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37883         (Includes): Use <stdlib.h> instead of mkstemp.h.
37884         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37885         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
37886         * lib/mkstemp.c: Don't include mkstemp.h.
37887         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
37888         * lib/stdlib--.h: Don't include mkstemp.h.
37889
37890         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
37891         (Depends-on): Add stdlib.
37892         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37893         (Includes): Use <stdlib.h> instead of mkdtemp.h.
37894         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37895         HAVE_MKDTEMP.
37896         * lib/mkdtemp.c: Don't include mkdtemp.h.
37897         * lib/clean-temp.c: Don't include mkdtemp.h.
37898
37899         * modules/exit (Files): Remove lib/exit.h.
37900         (Depends-on): Add stdlib.
37901         (Makefile.am): Remove lib_SOURCES.
37902         (Include): Use <stdlib.h> instead of exit.h.
37903         * lib/argmatch.c: Don't include exit.h.
37904         * lib/execute.c: Likewise.
37905         * lib/pagealign_alloc.c: Likewise.
37906         * lib/pipe.c: Likewise.
37907         * lib/wait-process.c: Likewise.
37908         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
37909         * lib/exitfail.c: Likewise.
37910         * lib/savewd.c: Likewise.
37911         * lib/xsetenv.c: Likewise.
37912
37913         * modules/stdlib: New file.
37914         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37915         and extra comments about mkstemp().
37916         * lib/exit.h: Remove file.
37917         * lib/mkdtemp.h: Remove file.
37918         * lib/mkstemp.h: Remove file.
37919         * m4/stdlib_h.m4: New file.
37920         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
37921
37922 2007-02-18  Bruno Haible  <bruno@clisp.org>
37923
37924         * modules/math-tests: New file.
37925         * tests/test-math.c: New file.
37926
37927         * modules/math: New file.
37928         * modules/mathl (Files): Remove lib/mathl.h.
37929         (Depends-on): Add math.
37930         (Makefile.am): Don't mention mathl.h.
37931         (Include): Use <math.h> instead of mathl.h.
37932         * lib/math_.h: New file.
37933         * lib/mathl.h: Remove file.
37934         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
37935         mathl.h.
37936         * lib/asinl.c: Likewise.
37937         * lib/atanl.c: Likewise.
37938         * lib/ceill.c: Likewise.
37939         * lib/cosl.c: Likewise.
37940         * lib/expl.c: Likewise.
37941         * lib/floorl.c: Likewise.
37942         * lib/frexpl.c: Likewise.
37943         * lib/ldexpl.c: Likewise.
37944         * lib/logl.c: Likewise.
37945         * lib/sincosl.c: Likewise.
37946         * lib/sinl.c: Likewise.
37947         * lib/sqrtl.c: Likewise.
37948         * lib/tanl.c: Likewise.
37949         * lib/trigl.c: Likewise.
37950         * m4/math_h.m4: New file.
37951         * MODULES.html.sh (Mathematics): Add math.
37952
37953 2007-02-17  Bruno Haible  <bruno@clisp.org>
37954
37955         * modules/wctype-tests: New file.
37956         * tests/test-wctype.c: New file.
37957
37958         * modules/wchar-tests: New file.
37959         * tests/test-wchar.c: New file.
37960
37961         * modules/unistd-tests: New file.
37962         * tests/test-unistd.c: New file.
37963
37964         * modules/time-tests: New file.
37965         * tests/test-time.c: New file.
37966
37967         * modules/sysexits-tests: New file.
37968         * tests/test-sysexits.c: New file.
37969
37970         * modules/sys_time-tests: New file.
37971         * tests/test-sys_time.c: New file.
37972
37973         * modules/sys_stat-tests: New file.
37974         * tests/test-sys_stat.c: New file.
37975
37976         * modules/sys_socket-tests: New file.
37977         * tests/test-sys_socket.c: New file.
37978
37979         * modules/sys_select-tests: New file.
37980         * tests/test-sys_select.c: New file.
37981
37982         * modules/string-tests: New file.
37983         * tests/test-string.c: New file.
37984
37985         * modules/stdbool-tests: New file.
37986         * tests/test-stdbool.c: New file.
37987
37988         * modules/netinet_in-tests: New file.
37989         * tests/test-netinet_in.c: New file.
37990
37991         * modules/inttypes-tests: New file.
37992         * tests/test-inttypes.c: New file.
37993
37994         * modules/fcntl-tests: New file.
37995         * tests/test-fcntl.c: New file.
37996
37997         * modules/byteswap-tests: New file.
37998         * tests/test-byteswap.c: New file.
37999
38000         * modules/arpa_inet-tests: New file.
38001         * tests/test-arpa_inet.c: New file.
38002
38003 2007-02-17  Bruno Haible  <bruno@clisp.org>
38004
38005         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38006         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38007         if the corresponding module is not enabled. Emit link warnings if
38008         the function is used nevertheless.
38009         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38010         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38011         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38012         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38013         * modules/inttypes (Depends-on): Add link-warning.
38014         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38015         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38016         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38017         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38018         * modules/imaxdiv (configure.ac): Likewise.
38019         * modules/strtoimax (configure.ac): Likewise.
38020         * modules/strtoumax (configure.ac): Likewise.
38021
38022 2007-02-17  Bruno Haible  <bruno@clisp.org>
38023
38024         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38025         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38026         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38027         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38028
38029 2007-02-17  Bruno Haible  <bruno@clisp.org>
38030
38031         * modules/link-warning: New file.
38032         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38033         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38034         * modules/string (Depends-on): Add link-warning.
38035         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38036         string.h.
38037         * MODULES.html.sh (Support for building libraries and executables): Add
38038         link-warning.
38039
38040 2007-02-17  Bruno Haible  <bruno@clisp.org>
38041
38042         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38043         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38044         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38045         long lines.
38046
38047 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38048             Bruno Haible  <bruno@clisp.org>
38049
38050         * modules/tmpfile: New file.
38051         * lib/tmpfile.c: New file.
38052         * m4/tmpfile.m4: New file.
38053         * MODULES.html.sh (func_all_modules): New section "Input/output".
38054
38055 2007-02-15  Bruno Haible  <bruno@clisp.org>
38056
38057         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38058         (supports_delete_on_close): New function.
38059         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38060
38061 2007-02-14  Bruno Haible  <bruno@clisp.org>
38062
38063         * modules/mbspcasecmp-tests: New file.
38064         * tests/test-mbspcasecmp.sh: New file.
38065         * tests/test-mbspcasecmp.c: New file.
38066
38067         New module mbspcasecmp.
38068         * modules/mbspcasecmp: New file.
38069         * lib/mbspcasecmp.c: New file.
38070         * lib/string_.h (strncasecmp): Change warning message.
38071         (mbspcasecmp): New declaration.
38072         * m4/mbspcasecmp.m4: New file.
38073         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38074         GNULIB_MBSPCASECMP.
38075         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38076         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38077
38078 2007-02-14  Bruno Haible  <bruno@clisp.org>
38079
38080         * modules/mbsncasecmp-tests: New file.
38081         * tests/test-mbsncasecmp.sh: New file.
38082         * tests/test-mbsncasecmp.c: New file.
38083
38084         New module mbsncasecmp.
38085         * modules/mbsncasecmp: New file.
38086         * lib/mbsncasecmp.c: New file.
38087         * lib/string_.h (mbsncasecmp): New declaration.
38088         * m4/mbsncasecmp.m4: New file.
38089         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38090         GNULIB_MBSNCASECMP.
38091         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38092         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38093
38094 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38095
38096         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38097         Verify that it doesn't overlap with our flags.
38098         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38099         do not have the desired effect in multibyte locales; instead, use
38100         mbscasecmp.
38101         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38102         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38103         we don't require GNU fnmatch ourselves (if our users require it, they
38104         should do so explicitly).
38105
38106         Fix regex code so it doesn't rely on strcasecmp.
38107         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38108         Otherwise, include gnulib's langinfo.h.
38109         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38110         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38111         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38112         * modules/regex (FILES): Remove m4/codeset.m4.
38113         (Depends-on): Add localcharset.  Remove strcase.
38114
38115 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38116
38117         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38118         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38119
38120 2007-02-13  Bruno Haible  <bruno@clisp.org>
38121
38122         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38123         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38124
38125 2007-02-12  Bruno Haible  <bruno@clisp.org>
38126
38127         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38128         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38129         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38130         time warning rather than a link error.
38131
38132 2007-02-12  Bruno Haible  <bruno@clisp.org>
38133
38134         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38135         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38136         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38137
38138 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38139
38140         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38141         args, not 2.
38142
38143 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38144
38145         New module 'time', so that apps can include <time.h> as per
38146         POSIX and GNU instead of separate include files like time_r.h
38147         and timegm.h.  This implementation tries out a simpler approach
38148         for replacing decls in standard include files (as compared to
38149         the string module), somewhat as an experiment.
38150
38151         * config/srclist.txt: Comment out mktime.c for now.
38152         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38153         since it doesn't apply any more.  Use generic wording instead.
38154         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38155         'time'.
38156         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38157         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38158         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38159         Don't include <sys/types.h>; no longer needed since we assume C89.
38160         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38161         * lib/strftime.c: Likewise.
38162         * lib/time_r.c: Likewise.
38163         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38164         * lib/nanosleep.c: Include <time.h> first, to check interface.
38165         * lib/strptime.c: Likewise.
38166         * lib/time_r.c: Likewise.
38167         * lib/timegm.c: Likewise.
38168         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38169         needed.
38170         * lib/timegm.c: Don't include timegm.h; no longer needed.
38171         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38172         time.h now handles any problems in that area.
38173         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38174         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38175         that time.h defines struct timespec.
38176         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38177         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38178         handles that.
38179         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38180         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38181         needed.  Set REPLACE_LOCALTIME.
38182         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38183         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38184         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38185         nanosleep; time_h.m4 now does that.  Don't require
38186         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38187         module handles this now.
38188         * modules/getdate (Depends-on): Remove timespec.  Add time.
38189         * modules/nanosleep (Depends-on): Likewise.
38190         * modules/stat-time (Depends-on): Likewise.
38191         * modules/nanosleep (Include): Include time.h, not timespec.h.
38192         * modules/strptime (Files): Remove lib/strptime.h.
38193         (Depends-on): Add extensions, time.
38194         (Include): Include time.h, not strptime.h.
38195         * modules/time_r (Files): Remove lib/time_r.h.
38196         (Depends-on): Add time.
38197         (Include): Include time.h, not time_r.h.
38198         * modules/timegm: Likewise.
38199         * modules/timespec (Description): Now does timespec-related decls
38200         of our own, instead of struct timespec itself.
38201         (Depends-on): Add time; remove extensions.
38202         (Maintainer): Add self.
38203         * modules/utimecmp (Depends-on): Add time; remove timespec.
38204         * modules/utimens (Depends-on): Likewise.
38205         * modules/xnanosleep (Depends-on): Likewise.
38206
38207 2007-02-11  Bruno Haible  <bruno@clisp.org>
38208
38209         * lib/c-strstr.c: Include allocsa.h.
38210         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38211         * lib/c-strcasestr.c: Include allocsa.h.
38212         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38213         * lib/strcasestr.c: Include allocsa.h.
38214         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38215         * lib/mbsstr.c: Include allocsa.h.
38216         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38217         allocsa/freesa instead of malloc/free.
38218         * lib/mbscasestr.c: Include allocsa.h.
38219         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38220         allocsa/freesa instead of malloc/free.
38221         * modules/c-strstr (Depends-on): Add allocsa.
38222         * modules/c-strcasestr (Depends-on): Likewise.
38223         * modules/strcasestr (Depends-on): Likewise.
38224         * modules/mbsstr (Depends-on): Likewise.
38225         * modules/mbscasestr (Depends-on): Likewise.
38226
38227 2007-02-11  Bruno Haible  <bruno@clisp.org>
38228
38229         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38230
38231         * modules/mbsspn-tests: New file.
38232         * tests/test-mbsspn.sh: New file.
38233         * tests/test-mbsspn.c: New file.
38234
38235 2007-02-11  Bruno Haible  <bruno@clisp.org>
38236
38237         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38238
38239         * modules/mbspbrk-tests: New file.
38240         * tests/test-mbspbrk.sh: New file.
38241         * tests/test-mbspbrk.c: New file.
38242
38243 2007-02-11  Bruno Haible  <bruno@clisp.org>
38244
38245         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38246         unneeded cast.
38247
38248         * modules/mbscspn-tests: New file.
38249         * tests/test-mbscspn.sh: New file.
38250         * tests/test-mbscspn.c: New file.
38251
38252 2007-02-11  Bruno Haible  <bruno@clisp.org>
38253
38254         * modules/mbscasecmp-tests: New file.
38255         * tests/test-mbscasecmp.sh: New file.
38256         * tests/test-mbscasecmp.c: New file.
38257
38258 2007-02-11  Bruno Haible  <bruno@clisp.org>
38259
38260         Ensure O(n) worst-case complexity of mbscasestr.
38261         * lib/mbscasestr.c: Include stdbool.h.
38262         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38263         functions.
38264         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38265         the bookkeeping indicates that it's worth it.
38266         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38267
38268         * modules/mbscasestr-tests: New file.
38269         * tests/test-mbscasestr1.c: New file.
38270         * tests/test-mbscasestr2.sh: New file.
38271         * tests/test-mbscasestr2.c: New file.
38272         * tests/test-mbscasestr3.sh: New file.
38273         * tests/test-mbscasestr3.c: New file.
38274         * tests/test-mbscasestr4.sh: New file.
38275         * tests/test-mbscasestr4.c: New file.
38276         * m4/locale-tr.m4: New file.
38277
38278 2007-02-11  Bruno Haible  <bruno@clisp.org>
38279
38280         Ensure O(n) worst-case complexity of mbsstr.
38281         * lib/mbsstr.c: Include stdbool.h.
38282         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38283         functions.
38284         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38285         bookkeeping indicates that it's worth it.
38286         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38287
38288         * modules/mbsstr-tests: New file.
38289         * tests/test-mbsstr1.c: New file.
38290         * tests/test-mbsstr2.sh: New file.
38291         * tests/test-mbsstr2.c: New file.
38292         * tests/test-mbsstr3.sh: New file.
38293         * tests/test-mbsstr3.c: New file.
38294         * m4/locale-fr.m4: New file.
38295
38296 2007-02-11  Bruno Haible  <bruno@clisp.org>
38297
38298         * lib/mbsrchr.c (mbsrchr): Fix bug.
38299
38300         * modules/mbsrchr-tests: New file.
38301         * tests/test-mbsrchr.sh: New file.
38302         * tests/test-mbsrchr.c: New file.
38303
38304 2007-02-11  Bruno Haible  <bruno@clisp.org>
38305
38306         * lib/mbschr.c (mbschr): Fix bug.
38307
38308         * modules/mbschr-tests: New file.
38309         * tests/test-mbschr.sh: New file.
38310         * tests/test-mbschr.c: New file.
38311         * m4/locale-zh.m4: New file.
38312
38313 2007-02-11  Bruno Haible  <bruno@clisp.org>
38314
38315         Support for copying multibyte string iterators.
38316         * lib/mbiter.h: Include <string.h>.
38317         (mbiter_multi_copy): New function.
38318         (mbi_copy): New macro.
38319         * lib/mbuiter.h: Include <string.h>.
38320         (mbuiter_multi_copy): New function.
38321         (mbui_copy): New macro.
38322
38323 2007-02-11  Bruno Haible  <bruno@clisp.org>
38324
38325         New module mbslen.
38326         * modules/mbslen: New file.
38327         * lib/mbslen.c: New file.
38328         * lib/string_.h (mbslen): New declaration.
38329         * m4/mbslen.m4: New file.
38330         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38331         GNULIB_MBSLEN.
38332         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38333         * MODULES.html.sh (Internationalization functions): Add mbslen.
38334
38335 2007-02-11  Bruno Haible  <bruno@clisp.org>
38336
38337         Ensure O(n) worst-case complexity of strcasestr substitute.
38338         * lib/strcasestr.c: Include stdbool.h.
38339         (knuth_morris_pratt): New function.
38340         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38341         bookkeeping indicates that it's worth it.
38342         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38343
38344         * modules/strcasestr-tests: New file.
38345         * tests/test-strcasestr.c: New file.
38346
38347 2007-02-11  Bruno Haible  <bruno@clisp.org>
38348
38349         Ensure O(n) worst-case complexity of c_strcasestr.
38350         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38351         (knuth_morris_pratt): New function.
38352         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38353         the bookkeeping indicates that it's worth it.
38354         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38355
38356         * modules/c-strcasestr-tests: New file.
38357         * tests/test-c-strcasestr.c: New file.
38358
38359 2007-02-11  Bruno Haible  <bruno@clisp.org>
38360
38361         Ensure O(n) worst-case complexity of c_strstr.
38362         * lib/c-strstr.c: Include stdbool.h, string.h.
38363         (knuth_morris_pratt): New function.
38364         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38365         bookkeeping indicates that it's worth it.
38366         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38367
38368         * lib/c-strstr.c: Complete rewrite for maintainability.
38369
38370         * modules/c-strstr-tests: New file.
38371         * tests/test-c-strstr.c: New file.
38372
38373 2007-02-11  Bruno Haible  <bruno@clisp.org>
38374
38375         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38376         5.2.1 and earlier, whereby \055 was treated just like the range
38377         delimiter '-'.
38378         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38379
38380 2007-02-08  Bruno Haible  <bruno@clisp.org>
38381
38382         * modules/regex (Depends-on): Add stdbool.
38383         Reported by Dalibor Topic <robilad@kaffe.org>.
38384
38385 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38386
38387         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38388         Prefer returning from main to exiting from it.
38389         Remove unnecessary parens after sizeof.
38390
38391 2007-02-05  Bruno Haible  <bruno@clisp.org>
38392
38393         New module mbssep.
38394         * modules/mbssep: New file.
38395         * lib/mbssep.c: New file.
38396         * lib/string_.h (strsep): Add a conditional link warning.
38397         (mbssep): New declaration.
38398         * m4/mbssep.m4: New file.
38399         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38400         GNULIB_MBSSEP.
38401         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38402         * MODULES.html.sh (Internationalization functions): Add mbssep.
38403
38404 2007-02-05  Bruno Haible  <bruno@clisp.org>
38405
38406         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38407         Optimize search in case of 1 delimiter.
38408
38409 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38410
38411         * lib/acl.h: Include sys/types.h before sys/acl.h.
38412
38413 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38414
38415         Merge upstream fix for glibc bugzilla #3957:
38416
38417         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38418
38419         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38420         bit for RE_HAT_LISTS_NOT_NEWLINE.
38421         (build_charclass_op): Remove bogus comment.
38422
38423 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38424
38425         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38426
38427 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38428
38429         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38430         * lib/memmem.c [!defined _LIBC]: Include config.h.
38431
38432 2007-02-04  Bruno Haible  <bruno@clisp.org>
38433
38434         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38435         warning message.
38436
38437 2007-02-04  Bruno Haible  <bruno@clisp.org>
38438
38439         New module mbstok_r.
38440         * modules/mbstok_r: New file.
38441         * lib/mbstok_r.c: New file.
38442         * lib/string_.h (strtok_r): Change argument names to match the
38443         comments. Add a conditional link warning.
38444         (mbstok_r): New declaration.
38445         * m4/mbstok_r.m4: New file.
38446         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38447         GNULIB_MBSTOK_R.
38448         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38449         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38450
38451 2007-02-04  Bruno Haible  <bruno@clisp.org>
38452
38453         New module mbsspn.
38454         * modules/mbsspn: New file.
38455         * lib/mbsspn.c: New file.
38456         * lib/string_.h (strspn): Add a conditional link warning.
38457         (mbsspn): New declaration.
38458         * m4/mbsspn.m4: New file.
38459         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38460         GNULIB_MBSSPN.
38461         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38462         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38463
38464 2007-02-04  Bruno Haible  <bruno@clisp.org>
38465
38466         New module mbspbrk.
38467         * modules/mbspbrk: New file.
38468         * lib/mbspbrk.c: New file.
38469         * lib/string_.h (strpbrk): Add a conditional link warning.
38470         (mbspbrk): New declaration.
38471         * m4/mbspbrk.m4: New file.
38472         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38473         GNULIB_MBSPBRK.
38474         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38475         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38476
38477 2007-02-04  Bruno Haible  <bruno@clisp.org>
38478
38479         New module mbscspn.
38480         * modules/mbscspn: New file.
38481         * lib/mbscspn.c: New file.
38482         * lib/string_.h (strcspn): Add a conditional link warning.
38483         (mbscspn): New declaration.
38484         * m4/mbscspn.m4: New file.
38485         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38486         GNULIB_MBSCSPN.
38487         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38488         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38489
38490 2007-02-04  Bruno Haible  <bruno@clisp.org>
38491
38492         New module mbscasestr, reduced goal of strcasestr.
38493         * modules/mbscasestr: New file.
38494         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38495         (mbscasestr): Renamed from strcasestr.
38496         * lib/strcasestr.c: Don't include mbuiter.h.
38497         (strcasestr): Remove support for multibyte locales.
38498         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38499         Change the conditional link warning.
38500         (mbscasestr): New declaration.
38501         * m4/mbscasestr.m4: New file.
38502         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38503         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38504         REPLACE_STRCASESTR.
38505         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38506         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38507         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38508         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38509         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38510         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38511         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38512         (Depends-on): Remove mbuiter.
38513         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38514
38515 2007-02-04  Bruno Haible  <bruno@clisp.org>
38516
38517         Simplify handling of strncasecmp.
38518         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38519         the conditional link warning.
38520         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38521         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38522         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38523         * modules/strcase (configure.ac): Don't invoke
38524         gl_STRING_MODULE_INDICATOR.
38525         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38526
38527 2007-02-04  Bruno Haible  <bruno@clisp.org>
38528
38529         New module mbscasecmp, reduced goal of strcasecmp.
38530         * modules/mbscasecmp: New file.
38531         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38532         (mbscasecmp): Renamed from strcasecmp.
38533         * lib/strcasecmp.c: Don't include mbuiter.h.
38534         (strcasecmp): Remove support for multibyte locales.
38535         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38536         Change the conditional link warning.
38537         (mbscasecmp): New declaration.
38538         * m4/mbscasecmp.m4: New file.
38539         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38540         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38541         REPLACE_STRCASECMP.
38542         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38543         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38544         GNULIB_MBSCASECMP.
38545         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38546         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38547         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38548         (Depends-on): Remove mbuiter.
38549         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38550
38551 2007-02-04  Bruno Haible  <bruno@clisp.org>
38552
38553         New module mbsstr. Remove module strstr.
38554         * modules/mbsstr: New file.
38555         * modules/strstr: Remove file.
38556         * lib/mbsstr.c: Renamed from lib/strstr.c.
38557         (mbsstr): Renamed from strstr.
38558         * lib/string_.h (strstr): Remove declaration. Change the conditional
38559         link warning.
38560         (mbsstr): New declaration.
38561         * m4/mbsstr.m4: New file.
38562         * m4/strstr.m4: Remove file.
38563         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38564         REPLACE_STRSTR.
38565         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38566         Don't initialize GNULIB_STRSTR.
38567         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38568         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38569         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38570         (Support for systems lacking ANSI C 89): Remove strstr.
38571
38572 2007-02-04  Bruno Haible  <bruno@clisp.org>
38573
38574         New module mbsrchr.
38575         * modules/mbsrchr: New file.
38576         * lib/mbsrchr.c: New file.
38577         * lib/string_.h (strrchr): Add a conditional link warning.
38578         (mbsrchr): New declaration.
38579         * m4/mbsrchr.m4: New file.
38580         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38581         GNULIB_MBSRCHR.
38582         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38583         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38584
38585 2007-02-04  Bruno Haible  <bruno@clisp.org>
38586
38587         New module mbschr.
38588         * modules/mbschr: New file.
38589         * lib/mbschr.c: New file.
38590         * lib/string_.h (strchr): Add a conditional link warning.
38591         (mbschr): New declaration.
38592         * m4/mbschr.m4: New file.
38593         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38594         GNULIB_MBSCHR.
38595         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38596         * MODULES.html.sh (Internationalization functions): Add mbschr.
38597
38598 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38599
38600         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38601
38602         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38603
38604 2007-02-04  Bruno Haible  <bruno@clisp.org>
38605
38606         New module description section 'configure.ac-early'.
38607         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38608         (func_get_autoconf_early_snippet): New function.
38609         (func_import, func_create_testdir): Use it. Remove special cases for
38610         modules 'extensions' and 'lock'.
38611         * modules/extensions (configure.ac-early): Require
38612         gl_USE_SYSTEM_EXTENSIONS.
38613         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38614
38615 2007-02-04  Bruno Haible  <bruno@clisp.org>
38616
38617         Make use of gcj-4.3's -fsource and -ftarget option.
38618         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38619         and if so try the options -fsource and -ftarget.
38620         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38621         source_version, ftarget_option, target_version arguments.
38622         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38623         (is_envjavac_oldgcj_14_14_usable): Renamed from
38624         is_envjavac_gcj_14_14_usable.
38625         (is_envjavac_oldgcj_14_13_usable): Renamed from
38626         is_envjavac_gcj_14_13_usable.
38627         (is_gcj_present): Update.
38628         (is_gcj_43, is_gcj43_usable): New functions.
38629         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38630         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38631         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38632         try the options -fsource and -ftarget.
38633
38634 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38635
38636         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38637         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38638         larger value.
38639
38640 2007-02-03  Jim Meyering  <jim@meyering.net>
38641
38642         Give tools a better chance to allocate space for very large buffers.
38643         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38644
38645         Make pwd and readlink work also when run with an unreadable parent dir
38646         on systems with openat support.
38647         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38648         provided getcwd function, even when we have openat support.
38649         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38650
38651 2007-02-02  Bruno Haible  <bruno@clisp.org>
38652
38653         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38654         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38655         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38656         portability problems if one of these functions is only used on specific
38657         platforms.
38658         Reported by Paul Eggert.
38659
38660 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38661
38662         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38663         is causing more trouble than it's curing.
38664         * lib/regex_internal.h (__mempcpy): Remove.
38665         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38666         (and make the code a tad smaller to boot).
38667         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38668
38669 2007-02-02  Jim Meyering  <jim@meyering.net>
38670
38671         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38672         section, not in the Makefile.am: one.
38673
38674 2007-02-02  Eric Blake  <ebb9@byu.net>
38675
38676         * lib/strchrnul.c: Always include config.h first.
38677
38678         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38679         gnulib strstr is not necessary here.
38680
38681 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38682
38683         * m4/socklen.m4: Fix typo.
38684
38685 2007-02-02  Eric Blake  <ebb9@byu.net>
38686
38687         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38688         * modules/netinet_in (Makefile.am): Likewise.
38689
38690 2007-02-01  Bruno Haible  <bruno@clisp.org>
38691
38692         * lib/string_.h (GL_LINK_WARNING): New macro.
38693         (strcasecmp, strstr, strcasestr): If provided by the system,
38694         conditionally define as a macro that leads to a warning instead of to
38695         an error.
38696         (strncasecmp): Conditionally define as a macro that leads to a warning.
38697
38698 2007-02-01  Karl Berry  <karl@gnu.org>
38699
38700         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38701
38702 2007-02-01  Bruno Haible  <bruno@clisp.org>
38703
38704         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38705         renamings.
38706
38707 2007-02-01  Eric Blake  <ebb9@byu.net>
38708
38709         * modules/regex (Depends-on): Revert dependence on mempcpy.
38710         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38711         module's definition of mempcpy.
38712         Reported by Paul Eggert.
38713
38714 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38715
38716         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38717         the symbol XYZ before redefining it.  This fixes a problem with
38718         programs that don't use XYZ, when compiled on systems that define
38719         XYZ to something else.
38720
38721 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38722
38723         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38724         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38725         writeable to group or other and (2) is intended to have a special
38726         mode bit that is set or cleared.  In such a case, the directory
38727         should be neither group- nor other-writeable until the special
38728         mode bits are right.
38729
38730 2007-01-31  Eric Blake  <ebb9@byu.net>
38731
38732         * modules/mountlist (Depends-on): Add strstr.
38733
38734         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38735         bug.
38736         * modules/string (Makefile.am): Remove redundant replacement.
38737         * modules/regex (Depends-on): Add mempcpy.
38738
38739 2007-01-31  Bruno Haible  <bruno@clisp.org>
38740
38741         New module description field 'Link'.
38742         * gnulib-tool (func_usage): Document --extract-link-directive.
38743         (sed_extract_prog): Recognize 'Link' directive.
38744         (func_get_link_directive): New function.
38745         (func_import): Show summary of link directives.
38746         Handle --extract-link-directive option.
38747         * modules/acl (Link): New section.
38748         * modules/clock-time (Link): New section.
38749         * modules/euidaccess (Link): New section.
38750         * modules/gettext (Link): New section.
38751         * modules/iconv (Link): New section.
38752         * modules/lock (Link): New section.
38753         * modules/nanosleep (Link): New section.
38754         * modules/readline (Link): New section.
38755
38756 2007-01-27  Bruno Haible  <bruno@clisp.org>
38757
38758         Enforce the use of gnulib modules for unportable <string.h> functions.
38759         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38760         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38761         (gl_HEADER_STRING_H_BODY): Require it.
38762         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38763         the symbol XYZ to one that gives a link error.
38764         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38765         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38766         * modules/mempcpy (configure.ac): Likewise.
38767         * modules/memrchr (configure.ac): Likewise.
38768         * modules/stpcpy (configure.ac): Likewise.
38769         * modules/stpncpy (configure.ac): Likewise.
38770         * modules/strcase (configure.ac): Likewise.
38771         * modules/strcasestr (configure.ac): Likewise.
38772         * modules/strchrnul (configure.ac): Likewise.
38773         * modules/strdup (configure.ac): Likewise.
38774         * modules/strndup (configure.ac): Likewise.
38775         * modules/strnlen (configure.ac): Likewise.
38776         * modules/strpbrk (configure.ac): Likewise.
38777         * modules/strsep (configure.ac): Likewise.
38778         * modules/strstr (configure.ac): Likewise.
38779         * modules/strtok_r (configure.ac): Likewise.
38780
38781 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
38782
38783         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
38784
38785 2007-01-30  Jim Meyering  <jim@meyering.net>
38786
38787         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
38788
38789 2007-01-29  Bruno Haible  <bruno@clisp.org>
38790
38791         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
38792         * lib/execute.c: Likewise.
38793         * lib/pipe.c: Likewise.
38794         * lib/printf-args.h: Likewise.
38795         * lib/printf-args.c: Likewise.
38796         * lib/printf-parse.c: Likewise.
38797         * lib/vasnprintf.c: Likewise.
38798
38799 2007-01-29  Eric Blake  <ebb9@byu.net>
38800
38801         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
38802         declaration.
38803
38804 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
38805
38806         * lib/strptime.h (strptime): Use 'restrict' for args where
38807         POSIX requires this.
38808         * lib/strptime.c (strptime): Likewise.
38809         Change license notice from LGPL to GPL, since gnulib-tool will
38810         change this as needed.
38811         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
38812         defined.
38813         Include "strptime.h" first, to check interface.
38814         Do not #undef _LIBC and _NL_CURRENT.
38815         Do not include <stdlib.h>; no longer needed.
38816         Include "time_r.h" and declare ptime_locale_status
38817         only if _LIBC is not defined.
38818         (__P): Remove unused macro.
38819         (match_string): Bring back glibc version, but use it only if _LIBC
38820         is defined.
38821         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38822         Remove unnecessary assertion and abort() call.
38823         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
38824         * m4/strptime.m4: Fix serial number comment.
38825         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
38826         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
38827         (Depends-on): Add time_r.
38828
38829 2007-01-29  Bruno Haible  <bruno@clisp.org>
38830
38831         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38832         strptime.
38833         * modules/strptime (Depends-on): Add stdbool.
38834         * lib/strptime.h: Include <time.h> always. Add comments.
38835
38836 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38837
38838         * modules/strptime: New file.
38839         * lib/strptime.h: New file.
38840         * lib/strptime.c: New file.
38841         * m4/strptime.m4: New file.
38842
38843 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38844
38845         * MODULES.html.sh: New module mpsort.
38846         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
38847
38848         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
38849         a circularity problem with HP-UX ia64 reported by Bob Proulx in
38850         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
38851         All uses changed.
38852         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
38853         All uses changed.
38854         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
38855         to _Restrict_.
38856         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
38857         the parameter matches the prototype.
38858
38859 2007-01-28  Jim Meyering  <jim@meyering.net>
38860
38861         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
38862         sys/time.h here, reverting that part of the previous patch:
38863         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
38864
38865 2007-01-28  Bruno Haible  <bruno@clisp.org>
38866
38867         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
38868         value of $(SYS_TIME_H).
38869         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
38870         remove it conditionally, too. [added by Jim Meyering]
38871         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
38872         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38873         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
38874         GETTIMEOFDAY_REPLACEMENT to 1.
38875
38876 2007-01-28  Bruno Haible  <bruno@clisp.org>
38877
38878         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
38879         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
38880         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
38881         Set UNISTD_H instead of UNISTD_H2.
38882         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
38883
38884 2007-01-28  Bruno Haible  <bruno@clisp.org>
38885
38886         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
38887         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
38888
38889 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38890
38891         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
38892         (func_create_testdir): Ensure C locale for `grep' and `tr'
38893         character ranges.
38894         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
38895         ACLOCAL_AMFLAGS parsing state machine.
38896
38897 2007-01-27  Bruno Haible  <bruno@clisp.org>
38898
38899         * modules/unistr/base: Update.
38900
38901 2007-01-27  Bruno Haible  <bruno@clisp.org>
38902
38903         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
38904         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
38905         * modules/unistr/u32-mbtouc-unsafe: Renamed from
38906         modules/unistr/u32-mbtouc.
38907         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
38908         * lib/unistr.h: Update.
38909         * lib/linebreak.c: Update.
38910         * modules/unistr/u32-mbtouc: Renamed from
38911         modules/unistr/u32-mbtouc-safe.
38912         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
38913         * lib/unistr.h: Update.
38914         * lib/unistr/u32-to-u8.c: Update.
38915         * lib/unistr/u32-to-u16.c: Update.
38916
38917 2007-01-27  Bruno Haible  <bruno@clisp.org>
38918
38919         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
38920         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
38921         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
38922         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
38923         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
38924         * modules/unistr/u16-mbtouc-unsafe: Renamed from
38925         modules/unistr/u16-mbtouc.
38926         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
38927         * lib/unistr.h: Update.
38928         * lib/linebreak.c: Update.
38929         * modules/linebreak: Update.
38930         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
38931         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
38932         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
38933         * modules/unistr/u16-mbtouc: Renamed from
38934         modules/unistr/u16-mbtouc-safe.
38935         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
38936         * lib/unistr.h: Update.
38937         * lib/unistr/u16-to-u8.c: Update.
38938         * modules/unistr/u16-to-u8: Update.
38939         * lib/unistr/u16-to-u32.c: Update.
38940         * modules/unistr/u16-to-u32: Update.
38941
38942 2007-01-27  Bruno Haible  <bruno@clisp.org>
38943
38944         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38945         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
38946         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
38947         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
38948         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
38949         * modules/unistr/u8-mbtouc-unsafe: Renamed from
38950         modules/unistr/u8-mbtouc.
38951         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
38952         * lib/unistr.h: Update.
38953         * lib/striconveh.c: Update.
38954         * modules/striconveh: Update.
38955         * lib/linebreak.c: Update.
38956         * modules/linebreak: Update.
38957         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
38958         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
38959         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
38960         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
38961         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
38962         * lib/unistr.h: Update.
38963         * lib/striconveh.c: Update.
38964         * modules/striconveh: Update.
38965         * lib/unistr/u8-to-u16.c: Update.
38966         * modules/unistr/u8-to-u16: Update.
38967         * lib/unistr/u8-to-u32.c: Update.
38968         * modules/unistr/u8-to-u32: Update.
38969
38970 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38971
38972         Sync from Libtool.
38973         * lib/argz.c: Do not include strings.h nor memory.h, include
38974         string.h unconditionally.  Patch by Simon Josefsson.
38975
38976 2007-01-27  Bruno Haible  <bruno@clisp.org>
38977
38978         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
38979         from gl_HEADER_STRING_H_BODY.
38980         (gl_HEADER_STRING_H_BODY): Require it.
38981         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
38982         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
38983         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
38984         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
38985         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
38986         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
38987         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
38988         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
38989         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
38990         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38991         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
38992         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
38993         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
38994         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
38995         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38996
38997 2007-01-27  Bruno Haible  <bruno@clisp.org>
38998
38999         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39000         check_PROGRAMS into noinst_PROGRAMS.
39001         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39002         check_PROGRAMS in this case.
39003         (func_import): Set for_test to false.
39004         (func_create_testdir): Set for_test to true.
39005
39006 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39007             Bruno Haible  <bruno@clisp.org>
39008
39009         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39010         (Depends-on): Add string.
39011         (Includes): Use <string.h> instead of strcasestr.h.
39012         * modules/string (Makefile.am): Also substitute the value of
39013         REPLACE_STRCASESTR.
39014         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39015         assume strcasestr is declared in <string.h> not <strings.h>. Also
39016         set REPLACE_STRCASESTR.
39017         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39018         REPLACE_STRCASESTR.
39019         * lib/strcasestr.h: Remove file.
39020         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39021         * lib/string_.h (strcasestr): New declaration.
39022
39023 2007-01-27  Bruno Haible  <bruno@clisp.org>
39024
39025         * lib/string_.h: Use 'extern'.
39026
39027 2007-01-27  Jim Meyering  <jim@meyering.net>
39028
39029         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39030         of set-but-not-used local, "q".
39031
39032         * lib/mempcpy.c: Include <config.h> before <string.h>.
39033         This fixes a compilation error on HP-UX, due to the system's
39034         "restrict"-using mempcpy prototype.
39035
39036 2007-01-26  Bruno Haible  <bruno@clisp.org>
39037
39038         Small optimization.
39039         * lib/javacomp.c: Include c-strstr.h.
39040          (is_envjavac_gcj): Use c_strstr instead of strstr.
39041         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39042
39043 2007-01-26  Bruno Haible  <bruno@clisp.org>
39044
39045         * MODULES.html.sh (Unicode string functions): Add the new modules.
39046
39047         * modules/uniconv/u32-strconv-to-locale: New file.
39048         * lib/uniconv/u32-strconv-to-locale.c: New file.
39049
39050         * modules/uniconv/u16-strconv-to-locale: New file.
39051         * lib/uniconv/u16-strconv-to-locale.c: New file.
39052
39053         * modules/uniconv/u8-strconv-to-locale: New file.
39054         * lib/uniconv/u8-strconv-to-locale.c: New file.
39055
39056         * modules/uniconv/u32-strconv-from-locale: New file.
39057         * lib/uniconv/u32-strconv-from-locale.c: New file.
39058
39059         * modules/uniconv/u16-strconv-from-locale: New file.
39060         * lib/uniconv/u16-strconv-from-locale.c: New file.
39061
39062         * modules/uniconv/u8-strconv-from-locale: New file.
39063         * lib/uniconv/u8-strconv-from-locale.c: New file.
39064
39065         * modules/uniconv/u32-strconv-to-enc: New file.
39066         * lib/uniconv/u32-strconv-to-enc.c: New file.
39067         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39068         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39069
39070         * modules/uniconv/u16-strconv-to-enc: New file.
39071         * lib/uniconv/u16-strconv-to-enc.c: New file.
39072         * lib/uniconv/u-strconv-to-enc.h: New file.
39073         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39074         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39075
39076         * modules/uniconv/u8-strconv-to-enc: New file.
39077         * lib/uniconv/u8-strconv-to-enc.c: New file.
39078         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39079         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39080
39081         * modules/uniconv/u32-strconv-from-enc: New file.
39082         * lib/uniconv/u32-strconv-from-enc.c: New file.
39083         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39084         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39085
39086         * modules/uniconv/u16-strconv-from-enc: New file.
39087         * lib/uniconv/u16-strconv-from-enc.c: New file.
39088         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39089         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39090
39091         * modules/uniconv/u8-strconv-from-enc: New file.
39092         * lib/uniconv/u8-strconv-from-enc.c: New file.
39093         * lib/uniconv/u-strconv-from-enc.h: New file.
39094         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39095         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39096
39097         * modules/uniconv/u32-conv-from-enc: New file.
39098         * lib/uniconv/u32-conv-from-enc.c: New file.
39099         * modules/uniconv/u32-conv-from-enc-tests: New file.
39100         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39101
39102         * modules/uniconv/u16-conv-from-enc: New file.
39103         * lib/uniconv/u16-conv-from-enc.c: New file.
39104         * lib/uniconv/u-conv-from-enc.h: New file.
39105         * modules/uniconv/u16-conv-from-enc-tests: New file.
39106         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39107
39108         * modules/uniconv/u8-conv-from-enc: New file.
39109         * lib/uniconv/u8-conv-from-enc.c: New file.
39110         * modules/uniconv/u8-conv-from-enc-tests: New file.
39111         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39112
39113         * modules/uniconv/base: New file.
39114         * lib/uniconv.h: New file.
39115
39116 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39117
39118         * doc/gnulib-tool.texi (Initial import): Update to match current
39119         behavior with strdup module.
39120         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39121         * lib/memmem.h: Remove; all uses removed.  This is now done
39122         by <string.h>.
39123         * lib/mempcpy.h: Likewise.
39124         * lib/memrchr.h: Likewise.
39125         * lib/stpcpy.h: Likewise.
39126         * lib/stpncpy.h: Likewise.
39127         * lib/strcase.h: Likewise.
39128         * lib/strchrnul.h: Likewise.
39129         * lib/strdup.h: Likewise.
39130         * lib/strndup.h: Likewise.
39131         * lib/strnlen.h: Likewise.
39132         * lib/strpbrk.h: Likewise.
39133         * lib/strsep.h: Likewise.
39134         * lib/strstr.h: Likewise.
39135         * lib/strtok_r.h: Likewise.
39136         * lib/string_.h: New file.
39137         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39138         Rely on <string.h> instead.
39139         * lib/canon-host.c: Likewise.
39140         * lib/chdir-long.c: Likewise.
39141         * lib/concatpath.c: Likewise.
39142         * lib/exclude.c: Likewise.
39143         * lib/fchdir.c: Likewise.
39144         * lib/getaddrinfo.c: Likewise.
39145         * lib/getcwd.c: Likewise.
39146         * lib/getsubopt.c: Likewise.
39147         * lib/glob.c: Likewise.
39148         * lib/hard-locale.c: Likewise.
39149         * lib/iconvme.c: Likewise.
39150         * lib/javacomp.c: Likewise.
39151         * lib/mempcpy.c: Likewise.
39152         * lib/memrchr.c: Likewise.
39153         * lib/regex_internal.h: Likewise.
39154         * lib/stpncpy.c: Likewise.
39155         * lib/strcasecmp.c: Likewise.
39156         * lib/strchrnul.c: Likewise.
39157         * lib/strdup.c: Likewise.
39158         * lib/striconv.c: Likewise.
39159         * lib/striconveh.c: Likewise.
39160         * lib/striconveha.c: Likewise.
39161         * lib/strncasecmp.c: Likewise.
39162         * lib/strndup.c: Likewise.
39163         * lib/strnlen.c: Likewise.
39164         * lib/strsep.c: Likewise.
39165         * lib/strstr.c: Likewise.
39166         * lib/strtok_r.c: Likewise.
39167         * lib/userspec.c: Likewise.
39168         * lib/w32spawn.h: Likewise.
39169         * lib/xstrndup.c: Likewise.
39170         * lib/mountlist.c (strstr): Remove decl.
39171         * m4/string_h.m4: New file.
39172         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39173         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39174         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39175         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39176         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39177         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39178         Set REPLACE_STRCASECMP if necessary.
39179         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39180         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39181         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39182         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39183         HAVE_DECL_STRDUP if necessary.
39184         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39185         since gl_FUNC_STRNDUP does that now.
39186         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39187         Check for decl here...
39188         (gl_PREREQ_STRNLEN): ... not here.
39189         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39190         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39191         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39192         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39193         necessary.
39194         * modules/string: New file.
39195         * modules/memmem (Files): Remove special-purpose include file.
39196         (Depends-on): Add string.
39197         (Include): Include <string.h>, not the removed file.
39198         * modules/mempcpy: Likewise.
39199         * modules/memrchr: Likewise.
39200         * modules/stpcpy: Likewise.
39201         * modules/stpncpy: Likewise.
39202         * modules/strcase: Likewise.
39203         * modules/strchrnul: Likewise.
39204         * modules/strdup: Likewise.
39205         * modules/strndup: Likewise.
39206         * modules/strnlen: Likewise.
39207         * modules/strpbrk: Likewise.
39208         * modules/strsep: Likewise.
39209         * modules/strstr: Likewise.
39210         * modules/strtok_r: Likewise.
39211         * tests/test-dirname.c: Don't include "strdup.h", since
39212         <string.h> now suffices.
39213         * tests/test-memmem.c: Don't include "memmem.h", since
39214         <string.h> now suffices.
39215
39216 2007-01-25  Bruno Haible  <bruno@clisp.org>
39217
39218         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39219         *resultp is 0.
39220
39221         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39222         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39223         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39224         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39225
39226         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39227         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39228         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39229         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39230         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39231         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39232
39233 2007-01-24  Bruno Haible  <bruno@clisp.org>
39234
39235         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39236         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39237         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39238         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39239         gl_FUNC_FTS_CORE.
39240         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39241         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39242         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39243         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39244         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39245         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39246         gl_FUNC_FCHOWNAT.
39247         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39248         gl_FUNC_STRFTIME.
39249         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39250         Reported by Ralf Wildenhues.
39251
39252 2007-01-24  Bruno Haible  <bruno@clisp.org>
39253
39254         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39255         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39256         gl_GETADDRINFO.
39257         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39258         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39259         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39260
39261 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39262
39263         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39264         Don't use 'exit'; just return from 'main'.
39265         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39266
39267         * lib/fnmatch_.h: Readjust white space and comments to match
39268         glibc, to avoid spurious diffs.
39269
39270 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39271
39272         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39273         2004-12-01 change by Jakub Jelinek, since this code won't compile
39274         if !LIBC.  Problem reported by Bob Proulx.
39275
39276 2007-01-23  Bruno Haible  <bruno@clisp.org>
39277
39278         * lib/striconveh.c: Include c-strcaseeq.h.
39279         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39280         * modules/striconveh (Depends-on): Add c-strcaseeq.
39281
39282 2007-01-23  Bruno Haible  <bruno@clisp.org>
39283
39284         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39285
39286         * modules/c-strcaseeq: New file.
39287         * lib/c-strcaseeq.h: New file.
39288
39289         * modules/streq: New file.
39290         * lib/streq.h: New file.
39291
39292 2007-01-23  Bruno Haible  <bruno@clisp.org>
39293
39294         * modules/striconveha-tests: New file.
39295         * tests/test-striconveha.c: New file.
39296
39297         * lib/striconveha.h: Include <stdbool.h>.
39298         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39299         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39300         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39301         (mem_iconveha): New function.
39302         (str_iconveha_notranslit): Renamed from str_iconveha.
39303         (str_iconveha): New function.
39304         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39305         c-strcase.
39306
39307 2007-01-23  Bruno Haible  <bruno@clisp.org>
39308
39309         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39310         encodings without forgiving before trying any encoding with handler.
39311         (str_iconveha): Try all encodings without forgiving before trying any
39312         encoding with handler.
39313
39314 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39315
39316         Import the following changes from libc.
39317
39318         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39319
39320         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39321
39322         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39323
39324         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39325         normal_bracket label.
39326
39327         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39328
39329         [BZ #361]
39330         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39331         to normal_bracket after fetching the next character.
39332
39333 2007-01-22  Bruno Haible  <bruno@clisp.org>
39334
39335         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39336         argument.
39337         * lib/striconveh.c (iconv_carefully_1): New function.
39338         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39339         argument.
39340         (str_cd_iconveh): Update.
39341         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39342         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39343         * tests/test-striconveh.c (MAGIC): New macro.
39344         (new_offsets): New function.
39345         (main): Test call with and without offsets.
39346
39347 2007-01-22  Bruno Haible  <bruno@clisp.org>
39348
39349         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39350         * modules/sys_select (Makefile.am): Likewise.
39351         * modules/sys_socket (Makefile.am): Likewise.
39352         * modules/sys_time (Makefile.am): Likewise.
39353
39354 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39355
39356         * modules/gettimeofday (License): Change from GPL to LGPL, since
39357         gettimeofday is a library function.
39358
39359 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39360
39361         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39362
39363 2007-01-21  Bruno Haible  <bruno@clisp.org>
39364
39365         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39366
39367 2007-01-21  Bruno Haible  <bruno@clisp.org>
39368
39369         * modules/striconveha: New file.
39370         * lib/striconveha.h: New file.
39371         * lib/striconveha.c: New file.
39372         * MODULES.html.sh (Internationalization functions): Add striconveha.
39373         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39374         string.
39375         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39376
39377 2007-01-21  Bruno Haible  <bruno@clisp.org>
39378
39379         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39380         * lib/striconveh.c (str_iconveh): Likewise.
39381
39382 2007-01-21  Bruno Haible  <bruno@clisp.org>
39383
39384         * lib/striconveh.h (mem_iconveh): New declaration.
39385         * lib/striconveh.c (mem_iconveh): New function.
39386         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39387
39388 2007-01-21  Bruno Haible  <bruno@clisp.org>
39389
39390         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39391
39392         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39393         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39394         original result buffer.
39395         (str_cd_iconveh): Update.
39396         * tests/test-striconveh.c (main): Update.
39397
39398         * lib/striconv.h (mem_cd_iconv): Change specification.
39399         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39400         result buffer.
39401         (str_cd_iconv): Update.
39402         * tests/test-striconv.c (main): Update.
39403
39404 2007-01-21  Bruno Haible  <bruno@clisp.org>
39405
39406         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39407
39408 2007-01-20  Jim Meyering  <jim@meyering.net>
39409
39410         * lib/userspec.c (parse_with_separator): If a user or group string
39411         starts with "+", skip the corresponding name-to-ID look-up, since
39412         such a look-up must fail: user and group names may not include "+".
39413
39414 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39415
39416         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39417         since we now assume the sys_time module.
39418         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39419         check for sys/time.h; no longer needed.
39420         * modules/poll (Depends-on): Depend on sys_time.
39421
39422 2007-01-18  Bruno Haible  <bruno@clisp.org>
39423
39424         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39425         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39426
39427         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39428         gettimeofday.
39429
39430         * tests/test-gettimeofday.c: Include <time.h>.
39431         (dummy): Remove variable.
39432
39433         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39434         gl_HEADER_SYS_TIME_H.
39435         (gl_HEADER_SYS_TIME_H): New macro.
39436
39437         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39438         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39439         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39440         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39441         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39442         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39443         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39444         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39445         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39446         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39447         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39448
39449         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39450         last change; it caused a compilation error when cross-compiling to
39451         Cygwin.
39452
39453 2007-01-18  Jim Meyering  <jim@meyering.net>
39454
39455         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39456         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39457         than the race-prone "test -d sys || mkdir sys".
39458         (configure.ac): Use AC_PROG_MKDIR_P.
39459         * modules/sys_select: Likewise.
39460         * modules/sys_socket: Likewise.
39461         * modules/sys_time: Likewise.
39462
39463 2007-01-18  Eric Blake  <ebb9@byu.net>
39464
39465         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39466         replace gettimeofday.
39467         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39468         name, to avoid infinite recursion.
39469
39470 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39471
39472         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39473         module sys_time.
39474         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39475         assume timespec.h defines struct timeval.
39476         * lib/settime.c: Likewise.
39477         * lib/utimens.c: Likewise.
39478         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39479         since we now assume the gettimeofday module.
39480         * lib/tempname.c (__gen_tempname): Likewise.
39481         * lib/gettimeofday.h: Remove.
39482         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39483         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39484         Include <time.h>, for 'time()'.
39485         (localtime_buffer_addr): Also use this workaround if
39486         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39487         to simplify the uses.  All uses changed.
39488         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39489         that #undef is inside {}, and 'const' follows type name consistently.
39490         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39491         (gettimeofday): Do not use the maximum possible value for
39492         tv->tv_usec, since that might break usages other than ls.c.
39493         Instead, we'll leave ls.c alone.  This undoes today's patch
39494         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39495         we've never observed the problem but might as well keep the
39496         canary.
39497         * lib/nanosleep.c: Include timespec.h first, for interface check.
39498         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39499         now assume the sys_time module.
39500         * lib/tempname.c: Likewise.
39501         * lib/timespec.h: Likewise.
39502         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39503         needed.
39504         * lib/strftime.c: Likewise.
39505         * lib/timespec.h: Likewise.
39506         * lib/posixtm.c: Include posixtm.h first, for interface check.
39507         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39508         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39509         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39510         * lib/sys_time_.h: New file.
39511         * lib/timespec.h (struct timespec): Use long int, not long.
39512         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39513         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39514         Remove obsolescent call to AC_HEADER_TIME.
39515         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39516         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39517         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39518         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39519         Likewise.
39520         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39521         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39522         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39523         into the sys_time module.  Check for gettimeofday just once.
39524         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39525         for gettimeofday signature to just check the signature.  Merely
39526         compile it, since linking doesn't test signature.  Improve test for
39527         whether gettimeofday.o is actually needed.
39528         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39529         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39530         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39531         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39532         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39533         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39534         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39535         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39536         than worrying about sys/time.h.
39537         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39538         Don't bother worrying about TIME_WITH_SYS_TIME.
39539         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39540         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39541         * m4/sys_time_h.m4: New file.
39542         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39543         Don't include sys/time.h.  Return from main rather than exiting.
39544         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39545         all uses changed.
39546         * modules/gethrxtime (Depends-on): Add sys_time.
39547         * modules/gettime (Depends-on): Likewise.
39548         * modules/gettimeofday (Depends-on): Likewise.
39549         * modules/nanosleep (Depends-on): Likewise.
39550         * modules/settime (Depends-on): Likewise.
39551         * modules/tempname (Depends-on): Likewise.
39552         * modules/utimens (Depends-on): Likewise.
39553         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39554         (Include:) Change back to <sys/time.h>.
39555         (Maintainer:) Add self.
39556         * modules/sys_time: New file.
39557         * modules/tempname (Depends-on): Add gettimeofday.
39558         * tests/test-gettimeofday.c: Include <sys/time.h>
39559         rather than gettimeofday.h.
39560
39561 2007-01-17  Bruno Haible  <bruno@clisp.org>
39562
39563         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39564         the license default to GPL.
39565         (func_create_testdir): Don't complain if a module is LGPL and its
39566         tests module depends on GPLed modules.
39567
39568 2007-01-17  Bruno Haible  <bruno@clisp.org>
39569
39570         * lib/gettimeofday.c (gettimeofday): Add code for the case
39571         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39572         maximum possible value for tv->tv_usec, rather than the minimum one.
39573
39574 2005-10-08  Martin Lambers  <marlam@marlam.de>
39575 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39576 2007-01-16  Bruno Haible  <bruno@clisp.org>
39577
39578         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39579         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39580         gl_FUNC_GETTIMEOFDAY.
39581         (Include): Add gettimeofday.h.
39582         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39583         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39584         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39585         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39586         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39587         * lib/gettimeofday.h: New file.
39588         * lib/gettimeofday.c: Include <sys/timeb.h>.
39589         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39590         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39591         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39592         fall back on time().
39593
39594         * tests/test-gettimeofday.c: New file.
39595         * modules/gettimeofday-tests: New file.
39596
39597 2007-01-16  Eric Blake  <ebb9@byu.net>
39598
39599         * modules/fnmatch (Depends-on): Depend on wchar.
39600         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39601         * m4/fnmatch.m4: Likewise.
39602         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39603         * m4/mbchar.m4: Likewise.
39604         * modules/mbswidth (Depends-on): Depend on wchar.
39605         * lib/mbswidth.c: Assume <wchar.h>.
39606         * m4/mbswidth.m4: Likewise.
39607         * modules/quotearg (Depends-on): Depend on wchar.
39608         * lib/quotearg.c: Assume <wchar.h>.
39609         * m4/quotearg.m4: Likewise.
39610         * modules/regex (Depends-on): Depend on wchar.
39611         * lib/regex_internal.h: Assume <wchar.h>.
39612         * m4/regex.m4: Likewise.
39613         * modules/stdint (Depends-on): Depend on wchar.
39614         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39615         * m4/stdint.m4: Likewise.
39616         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39617         * modules/strftime (Depends-on): Depend on wchar.
39618         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39619         * modules/strtol (Depends-on): Depend on wchar.
39620         * lib/strtol.c: Assume <wchar.h>.
39621         * modules/wcwidth (Depends-on): Depend on wchar.
39622         * lib/wcwidth.h: Assume <wchar.h>.
39623         * m4/wcwidth.m4: Likewise.
39624
39625 2007-01-16  Bruno Haible  <bruno@clisp.org>
39626
39627         * modules/csharpexec-script: New, created from...
39628         * modules/csharpexec: ... this.
39629
39630 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39631
39632         * modules/javaexec-script: New, created from...
39633         * modules/javaexec: ... this.
39634
39635 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39636
39637         * modules/poll (Dependencies): Add sys_select.
39638
39639 2007-01-15  Jim Meyering  <jim@meyering.net>
39640
39641         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39642         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39643         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39644         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39645
39646 2007-01-15  Bruno Haible  <bruno@clisp.org>
39647
39648         * modules/striconveh: New file.
39649         * lib/striconveh.h: New file.
39650         * lib/striconveh.c: New file.
39651         * MODULES.html.sh (Internationalization functions): Add striconveh.
39652
39653         * modules/striconveh-tests: New file.
39654         * tests/test-striconveh.c: New file.
39655
39656 2007-01-15  Bruno Haible  <bruno@clisp.org>
39657
39658         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39659         not from GNU libiconv or GNU libc.
39660
39661 2007-01-15  Bruno Haible  <bruno@clisp.org>
39662
39663         * doc/gnulib-intro.texi (Copyright): Explain the different license
39664         terms for module descriptions, autoconf macros, tests, documentation.
39665
39666 2007-01-14  Bruno Haible  <bruno@clisp.org>
39667
39668         * modules/striconv-tests: New file.
39669         * tests/test-striconv.c: New file.
39670
39671 2007-01-14  Bruno Haible  <bruno@clisp.org>
39672
39673         * modules/iconv-tests: New file.
39674         * tests/test-iconv.c: New file.
39675
39676 2007-01-14  Bruno Haible  <bruno@clisp.org>
39677
39678         * gnulib-tool (func_get_license): For test modules, use the license of
39679         the main module.
39680
39681 2007-01-14  Bruno Haible  <bruno@clisp.org>
39682
39683         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39684         if iconv is found to exist.
39685
39686 2007-01-14  Bruno Haible  <bruno@clisp.org>
39687
39688         * modules/c-ctype-tests: New file.
39689         * tests/test-c-ctype.c: New file.
39690
39691 2007-01-14  Bruno Haible  <bruno@clisp.org>
39692
39693         * modules/binary-io-tests: New file.
39694         * tests/test-binary-io.sh: New file.
39695         * tests/test-binary-io.c: New file.
39696
39697 2007-01-14  Bruno Haible  <bruno@clisp.org>
39698
39699         * modules/array-oset-tests: New file.
39700         * tests/test-array_oset.c: New file.
39701
39702 2007-01-14  Bruno Haible  <bruno@clisp.org>
39703
39704         * modules/array-list-tests: New file.
39705         * tests/test-array_list.c: New file.
39706
39707 2007-01-14  Bruno Haible  <bruno@clisp.org>
39708
39709         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39710         and make.
39711         Reported by Simon Josefsson in
39712         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39713
39714 2007-01-14  Bruno Haible  <bruno@clisp.org>
39715
39716         * modules/allocsa-tests: New file.
39717         * tests/test-allocsa.c: New file.
39718
39719 2007-01-14  Bruno Haible  <bruno@clisp.org>
39720
39721         * modules/fchdir (Depends-on): Add absolute-header.
39722         * modules/unistd (Depends-on): Likewise.
39723
39724 2006-12-30  Bruno Haible  <bruno@clisp.org>
39725
39726         * modules/fchdir: New file.
39727         * modules/unistd (Files): Add lib/unistd_.h.
39728         (Makefile.am): Generate unistd.h from unistd_.h.
39729         * lib/fchdir.c: New file.
39730         * lib/dirent_.h: New file.
39731         * lib/unistd_.h: New file.
39732         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39733         * m4/fchdir.m4: New file.
39734         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39735         (gl_HEADER_UNISTD): Invoke it.
39736         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39737         function.
39738         * lib/backupfile.c (opendir, closedir): Undefine.
39739         * lib/chown.c (open, close): Undefine.
39740         * lib/clean-temp.c (open, close): Undefine.
39741         * lib/copy-file.c (open, close): Undefine.
39742         * lib/execute.c (open, close): Undefine.
39743         * lib/fsusage.c (open, close): Undefine.
39744         * lib/gc-gnulib.c (open, close): Undefine.
39745         * lib/getcwd.c (opendir, closedir): Undefine.
39746         * lib/glob.c (opendir, closedir): Undefine.
39747         * lib/javacomp.c (open, close): Undefine.
39748         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39749         * lib/openat-proc.c (open, close): Undefine.
39750         * lib/pagealign_alloc.c (open, close): Undefine.
39751         * lib/pipe.c (open, close): Undefine.
39752         * lib/progreloc.c (open, close): Undefine.
39753         * lib/savedir.c (opendir, closedir): Undefine.
39754         * lib/utime.c (open, close): Undefine.
39755         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39756
39757 2007-01-10  Bruno Haible  <bruno@clisp.org>
39758
39759         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39760
39761 2007-01-12  Eric Blake  <ebb9@byu.net>
39762
39763         Provide a robust <wchar.h>.  Further simplifications are now
39764         possible in other modules, but not included here.
39765         * modules/wchar: New module.
39766         * m4/wchar.m4: New file.
39767         * lib/wchar_.h: Likewise.
39768         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39769         of the new module.
39770         * MODULES.html.sh (Extended multibyte and wide character utilities):
39771         New section.
39772
39773 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39774
39775         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39776         to a reasonable default for memory allocation.
39777         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39778         file system that reports garbage st_size values for symlinks.
39779         Problem reported by Liyang Hu.
39780
39781 2007-01-11  Simon Josefsson  <simon@josefsson.org>
39782
39783         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
39784         Emacs .#* auto-save files).
39785
39786 2007-01-11  Bruno Haible  <bruno@clisp.org>
39787
39788         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
39789         directory.
39790
39791 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39792
39793         Use @...@ consistently in lib/wctype_.h.
39794         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
39795         on it being set to 1 or 0.
39796         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
39797         go back to AC_SUBSTing it.
39798         * modules/wctype (Makefile.am): Undo previous change.
39799
39800 2007-01-10  Eric Blake  <ebb9@byu.net>
39801
39802         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
39803         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
39804         * modules/wctype (Makefile.am): Likewise.
39805         Reported by Chris McGuire.
39806
39807 2007-01-10  Jim Meyering  <jim@meyering.net>
39808
39809         fts.c: a small readability/maintainability improvement
39810         * lib/fts.c (fts_read): Make this code slightly more readable and
39811         maintainable by hoisting the "sp->fts_cur = p" assignments to
39812         immediately follow the statements that set P.  Derived from
39813         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
39814
39815 2007-01-10  Eric Blake  <ebb9@byu.net>
39816
39817         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
39818         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
39819         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39820         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
39821         Reported by Chris McGuire.
39822
39823 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39824
39825         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
39826         in sed script.
39827
39828 2007-01-09  Bruno Haible  <bruno@clisp.org>
39829
39830         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
39831         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
39832         variables.
39833         (func_module): Use them.
39834
39835 2007-01-09  Bruno Haible  <bruno@clisp.org>
39836
39837         * modules/unistr/base: New file.
39838         * lib/unistr.h: New file.
39839
39840         * modules/unistr/u8-to-u16: New file.
39841         * lib/unistr/u8-to-u16.c: New file.
39842
39843         * modules/unistr/u8-to-u32: New file.
39844         * lib/unistr/u8-to-u32.c: New file.
39845
39846         * modules/unistr/u16-to-u8: New file.
39847         * lib/unistr/u16-to-u8.c: New file.
39848
39849         * modules/unistr/u16-to-u32: New file.
39850         * lib/unistr/u16-to-u32.c: New file.
39851
39852         * modules/unistr/u32-to-u8: New file.
39853         * lib/unistr/u32-to-u8.c: New file.
39854
39855         * modules/unistr/u32-to-u16: New file.
39856         * lib/unistr/u32-to-u16.c: New file.
39857
39858         * modules/unistr/u8-check: New file.
39859         * modules/unistr/u16-check: New file.
39860         * modules/unistr/u32-check: New file.
39861         * lib/unistr/u8-check.c: New file.
39862         * lib/unistr/u16-check.c: New file.
39863         * lib/unistr/u32-check.c: New file.
39864
39865         * modules/unistr/u8-chr: New file.
39866         * modules/unistr/u16-chr: New file.
39867         * modules/unistr/u32-chr: New file.
39868         * lib/unistr/u8-chr.c: New file.
39869         * lib/unistr/u16-chr.c: New file.
39870         * lib/unistr/u32-chr.c: New file.
39871
39872         * modules/unistr/u8-cmp: New file.
39873         * modules/unistr/u16-cmp: New file.
39874         * modules/unistr/u32-cmp: New file.
39875         * lib/unistr/u8-cmp.c: New file.
39876         * lib/unistr/u16-cmp.c: New file.
39877         * lib/unistr/u32-cmp.c: New file.
39878
39879         * modules/unistr/u8-cpy: New file.
39880         * modules/unistr/u16-cpy: New file.
39881         * modules/unistr/u32-cpy: New file.
39882         * lib/unistr/u8-cpy.c: New file.
39883         * lib/unistr/u16-cpy.c: New file.
39884         * lib/unistr/u32-cpy.c: New file.
39885         * lib/unistr/u-cpy.h: New file.
39886
39887         * modules/unistr/u8-cpy-alloc: New file.
39888         * modules/unistr/u16-cpy-alloc: New file.
39889         * modules/unistr/u32-cpy-alloc: New file.
39890         * lib/unistr/u8-cpy-alloc.c: New file.
39891         * lib/unistr/u16-cpy-alloc.c: New file.
39892         * lib/unistr/u32-cpy-alloc.c: New file.
39893         * lib/unistr/u-cpy-alloc.h: New file.
39894
39895         * modules/unistr/u8-endswith: New file.
39896         * modules/unistr/u16-endswith: New file.
39897         * modules/unistr/u32-endswith: New file.
39898         * lib/unistr/u8-endswith.c: New file.
39899         * lib/unistr/u16-endswith.c: New file.
39900         * lib/unistr/u32-endswith.c: New file.
39901         * lib/unistr/u-endswith.h: New file.
39902
39903         * modules/unistr/u8-mblen: New file.
39904         * modules/unistr/u16-mblen: New file.
39905         * modules/unistr/u32-mblen: New file.
39906         * lib/unistr/u8-mblen.c: New file.
39907         * lib/unistr/u16-mblen.c: New file.
39908         * lib/unistr/u32-mblen.c: New file.
39909
39910         * modules/unistr/u8-mbtouc: New file.
39911         * modules/unistr/u16-mbtouc: New file.
39912         * modules/unistr/u32-mbtouc: New file.
39913         * lib/unistr/u8-mbtouc.c: New file.
39914         * lib/unistr/u16-mbtouc.c: New file.
39915         * lib/unistr/u32-mbtouc.c: New file.
39916
39917         * modules/unistr/u8-mbtouc-safe: New file.
39918         * modules/unistr/u16-mbtouc-safe: New file.
39919         * modules/unistr/u32-mbtouc-safe: New file.
39920         * lib/unistr/u8-mbtouc-safe.c: New file.
39921         * lib/unistr/u16-mbtouc-safe.c: New file.
39922         * lib/unistr/u32-mbtouc-safe.c: New file.
39923
39924         * modules/unistr/u8-move: New file.
39925         * modules/unistr/u16-move: New file.
39926         * modules/unistr/u32-move: New file.
39927         * lib/unistr/u8-move.c: New file.
39928         * lib/unistr/u16-move.c: New file.
39929         * lib/unistr/u32-move.c: New file.
39930         * lib/unistr/u-move.h: New file.
39931
39932         * modules/unistr/u8-next: New file.
39933         * modules/unistr/u16-next: New file.
39934         * modules/unistr/u32-next: New file.
39935         * lib/unistr/u8-next.c: New file.
39936         * lib/unistr/u16-next.c: New file.
39937         * lib/unistr/u32-next.c: New file.
39938
39939         * modules/unistr/u8-prev: New file.
39940         * modules/unistr/u16-prev: New file.
39941         * modules/unistr/u32-prev: New file.
39942         * lib/unistr/u8-prev.c: New file.
39943         * lib/unistr/u16-prev.c: New file.
39944         * lib/unistr/u32-prev.c: New file.
39945
39946         * modules/unistr/u8-set: New file.
39947         * modules/unistr/u16-set: New file.
39948         * modules/unistr/u32-set: New file.
39949         * lib/unistr/u8-set.c: New file.
39950         * lib/unistr/u16-set.c: New file.
39951         * lib/unistr/u32-set.c: New file.
39952         * lib/unistr/u-set.h: New file.
39953
39954         * modules/unistr/u8-startswith: New file.
39955         * modules/unistr/u16-startswith: New file.
39956         * modules/unistr/u32-startswith: New file.
39957         * lib/unistr/u8-startswith.c: New file.
39958         * lib/unistr/u16-startswith.c: New file.
39959         * lib/unistr/u32-startswith.c: New file.
39960         * lib/unistr/u-startswith.h: New file.
39961
39962         * modules/unistr/u8-stpcpy: New file.
39963         * modules/unistr/u16-stpcpy: New file.
39964         * modules/unistr/u32-stpcpy: New file.
39965         * lib/unistr/u8-stpcpy.c: New file.
39966         * lib/unistr/u16-stpcpy.c: New file.
39967         * lib/unistr/u32-stpcpy.c: New file.
39968         * lib/unistr/u-stpcpy.h: New file.
39969
39970         * modules/unistr/u8-stpncpy: New file.
39971         * modules/unistr/u16-stpncpy: New file.
39972         * modules/unistr/u32-stpncpy: New file.
39973         * lib/unistr/u8-stpncpy.c: New file.
39974         * lib/unistr/u16-stpncpy.c: New file.
39975         * lib/unistr/u32-stpncpy.c: New file.
39976         * lib/unistr/u-stpncpy.h: New file.
39977
39978         * modules/unistr/u8-strcat: New file.
39979         * modules/unistr/u16-strcat: New file.
39980         * modules/unistr/u32-strcat: New file.
39981         * lib/unistr/u8-strcat.c: New file.
39982         * lib/unistr/u16-strcat.c: New file.
39983         * lib/unistr/u32-strcat.c: New file.
39984         * lib/unistr/u-strcat.h: New file.
39985
39986         * modules/unistr/u8-strchr: New file.
39987         * modules/unistr/u16-strchr: New file.
39988         * modules/unistr/u32-strchr: New file.
39989         * lib/unistr/u8-strchr.c: New file.
39990         * lib/unistr/u16-strchr.c: New file.
39991         * lib/unistr/u32-strchr.c: New file.
39992
39993         * modules/unistr/u8-strcmp: New file.
39994         * modules/unistr/u16-strcmp: New file.
39995         * modules/unistr/u32-strcmp: New file.
39996         * lib/unistr/u8-strcmp.c: New file.
39997         * lib/unistr/u16-strcmp.c: New file.
39998         * lib/unistr/u32-strcmp.c: New file.
39999
40000         * modules/unistr/u8-strcpy: New file.
40001         * modules/unistr/u16-strcpy: New file.
40002         * modules/unistr/u32-strcpy: New file.
40003         * lib/unistr/u8-strcpy.c: New file.
40004         * lib/unistr/u16-strcpy.c: New file.
40005         * lib/unistr/u32-strcpy.c: New file.
40006         * lib/unistr/u-strcpy.h: New file.
40007
40008         * modules/unistr/u8-strcspn: New file.
40009         * modules/unistr/u16-strcspn: New file.
40010         * modules/unistr/u32-strcspn: New file.
40011         * lib/unistr/u8-strcspn.c: New file.
40012         * lib/unistr/u16-strcspn.c: New file.
40013         * lib/unistr/u32-strcspn.c: New file.
40014         * lib/unistr/u-strcspn.h: New file.
40015
40016         * modules/unistr/u8-strdup: New file.
40017         * modules/unistr/u16-strdup: New file.
40018         * modules/unistr/u32-strdup: New file.
40019         * lib/unistr/u8-strdup.c: New file.
40020         * lib/unistr/u16-strdup.c: New file.
40021         * lib/unistr/u32-strdup.c: New file.
40022         * lib/unistr/u-strdup.h: New file.
40023
40024         * modules/unistr/u8-strlen: New file.
40025         * modules/unistr/u16-strlen: New file.
40026         * modules/unistr/u32-strlen: New file.
40027         * lib/unistr/u8-strlen.c: New file.
40028         * lib/unistr/u16-strlen.c: New file.
40029         * lib/unistr/u32-strlen.c: New file.
40030         * lib/unistr/u-strlen.h: New file.
40031
40032         * modules/unistr/u8-strmblen: New file.
40033         * modules/unistr/u16-strmblen: New file.
40034         * modules/unistr/u32-strmblen: New file.
40035         * lib/unistr/u8-strmblen.c: New file.
40036         * lib/unistr/u16-strmblen.c: New file.
40037         * lib/unistr/u32-strmblen.c: New file.
40038
40039         * modules/unistr/u8-strmbtouc: New file.
40040         * modules/unistr/u16-strmbtouc: New file.
40041         * modules/unistr/u32-strmbtouc: New file.
40042         * lib/unistr/u8-strmbtouc.c: New file.
40043         * lib/unistr/u16-strmbtouc.c: New file.
40044         * lib/unistr/u32-strmbtouc.c: New file.
40045
40046         * modules/unistr/u8-strncat: New file.
40047         * modules/unistr/u16-strncat: New file.
40048         * modules/unistr/u32-strncat: New file.
40049         * lib/unistr/u8-strncat.c: New file.
40050         * lib/unistr/u16-strncat.c: New file.
40051         * lib/unistr/u32-strncat.c: New file.
40052         * lib/unistr/u-strncat.h: New file.
40053
40054         * modules/unistr/u8-strncmp: New file.
40055         * modules/unistr/u16-strncmp: New file.
40056         * modules/unistr/u32-strncmp: New file.
40057         * lib/unistr/u8-strncmp.c: New file.
40058         * lib/unistr/u16-strncmp.c: New file.
40059         * lib/unistr/u32-strncmp.c: New file.
40060
40061         * modules/unistr/u8-strncpy: New file.
40062         * modules/unistr/u16-strncpy: New file.
40063         * modules/unistr/u32-strncpy: New file.
40064         * lib/unistr/u8-strncpy.c: New file.
40065         * lib/unistr/u16-strncpy.c: New file.
40066         * lib/unistr/u32-strncpy.c: New file.
40067         * lib/unistr/u-strncpy.h: New file.
40068
40069         * modules/unistr/u8-strnlen: New file.
40070         * modules/unistr/u16-strnlen: New file.
40071         * modules/unistr/u32-strnlen: New file.
40072         * lib/unistr/u8-strnlen.c: New file.
40073         * lib/unistr/u16-strnlen.c: New file.
40074         * lib/unistr/u32-strnlen.c: New file.
40075         * lib/unistr/u-strnlen.h: New file.
40076
40077         * modules/unistr/u8-strpbrk: New file.
40078         * modules/unistr/u16-strpbrk: New file.
40079         * modules/unistr/u32-strpbrk: New file.
40080         * lib/unistr/u8-strpbrk.c: New file.
40081         * lib/unistr/u16-strpbrk.c: New file.
40082         * lib/unistr/u32-strpbrk.c: New file.
40083         * lib/unistr/u-strpbrk.h: New file.
40084
40085         * modules/unistr/u8-strrchr: New file.
40086         * modules/unistr/u16-strrchr: New file.
40087         * modules/unistr/u32-strrchr: New file.
40088         * lib/unistr/u8-strrchr.c: New file.
40089         * lib/unistr/u16-strrchr.c: New file.
40090         * lib/unistr/u32-strrchr.c: New file.
40091
40092         * modules/unistr/u8-strspn: New file.
40093         * modules/unistr/u16-strspn: New file.
40094         * modules/unistr/u32-strspn: New file.
40095         * lib/unistr/u8-strspn.c: New file.
40096         * lib/unistr/u16-strspn.c: New file.
40097         * lib/unistr/u32-strspn.c: New file.
40098         * lib/unistr/u-strspn.h: New file.
40099
40100         * modules/unistr/u8-strstr: New file.
40101         * modules/unistr/u16-strstr: New file.
40102         * modules/unistr/u32-strstr: New file.
40103         * lib/unistr/u8-strstr.c: New file.
40104         * lib/unistr/u16-strstr.c: New file.
40105         * lib/unistr/u32-strstr.c: New file.
40106         * lib/unistr/u-strstr.h: New file.
40107
40108         * modules/unistr/u8-strtok: New file.
40109         * modules/unistr/u16-strtok: New file.
40110         * modules/unistr/u32-strtok: New file.
40111         * lib/unistr/u8-strtok.c: New file.
40112         * lib/unistr/u16-strtok.c: New file.
40113         * lib/unistr/u32-strtok.c: New file.
40114         * lib/unistr/u-strtok.h: New file.
40115
40116         * modules/unistr/u8-uctomb: New file.
40117         * modules/unistr/u16-uctomb: New file.
40118         * modules/unistr/u32-uctomb: New file.
40119         * lib/unistr/u8-uctomb.c: New file.
40120         * lib/unistr/u16-uctomb.c: New file.
40121         * lib/unistr/u32-uctomb.c: New file.
40122
40123         * MODULES.html.sh (Unicode string functions): Add the new modules.
40124
40125 2007-01-08  Bruno Haible  <bruno@clisp.org>
40126
40127         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40128         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40129         subdirectories.
40130
40131 2007-01-08  Karl Berry  <karl@gnu.org>
40132
40133         * doc/error.texi: mention that main() fns must set program_name
40134         when progname is used.
40135
40136 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40137
40138         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40139         WCTYPE_H is empty, for the benefit of builds from non-distclean
40140         directories.  Problem reported by Eric Blake in
40141         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40142
40143 2007-01-08  Bruno Haible  <bruno@clisp.org>
40144
40145         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40146         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40147         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40148         PROVIDE_CANONICALIZE_FILENAME_MODE.
40149         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40150
40151 2007-01-08  Bruno Haible  <bruno@clisp.org>
40152
40153         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40154         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40155         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40156         * lib/fts.c: Likewise.
40157         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40158
40159 2006-12-25  Bruno Haible  <bruno@clisp.org>
40160
40161         * modules/utf8-ucs4-safe: New file.
40162         * lib/utf8-ucs4-safe.h: New file.
40163         * lib/unistr/utf8-ucs4-safe.c: New file.
40164
40165         * modules/utf16-ucs4-safe: New file.
40166         * lib/utf16-ucs4-safe.h: New file.
40167         * lib/unistr/utf16-ucs4-safe.c: New file.
40168
40169         * MODULES.html.sh (Unicode string functions): Add the new modules.
40170
40171 2007-01-08  Bruno Haible  <bruno@clisp.org>
40172
40173         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40174         (Depends-on): Add unitypes.
40175         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40176         (u8_mbtouc_aux): Move out to separate file.
40177         (u8_mbtouc): Use ucs4_t, uint8_t types.
40178         * lib/unistr/utf8-ucs4.c: New file.
40179
40180         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40181         (Depends-on): Add unitypes.
40182         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40183         (u16_mbtouc_aux): Move out to separate file.
40184         (u16_mbtouc): Use ucs4_t, uint16_t types.
40185         * lib/unistr/utf16-ucs4.c: New file.
40186
40187         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40188         (Depends-on): Add unitypes.
40189         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40190         (u8_uctomb_aux): Move out to separate file.
40191         (u8_uctomb): Use ucs4_t, uint8_t types.
40192         * lib/unistr/ucs4-utf8.c: New file.
40193
40194         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40195         (Depends-on): Add unitypes.
40196         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40197         (u16_uctomb_aux): Move out to separate file.
40198         (u16_uctomb): Use ucs4_t, uint16_t types.
40199         * lib/unistr/ucs4-utf16.c: New file.
40200
40201 2006-12-25  Bruno Haible  <bruno@clisp.org>
40202
40203         * modules/unitypes: New file.
40204         * lib/unitypes.h: New file.
40205         * MODULES.html.sh (func_all_modules): New section "Unicode string
40206         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40207         this section. Add unitypes.
40208
40209 2007-01-08  Bruno Haible  <bruno@clisp.org>
40210
40211         Avoid variable names that conflict with those from libtool.
40212         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40213         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40214         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40215         library_names_spec to acl_library_names_spec, hardcode_* to
40216         acl_hardcode_*.
40217         Reported by Ralf Wildenhues.
40218
40219 2007-01-08  Bruno Haible  <bruno@clisp.org>
40220
40221         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40222         definition.
40223         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40224         definition.
40225         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40226         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40227         definition.
40228         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40229         definition.
40230         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40231         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40232         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40233         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40234         definition.
40235         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40236         definition.
40237         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40238         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40239         GC_USE_<algorithm>.
40240         * lib/gc-libgcrypt.c: Likewise.
40241         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40242         * modules/gc-arctwo (configure.ac): Likewise.
40243         * modules/gc-des (configure.ac): Likewise.
40244         * modules/gc-hmac-md5 (configure.ac): Likewise.
40245         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40246         * modules/gc-md2 (configure.ac): Likewise.
40247         * modules/gc-md4 (configure.ac): Likewise.
40248         * modules/gc-md5 (configure.ac): Likewise.
40249         * modules/gc-random (configure.ac): Likewise.
40250         * modules/gc-rijndael (configure.ac): Likewise.
40251         * modules/gc-sha1 (configure.ac): Likewise.
40252
40253 2007-01-08  Bruno Haible  <bruno@clisp.org>
40254
40255         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40256         macro definition.
40257         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40258         definition.
40259         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40260         definition.
40261         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40262         * modules/fcntl-safer (configure.ac): Likewise.
40263         * modules/fopen-safer (configure.ac): Likewise.
40264         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40265         GNULIB_FWRITEERROR macro definition.
40266
40267 2007-01-08  Bruno Haible  <bruno@clisp.org>
40268
40269         * m4/gnulib-common.m4: New file.
40270         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40271         (func_get_filelist): Add m4/gnulib-common.m4.
40272
40273 2007-01-08  Bruno Haible  <bruno@clisp.org>
40274
40275         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40276         command.
40277
40278 2007-01-08  Jim Meyering  <jim@meyering.net>
40279
40280         Use a more robust test for a "can't happen" condition.
40281         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40282         narrowed the st_size value.  Presuming the "can't happen" condition
40283         is true, that narrowing could conceivably convert an invalid st_size
40284         value into a valid one.  Instead, use a change based on Matthew
40285         Woehlke's original patch.
40286
40287         Slight readability improvement: use an assert-like macro
40288         in place of literal "abort ()" uses.
40289         * lib/fts.c (fts_assert): Define.
40290         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40291         Use this macro instead of a bare 'abort'.
40292
40293 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40294
40295         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40296         simply work around them.
40297         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40298         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40299         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40300         declaring.
40301         Don't bother to define as macros, since the standard doesn't require it.
40302         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40303         longer worry about IRIX 5.3.
40304         (HAVE_WCTYPE_CTMP_BUG): Remove.
40305
40306 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40307
40308         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40309         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40310         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40311         Problems reported by Georg Schwarz for IRIX 5.3.
40312
40313         * gnulib-tool (autoconf_minversion): Take the maximum version number
40314         found, not the minimum.  Problem reported by James Youngman.
40315
40316 2007-01-03  Karl Berry  <karl@gnu.org>
40317
40318         * doc/error.texi: new file, explaining interaction with progname.
40319         * doc/gnulib.texi: include it.  Update copyright.
40320
40321 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40322
40323         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40324         AC_CANONICAL_HOST, to improve autobuild outputs.
40325
40326 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40327             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40328
40329         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40330         sockets, server sockets, and other file descriptors.  Count errors
40331         to compute the return value.  Reorder the code a bit to be easier
40332         to follow.  Don't set event bits that were not requested (except
40333         POLLERR and POLLHUP).
40334
40335 2007-01-01  Bruno Haible  <bruno@clisp.org>
40336
40337         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40338
40339 2007-01-03  Jim Meyering  <jim@meyering.net>
40340
40341         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40342
40343 2007-01-02  Bruno Haible  <bruno@clisp.org>
40344
40345         * modules/settime (Include): Require timespec.h.
40346         * modules/nanosleep (Include): Likewise.
40347
40348 2007-01-01  Bruno Haible  <bruno@clisp.org>
40349
40350         * gnulib-tool (func_emit_copyright_notice): Bump year.
40351         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40352
40353 2007-01-01  Bruno Haible  <bruno@clisp.org>
40354
40355         Improve support for OpenBSD.
40356         * build-aux/config.rpath (libname_spec): Export.
40357         (library_names_spec): New variable. Export.
40358         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40359         library_names_spec from the config.rpath output. Locate shared library
40360         through the name pattern in library_names_spec.
40361
40362 2007-01-01  Eric Blake  <ebb9@byu.net>
40363
40364         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40365
40366 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40367
40368         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40369         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40370         assume the C locale, and avoid an "eval" that could cause trouble.
40371         Problem with SORT reported by Bob Proulx.
40372
40373         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40374         Define.  Trivial patch from Henning Nielsen Lund, originally
40375         sent to bug-grep@gnu.org today.
40376
40377 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40378
40379         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40380         struct stat.  Problem reported by Henning Nielsen Lund.
40381         * lib/acl.c: Include acl.h first, to check interface.  Don't
40382         bother to include sys/types.h and sys/stat.h again.
40383
40384 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40385
40386         Import the following change from libc; problem reported by
40387         Sven Verdoolaege.
40388
40389         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40390
40391         [BZ #1373]
40392         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40393
40394 2006-12-28  Jim Meyering  <jim@meyering.net>
40395
40396         * build-aux/announce-gen: Do not assume that the package
40397         builds any of tar.gz, tar.bz2, and .xdelta files.
40398         Suggestion from Simon Josefsson.
40399
40400 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40401
40402         * modules/announce-gen: New file.
40403
40404 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40405
40406         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40407         handles its gotchas now.
40408         * lib/mbswidth.c: Likewise.
40409         * lib/wcwidth.h: Likewise.
40410         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40411         and iswcntrl; the wctype module does this stuff now.
40412         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40414         * modules/mbchar (Depends-on): Add wctype.
40415         * modules/mbswidth (Depends-on): Likewise.
40416         * modules/wcwidth (Depends-on): Likewise.
40417
40418 2006-12-27  Eric Blake  <ebb9@byu.net>
40419
40420         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40421         module uses more than what <wctype.h> is required to provide.
40422
40423 2006-12-26  Eric Blake  <ebb9@byu.net>
40424
40425         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40426
40427 2006-12-26  Eric Blake  <ebb9@byu.net>
40428
40429         * modules/absolute-header: New module.
40430         * modules/fcntl (Depends-on): Depend on it.
40431         * modules/inttypes (Depends-on): Likewise.
40432         * modules/stdint (Depends-on): Likewise.
40433         * modules/sys_stat (Depends-on): Likewise.
40434         * modules/wctype (Depends-on): Likewise.
40435         * MODULES.html.sh (Support for building libraries and
40436         executables): Document it.
40437
40438 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40439
40440         * gnulib-tool (SED): Remove, undoing previous change.
40441         The problem was that it broke coreutils on Solaris, because
40442         "sed --posix" leaked into a makefile.
40443         (sed): New alias, if 'alias' and GNU sed.
40444
40445 2006-12-24  Jim Meyering  <jim@meyering.net>
40446
40447         Work around an fchownat bug in glibc-2.4:
40448         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40449         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40450         in spite of the -P option.
40451         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40452         New macros.
40453         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40454         * modules/openat (Files): Add lib/fchownat.c.
40455         * lib/openat.c (fchownat): Don't define here.  Move to...
40456         * lib/fchownat.c: ...this new file.
40457
40458 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40459
40460         Fix bug reported by Bruno Haible in
40461         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40462         where quotearg.c didn't compile on Mac OS X 10.2 because it
40463         lacks <wchar.h> and wint_t.
40464         * lib/wctype_.h (__wctype_wint_t): New type.
40465         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40466         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40467         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40468         Arg is now of type __wctype_wint_t, not wint_t.
40469         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40470         substitute HAVE_WINT_T.
40471         * modules/wctype (Files): Add m4/wint_t.m4.
40472         (wctype.h): Substitute HAVE_WINT_T.
40473
40474 2006-12-23  Bruno Haible  <bruno@clisp.org>
40475
40476         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40477
40478 2006-12-23  Bruno Haible  <bruno@clisp.org>
40479
40480         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40481         S_ISLNK.
40482         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40483         mingw.
40484
40485 2006-12-22  Bruno Haible  <bruno@clisp.org>
40486
40487         * lib/copy-file.c: Include acl.h.
40488         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40489         Close the file descriptors only after being done with copy_acl.
40490         * modules/copy-file (Depends-on): Add acl.
40491
40492 2006-12-22  Bruno Haible  <bruno@clisp.org>
40493
40494         * gnulib-tool (SED): New variable.
40495         Use $SED instead of sed everywhere.
40496
40497 2006-12-22  Bruno Haible  <bruno@clisp.org>
40498
40499         * modules/no-c++: New file.
40500         * m4/no-c++.m4: New file.
40501         * MODULES.html.sh (Support for building libraries and executables):
40502         Add no-c++.
40503
40504 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40505
40506         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40507         Include <limits.h>, and use its INT_MAX to rewrite the
40508         j loop so that it does not overflow 'int'.  Problem reported by
40509         Ralf Wildenhues in
40510         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40511         Play it safe by shifting left by 1 rather than multiplying by 2,
40512         as GCC is less likely to optimize this away when the value
40513         is signed (when it assumes overflow leads to undefined behavior).
40514         Also, don't assume time_t uses two's complement.
40515
40516 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40517
40518         * MODULES.html.sh: New module wctype.
40519         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40520         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40521         <wctype.h>, since the new wctype module should fix this.
40522         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40523         the wctype module should arrange for it.
40524         * lib/regex_internal.h: Likewise.
40525         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40526         since the wctype module should handle this now.
40527         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40528         * modules/fnmatch (Depends-on): Add wctype.
40529         * modules/quotearg (Depends-on): Likewise.
40530         * modules/regex (Depends-on): Likewise.
40531
40532 2006-12-19  Bruno Haible  <bruno@clisp.org>
40533
40534         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40535         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40536
40537 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40538
40539         * modules/savewd (Depends-on): Fix dependency on fcntl.
40540
40541 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40542
40543         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40544         conforms to C99, rather than relying on the user's environment
40545         setting of STDINT_H.
40546
40547 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40548         and Eric Blake  <ebb9@byu.net>
40549
40550         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40551         This is more consistent with the other defines here.
40552         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40553         Port to z/OS.  Problem reported by Paul Gilmartin.
40554         Change local vars to use gl_ prefix rather than ac_.
40555         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40556         with other defines.
40557         * modules/double-slash-root: New module.
40558         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40559         (Depends-on): Add double-slash-root.
40560         * MODULES.html.sh (File system functions): Mention new module.
40561
40562 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40563
40564         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40565         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40566         This is for the benefit of gzip, which doesn't do i18n.
40567
40568 2006-12-12  Jim Meyering  <jim@meyering.net>
40569
40570         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40571         Reported by Andreas Schwab <schwab@suse.de>.
40572
40573 2006-12-12  Bruno Haible  <bruno@clisp.org>
40574
40575         Merge these changes.
40576         2006-09-05  Bruno Haible  <bruno@clisp.org>
40577         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40578         iconv_alloc succeeded.
40579         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40580         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40581         test for " && dest " at the end - dest is always != NULL there. Call
40582         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40583         with 2xNULL arguments, also to flush the state storage. Handle the
40584         IRIX iconv behaviour. Realloc the final result, to throw away unused
40585         memory.
40586
40587 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40588
40589         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40590         and fchmodat unconditionally, since glibc 2.4 has them.
40591         Problem reported by Arkadiusz Miskiewicz.
40592
40593 2006-12-10  Bruno Haible  <bruno@clisp.org>
40594
40595         * gnulib-tool (func_import): Show the include files only for those
40596         modules that are copied and specified.
40597         Reported by Karl Berry.
40598
40599 2006-12-08  Jim Meyering  <jim@meyering.net>
40600
40601         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40602         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40603
40604         * build-aux/announce-gen: Add two new options, both optional:
40605         --bootstrap-tools=TOOL_LIST
40606               a comma-separated list of tools, e.g.,
40607               autoconf,automake,bison,gnulib
40608         --gnulib-snapshot-date=DATE
40609               if gnulib is in the bootstrap tool list,
40610               then report this as the snapshot date.
40611               If not specified, use the current date/time.
40612               If you specify a date here, be sure it's UTC.
40613
40614 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40615
40616         * tests/test-argp-2.sh: Fix test to match actual output.
40617         (func_compare): Fix sed script to be portable.
40618
40619 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40620
40621         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40622         workaround for this case.  It is not autoconfigured now; offhand
40623         it's hard to see how to autoconfigure it.
40624
40625 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40626
40627         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40628         a directory that is about to be chowned.  Such a directory's
40629         initial file permissions should permit the owner only and this
40630         should not be changed until after the chown, since the group and
40631         other bits would be incorrect if they granted permission before
40632         the chown.
40633
40634         Fix porting problem for iswctype reported by Georg Schwarz in:
40635         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40636         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40637         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40638         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40639         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40640
40641 2006-12-03  Jim Meyering  <jim@meyering.net>
40642
40643         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40644         p->fts_statp may not yet be defined.
40645         (fts_read): Instead, set it in the caller, once p->fts_statp is
40646         sure to be defined, and corresponds to a top-level directory.
40647         This bug made du -x fail.  Here's the coreutils test case:
40648         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40649         Reported by Mike Frysinger.
40650
40651 2006-12-01  Jim Meyering  <jim@meyering.net>
40652
40653         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40654         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40655         Reported by Simon Josefsson.
40656
40657 2006-11-30  Jim Meyering  <jim@meyering.net>
40658
40659         * m4/warning.m4: Use the all-permissive copyright notice
40660         recommended by RMS (rather than LGPL).
40661         * m4/vararrays.m4: Likewise.
40662         * m4/flexmember.m4: Likewise.
40663
40664 2006-11-29  Bruno Haible  <bruno@clisp.org>
40665
40666         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40667         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40668         using +=.
40669         Reported by Simon Josefsson <simon@josefsson.org>.
40670
40671 2006-11-28  James Youngman <jay@gnu.org>
40672
40673         * README: Advise users that they might find the bug-gnulib@gnu.org
40674         and autotools-announce@gnu.org mailing lists useful.
40675
40676 2006-11-28  Bruno Haible  <bruno@clisp.org>
40677
40678         * m4/ptrdiff_max.m4: Remove file.
40679
40680 2006-11-21  Bruno Haible  <bruno@clisp.org>
40681
40682         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40683         _AC_COMPUTE_INT.
40684         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40685         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40686         _AC_COMPUTE_INT.
40687         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40688         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40689         _AC_COMPUTE_INT.
40690         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40691
40692 2006-11-28  Jim Meyering  <jim@meyering.net>
40693
40694         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40695         warning from "gcc -Wshadow" about shadowing the builtin.
40696
40697 2006-11-27  Bruno Haible  <bruno@clisp.org>
40698
40699         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40700         _AC_COMPUTE_INT.
40701         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40702
40703 2006-11-27  Bruno Haible  <bruno@clisp.org>
40704             Paul Eggert  <eggert@cs.ucla.edu>
40705
40706         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40707
40708 2006-11-26  Bruno Haible  <bruno@clisp.org>
40709
40710         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40711         noinst_LTLIBRARIES.
40712
40713 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40714             Bruno Haible  <bruno@clisp.org>
40715
40716         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40717         if compiling with "gcc -ansi".
40718
40719 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40720
40721         Fix some incompatibilities with gcc -ansi -pedantic.
40722         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40723         if compiling pedantically with GCC, unless it's C99 or later.
40724         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40725         it mishandles gcc -ansi -pedantic as well.
40726         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40727         if gcc -pedantic.
40728         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40729         initializers for struct if -pedantic, unless it's C99 or later.
40730
40731 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40732
40733         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40734         Don't close an fd more than once. Identical atimes indicate
40735         success, not failure.
40736
40737 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40738
40739         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40740
40741 2006-11-23  Jim Meyering  <jim@meyering.net>
40742
40743         * build-aux/announce-gen: New file.  From coreutils.
40744
40745 2006-11-22  Jim Meyering  <jim@meyering.net>
40746
40747         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40748         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40749         (fts_read): Use a temporary to narrow the overused st_size member
40750         before using it in a switch statement.  Reported by Matthew Woehlke.
40751
40752         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40753         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40754
40755 2006-11-20  Bruno Haible  <bruno@clisp.org>
40756
40757         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40758         changequote instead of pairs of brackets.
40759         Reported by Andreas Schwab <schwab@suse.de>.
40760
40761 2006-11-21  Jim Meyering  <jim@meyering.net>
40762
40763         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40764         so as to remain compatible with older compilers.
40765         Patch from Michael Deutschmann.
40766
40767 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40768
40769         * MODULES.html.sh (File system functions): Add openat.
40770
40771         * lib/openat.h (rpl_fstatat): New macro, if
40772         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40773         (fstatat): Define to rpl_fstatat under the same conditions,
40774         unless COMPILING_FSTATAT.
40775         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40776         seems to have the bug.
40777         * lib/fstatat.c: New file.
40778         * modules/openat (Files): Add it.
40779
40780 2006-11-20  Bruno Haible  <bruno@clisp.org>
40781
40782         * Makefile: New file.
40783
40784 2006-11-20  Jim Meyering  <jim@meyering.net>
40785
40786         The beginnings of syntax-related checks for gnulib.
40787         * lib/Makefile: New file.
40788         * lib/t-idcache: New script.  Ensure that the two halves of
40789         idcache.c stay in sync.
40790
40791         * lib/idcache.c: Adjust comments in user- and group- portions to
40792         be more accurate, and to be consistent with one another.
40793
40794 2006-11-20  Jim Meyering  <jim@meyering.net>
40795
40796         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
40797         continue using the flexible array member (thus, this module performs
40798         half as many malloc calls), with the addition that...
40799         (getgroup, getuser): Consistently record a non-match via an empty
40800         "name" string, and map an empty string match to a NULL return value.
40801         * modules/idcache (Depends-on): Re-add flexmember.
40802
40803         * lib/idcache.c (getuser): Remove all uses of the register keyword.
40804         (getuidbyname, getgroup, getgidbyname): Likewise.
40805
40806         Use cleaner syntax: NULL rather than 0.
40807         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
40808
40809 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40810
40811         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
40812         It mishandled the case where the group was missing.
40813         Problem reported by Greg Schafer.
40814         * modules/idcache: Likewise.
40815
40816 2006-11-18  Jim Meyering  <jim@meyering.net>
40817
40818         * check-module (%exempt_header): Add exception for some
40819         conditionally-included headers.
40820
40821         * modules/i-ring (Depends-on): Add verify.
40822         (License): Change to LGPL.
40823
40824 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40825
40826         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
40827         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
40828         and inttostr.h.  Use snprintf rather than uinttostr, so that
40829         LGPLed code doesn't depend on GPLed.
40830
40831 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40832
40833         * modules/inline (License): Change from GPL to LGPL.
40834
40835 2006-11-17  Jim Meyering  <jim@meyering.net>
40836
40837         * modules/d-type (License): Switch to LGPL.
40838
40839 2006-11-15  Bruno Haible  <bruno@clisp.org>
40840
40841         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
40842
40843 2006-11-15  Eric Blake  <ebb9@byu.net>
40844
40845         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
40846         the module dependency.
40847
40848 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40849             Bruno Haible  <bruno@clisp.org>
40850
40851         * gnulib-tool (func_create_testdir): Add license consistency check.
40852
40853 2006-11-15  Eric Blake  <ebb9@byu.net>
40854
40855         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
40856         random "(cached)" in configure output.
40857
40858 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40859
40860         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
40861         test for conforming inttypes.h is both announced and cached.
40862
40863         * MODULES.html.sh (seen_modules, seen_files): New variables.
40864         (func_module): Rewrite to use a few less gnulib-tool and sed
40865         invocations.  Avoid a couple of quadratic algorithms for ...
40866         (missed_modules, missed_files): ... these, with ...
40867         (func_append, func_tmpdir): ... these new functions, from
40868         gnulib-tool.  Analogously, install traps for cleanup.
40869
40870         * tests/test-gc.c (main): Remove unused variables.
40871         * tests/test-read-file.c: Include stdlib.h, for 'free'.
40872
40873 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
40874
40875         * modules/inttostr (License): Change to LGPL.
40876
40877 2006-11-14  Eric Blake  <ebb9@byu.net>
40878
40879         * modules/tempname (License): Change to LGPL.
40880
40881 2006-11-14  Eric Blake  <ebb9@byu.net>
40882
40883         * doc/functions.texi (Function Portability): *printf functions on
40884         Cygwin now understand all POSIX size specifiers.
40885
40886 2006-11-14  Bruno Haible  <bruno@clisp.org>
40887
40888         * modules/c-ctype (License): Change to LGPL.
40889
40890 2006-11-12  Bruno Haible  <bruno@clisp.org>
40891
40892         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
40893         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
40894         for GNOME libraries, for which the include files are installed in
40895         subdirectories of $prefix/include.
40896
40897 2006-11-12  Bruno Haible  <bruno@clisp.org>
40898
40899         * m4/lib-link.m4: Require at least autoconf-2.54.
40900         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
40901         name to underscores for the --with option.
40902
40903 2006-11-13  Bruno Haible  <bruno@clisp.org>
40904
40905         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
40906         the tests directory.
40907         Reported by Ralf Wildenhues.
40908
40909 2006-11-13  Bruno Haible  <bruno@clisp.org>
40910
40911         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
40912         (func_emit_initmacro_end): Undo the override here.
40913         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
40914         Works around the famous automake error in coreutils.
40915
40916 2006-11-13  Eric Blake  <ebb9@byu.net>
40917
40918         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
40919         element, not its node.
40920
40921 2006-11-12  Bruno Haible  <bruno@clisp.org>
40922
40923         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
40924         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
40925
40926 2006-11-12  Bruno Haible  <bruno@clisp.org>
40927
40928         * gnulib-tool: New option --local-symlink.
40929         (func_usage): Document it.
40930         (lsymbolic): New variable.
40931         (func_import, func_create_testdir): If --symlink was not specified,
40932         test whether --local-symlink was specified and the file comes from
40933         the local_gnulib_dir.
40934
40935 2006-11-12  Bruno Haible  <bruno@clisp.org>
40936
40937         * gnulib-tool (func_ln): New function.
40938         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
40939
40940 2006-11-12  Bruno Haible  <bruno@clisp.org>
40941
40942         Finish support for source files in subdirectories.
40943         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
40944         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
40945         AUTOMAKE_OPTIONS.
40946         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
40947
40948 2006-11-12  Bruno Haible  <bruno@clisp.org>
40949
40950         * gnulib-tool (func_get_automake_snippet): Synthesize also an
40951         EXTRA_lib_SOURCES augmentation.
40952         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
40953
40954 2006-11-12  Jim Meyering  <jim@meyering.net>
40955
40956         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
40957         file descriptors.  This also averts a failure on systems with
40958         native openat support when a traversed directory lacks "x" access.
40959         * lib/fts_.h: Include "i-ring.h"
40960         (struct FTS) [fts_fd_ring]: New member.
40961         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
40962         (FCHDIR): Add parentheses.
40963         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
40964         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
40965         When descending, rather than simply closing the previous
40966         fts_cwd_fd value, push that file descriptor onto the ring.
40967         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
40968         (fts_open): Initialize the new fd_ring member.
40969         (fts_close): Clear the ring.
40970         (fts_safe_changedir): When possible, use our new fd_ring to skip
40971         the diropen and fstat and dev/ino comparison that would normally
40972         accompany a virtual `chdir ("..")'.
40973
40974         * modules/fts (Depends-on): Add i-ring.
40975         * modules/i-ring: New module.
40976         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
40977         * m4/i-ring.m4: New file.
40978
40979 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40980
40981         * gnulib-tool (func_create_testdir): Fix replacement of
40982         `build-aux' in configure.ac.  Run autotools in gltests
40983         subdirectory.
40984         (func_create_testdir, func_create_megatestdir, test): There is
40985         no need for '--force' in most autotool invocations in a new
40986         tree.  Actually fail the whole test if any of the tools, or the
40987         configure or make stages fail.
40988
40989         Sync from Automake.
40990         * build-aux/gnupload: Revert last change.  Add pointer to upload
40991         instructions of the GNU Maintenance Instructions.
40992         Suggestion by Karl Berry.
40993
40994 2006-11-10  Jim Meyering  <jim@meyering.net>
40995
40996         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
40997
40998 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40999
41000         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41001         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41002         (bind_textdomain_codeset) [! ENABLE_NLS]:
41003         Evaluate all the arguments.  That way, callers get compatible behavior
41004         if the arguments have side effects.  Also, it avoids some GCC
41005         diagnostics in some cases; Joel E. Denny reported problems when Bison
41006         was configured with --enable-gcc-warnigs.
41007
41008 2006-11-10  Jim Meyering  <jim@meyering.net>
41009
41010         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41011         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41012         account.
41013
41014 2006-11-10  Jim Meyering  <jim@meyering.net>
41015
41016         * modules/inline: New file/module.
41017         * modules/xalloc (Files): Remove m4/inline.m4.
41018         (Depends-on): Add inline, instead.
41019         * modules/oset: Likewise.
41020         * modules/list: Likewise.
41021
41022 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41023
41024         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41025         Problem reported by Matthew Woehlke.
41026
41027 2006-11-09  Bruno Haible  <bruno@clisp.org>
41028
41029         * lib/tempname.c (gen_tempname): Remove variant that invokes
41030         __gen_tempname.
41031         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41032         __gen_tempname.
41033
41034 2006-11-08  Bruno Haible  <bruno@clisp.org>
41035
41036         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41037         to 'yes' instead of 'cross-compiling'.
41038
41039 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41040
41041         * lib/quotearg.h (quotearg_free): New decl.
41042         * lib/quotearg.c (quotearg_free): New function.
41043         (slot0, nslots, slotvec0, slotvec):
41044         Now file-scope so that quotearg_free can get at them.
41045
41046 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41047
41048         Sync from Automake.
41049         * build-aux/gnupload: Add missing 'gnu' to example URL.
41050         Report by Karl Berry.
41051
41052 2006-11-08  Bruno Haible  <bruno@clisp.org>
41053
41054         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41055         Suggested by Paul Eggert.
41056
41057 2006-11-08  Jim Meyering  <jim@meyering.net>
41058
41059         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41060         It's already included if !_LIBC.
41061         (fts_safe_changedir): Add a comment.
41062
41063 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41064
41065         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41066         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41067         Matthew Woehlke.
41068
41069         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41070         definitions up, to avoid colliding with change below.
41071         (static_inline) [HAVE_INLINE]: New macro.
41072         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41073         Provide extern decls when !HAVE_INLINE.  Do not define unless
41074         static_inline is defined, either by us or by xmalloc.c.  Use
41075         static_inline rather than static inline.
41076         (XCALLOC): Optimize sizeof(T) = 1 case.
41077         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41078
41079 2006-11-07  Bruno Haible  <bruno@clisp.org>
41080
41081         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41082         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41083         AC_C_INLINE.
41084         * modules/xalloc (Files): Add m4/inline.m4.
41085
41086 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41087
41088         * README: Fix typo.
41089         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41090         (Miscellanous Notes): ...from this.
41091
41092 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41093
41094         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41095         Mention that offsetof should be used instead of sizeof.
41096         From Bruno Haible.
41097
41098 2006-11-07  Bruno Haible  <bruno@clisp.org>
41099
41100         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41101
41102 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41103
41104         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41105         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41106         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41107         (gl_tree_add_before, gl_tree_add_after):
41108         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41109         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41110         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41111         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41112         (gl_linked_add_after, gl_linked_add_at): Likewise.
41113         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41114         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41115         (gl_tree_add_before, gl_tree_add_after): Likewise.
41116         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41117         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41118         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41119
41120 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41121
41122         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41123
41124 2006-11-06  Bruno Haible  <bruno@clisp.org>
41125
41126         * m4/inline.m4: New file.
41127         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41128         * modules/list (Files): Add m4/inline.m4.
41129         * modules/oset (Files): Likewise.
41130
41131 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41132
41133         * lib/idcache.c: Include <stddef.h>, for offsetof.
41134         (struct userid.name): Change from char * to a flexible array member.
41135         All uses changed.
41136         * modules/idcache (Depends-on): Add flexmember.
41137
41138         * MODULES.html.sh (Core language properties): New module flexmember.
41139         * modules/flexmember, m4/flexmember.m4: New files.
41140
41141         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41142         inline functions that are identical with the old xnmalloc_inline,
41143         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41144         that we can avoid some unnecessary integer multiplications and
41145         divisions in the common case where the element size is known at
41146         compile time.
41147         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41148         needed.
41149         (xnboundedmalloc): Remove.
41150         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41151         arguments, for consistency with rest of this header.
41152         (xcharalloc): Rewrite using XNMALLOC.
41153         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41154         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41155         versions have been moved to lib/xalloc.h and renamed to be the
41156         non-*_inline versions.
41157         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41158         and xnrealloc functions, since those functions are now inline and
41159         now call us.
41160         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41161         renaming described above.
41162         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41163         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41164         captures the dependency in AC_C_INLINE.
41165
41166         New module canonicalize-lgpl, proposed by Charles Wilson in
41167         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41168         with a few small changes afterwards.
41169         * MODULES.html.sh (File system functions): New module
41170         canonicalize-lgpl.
41171         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41172         and canonicalize_file_name.
41173         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41174         * modules/canonicalize-lgpl: New files.
41175
41176 2006-11-05  Bruno Haible  <bruno@clisp.org>
41177
41178         * gnulib-tool (func_import, func_create_testdir): Create directories
41179         also for files in subdirectories of lib/.
41180
41181 2006-11-05  Bruno Haible  <bruno@clisp.org>
41182
41183         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41184         ANSI C compliant.
41185
41186 2006-11-03  Bruno Haible  <bruno@clisp.org>
41187
41188         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41189         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41190         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41191         (xnboundedmalloc): New inline function.
41192         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41193         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41194         xmalloc.
41195         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41196         xmalloc.
41197         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41198         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41199         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41200         xmalloc.
41201         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41202         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41203         xmalloc.
41204         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41205         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41206         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41207         xmalloc.
41208         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41209         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41210         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41211         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41212         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41213         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41214         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41215
41216 2006-11-03  Bruno Haible  <bruno@clisp.org>
41217
41218         * lib/c-ctype.h [C++]: Define functions without name mangling.
41219         * lib/fwriteerror.h [C++]: Likewise.
41220         * lib/gcd.h [C++]: Likewise.
41221         * lib/linebreak.h [C++]: Likewise.
41222
41223 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41224
41225         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41226         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41227         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41228         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41229         Check for functions and headers just once.
41230         Check for declaration of canonicalize_file_name.
41231         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41232
41233 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41234
41235         * gnulib-tool (func_import): Fix typo in actioncmd.
41236
41237 2006-11-02  Bruno Haible  <bruno@clisp.org>
41238
41239         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41240         newline sequence in the Makefile.am snippet as a space, like "make"
41241         does.
41242         Reported by Roger Persson <perrog@gmail.com>.
41243
41244 2006-11-01  Bruno Haible  <bruno@clisp.org>
41245
41246         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41247         already declared in <string.h>.
41248         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41249
41250 2006-11-01  Bruno Haible  <bruno@clisp.org>
41251
41252         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41253         * lib/strcase.h: Include <string.h>.
41254         (strcasecmp): Define to rpl_strcasecmp here.
41255
41256 2006-11-01  Bruno Haible  <bruno@clisp.org>
41257
41258         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41259
41260 2006-11-01  Eric Blake  <ebb9@byu.net>
41261
41262         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41263
41264         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41265
41266 2006-10-29  Bruno Haible  <bruno@clisp.org>
41267
41268         Make it compile in C++ mode.
41269         * lib/full-write.c (full_rw): Add a cast.
41270
41271 2006-11-01  Bruno Haible  <bruno@clisp.org>
41272
41273         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41274         be POSIX compliant.
41275         Reported by Roger Persson <perrog@gmail.com>.
41276
41277 2006-11-01  Eric Blake  <ebb9@byu.net>
41278
41279         * lib/getopt_.h: Fix comments.
41280
41281 2006-10-31  Eric Blake  <ebb9@byu.net>
41282
41283         * modules/tmpdir (Depends-on): Add sys_stat.
41284         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41285         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41286         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41287         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41288         tempname.
41289
41290 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41291
41292         Avoid some C++ diagnostics reported by Bruno Haible.
41293         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41294         xmalloc.
41295         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41296         (struct slotvec): Move to top level.
41297         (quotearg_n_options): Rewrite to avoid xmalloc.
41298         * lib/xalloc.h (xcharalloc): New function.
41299         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41300         [defined __cplusplus]: Add function template that provides result
41301         type propagation.  This part of the change is from Bruno Haible.
41302
41303 2006-10-29  Bruno Haible  <bruno@clisp.org>
41304
41305         Make it compile in C++ mode.
41306         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41307         * lib/strnlen1.c (strnlen1): Cast memchr result.
41308         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41309         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41310         (create_temp_dir): Rename local variable 'template'.
41311         (compile_csharp_using_sscli): Add cast.
41312         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41313         * lib/findprog.c (find_in_path): Likewise.
41314         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41315         * lib/wait-process.c (register_slave_subprocess): Likewise.
41316
41317 2006-10-22  Bruno Haible  <bruno@clisp.org>
41318
41319         * modules/tsearch: New file.
41320         * lib/tsearch.h: New file.
41321         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41322         * m4/tsearch.m4: New file.
41323         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41324
41325 2006-10-29  Eric Blake  <ebb9@byu.net>
41326
41327         * lib/arcfour.c: Assume config.h.
41328         * lib/arctwo.c: Likewise.
41329         * lib/base64.c: Likewise.
41330         * lib/check-version.c: Likewise.
41331         * lib/crc.c: Likewise.
41332         * lib/des.c: Likewise.
41333         * lib/gc-gnulib.c: Likewise.
41334         * lib/gc-libgcrypt.c: Likewise.
41335         * lib/gc-pbkdf2-sha1.c: Likewise.
41336         * lib/getaddrinfo.c: Likewise.
41337         * lib/getdelim.c: Likewise.
41338         * lib/getline.c: Likewise.
41339         * lib/hmac-md5.c: Likewise.
41340         * lib/hmac-sha1.c: Likewise.
41341         * lib/iconvme.c: Likewise.
41342         * lib/md2.c: Likewise.
41343         * lib/md4.c: Likewise.
41344         * lib/memxor.c: Likewise.
41345         * lib/read-file.c: Likewise.
41346         * lib/readline.c: Likewise.
41347         * lib/rijndael-alg-fst.c: Likewise.
41348         * lib/rijndael-api-fst.c: Likewise.
41349         * lib/xgetdomainname.c: Likewise.
41350
41351 2006-10-28  Eric Blake  <ebb9@byu.net>
41352
41353         * lib/xstrndup.c: Assume config.h.
41354
41355 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41356
41357         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41358         stat-macros.h is now for our own macros, whereas stat_h is for
41359         macros in the <sys/stat.h> name space.
41360         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41361         (STAT_MACROS_H): Remove.
41362         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41363         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41364         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41365         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41366         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41367         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41368         Move these macros to ...
41369         * lib/stat_.h: here.  Don't include stat-macros.h.
41370         * lib/canonicalize.c: Don't include stat-macros.h.
41371         * lib/chown.c: Likewise.
41372         * lib/euidaccess.c: Likewise.
41373         * lib/file-type.c: Likewise.
41374         * lib/filemode.c: Likewise.
41375         * lib/glob.c: Likewise.
41376         * lib/isapipe.c: Likewise.
41377         * lib/lchown.c: Likewise.
41378         * lib/lstat.c: Likewise.
41379         * lib/mkdir-p.c: Likewise.
41380         * lib/rmdir.c: Likewise.
41381         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41382         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41383         unless mkdir isn't declared, to speed up 'configure'.
41384         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41385         would define all the S_* symbols.
41386         * modules/canonicalize (Depends-on):
41387         Depend on sys_stat, not stat-macros.
41388         * modules/chown: Likewise.
41389         * modules/euidaccess: Likewise.
41390         * modules/filemode: Likewise.
41391         * modules/file-type: Likewise.
41392         * modules/glob: Likewise.
41393         * modules/isapipe: Likewise.
41394         * modules/lchown: Likewise.
41395         * modules/lstat: Likewise.
41396         * modules/mkancesdirs: Likewise.
41397         * modules/rmdir: Likewise.
41398         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41399         * modules/modechange: Likewise.
41400         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41401         (configure.ac): Remove gl_STAT_MACROS.
41402         * modules/sys_stat (Depends-on): Remove stat-macros.
41403
41404 2006-10-27  Bruno Haible  <bruno@clisp.org>
41405
41406         * m4/signed.m4: Remove file.
41407         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41408         invocation.
41409         * modules/vasnprintf (Files): Remove m4/signed.m4.
41410
41411 2006-10-27  Bruno Haible  <bruno@clisp.org>
41412
41413         Update to GNU gettext 0.16.
41414         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41415         m4/inttypes-h.m4, m4/signed.m4.
41416         * m4/gettext.m4: Update to GNU gettext 0.16.
41417         * m4/intl.m4: New file, from GNU gettext.
41418         * m4/intldir.m4: New file, from GNU gettext.
41419         * config/srclist.txt: Update
41420
41421 2006-10-27  Eric Blake  <ebb9@byu.net>
41422
41423         * MODULES.html.sh: Document tempname.
41424         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41425         dependencies.
41426         (Files): Move lib/tempname.c...
41427         * modules/tempname: ...to this new module.
41428         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41429         (gl_PREREQ_TEMPNAME): Move...
41430         * m4/tempname.m4: ...to this new file.
41431         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41432         * modules/sys_stat (Depends-on): Add stat-macros.
41433         * lib/stat_.h (includes): Pick up stat macros.
41434         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41435         if stat macros are broken.
41436         * lib/tempname.c (includes): No need to include "stat-macros.h".
41437         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41438         (direxists, __path_search) [!_LIBC]: Don't compile these in
41439         gnulib; the tmpdir module covers that.
41440         * lib/tempname.h: New file.
41441
41442 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41443
41444         * COPYING: Explain how gnulib-tool converts licence headers.
41445         Almost all wording by Eric Blake.
41446
41447 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41448
41449         * lib/mbchar.h (is_basic_table): Make read-only.
41450         * lib/mbchar.c (is_basic_table): Likewise.
41451         Reported by John Darrington.
41452
41453 2006-10-25  Bruno Haible  <bruno@clisp.org>
41454
41455         * lib/progname.h (set_program_name): Undefine before defining.
41456
41457 2006-10-25  Bruno Haible  <bruno@clisp.org>
41458
41459         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41460         false for non-gcc C++ compilers.
41461         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41462
41463 2006-10-24  Bruno Haible  <bruno@clisp.org>
41464
41465         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41466         iconv implementations like Irix iconv.
41467
41468 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41469
41470         * modules/vararrays: New file.
41471         * m4/vararrays.m4: New file, taken from diffutils.
41472         * MODULES.html.sh: New module vararrays.
41473
41474 2006-10-24  Karl Berry  <karl@gnu.org>
41475
41476         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41477         Don't call GNU Unix.
41478
41479 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41480
41481         * users.txt: Add Libtool.
41482
41483         Sync from Libtool:
41484
41485         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41486
41487         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41488         to gnulib's policy of including config.h unconditionally.
41489
41490 2006-10-24  Bruno Haible  <bruno@clisp.org>
41491
41492         * modules/wcwidth (Files): Add m4/wint_t.m4.
41493         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41494         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41495
41496 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41497
41498         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41499         to pacify GCC with some -W flags enabled.  Problem reported by
41500         Bruno Haible.
41501
41502 2006-10-24  Jim Meyering  <jim@meyering.net>
41503
41504         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41505         Reported by Karl Berry.
41506
41507 2006-10-23  Bruno Haible  <bruno@clisp.org>
41508
41509         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41510
41511 2006-10-24  Bruno Haible  <bruno@clisp.org>
41512
41513         * lib/gl_list.h: Use C comment style, not C++ comment style.
41514
41515 2006-10-23  Eric Blake  <ebb9@byu.net>
41516
41517         * lib/getaddrinfo.c (includes): Add missing include.
41518
41519 2006-10-23  Bruno Haible  <bruno@clisp.org>
41520             Paul Eggert  <eggert@cs.ucla.edu>
41521
41522         Ability to rename obstack_free.
41523         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41524         obstack_free.
41525         (obstack_free): Invoke the __obstack_free macro.
41526         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41527
41528 2006-10-23  Bruno Haible  <bruno@clisp.org>
41529             Paul Eggert  <eggert@cs.ucla.edu>
41530
41531         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41532         __argc, __argv from the declaration. (They are defined as macros on
41533         mingw.)
41534
41535 2006-10-22  Bruno Haible  <bruno@clisp.org>
41536
41537         * doc/gnulib-intro.texi: New file.
41538         * doc/gnulib.texi: Include it.
41539
41540 2006-10-21  Bruno Haible  <bruno@clisp.org>
41541
41542         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41543         "Introduction", "Miscellanous Notes", "Particular Modules".
41544
41545 2006-10-21  Bruno Haible  <bruno@clisp.org>
41546
41547         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41548         Change mostlyclean-local rule to avoid sh syntax error from bash
41549         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41550
41551 2006-10-23  Jim Meyering  <jim@meyering.net>
41552
41553         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41554         in place of snprintf.
41555
41556         * modules/inttostr (Files): Add lib/uinttostr.c.
41557         * lib/uinttostr.c (inttostr): New file/function.
41558         * lib/inttostr.h (uinttostr): Declare.
41559         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41560         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41561         Add uinttostr.
41562         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41563
41564 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41565
41566         * lib/canonicalize.c (ELOOP): Define if not already defined.
41567         Problem reported by Bruno Haible in
41568         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41569
41570 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41571
41572         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41573         Problem reported by Perry Smith and Ville Laurikari.
41574
41575         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41576         uses.
41577
41578 2006-10-19  Bruno Haible  <bruno@clisp.org>
41579
41580         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41581         for mingw.
41582
41583 2006-10-19  Bruno Haible  <bruno@clisp.org>
41584
41585         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41586         Needed for mingw.
41587
41588 2006-10-19  Bruno Haible  <bruno@clisp.org>
41589
41590         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41591
41592 2006-10-19  Bruno Haible  <bruno@clisp.org>
41593
41594         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41595         it.
41596
41597 2006-10-19  Bruno Haible  <bruno@clisp.org>
41598
41599         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41600         invocation.
41601
41602 2006-10-19  Bruno Haible  <bruno@clisp.org>
41603
41604         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41605         mountlist by default.
41606
41607 2006-10-16  Bruno Haible  <bruno@clisp.org>
41608
41609         * lib/c-strstr.c: Include c-strstr.h.
41610
41611 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41612
41613         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41614         in a slash.
41615
41616 2006-10-18  Bruno Haible  <bruno@clisp.org>
41617
41618         * lib/lock.h [C++]: Wrap definitions in extern "C".
41619
41620 2006-10-18  Bruno Haible  <bruno@clisp.org>
41621
41622         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41623         gl_LIBOBJS list.
41624
41625 2006-10-18  Bruno Haible  <bruno@clisp.org>
41626
41627         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41628
41629 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41630
41631         * lib/xstrtol.h: Include gettext.h.
41632         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41633         Problem reported by Eric Blake.
41634         * modules/xstrtol (Depends-on): Add gettext-h.
41635
41636 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41637
41638         * lib/strftime.c (advance): New macro.
41639         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41640         incomplete type, so you can't add 0 to it.  Problem and patch
41641         reported by Eelco Dolstra for dietlibc.
41642
41643 2006-10-18  Jim Meyering  <jim@meyering.net>
41644
41645         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41646         type for a local, and rename it: s/up/user_proc/.
41647
41648 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41649
41650         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41651         READ_UTMP_USER_PROCESS.
41652         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41653
41654 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41655
41656         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41657         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41658
41659 2006-10-17  Eric Blake  <ebb9@byu.net>
41660
41661         * lib/sigprocmask.c (sigprocmask): Fix typo.
41662
41663         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41664
41665         * modules/clean-temp (Makefile.am): Don't add to make output...
41666         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41667         config.h.
41668
41669 2006-10-17  Bruno Haible  <bruno@clisp.org>
41670
41671         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41672         differently if DEFAULT_TEXT_DOMAIN is set.
41673
41674 2006-10-16  Bruno Haible  <bruno@clisp.org>
41675
41676         * lib/clean-temp.c: Include fwriteerror.h.
41677
41678 2006-10-16  Bruno Haible  <bruno@clisp.org>
41679
41680         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41681
41682 2006-10-16  Bruno Haible  <bruno@clisp.org>
41683
41684         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41685         * lib/sigprocmask.h: Include <sys/types.h>.
41686         (sigset_t): Use the system's definition if present.
41687
41688 2006-10-17  Eric Blake  <ebb9@byu.net>
41689
41690         * lib/xvasprintf.c (includes): Assume config.h.
41691         * lib/xasprintf.c (includes): Likewise.
41692
41693 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41694
41695         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41696         at least as wide as intmax_t.
41697
41698 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41699
41700         (Imported from Automake.)
41701         * build-aux/gnupload: Update to version 1.1 of directive file.
41702
41703 2006-10-16  Eric Blake  <ebb9@byu.net>
41704
41705         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41706         match Automake 1.10a.
41707
41708 2006-10-14  Bruno Haible  <bruno@clisp.org>
41709
41710         * modules/sigprocmask: New file.
41711         * lib/sigprocmask.h: New file.
41712         * lib/sigprocmask.c: New file.
41713         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41714         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41715         request sigprocmask.o.
41716         (gl_PREREQ_SIGPROCMASK): New macro.
41717         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41718         (Depends-on): Add sigprocmask.
41719         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41720         gt_SIGNALBLOCKING. Test for 'raise' only once.
41721         * lib/fatal-signal.c: Include sigprocmask.h.
41722         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41723         unblock_fatal_signals): Define always.
41724         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41725         sigprocmask.
41726
41727 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41728
41729         Sync from Automake.
41730         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41731         which incorrectly sets the mode of an existing destination
41732         directory.  In some cases the unpatched install-sh could do the
41733         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41734         system.  We hope this is rare in practice, but it's clearly worth
41735         fixing.  Problem reported by Alex Unleashed in
41736         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41737         Also, don't bother to check for -m bugs unless we're using -m;
41738         suggested by Stepan Kasal.
41739
41740 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41741
41742         Sync from Automake.
41743         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41744         `-c' flag, so they appear at the same position as in %FASTDEP%
41745         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41746         which ignores unknown options only after the first non-option.
41747         Bug report against M4 by Nelson H. F. Beebe.
41748
41749 2006-10-13  Jim Meyering  <jim@meyering.net>
41750
41751         Fix a bug in yesterday's change.
41752         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41753         p->fts_statp->st_dev would be used uninitialized.
41754         Ensures that we always call fts_stat on the very first entry.
41755         Miklos Szeredi reported that find -xdev stopped working.
41756
41757 2006-10-12  Bruno Haible  <bruno@clisp.org>
41758
41759         * gnulib-tool (func_get_automake_snippet): Append an automatically
41760         computed EXTRA_DIST augmentation.
41761         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41762         * modules/alloca-opt (Makefile.am): Likewise.
41763         * modules/allocsa (Makefile.am): Likewise.
41764         * modules/arcfour (Makefile.am): Likewise.
41765         * modules/arctwo (Makefile.am): Likewise.
41766         * modules/argmatch (Makefile.am): Likewise.
41767         * modules/argz (Makefile.am): Likewise.
41768         * modules/atexit (Makefile.am): Likewise.
41769         * modules/backupfile (Makefile.am): Likewise.
41770         * modules/byteswap (Makefile.am): Likewise.
41771         * modules/c-strtod (Makefile.am): Likewise.
41772         * modules/c-strtold (Makefile.am): Likewise.
41773         * modules/calloc (Makefile.am): Likewise.
41774         * modules/canon-host (Makefile.am): Likewise.
41775         * modules/canonicalize (Makefile.am): Likewise.
41776         * modules/chdir-long (Makefile.am): Likewise.
41777         * modules/chdir-safer (Makefile.am): Likewise.
41778         * modules/check-version (Makefile.am): Likewise.
41779         * modules/chown (Makefile.am): Likewise.
41780         * modules/cloexec (Makefile.am): Likewise.
41781         * modules/close-stream (Makefile.am): Likewise.
41782         * modules/closeout (Makefile.am): Likewise.
41783         * modules/crc (Makefile.am): Likewise.
41784         * modules/csharpexec (Makefile.am): Likewise.
41785         * modules/cycle-check (Makefile.am): Likewise.
41786         * modules/des (Makefile.am): Likewise.
41787         * modules/dev-ino (Makefile.am): Likewise.
41788         * modules/dirfd (Makefile.am): Likewise.
41789         * modules/dirname (Makefile.am): Likewise.
41790         * modules/dup2 (Makefile.am): Likewise.
41791         * modules/eealloc (Makefile.am): Likewise.
41792         * modules/error (Makefile.am): Likewise.
41793         * modules/euidaccess (Makefile.am): Likewise.
41794         * modules/exclude (Makefile.am): Likewise.
41795         * modules/exitfail (Makefile.am): Likewise.
41796         * modules/fcntl-safer (Makefile.am): Likewise.
41797         * modules/fcntl (Makefile.am): Likewise.
41798         * modules/file-type (Makefile.am): Likewise.
41799         * modules/fileblocks (Makefile.am): Likewise.
41800         * modules/filemode (Makefile.am): Likewise.
41801         * modules/filenamecat (Makefile.am): Likewise.
41802         * modules/fnmatch (Makefile.am): Likewise.
41803         * modules/fopen-safer (Makefile.am): Likewise.
41804         * modules/fpending (Makefile.am): Likewise.
41805         * modules/fprintftime (Makefile.am): Likewise.
41806         * modules/free (Makefile.am): Likewise.
41807         * modules/fsusage (Makefile.am): Likewise.
41808         * modules/ftruncate (Makefile.am): Likewise.
41809         * modules/fts (Makefile.am): Likewise.
41810         * modules/gc-arcfour (Makefile.am): Likewise.
41811         * modules/gc-des (Makefile.am): Likewise.
41812         * modules/gc-hmac-md5 (Makefile.am): Likewise.
41813         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
41814         * modules/gc-md4 (Makefile.am): Likewise.
41815         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41816         * modules/gc-sha1 (Makefile.am): Likewise.
41817         * modules/gc (Makefile.am): Likewise.
41818         * modules/getaddrinfo (Makefile.am): Likewise.
41819         * modules/getcwd (Makefile.am): Likewise.
41820         * modules/getdelim (Makefile.am): Likewise.
41821         * modules/getdomainname (Makefile.am): Likewise.
41822         * modules/getgroups (Makefile.am): Likewise.
41823         * modules/gethostname (Makefile.am): Likewise.
41824         * modules/gethrxtime (Makefile.am): Likewise.
41825         * modules/getline (Makefile.am): Likewise.
41826         * modules/getloadavg (Makefile.am): Likewise.
41827         * modules/getlogin_r (Makefile.am): Likewise.
41828         * modules/getndelim2 (Makefile.am): Likewise.
41829         * modules/getopt (Makefile.am): Likewise.
41830         * modules/getpagesize (Makefile.am): Likewise.
41831         * modules/getpass-gnu (Makefile.am): Likewise.
41832         * modules/getpass (Makefile.am): Likewise.
41833         * modules/getsubopt (Makefile.am): Likewise.
41834         * modules/gettime (Makefile.am): Likewise.
41835         * modules/gettimeofday (Makefile.am): Likewise.
41836         * modules/getugroups (Makefile.am): Likewise.
41837         * modules/getusershell (Makefile.am): Likewise.
41838         * modules/glob (Makefile.am): Likewise.
41839         * modules/group-member (Makefile.am): Likewise.
41840         * modules/hard-locale (Makefile.am): Likewise.
41841         * modules/hash (Makefile.am): Likewise.
41842         * modules/hmac-md5 (Makefile.am): Likewise.
41843         * modules/hmac-sha1 (Makefile.am): Likewise.
41844         * modules/human (Makefile.am): Likewise.
41845         * modules/idcache (Makefile.am): Likewise.
41846         * modules/imaxabs (Makefile.am): Likewise.
41847         * modules/imaxdiv (Makefile.am): Likewise.
41848         * modules/inet_ntop (Makefile.am): Likewise.
41849         * modules/inet_pton (Makefile.am): Likewise.
41850         * modules/intprops (Makefile.am): Likewise.
41851         * modules/inttostr (Makefile.am): Likewise.
41852         * modules/inttypes (Makefile.am): Likewise.
41853         * modules/isapipe (Makefile.am): Likewise.
41854         * modules/javaversion (Makefile.am): Likewise.
41855         * modules/lchmod (Makefile.am): Likewise.
41856         * modules/lchown (Makefile.am): Likewise.
41857         * modules/localcharset (Makefile.am): Likewise.
41858         * modules/long-options (Makefile.am): Likewise.
41859         * modules/lstat (Makefile.am): Likewise.
41860         * modules/malloc (Makefile.am): Likewise.
41861         * modules/mathl (Makefile.am): Likewise.
41862         * modules/mbchar (Makefile.am): Likewise.
41863         * modules/md2 (Makefile.am): Likewise.
41864         * modules/md4 (Makefile.am): Likewise.
41865         * modules/md5 (Makefile.am): Likewise.
41866         * modules/memcasecmp (Makefile.am): Likewise.
41867         * modules/memchr (Makefile.am): Likewise.
41868         * modules/memcmp (Makefile.am): Likewise.
41869         * modules/memcoll (Makefile.am): Likewise.
41870         * modules/memcpy (Makefile.am): Likewise.
41871         * modules/memmem (Makefile.am): Likewise.
41872         * modules/memmove (Makefile.am): Likewise.
41873         * modules/mempcpy (Makefile.am): Likewise.
41874         * modules/memrchr (Makefile.am): Likewise.
41875         * modules/memset (Makefile.am): Likewise.
41876         * modules/memxor (Makefile.am): Likewise.
41877         * modules/mkancesdirs (Makefile.am): Likewise.
41878         * modules/mkdir-p (Makefile.am): Likewise.
41879         * modules/mkdir (Makefile.am): Likewise.
41880         * modules/mkdtemp (Makefile.am): Likewise.
41881         * modules/mkstemp (Makefile.am): Likewise.
41882         * modules/mktime (Makefile.am): Likewise.
41883         * modules/modechange (Makefile.am): Likewise.
41884         * modules/mountlist (Makefile.am): Likewise.
41885         * modules/nanosleep (Makefile.am): Likewise.
41886         * modules/obstack (Makefile.am): Likewise.
41887         * modules/openat (Makefile.am): Likewise.
41888         * modules/pagealign_alloc (Makefile.am): Likewise.
41889         * modules/pathmax (Makefile.am): Likewise.
41890         * modules/physmem (Makefile.am): Likewise.
41891         * modules/poll (Makefile.am): Likewise.
41892         * modules/posixtm (Makefile.am): Likewise.
41893         * modules/posixver (Makefile.am): Likewise.
41894         * modules/putenv (Makefile.am): Likewise.
41895         * modules/quote (Makefile.am): Likewise.
41896         * modules/quotearg (Makefile.am): Likewise.
41897         * modules/raise (Makefile.am): Likewise.
41898         * modules/read-file (Makefile.am): Likewise.
41899         * modules/readline (Makefile.am): Likewise.
41900         * modules/readlink (Makefile.am): Likewise.
41901         * modules/readtokens (Makefile.am): Likewise.
41902         * modules/readutmp (Makefile.am): Likewise.
41903         * modules/realloc (Makefile.am): Likewise.
41904         * modules/regex (Makefile.am): Likewise.
41905         * modules/rename-dest-slash (Makefile.am): Likewise.
41906         * modules/rename (Makefile.am): Likewise.
41907         * modules/rijndael (Makefile.am): Likewise.
41908         * modules/rmdir (Makefile.am): Likewise.
41909         * modules/rpmatch (Makefile.am): Likewise.
41910         * modules/safe-read (Makefile.am): Likewise.
41911         * modules/safe-write (Makefile.am): Likewise.
41912         * modules/same-inode (Makefile.am): Likewise.
41913         * modules/same (Makefile.am): Likewise.
41914         * modules/save-cwd (Makefile.am): Likewise.
41915         * modules/savedir (Makefile.am): Likewise.
41916         * modules/setenv (Makefile.am): Likewise.
41917         * modules/settime (Makefile.am): Likewise.
41918         * modules/sha1 (Makefile.am): Likewise.
41919         * modules/sig2str (Makefile.am): Likewise.
41920         * modules/snprintf (Makefile.am): Likewise.
41921         * modules/stat-macros (Makefile.am): Likewise.
41922         * modules/stat-time (Makefile.am): Likewise.
41923         * modules/stdbool (Makefile.am): Likewise.
41924         * modules/stdint (Makefile.am): Likewise.
41925         * modules/stdlib-safer (Makefile.am): Likewise.
41926         * modules/stpcpy (Makefile.am): Likewise.
41927         * modules/stpncpy (Makefile.am): Likewise.
41928         * modules/strcase (Makefile.am): Likewise.
41929         * modules/strcasestr (Makefile.am): Likewise.
41930         * modules/strchrnul (Makefile.am): Likewise.
41931         * modules/strcspn (Makefile.am): Likewise.
41932         * modules/strdup (Makefile.am): Likewise.
41933         * modules/strerror (Makefile.am): Likewise.
41934         * modules/strftime (Makefile.am): Likewise.
41935         * modules/strndup (Makefile.am): Likewise.
41936         * modules/strnlen (Makefile.am): Likewise.
41937         * modules/strpbrk (Makefile.am): Likewise.
41938         * modules/strsep (Makefile.am): Likewise.
41939         * modules/strstr (Makefile.am): Likewise.
41940         * modules/strtod (Makefile.am): Likewise.
41941         * modules/strtoimax (Makefile.am): Likewise.
41942         * modules/strtok_r (Makefile.am): Likewise.
41943         * modules/strtol (Makefile.am): Likewise.
41944         * modules/strtoll (Makefile.am): Likewise.
41945         * modules/strtoul (Makefile.am): Likewise.
41946         * modules/strtoull (Makefile.am): Likewise.
41947         * modules/strtoumax (Makefile.am): Likewise.
41948         * modules/strverscmp (Makefile.am): Likewise.
41949         * modules/sys_socket (Makefile.am): Likewise.
41950         * modules/sys_stat (Makefile.am): Likewise.
41951         * modules/sysexits (Makefile.am): Likewise.
41952         * modules/time_r (Makefile.am): Likewise.
41953         * modules/timegm (Makefile.am): Likewise.
41954         * modules/timespec (Makefile.am): Likewise.
41955         * modules/tmpfile-safer (Makefile.am): Likewise.
41956         * modules/trim (Makefile.am): Likewise.
41957         * modules/unistd-safer (Makefile.am): Likewise.
41958         * modules/unlinkdir (Makefile.am): Likewise.
41959         * modules/unlocked-io (Makefile.am): Likewise.
41960         * modules/userspec (Makefile.am): Likewise.
41961         * modules/utime (Makefile.am): Likewise.
41962         * modules/utimecmp (Makefile.am): Likewise.
41963         * modules/utimens (Makefile.am): Likewise.
41964         * modules/vasnprintf (Makefile.am): Likewise.
41965         * modules/vasprintf (Makefile.am): Likewise.
41966         * modules/vsnprintf (Makefile.am): Likewise.
41967         * modules/xalloc (Makefile.am): Likewise.
41968         * modules/xgetcwd (Makefile.am): Likewise.
41969         * modules/xnanosleep (Makefile.am): Likewise.
41970         * modules/xreadlink (Makefile.am): Likewise.
41971         * modules/xstrtod (Makefile.am): Likewise.
41972         * modules/xstrtol (Makefile.am): Likewise.
41973         * modules/xstrtold (Makefile.am): Likewise.
41974         * modules/yesno (Makefile.am): Likewise.
41975         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
41976
41977 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41978
41979         * modules/error (Makefile.am): Distribute files through
41980         EXTRA_DIST, not lib_SOURCES.
41981
41982 2006-10-12  Eric Blake  <ebb9@byu.net>
41983
41984         * modules/error (Makefile.am): Distribute files in /lib.
41985         * modules/obstack (Makefile.am): Likewise.
41986
41987 2006-10-12  Bruno Haible  <bruno@clisp.org>
41988
41989         * modules/acl (Makefile.am): Distribute all files in lib/ through
41990         EXTRA_DIST.
41991         * modules/arcfour (Makefile.am): Likewise.
41992         * modules/arctwo (Makefile.am): Likewise.
41993         * modules/argmatch (Makefile.am): Likewise.
41994         * modules/argz (Makefile.am): Likewise.
41995         * modules/atexit (Makefile.am): Likewise.
41996         * modules/backupfile (Makefile.am): Likewise.
41997         * modules/c-strtod (Makefile.am): Likewise.
41998         * modules/c-strtold (Makefile.am): Likewise.
41999         * modules/calloc (Makefile.am): Likewise.
42000         * modules/canon-host (Makefile.am): Likewise.
42001         * modules/canonicalize (Makefile.am): Likewise.
42002         * modules/chdir-long (Makefile.am): Likewise.
42003         * modules/chdir-safer (Makefile.am): Likewise.
42004         * modules/check-version (Makefile.am): Likewise.
42005         * modules/chown (Makefile.am): Likewise.
42006         * modules/cloexec (Makefile.am): Likewise.
42007         * modules/close-stream (Makefile.am): Likewise.
42008         * modules/closeout (Makefile.am): Likewise.
42009         * modules/crc (Makefile.am): Likewise.
42010         * modules/cycle-check (Makefile.am): Likewise.
42011         * modules/des (Makefile.am): Likewise.
42012         * modules/dirfd (Makefile.am): Likewise.
42013         * modules/dirname (Makefile.am): Likewise.
42014         * modules/dup2 (Makefile.am): Likewise.
42015         * modules/euidaccess (Makefile.am): Likewise.
42016         * modules/exclude (Makefile.am): Likewise.
42017         * modules/exitfail (Makefile.am): Likewise.
42018         * modules/fcntl-safer (Makefile.am): Likewise.
42019         * modules/file-type (Makefile.am): Likewise.
42020         * modules/fileblocks (Makefile.am): Likewise.
42021         * modules/filemode (Makefile.am): Likewise.
42022         * modules/filenamecat (Makefile.am): Likewise.
42023         * modules/fnmatch (Makefile.am): Likewise.
42024         * modules/fopen-safer (Makefile.am): Likewise.
42025         * modules/fpending (Makefile.am): Likewise.
42026         * modules/fprintftime (Makefile.am): Likewise.
42027         * modules/free (Makefile.am): Likewise.
42028         * modules/fsusage (Makefile.am): Likewise.
42029         * modules/ftruncate (Makefile.am): Likewise.
42030         * modules/fts (Makefile.am): Likewise.
42031         * modules/gc (Makefile.am): Likewise.
42032         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42033         * modules/getaddrinfo (Makefile.am): Likewise.
42034         * modules/getcwd (Makefile.am): Likewise.
42035         * modules/getdelim (Makefile.am): Likewise.
42036         * modules/getdomainname (Makefile.am): Likewise.
42037         * modules/getgroups (Makefile.am): Likewise.
42038         * modules/gethostname (Makefile.am): Likewise.
42039         * modules/gethrxtime (Makefile.am): Likewise.
42040         * modules/getline (Makefile.am): Likewise.
42041         * modules/getloadavg (Makefile.am): Likewise.
42042         * modules/getlogin_r (Makefile.am): Likewise.
42043         * modules/getopt (Makefile.am): Likewise.
42044         * modules/getpass (Makefile.am): Likewise.
42045         * modules/getpass-gnu (Makefile.am): Likewise.
42046         * modules/getsubopt (Makefile.am): Likewise.
42047         * modules/gettime (Makefile.am): Likewise.
42048         * modules/gettimeofday (Makefile.am): Likewise.
42049         * modules/getugroups (Makefile.am): Likewise.
42050         * modules/getusershell (Makefile.am): Likewise.
42051         * modules/glob (Makefile.am): Likewise.
42052         * modules/group-member (Makefile.am): Likewise.
42053         * modules/hard-locale (Makefile.am): Likewise.
42054         * modules/hash (Makefile.am): Likewise.
42055         * modules/hmac-md5 (Makefile.am): Likewise.
42056         * modules/hmac-sha1 (Makefile.am): Likewise.
42057         * modules/human (Makefile.am): Likewise.
42058         * modules/idcache (Makefile.am): Likewise.
42059         * modules/imaxabs (Makefile.am): Likewise.
42060         * modules/imaxdiv (Makefile.am): Likewise.
42061         * modules/inet_ntop (Makefile.am): Likewise.
42062         * modules/inet_pton (Makefile.am): Likewise.
42063         * modules/inttostr (Makefile.am): Likewise.
42064         * modules/isapipe (Makefile.am): Likewise.
42065         * modules/lchown (Makefile.am): Likewise.
42066         * modules/long-options (Makefile.am): Likewise.
42067         * modules/lstat (Makefile.am): Likewise.
42068         * modules/malloc (Makefile.am): Likewise.
42069         * modules/mathl (Makefile.am): Likewise.
42070         * modules/mbchar (Makefile.am): Likewise.
42071         * modules/md2 (Makefile.am): Likewise.
42072         * modules/md4 (Makefile.am): Likewise.
42073         * modules/md5 (Makefile.am): Likewise.
42074         * modules/memcasecmp (Makefile.am): Likewise.
42075         * modules/memchr (Makefile.am): Likewise.
42076         * modules/memcmp (Makefile.am): Likewise.
42077         * modules/memcoll (Makefile.am): Likewise.
42078         * modules/memcpy (Makefile.am): Likewise.
42079         * modules/memmem (Makefile.am): Likewise.
42080         * modules/memmove (Makefile.am): Likewise.
42081         * modules/mempcpy (Makefile.am): Likewise.
42082         * modules/memrchr (Makefile.am): Likewise.
42083         * modules/memset (Makefile.am): Likewise.
42084         * modules/memxor (Makefile.am): Likewise.
42085         * modules/mkancesdirs (Makefile.am): Likewise.
42086         * modules/mkdir (Makefile.am): Likewise.
42087         * modules/mkdir-p (Makefile.am): Likewise.
42088         * modules/mkdtemp (Makefile.am): Likewise.
42089         * modules/mkstemp (Makefile.am): Likewise.
42090         * modules/mktime (Makefile.am): Likewise.
42091         * modules/modechange (Makefile.am): Likewise.
42092         * modules/mountlist (Makefile.am): Likewise.
42093         * modules/nanosleep (Makefile.am): Likewise.
42094         * modules/openat (Makefile.am): Likewise.
42095         * modules/pagealign_alloc (Makefile.am): Likewise.
42096         * modules/physmem (Makefile.am): Likewise.
42097         * modules/poll (Makefile.am): Likewise.
42098         * modules/posixtm (Makefile.am): Likewise.
42099         * modules/posixver (Makefile.am): Likewise.
42100         * modules/putenv (Makefile.am): Likewise.
42101         * modules/quote (Makefile.am): Likewise.
42102         * modules/quotearg (Makefile.am): Likewise.
42103         * modules/raise (Makefile.am): Likewise.
42104         * modules/read-file (Makefile.am): Likewise.
42105         * modules/readline (Makefile.am): Likewise.
42106         * modules/readlink (Makefile.am): Likewise.
42107         * modules/readtokens (Makefile.am): Likewise.
42108         * modules/readutmp (Makefile.am): Likewise.
42109         * modules/realloc (Makefile.am): Likewise.
42110         * modules/regex (Makefile.am): Likewise.
42111         * modules/rename (Makefile.am): Likewise.
42112         * modules/rename-dest-slash (Makefile.am): Likewise.
42113         * modules/rijndael (Makefile.am): Likewise.
42114         * modules/rmdir (Makefile.am): Likewise.
42115         * modules/rpmatch (Makefile.am): Likewise.
42116         * modules/safe-read (Makefile.am): Likewise.
42117         * modules/safe-write (Makefile.am): Likewise.
42118         * modules/same (Makefile.am): Likewise.
42119         * modules/save-cwd (Makefile.am): Likewise.
42120         * modules/savedir (Makefile.am): Likewise.
42121         * modules/setenv (Makefile.am): Likewise.
42122         * modules/settime (Makefile.am): Likewise.
42123         * modules/sha1 (Makefile.am): Likewise.
42124         * modules/sig2str (Makefile.am): Likewise.
42125         * modules/snprintf (Makefile.am): Likewise.
42126         * modules/stdlib-safer (Makefile.am): Likewise.
42127         * modules/stpcpy (Makefile.am): Likewise.
42128         * modules/stpncpy (Makefile.am): Likewise.
42129         * modules/strcase (Makefile.am): Likewise.
42130         * modules/strcasestr (Makefile.am): Likewise.
42131         * modules/strchrnul (Makefile.am): Likewise.
42132         * modules/strcspn (Makefile.am): Likewise.
42133         * modules/strdup (Makefile.am): Likewise.
42134         * modules/strerror (Makefile.am): Likewise.
42135         * modules/strftime (Makefile.am): Likewise.
42136         * modules/strndup (Makefile.am): Likewise.
42137         * modules/strnlen (Makefile.am): Likewise.
42138         * modules/strpbrk (Makefile.am): Likewise.
42139         * modules/strsep (Makefile.am): Likewise.
42140         * modules/strstr (Makefile.am): Likewise.
42141         * modules/strtod (Makefile.am): Likewise.
42142         * modules/strtoimax (Makefile.am): Likewise.
42143         * modules/strtok_r (Makefile.am): Likewise.
42144         * modules/strtol (Makefile.am): Likewise.
42145         * modules/strtoll (Makefile.am): Likewise.
42146         * modules/strtoul (Makefile.am): Likewise.
42147         * modules/strtoull (Makefile.am): Likewise.
42148         * modules/strtoumax (Makefile.am): Likewise.
42149         * modules/strverscmp (Makefile.am): Likewise.
42150         * modules/time_r (Makefile.am): Likewise.
42151         * modules/timegm (Makefile.am): Likewise.
42152         * modules/tmpfile-safer (Makefile.am): Likewise.
42153         * modules/unistd-safer (Makefile.am): Likewise.
42154         * modules/unlinkdir (Makefile.am): Likewise.
42155         * modules/userspec (Makefile.am): Likewise.
42156         * modules/utime (Makefile.am): Likewise.
42157         * modules/utimecmp (Makefile.am): Likewise.
42158         * modules/utimens (Makefile.am): Likewise.
42159         * modules/vasnprintf (Makefile.am): Likewise.
42160         * modules/vasprintf (Makefile.am): Likewise.
42161         * modules/vsnprintf (Makefile.am): Likewise.
42162         * modules/xalloc (Makefile.am): Likewise.
42163         * modules/xgetcwd (Makefile.am): Likewise.
42164         * modules/xnanosleep (Makefile.am): Likewise.
42165         * modules/xreadlink (Makefile.am): Likewise.
42166         * modules/xstrtod (Makefile.am): Likewise.
42167         * modules/xstrtol (Makefile.am): Likewise.
42168         * modules/xstrtold (Makefile.am): Likewise.
42169         * modules/yesno (Makefile.am): Likewise.
42170
42171 2006-10-12  Jim Meyering  <jim@meyering.net>
42172
42173         * m4/getloadavg.m4: Revert the change below.
42174
42175         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42176         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42177         fail with a symlink, which is what coreutils' ./bootstrap now
42178         creates by default.
42179
42180 2006-10-12  Bruno Haible  <bruno@clisp.org>
42181
42182         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42183         mingw.
42184         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42185         MSVC and mingw explicitly.
42186
42187 2006-10-11  Simon Josefsson  <jas@extundo.com>
42188             Bruno Haible  <bruno@clisp.org>
42189
42190         Add support for multiple gnulib-tool invocations in the scope of a
42191         single configure.ac file.
42192         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42193         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42194         with the same contents as the _LIBADD variable.
42195         (func_emit_initmacro_start, func_emit_initmacro_end,
42196         func_emit_initmacro_done): New functions.
42197         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42198         gl_LIBOBJS and gl_LTLIBOBJS.
42199
42200 2006-10-11  Bruno Haible  <bruno@clisp.org>
42201
42202         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42203         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42204         autoreconf. Instead, invoke autopoint explicitly but move back the
42205         *.m4 files from gnulib.
42206
42207 2006-10-11  Bruno Haible  <bruno@clisp.org>
42208
42209         * gnulib-tool (func_usage): Make module names after --create-testdir
42210         optional.
42211         (func_create_testdir): If no module was specified, use nearly all
42212         modules.
42213
42214 2006-10-12  Jim Meyering  <jim@meyering.net>
42215
42216         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42217         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42218         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42219         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42220         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42221         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42222         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42223         (fts_set_stat_required): New function.
42224         (fts_open): Defer the calls to fts_stat, if possible or requested.
42225         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42226         into fts_stat itself.
42227         (fts_read): Perform any required (deferred) fts_stat call.
42228         (fts_build): Likewise, for the directory we're about to open and read.
42229         In the readdir loop, carefully decide whether each entry will require
42230         an eventual call to fts_stat, using dirent.d_type info if available.
42231         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42232         a command line argument into this function.  Update all callers.
42233         Map a return value of FTS_DOT to FTS_D for a command line argument.
42234         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42235         Thanks to Miklos Szeredi for his tenacity and for the initial
42236         bug report about "find" failing on a FUSE-based file system.
42237
42238         * lib/fts.c (fts_open): Use consistent indentation.
42239
42240 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42241
42242         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42243         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42244         reported by Jim Meyering.  All uses of cache variables renamed
42245         to match Autoconf's.
42246         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42247         the other one.
42248
42249         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42250         Fix misspelling in diagnostic.
42251
42252 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42253
42254         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42255         defined.  Problem reported by Matthew Woehlke.
42256
42257         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42258         Add support for Tandem NonStop R series.
42259         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42260         Use new macro.
42261
42262         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42263         (has_trailing_slash): Omit size arg; all callers changed.
42264         Omit 'inline', since it doesn't help performance and we'd
42265         need to configure it.
42266         Don't count //, ///, etc. as having a trailing slash.
42267         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42268         (rpl_rename_dest_slash): On failure, use rename's errno rather
42269         than (in some cases) an incorrect or junk errno.
42270         Simplify code by removing need to compute length; this does
42271         cause it to make two passes instead of one over the file name,
42272         but it's worth it.
42273
42274         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42275         change, since Autoconf's version may no longer be appropriate now
42276         that we are using CVS Autoconf's version.  Add support for Tandem.
42277
42278 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42279             Bruno Haible  <bruno@clisp.org>
42280
42281         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42282         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42283         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42284         gl_AC_TYPE_LONG_LONG.
42285
42286         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42287         instead of HAVE_LONG_LONG.
42288         * lib/printf-args.c (printf_fetchargs): Likewise.
42289         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42290         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42291         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42292         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42293         gl_AC_TYPE_LONG_LONG.
42294
42295 2006-10-11  Bruno Haible  <bruno@clisp.org>
42296
42297         * m4/longlong.m4: Add comments.
42298         * m4/ulonglong.m4: Likewise.
42299
42300 2006-10-10  Bruno Haible  <bruno@clisp.org>
42301
42302         Make it possible to #define stpcpy, strdup to aliases.
42303         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42304         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42305
42306 2006-10-10  Bruno Haible  <bruno@clisp.org>
42307
42308         Make it possible to #define gcd to an alias.
42309         * lib/gcd.c: Include config.h.
42310
42311 2006-10-10  Bruno Haible  <bruno@clisp.org>
42312
42313         Make it possible to #define c_isascii to an alias.
42314         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42315         defined. Undefine the macros before defining them, to avoid gcc
42316         warnings.
42317         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42318         define NO_C_CTYPE_MACROS early.
42319
42320 2006-10-10  Bruno Haible  <bruno@clisp.org>
42321
42322         Make it possible to #define set_program_name to an alias.
42323         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42324         ENABLE_RELOCATABLE early.
42325
42326 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42327
42328         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42329         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42330         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42331         More generally, don't assume that 64-bit signed int is available
42332         if unsigned int is, and vice versa.
42333         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42334         unsigned symbols, not on their signed counterparts.
42335         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42336         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42337         (UINT64_C, UINTMAX_C):
42338         Likewise.
42339         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42340         unsigned counterparts.
42341         (Have_long_long, Unsigned): New macros.
42342         (Int): Renamed from INT.
42343         (strtoimax): Use the new macros.
42344         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42345         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42346         * modules/inttypes (inttypes.h): Substitute
42347         HAVE_UNSIGNED_LONG_LONG_INT.
42348         * modules/stdint (stdint.h): Likewise.
42349         (Files): Add m4/ulonglong.m4.
42350
42351 2006-10-10  Bruno Haible  <bruno@clisp.org>
42352
42353         Fix a gcc -Wshadow warning.
42354         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42355         to 'bucket'.
42356         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42357         gl_linked_indexof_from_to): Likewise.
42358         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42359         Likewise.
42360         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42361         Likewise.
42362         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42363         Reported by Eric Blake.
42364
42365 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42366
42367         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42368         for NetBSD.  Problem reported by Bruno Haible.
42369
42370 2006-10-09  Jim Meyering  <jim@meyering.net>
42371
42372         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42373         Patch from Bruno Haible.
42374
42375 2006-10-09  Jim Meyering  <jim@meyering.net>
42376
42377         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42378         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42379         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42380
42381 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42382
42383         Don't include <config.h> twice; this doesn't work in some cases,
42384         e.g., when config.h has "#define intmax_t long long int" and
42385         we include <config.h>, <inttypes.h>, <config.h> in that order.
42386         Problem reported by Matthew Woehlke in:
42387         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42388         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42389         * lib/fts-cycle.c: Don't include config.h.
42390         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42391         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42392         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42393         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42394         inttypes.h.
42395         * lib/xstrtoumax.c: Likewise.
42396         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42397         __strtol and the like, so that this module is more like its siblings.
42398         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42399         Remove; no longer needed now that we assume gnulib inttypes.h.
42400
42401 2006-10-08  Bruno Haible  <bruno@clisp.org>
42402
42403         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42404         option.
42405
42406 2006-10-07  Jim Meyering  <jim@meyering.net>
42407
42408         * modules/inttypes (inttypes.h): Revert what seems to have been
42409         an inadvertent part of today's change: use "|", not "/" in the
42410         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42411
42412 2006-10-07  Bruno Haible  <bruno@clisp.org>
42413
42414         * modules/sublist: New file.
42415
42416 2006-10-07  Bruno Haible  <bruno@clisp.org>
42417
42418         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42419         * modules/argz (argz.h): Likewise.
42420         * modules/arpa_inet (arpa/inet.h): Likewise.
42421         * modules/byteswap (byteswap.h): Likewise.
42422         * modules/configmake (configmake.h): Likewise.
42423         * modules/fcntl (fcntl.h): Likewise.
42424         * modules/fnmatch (fnmatch.h): Likewise.
42425         * modules/getopt (getopt.h): Likewise.
42426         * modules/glob (glob.h): Likewise.
42427         * modules/inttypes (inttypes.h): Likewise.
42428         * modules/netinet_in (netinet/in.h): Likewise.
42429         * modules/poll (poll.h): Likewise.
42430         * modules/stdbool (stdbool.h): Likewise.
42431         * modules/stdint (stdint.h): Likewise.
42432         * modules/sys_select (sys/select.h): Likewise.
42433         * modules/sys_socket (sys/socket.h): Likewise.
42434         * modules/sys_stat (sys/stat.h): Likewise.
42435         * modules/sysexits (sysexits.h): Likewise.
42436         * modules/unistd (unistd.h): Likewise.
42437         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42438         Add a "DO NOT EDIT" comment to the generated file.
42439         (func_import): Likewise for gnulib-comp.m4.
42440
42441 2006-10-07  Bruno Haible  <bruno@clisp.org>
42442
42443         * lib/gl_sublist.h: New file.
42444         * lib/gl_sublist.c: New file.
42445
42446 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42447
42448         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42449         name (relative to the original working directory) and the file
42450         name component (relative to the temporary working directory).  All
42451         callers changed.
42452         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42453         * lib/mkdir-p.c (make_dir_parents): Likewise.
42454         * lib/mkdir-p.h (make_dir_parents): Likewise.
42455
42456 2006-10-06  Eric Blake  <ebb9@byu.net>
42457
42458         Define several macros for use by the clean-temp module.
42459         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42460         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42461         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42462
42463         * lib/clean-temp.h (close_stream_temp): New declaration.
42464         * lib/clean-temp.c (includes): Pull in headers according to what
42465         other modules are in use.
42466         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42467
42468 2006-10-06  Bruno Haible  <bruno@clisp.org>
42469
42470         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42471         instead of fopen, fwriteerror.
42472
42473 2006-10-06  Bruno Haible  <bruno@clisp.org>
42474
42475         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42476         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42477         int.
42478         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42479         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42480         Return an error indicator.
42481         Suggested by Eric Blake.
42482
42483 2006-10-06  Bruno Haible  <bruno@clisp.org>
42484
42485         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42486         Reported by Eric Blake.
42487
42488 2006-10-06  Bruno Haible  <bruno@clisp.org>
42489
42490         * modules/closeout (Description): Mention stderr too.
42491
42492 2006-10-06  Bruno Haible  <bruno@clisp.org>
42493         and Paul Eggert  <eggert@cs.ucla.edu>
42494
42495         * lib/closeout.c (close_stdout): Also close stderr.
42496         * lib/closeout.h: Update comment.
42497
42498 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42499
42500         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42501         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42502         * lib/dirchownmod.c: Include lchown.h.
42503         * lib/lchown.c: Don't include files that lchown.h now includes.
42504         Don't declare chown, since lchown.h now does that.
42505         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42506         (lchown): Define to rpl_chown if lchown is declared but
42507         does not exist.  Declare using a prototype if lchown is not
42508         declared.  Add a copyright notice.
42509         * lib/mkstemp.h: Include <unistd.h>.
42510         * lib/openat.c: Include lchown.h.
42511
42512         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42513         we now test for that separately.
42514         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42515         rather than O_NOFOLLOW, when testing whether it's possible to
42516         avoid a race condition reliably.
42517         * lib/savewd.c (savewd_chdir): Likewise.
42518
42519         Remove macros that are no longer needed now that stdint.h is
42520         reliable.
42521         * lib/fsusage.c (UINTMAX_MAX): Remove.
42522         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42523         * lib/utimecmp.c (SIZE_MAX): Remove.
42524
42525         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42526
42527         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42528         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42529         O_NOATIME works.
42530
42531 2006-10-05  Bruno Haible  <bruno@clisp.org>
42532
42533         * lib/gl_list.h (gl_sortedlist_search_from_to,
42534         gl_sortedlist_indexof_from_to): New declarations.
42535         (gl_list_implementation): New fields sortedlist_search_from_to,
42536         sortedlist_indexof_from_to.
42537         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42538         inline functions.
42539         * lib/gl_list.c (gl_sortedlist_search_from_to,
42540         gl_sortedlist_indexof_from_to): New functions.
42541         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42542         function.
42543         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42544         (gl_array_sortedlist_search_from_to): New function.
42545         (gl_array_list_implementation): Update.
42546         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42547         function.
42548         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42549         (gl_carray_sortedlist_search_from_to): New function.
42550         (gl_carray_list_implementation): Update.
42551         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42552         gl_linked_sortedlist_indexof_from_to): New functions.
42553         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42554         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42555         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42556         gl_tree_sortedlist_indexof_from_to): New functions.
42557         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42558         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42559         Update.
42560         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42561         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42562         Update.
42563
42564 2006-10-05  Bruno Haible  <bruno@clisp.org>
42565
42566         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42567         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42568         (struct gl_list_implementation): Add fields search_from_to,
42569         indexof_from_to. Remove fields search, indexof.
42570         (gl_list_search): Use the search_from_to method.
42571         (gl_list_search_from, gl_list_search_from_to): New functions.
42572         (gl_list_indexof): Use the indexof_from_to method.
42573         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42574         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42575         (gl_list_search_from, gl_list_search_from_to): New functions.
42576         (gl_list_indexof): Use the indexof_from_to method.
42577         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42578         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42579         gl_array_indexof. Add start_index, end_index arguments.
42580         (gl_array_search_from_to): Renamed from gl_array_search. Add
42581         start_index, end_index arguments.
42582         (gl_array_remove, gl_array_list_implementation): Update.
42583         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42584         gl_carray_indexof. Add start_index, end_index arguments.
42585         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42586         start_index, end_index arguments.
42587         (gl_carray_remove, gl_carray_list_implementation): Update.
42588         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42589         gl_linked_search. Add start_index, end_index arguments.
42590         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42591         start_index, end_index arguments.
42592         (gl_linked_remove): Update.
42593         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42594         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42595         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42596         field to 'size_t'.
42597         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42598         gl_tree_search. Add start_index, end_index arguments.
42599         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42600         start_index, end_index arguments.
42601         (gl_tree_remove): Update.
42602         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42603         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42604         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42605         function.
42606         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42607         gl_tree_search. Add start_index, end_index arguments.
42608         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42609         start_index, end_index arguments.
42610         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42611         Update.
42612         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42613
42614 2006-10-05  Bruno Haible  <bruno@clisp.org>
42615
42616         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42617
42618         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42619         fwriteerror_temp): New declarations.
42620         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42621         (descriptors): New variable.
42622         (cleanup): First, close the descriptors.
42623         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42624         fclose_temp, fwriteerror_temp): New functions.
42625
42626 2006-10-04  Jim Meyering  <jim@meyering.net>
42627
42628         * lib/fts.c (fts_open): Tiny comment change.
42629
42630 2006-10-04  Bruno Haible  <bruno@clisp.org>
42631
42632         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42633         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42634         gl_LOCK_BODY.
42635         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42636         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42637         gl_LOCK_EARLY_BODY.
42638         (gl_LOCK): Require gl_LOCK_BODY.
42639
42640 2006-10-04  Bruno Haible  <bruno@clisp.org>
42641
42642         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42643         (gl_oset_search_atleast): New declaration.
42644         (struct gl_oset_implementation): Add field 'search_atleast'.
42645         (gl_oset_search_atleast): New inline function.
42646         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42647         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42648         (gl_array_oset_implementation): Update.
42649         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42650         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42651         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42652
42653 2006-10-04  Bruno Haible  <bruno@clisp.org>
42654
42655         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42656
42657 2006-10-03  Bruno Haible  <bruno@clisp.org>
42658
42659         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42660         from gl_avltreehash_list_implementation.
42661
42662 2006-10-03  Bruno Haible  <bruno@clisp.org>
42663
42664         * lib/gl_oset.c (gl_oset_add): Fix return type.
42665
42666 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42667
42668         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42669
42670 2006-10-02  Eric Blake  <ebb9@byu.net>
42671
42672         * modules/strnlen (Depends-on): Add extensions.
42673
42674 2006-10-02  Eric Blake  <ebb9@byu.net>
42675
42676         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42677         definition in 2.60+.
42678
42679 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42680
42681         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42682         checks.
42683
42684 2006-10-02  Bruno Haible  <bruno@clisp.org>
42685
42686         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42687         to the AUTOMAKE_OPTIONS.
42688         Reported by Jim Meyering.
42689
42690 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42691
42692         Work around bug in Solaris 10 /proc file system:
42693         /proc/self/fd/NNN/.. isn't the parent directory of
42694         the directory whose file descriptor is NNN.  This needs to
42695         be worked around at run time, not compile time, since a
42696         program might be built on Solaris 8, where things work, and
42697         run on Solaris 10.
42698         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42699         to use the following interface instead:
42700         (OPENAT_BUFFER_SIZE): New macro.
42701         (openat_proc_name): New function.
42702         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42703         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42704         Likewise.
42705         * lib/openat-proc.c: New file.
42706         * modules/openat (Files): Add lib/openat-proc.c.
42707         (Depends-on): Add same-inode, stdbool.
42708         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42709
42710 2006-09-29  Bruno Haible  <bruno@clisp.org>
42711
42712         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42713         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42714         argument. Set stdout_closed before testing for ferror, not after.
42715         (fwriteerror, fwriteerror_no_ebadf): New functions.
42716
42717 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42718
42719         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42720
42721 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42722
42723         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42724         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42725
42726 2006-09-28  Jim Meyering  <jim@meyering.net>
42727
42728         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42729         Include <unistd.h>.
42730
42731 2006-09-28  Bruno Haible  <bruno@clisp.org>
42732
42733         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42734         * modules/linkedhash-list (Depends-on): Likewise.
42735         * modules/rbtreehash-list (Depends-on): Likewise.
42736
42737 2006-09-28  Bruno Haible  <bruno@clisp.org>
42738
42739         * lib/strndup.h: Simplify the redefinition of strndup.
42740         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42741         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42742
42743 2006-09-28  Bruno Haible  <bruno@clisp.org>
42744
42745         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42746         * lib/gl_linkedhash_list.c: Likewise.
42747         * lib/gl_rbtreehash_list.c: Likewise.
42748
42749 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42750
42751         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42752         getaddrinfo.
42753
42754         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42755         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42756         it causes <stdio_ext.h> to cause a compile-time error.
42757         Problem reported by Nelson H. F. Beebe.
42758         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42759         of HAVE_DECL___PENDING.
42760
42761         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42762         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42763         declaration.
42764
42765 2006-09-27  Jim Meyering  <jim@meyering.net>
42766
42767         This file could end up with a definition for a function
42768         named __strndup, rather than rpl_strndup on a system with
42769         incomplete weak_alias support.
42770         * lib/strndup.c (strndup): Rename from __strndup.
42771         Remove #defines that used to map __strndup to strndup.
42772         Don't use K&R prototypes.
42773         Remove LIBC-related code, since this file is not sync'd with glibc.
42774         * lib/strndup.h: Revamp, accordingly.
42775         * m4/strndup.m4: Modernize.
42776
42777 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42778
42779         * modules/savewd (Depends-on): Add 'raise'.
42780         * lib/savewd.c: Include <signal.h>, for 'raise'.
42781
42782 2006-09-26  Jim Meyering  <jim@meyering.net>
42783
42784         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
42785         when we detect Darwin 8.7.0's acl_get_file bug.
42786         Rearrange to perform the new (below) run-test while $LIBS
42787         contains any acl-related library.  Set USE_ACL at the end.
42788         (gl_ACL_GET_FILE): New function.
42789
42790 2006-09-26  Eric Blake  <ebb9@byu.net>
42791
42792         * lib/verror.c: Include <config.h> unconditionally.
42793
42794 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
42795
42796         * modules/clock-time (Maintainer): Add self.
42797         * modules/getlogin_r (Depends-on): Add extensions.
42798
42799 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42800
42801         * modules/clock-time: New module.
42802         * modules/nanosleep (Depends-on): Add clock-time.
42803         * modules/gethrxtime (Depends-on): Likewise.
42804         * modules/gettime (Depends-on): Likewise.
42805         * modules/settime (Depends-on): Likewise.
42806
42807         * modules/fts-lgpl: Depend on openat.
42808         * modules/mkancesdirs: Depend on savewd.
42809         * modules/mkdir-p: Likewise.
42810
42811 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42812
42813         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
42814
42815         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
42816         `gl_have_arbitrary_file_name_length_limit' to
42817         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
42818         actually works between configure runs.
42819
42820 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42821             Bruno Haible  <bruno@clisp.org>
42822
42823         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
42824
42825 2006-09-25  Jim Meyering  <jim@meyering.net>
42826
42827         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
42828         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
42829
42830 2006-09-25  Eric Blake  <ebb9@byu.net>
42831
42832         * gnulib-tool (func_import, func_create_testdir): Fix typos in
42833         exec's in 2006-09-18 patch when shuffling fds.
42834
42835 2006-09-25  Bruno Haible  <bruno@clisp.org>
42836
42837         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
42838         Reported by Jim Meyering.
42839
42840 2006-09-24  Jim Meyering  <jim@meyering.net>
42841
42842         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
42843         compare a pointer against a literal "0".  That caused failures with
42844         at least HP-UX's hpcc.
42845
42846 2006-09-22  Simon Josefsson  <jas@extundo.com>
42847
42848         * modules/gc-sha1:
42849         * modules/gc-md4:
42850         * modules/gc-hmac-sha1:
42851         * modules/gc-hmac-md5:
42852         * modules/gc-des:
42853         * modules/gc-arcfour: Distribute more files.
42854
42855 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42856
42857         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
42858         (gl_linked_iterator_from_to): Initialize struct completely.
42859         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
42860         (gl_tree_iterator_from_to): Likewise
42861         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
42862         * lib/gl_array_list.c [lint] (gl_array_iterator)
42863         (gl_array_iterator_from_to): Likewise.
42864         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
42865         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
42866         (gl_carray_iterator_from_to): Likewise.
42867
42868         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
42869         * lib/md4.c (md4_process_block): Remove unused variable.
42870         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
42871         parentheses for clarity.
42872
42873 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42874
42875         * modules/bison-i18n (Depends-on): Add gettext.
42876
42877 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42878
42879         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
42880         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
42881         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
42882         also add missing comma that caused broken test.
42883         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
42884         stdlib.h, for `abort'.
42885         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
42886         variables.
42887         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
42888         include unistd.h if present, for `rmdir'.
42889         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
42890         variables.
42891         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
42892         in the process include standard headers for prototypes.
42893         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
42894         gets declared on GNU/Linux.
42895         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
42896         unistd.h, for `rmdir'.
42897         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
42898
42899         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
42900         always true.
42901         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
42902
42903         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
42904
42905 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42906
42907         * gnulib-tool (func_version): Create output all at once.  This
42908         may help avoid triggering unnecessary SIGPIPEs, and at any
42909         rate it doesn't hurt.
42910
42911 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42912             Bruno Haible  <bruno@clisp.org>
42913
42914         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
42915         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42916         * m4/signed.m4 (bh_C_SIGNED): Likewise.
42917
42918         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
42919         (gl_FUNC_VASPRINTF): Invoke it.
42920
42921 2006-09-22  Bruno Haible  <bruno@clisp.org>
42922
42923         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
42924         getloadavg.c as first argument.
42925
42926 2006-09-22  Bruno Haible  <bruno@clisp.org>
42927
42928         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
42929         at the beginning of the gl_INIT macro.
42930         * modules/getloadavg (configure.ac): Pass $gl_source_base to
42931         gl_GETLOADAVG.
42932
42933 2006-09-22  Bruno Haible  <bruno@clisp.org>
42934
42935         * gnulib-tool (func_create_megatestdir): Don't include the config-h
42936         module.
42937         Suggested by Ralf Wildenhues.
42938
42939 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42940
42941         Import this patch from libc:
42942
42943         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
42944
42945         * lib/regex_internal.c (re_string_reconstruct): Handle
42946         offset < pstr->valid_raw_len && pstr->offsets_needed case.
42947         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
42948         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
42949         re_string_context_at.
42950
42951         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
42952         now requires it.
42953         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
42954         gl_REGEX now does it for us.
42955         (gl_REGEX): Add test taken from
42956         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
42957
42958         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
42959         Check that large offsets work.  Modernize Autoconf usages.
42960         Prefer "yes" to mean a good thing rather than a bad.
42961         Don't put "#define mkstemp" in config.h, as this might interfere
42962         with standard system headers that "#define mkstemp mkstemp64".
42963
42964         * modules/mkstemp (Depends-on): Add extensions, so that
42965         mkstemp is visible on some platforms.
42966         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
42967         (Include): Change to "mkstemp.h" from <stdlib.h>.
42968         (Files): Add mkstemp.h.
42969
42970         * lib/mkstemp.h: New file, since some standard headers
42971         #define mkstemp.
42972         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
42973         Include "mkstemp.h".
42974         Make the _LIBC code resemble glibc original more,
42975         e.g., use K&R style.
42976         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
42977         (mkstemp): Remove, since mkstemp.h does this for us.
42978         * lib/stdlib--.h: Include mkstemp.h.
42979
42980         Import this patch from libc:
42981
42982         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42983
42984         * lib/tempname.c (__gen_tempname): Change attempts_min
42985         into a macro.  Use preprocessor to decide how to initialize
42986         attempts [Coverity CID 67].
42987
42988 2006-09-20  Bruno Haible  <bruno@clisp.org>
42989
42990         * lib/mkdtemp.c: Import from libc.
42991         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42992                 * sysdeps/posix/tempname.c (__gen_tempname): Change
42993                 attempts_min into a macro.  Use preprocessor to decide how to
42994                 initialize attempts [Coverity CID 67].
42995         2001-11-27  Paul Eggert  <eggert@twinsun.com>
42996                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
42997                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
42998
42999 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43000
43001         * gnulib-tool (func_exit): New function, to allow to pass the
43002         exit status portably through the trap.  Use everywhere.
43003         (--help, --version): Signal a write error.
43004         (trap): catch SIGPIPE, for write errors.
43005         Exit at the end of the trap, with the correct exit status.
43006
43007 2006-09-19  Karl Berry  <karl@gnu.org>
43008
43009         * doc/gnulib.texi: note about the license texinfo files.
43010
43011 2006-09-19  Eric Blake  <ebb9@byu.net>
43012
43013         * gnulib-tool: Avoid space-tab.
43014
43015 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43016
43017         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43018         that prevented coreutils 6.1 from building.  Problem reported
43019         by Petter Reinholdtsen.
43020
43021 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43022
43023         * gnulib-tool (avoidlist): Fix typo that broke options like
43024         --avoid=lock that are used by coreutils bootstrap.
43025
43026 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43027
43028         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43029         more systematically.
43030
43031 2006-09-18  Jim Meyering  <jim@meyering.net>
43032
43033         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43034
43035 2006-09-18  Bruno Haible  <bruno@clisp.org>
43036
43037         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43038
43039 2006-09-18  Bruno Haible  <bruno@clisp.org>
43040
43041         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43042         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43043         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43044         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43045         * m4/gettext.m4: Require autoconf >= 2.52.
43046         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43047         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43048         of gl_cv_header_inttypes_h.
43049
43050 2006-09-18  Bruno Haible  <bruno@clisp.org>
43051
43052         * lib/javaversion.c: Include configmake.h.
43053
43054 2006-09-18  Bruno Haible  <bruno@clisp.org>
43055
43056         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43057         avoid that the while loops be executed in a subshell.
43058
43059 2006-09-18  Bruno Haible  <bruno@clisp.org>
43060
43061         * MODULES.html.sh (func_module): Break long lines.
43062         Suggested by Bruce Korb <bkorb@gnu.org>.
43063
43064 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43065
43066         Speed up by a factor of 1.12.
43067         * gnulib-tool (nl): New variable.
43068         (func_import): Rewrite include directive extraction to only read each
43069         directive once.
43070
43071 2006-09-17  Bruno Haible  <bruno@clisp.org>
43072
43073         * modules/javaversion (Makefile.am): Remove DEFS setting.
43074         (Depends-on): Add configmake, for PKGDATADIR definition.
43075
43076 2006-09-17  Bruno Haible  <bruno@clisp.org>
43077
43078         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43079
43080 2006-09-17  Bruno Haible  <bruno@clisp.org>
43081
43082         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43083         (func_modules_transitive_closure, func_modules_add_dummy,
43084         func_modules_to_filelist, func_import, func_create_testdir,
43085         func_create_megatestdir, ...): Use it wherever possible.
43086         Suggested by Ralf Wildenhues.
43087
43088 2006-09-16  Karl Berry  <karl@gnu.org>
43089
43090         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43091         to avoid sectioning errors.
43092         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43093         [ifinfo]: blank line after @center-ed titles.
43094         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43095         Spell FSF address consistently with others.
43096         (These changes approved by rms.)
43097
43098 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43099
43100         Speed up by a factor of 1.61.
43101         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43102         already checked module names again.
43103
43104 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43105
43106         Speed up by a factor of 1.13.
43107         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43108         for new_files, and the input to func_add_or_update.
43109
43110 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43111
43112         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43113         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43114
43115 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43116
43117         * modules/mkancesdirs (Depends-on): Add fcntl.
43118         * modules/savewd: New file.
43119         * MODULES.html.sh (File system functions): Add savewd.
43120
43121         * modules/configmake (Makefile.am): Add support for the
43122         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43123
43124 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43125
43126         * m4/savewd.m4: New file.
43127
43128 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43129
43130         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43131         (dirchownmod): New arg FD.  All callers changed.
43132         Use FD rather than opening the directory ourself, as opening is
43133         now the caller's responsibility.
43134         * lib/dirchownmod.h: Likewise.
43135         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43136         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43137         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43138         (test_dir): Remove.
43139         (mkancesdirs): Return length of prefix of FILE that has already
43140         been made, or -2 if there is a child doing the work.  Redo
43141         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43142         ".", and treat ".." specially since it might stray back into
43143         already-created areas.  Use a subprocess if necessary.  New arg
43144         WD; all users changed.  MAKE_DIR function should now return 1
43145         if it creates a directory that is not readable.  Return -2 if
43146         a child process is spun off.
43147         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43148         Adjust signature to match code.
43149         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43150         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43151         all users changed.
43152         * lib/savewd.c, lib/savewd.h: New files.
43153
43154 2006-09-15  Jim Meyering  <jim@meyering.net>
43155
43156         * modules/rename-dest-slash: New module.
43157         * MODULES.html.sh (posix_compat): Add it here.
43158
43159         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43160
43161 2006-09-15  Jim Meyering  <jim@meyering.net>
43162
43163         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43164         file.
43165
43166         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43167
43168 2006-09-15  Jim Meyering  <jim@meyering.net>
43169
43170         * lib/rename-dest-slash.c (has_trailing_slash): Use
43171         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43172         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43173         test before testing whether SRC is a directory.
43174         Suggestions from Bruno Haible.
43175
43176         Avoid a warning about an unused variable.
43177         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43178         into the #ifdef block where it's used.
43179
43180         * lib/rename-dest-slash.c: New file.
43181
43182 2006-09-14  Bruno Haible  <bruno@clisp.org>
43183
43184         * lib/allocsa.c: Include <config.h> unconditionally.
43185         * lib/asnprintf.c: Likewise.
43186         * lib/asprintf.c: Likewise.
43187         * lib/c-strcasecmp.c: Likewise.
43188         * lib/c-strcasestr.c: Likewise.
43189         * lib/c-strncasecmp.c: Likewise.
43190         * lib/c-strstr.c: Likewise.
43191         * lib/classpath.c: Likewise.
43192         * lib/clean-temp.c: Likewise.
43193         * lib/concatpath.c: Likewise.
43194         * lib/copy-file.c: Likewise.
43195         * lib/csharpcomp.c: Likewise.
43196         * lib/csharpexec.c: Likewise.
43197         * lib/execute.c: Likewise.
43198         * lib/fatal-signal.c: Likewise.
43199         * lib/findprog.c: Likewise.
43200         * lib/fwriteerror.c: Likewise.
43201         * lib/gl_array_list.c: Likewise.
43202         * lib/gl_array_oset.c: Likewise.
43203         * lib/gl_avltree_list.c: Likewise.
43204         * lib/gl_avltree_oset.c: Likewise.
43205         * lib/gl_avltreehash_list.c: Likewise.
43206         * lib/gl_carray_list.c: Likewise.
43207         * lib/gl_linked_list.c: Likewise.
43208         * lib/gl_linkedhash_list.c: Likewise.
43209         * lib/gl_list.c: Likewise.
43210         * lib/gl_oset.c: Likewise.
43211         * lib/gl_rbtree_list.c: Likewise.
43212         * lib/gl_rbtree_oset.c: Likewise.
43213         * lib/gl_rbtreehash_list.c: Likewise.
43214         * lib/imaxabs.c: Likewise.
43215         * lib/imaxdiv.c: Likewise.
43216         * lib/javacomp.c: Likewise.
43217         * lib/javaexec.c: Likewise.
43218         * lib/javaversion.c: Likewise.
43219         * lib/linebreak.c: Likewise.
43220         * lib/localcharset.c: Likewise.
43221         * lib/lock.c: Likewise.
43222         * lib/mbchar.c: Likewise.
43223         * lib/mbswidth.c: Likewise.
43224         * lib/mkdtemp.c: Likewise.
43225         * lib/pipe.c: Likewise.
43226         * lib/printf-args.c: Likewise.
43227         * lib/printf-parse.c: Likewise.
43228         * lib/progname.c: Likewise.
43229         * lib/progreloc.c: Likewise.
43230         * lib/readlink.c: Likewise.
43231         * lib/sh-quote.c: Likewise.
43232         * lib/stpcpy.c: Likewise.
43233         * lib/stpncpy.c: Likewise.
43234         * lib/strcasecmp.c: Likewise.
43235         * lib/strcasestr.c: Likewise.
43236         * lib/strcspn.c: Likewise.
43237         * lib/striconv.c: Likewise.
43238         * lib/strncasecmp.c: Likewise.
43239         * lib/strnlen1.c: Likewise.
43240         * lib/strstr.c: Likewise.
43241         * lib/strtok_r.c: Likewise.
43242         * lib/tls.c: Likewise.
43243         * lib/tmpdir.c: Likewise.
43244         * lib/unicodeio.c: Likewise.
43245         * lib/unsetenv.c: Likewise.
43246         * lib/vasnprintf.c: Likewise.
43247         * lib/vasprintf.c: Likewise.
43248         * lib/wait-process.c: Likewise.
43249         * lib/xallocsa.c: Likewise.
43250         * lib/xsetenv.c: Likewise.
43251         * lib/xstriconv.c: Likewise.
43252
43253 2006-09-13  Simon Josefsson  <jas@extundo.com>
43254
43255         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43256         that internally, suggested by Ralf Wildenhues
43257         <Ralf.Wildenhues@gmx.de>.
43258
43259 2006-09-13  Simon Josefsson  <jas@extundo.com>
43260
43261         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43262         @LIBOBJS@.
43263         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43264
43265 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43266
43267         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43268         longer worry about uses that don't define HAVE_CONFIG_H.
43269         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43270         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43271         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43272         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43273         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43274         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43275         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43276         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43277         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43278         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43279         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43280         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43281         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43282         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43283         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43284         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43285         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43286         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43287         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43288         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43289         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43290         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43291         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43292         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43293         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43294         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43295         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43296         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43297         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43298         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43299         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43300         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43301         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43302         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43303         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43304         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43305         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43306         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43307         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43308         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43309         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43310         Likewise.
43311
43312 2006-09-13  Eric Blake  <ebb9@byu.net>
43313
43314         * lib/getopt.c: Fix typo in last commit.
43315
43316 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43317
43318         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43319         dgettext.
43320
43321 2006-09-12  Jim Meyering  <jim@meyering.net>
43322
43323         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43324         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43325         Reported by Nelson H. F. Beebe.
43326
43327 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43328
43329         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43330         program_invocation_name and program_invocation_short_name are
43331         initialized.
43332         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43333         and program_invocation_short_name to argp.h, so they are visible
43334         to user programs.
43335         * lib/argp.h: Likewise
43336
43337 2006-09-10  Bruno Haible  <bruno@clisp.org>
43338
43339         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43340         m4/inttypes_h.m4, m4/uintmax_t.m4.
43341
43342 2006-09-10  Bruno Haible  <bruno@clisp.org>
43343
43344         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43345         gl_AC_TYPE_UINTMAX_T.
43346
43347 2006-09-10  Bruno Haible  <bruno@clisp.org>
43348
43349         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43350
43351 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43352
43353         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43354         convention.  Text proposed by Bruno Haible.
43355         (struct argp_option): Document the use of N_() wrappers.
43356
43357         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43358         '\v', and translate the two parts separately, instead of feeding
43359         the whole string to gettext.  This allows to exclude
43360         '\v' from the strings visible to the translator by writing doc
43361         strings as N_("..") "\v" N_("..").
43362
43363 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43364
43365         * config/srclist.txt: Undo latest change; the bug was fixed.
43366
43367 2006-09-09  Bruno Haible  <bruno@clisp.org>
43368
43369         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43370         assignments if building a library without libtool.
43371         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43372         in func_emit_lib_Makefile_am.
43373         (func_import): When building a static library libfoo.a, arrange to
43374         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43375         (func_create_testdir): Likewise.
43376         * modules/gc (configure.ac, Makefile.am): If building statically,
43377         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43378         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43379         * modules/striconv (configure.ac, Makefile.am): Likewise.
43380         Based on a suggestion by Ralf Wildenhues.
43381
43382 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43383
43384         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43385         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43386         Also:
43387
43388         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43389         Add year_2050_test to catch glibc bug 2821
43390         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43391
43392         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43393         Prefer #ifdef to #if.
43394
43395         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43396         Return from 'main' instead of calling 'exit'.
43397
43398 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43399
43400         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43401         returned the maximum time_t value rather than (time_t) -1.
43402         Problem originally reported by William Bardwell
43403         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43404
43405         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43406         Moved to here ...
43407         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43408         ... from here.
43409
43410 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43411
43412         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43413         2821 is fixed.
43414
43415 2006-09-08  Jim Meyering  <jim@meyering.net>
43416
43417         Don't make generated files read-only.  That would bother too many
43418         people.  However, do retain the ability to work when targets are
43419         read-only: remove the destination and temporary files before writing
43420         them (when generated via sed or echo), or by using the -f option for
43421         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43422         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43423         * modules/byteswap, modules/configmake, modules/fcntl:
43424         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43425         * modules/localcharset, modules/netinet_in, modules/poll:
43426         * modules/stdbool, modules/stdint, modules/sys_select:
43427         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43428
43429 2006-09-08  Jim Meyering  <jim@meyering.net>
43430
43431         Avoid new build failure on FreeBSD 6.0.
43432         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43433         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43434         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43435
43436 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43437
43438         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43439
43440 2006-09-07  Jim Meyering  <jim@meyering.net>
43441
43442         Fix global typo in last change: use chmod u-w, not chmod u-x.
43443         Spotted by Paul Eggert and Bruce Korb.
43444         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43445         * modules/byteswap, modules/configmake, modules/fcntl:
43446         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43447         * modules/localcharset, modules/netinet_in, modules/poll:
43448         * modules/stdbool, modules/stdint, modules/sys_select:
43449         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43450
43451 2006-09-06  Jim Meyering  <jim@meyering.net>
43452
43453         Make generated files be read-only.
43454         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43455         Ensure that each generated file is now read-only.
43456         * modules/argz: Likewise.
43457         * modules/arpa_inet: Likewise.
43458         * modules/byteswap: Likewise.
43459         * modules/configmake: Likewise.
43460         * modules/fcntl: Likewise.
43461         * modules/fnmatch: Likewise.
43462         * modules/getopt: Likewise.
43463         * modules/glob: Likewise.
43464         * modules/inttypes: Likewise.
43465         * modules/netinet_in: Likewise.
43466         * modules/poll: Likewise.
43467         * modules/stdbool: Likewise.
43468         * modules/stdint: Likewise.
43469         * modules/sys_select: Likewise.
43470         * modules/sys_socket: Likewise.
43471         * modules/sys_stat: Likewise.
43472         * modules/sysexits: Likewise.
43473         * modules/localcharset: Same as above, but continue using temporary
43474         file named "t-$@" (why different?) rather than the "$@-t" used
43475         everywhere else.
43476
43477         * modules/sysexits (Makefile.am): Replace literal occurrences
43478         of "sysexit.h" more readable, and more consistent, "$@".
43479
43480 2006-09-06  Bruno Haible  <bruno@clisp.org>
43481
43482         * modules/striconv: New file.
43483         * modules/xstriconv: New file.
43484         * MODULES.html.sh (Internationalization functions): Add striconv,
43485         xstriconv.
43486
43487 2006-09-06  Bruno Haible  <bruno@clisp.org>
43488
43489         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43490         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43491         not using libtool correctly.
43492
43493 2006-09-06  Bruno Haible  <bruno@clisp.org>
43494
43495         * lib/striconv.h: New file.
43496         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43497         iconvstring.c.
43498         * lib/xstriconv.h: New file.
43499         * lib/xstriconv.c: New file.
43500
43501 2006-09-06  Bruno Haible  <bruno@clisp.org>
43502
43503         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43504         lib_..._LDFLAGS.
43505
43506 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43507
43508         * lib/argz_.h: Sync from Libtool.
43509
43510         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43511                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43512
43513         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43514
43515 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43516
43517         * modules/trim: New file.
43518
43519 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43520
43521         * lib/trim.h: New file.
43522         * lib/trim.c: New file.
43523
43524 2006-09-05  Bruno Haible  <bruno@clisp.org>
43525
43526         * MODULES.html.sh (String handling): Add trim.
43527
43528 2006-09-04  Karl Berry  <karl@gnu.org>
43529
43530         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43531         until next release.
43532
43533 2006-09-03  Bruno Haible  <bruno@clisp.org>
43534
43535         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43536         correctly.
43537
43538 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43539
43540         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43541         not gl_GETLOADAVG.  Omit unneeded semicolons.
43542         Problems reported by Ralf Wildenhues in
43543         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43544         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43545         at the end, which is the usual gnulib style.
43546
43547         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43548         of doing all the work ourselves.
43549         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43550         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43551
43552 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43553
43554         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43555         Problem reported by Ralf Wildenhues in
43556         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43557
43558         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43559         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43560
43561 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43562
43563         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43564         yesterday's patch by changing test -n to test -z.
43565
43566 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43567
43568         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43569         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43570         the former is now obsolescent.
43571
43572         * modules/chdir-long (Depends-on): Add fcntl.
43573
43574 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43575
43576         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43577         obsolescent, and programs should use gnulib instead.
43578         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43579         but with prefixes changed.
43580
43581 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43582
43583         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43584         or stdbool.h, because they might not exist while configuring.
43585
43586         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43587         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43588         does that for us.
43589         (O_DIRECTORY): Remove.
43590
43591 2006-08-31  Eric Blake  <ebb9@byu.net>
43592
43593         * gnulib-tool: Don't let emacs change spaces to TAB.
43594
43595 2006-08-31  Bruno Haible  <bruno@clisp.org>
43596
43597         * gnulib-tool: When calling func_import more than once, do it in a
43598         subshell.
43599         Reported by Eric Blake <ebb9@byu.net>.
43600
43601 2006-08-31  Bruno Haible  <bruno@clisp.org>
43602
43603         * gnulib-tool (nl): Remove variable.
43604         (sed_transform_lib_file): Use more robust test for config-h module.
43605         (func_import): Fix typo in 2006-08-25 patch.
43606
43607 2006-08-31  Bruno Haible  <bruno@clisp.org>
43608
43609         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43610         specified, augment Makefile.am variables instead of assigning them.
43611
43612 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43613
43614         Work around a bug in both the Linux and SunOS 64-bit kernels:
43615         nanosleep mishandles sleeps for longer than 2**31 seconds.
43616         Problem reported by Frank v Waveren in
43617         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43618         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43619         Check for nanosleep bug.
43620         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43621
43622 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43623
43624         Work around a bug in both the Linux and SunOS 64-bit kernels:
43625         nanosleep mishandles sleeps for longer than 2**31 seconds.
43626         Problem reported by Frank v Waveren in
43627         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43628         * lib/nanosleep.c (BILLION): New constant.
43629         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43630         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43631         implementation.
43632
43633 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43634
43635         * modules/nanosleep (Depends-on): Add gettime.
43636
43637 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43638         and Simon Josefsson  <jas@extundo.com>
43639         and Oskar Liljeblad  <oskar@osk.mine.nu>
43640
43641         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43642         * gnulib-tool (func_import): New license type 'unmodifiable license
43643         text'.
43644         * modules/fdl: Use it.  Longer description.
43645         * module/gpl, module/lgpl: New files.
43646
43647 2006-08-30  Jim Meyering  <jim@meyering.net>
43648
43649         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43650         shadowing the parameter.
43651
43652 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43653
43654         Sync from Libtool:
43655
43656         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43657
43658         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43659         sharing with gnulib.  Report by Eric Blake.
43660
43661 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43662
43663         * modules/isapipe: New file.
43664         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43665
43666 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43667
43668         * modules/configmake (Makefile.am): Add a comment, and omit
43669         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43670         by Bruno Haible.
43671
43672 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43673
43674         * m4/isapipe.m4: New file.
43675
43676 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43677
43678         * lib/isapipe.c, lib/isapipe.h: New files.
43679
43680 2006-08-29  Jim Meyering  <jim@meyering.net>
43681
43682         * modules/configmake (Makefile.am): Make configmake.h depend on
43683         Makefile.  Otherwise, a stale configmake.h could hang around.
43684
43685 2006-08-29  Eric Blake  <ebb9@byu.net>
43686
43687         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43688         resolution of upstream bug 3044.
43689
43690 2006-08-29  Bruno Haible  <bruno@clisp.org>
43691
43692         * modules/localcharset (Depends-on): Add configmake.
43693         (Makefile.am): Remove setting of LIBDIR through DEFS.
43694
43695 2006-08-29  Bruno Haible  <bruno@clisp.org>
43696
43697         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43698         defined.
43699
43700 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43701
43702         * modules/fcntl: New file.
43703         * modules/chdir-safer (Depends-on): Add fcntl.
43704         * modules/fts: Likewise.
43705         * modules/mkdir-p: Likewise.
43706
43707         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43708         This undoes the most recent change, since we're now addressing the
43709         problem in a different way.
43710
43711         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43712         into output, since the output might be called Makefile.am even
43713         if $makefile_name is something different.
43714         (func_import): Use $makefile_am rather than
43715         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43716         empty.
43717
43718         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43719
43720 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43721
43722         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43723         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43724         recent change to stdint.m4, since we're now addressing the problem in a
43725         different way.
43726
43727 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43728
43729         * m4/fcntl_h.m4: New file.
43730
43731 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43732
43733         * lib/fcntl_.h: New file.
43734         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43735         the fcntl module.
43736         * lib/dirchownmod.c: Likewise.
43737         * lib/fts.c: Likewise.
43738
43739         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43740         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43741         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43742         just before including <inttypes.h>, to avoid circular inclusion.
43743
43744 2006-08-28  Jim Meyering  <jim@meyering.net>
43745
43746         * doc/visibility.texi: Actually read and correct the grammar of the
43747         sentence affected by yesterday's change.
43748
43749 2006-08-28  Eric Blake  <ebb9@byu.net>
43750
43751         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43752         needs wrapper.
43753
43754 2006-08-28  Eric Blake  <ebb9@byu.net>
43755
43756         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43757
43758 2006-08-28  Eric Blake  <ebb9@byu.net>
43759
43760         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43761
43762 2006-08-28  Bruno Haible  <bruno@clisp.org>
43763
43764         * modules/c-strstr: New file, from GNU gettext.
43765         * MODULES.html.sh (String handling): Add c-strstr.
43766
43767 2006-08-28  Bruno Haible  <bruno@clisp.org>
43768
43769         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43770         macros.
43771         Reported by Eric Blake.
43772
43773 2006-08-28  Bruno Haible  <bruno@clisp.org>
43774
43775         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43776         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43777         * lib/vasprintf.c: Include errno.h, limits.h.
43778         (EOVERFLOW): New fallback definition.
43779         (vasprintf): Test here whether the string length is > INT_MAX.
43780         * lib/vsnprintf.c: Include errno.h, limits.h.
43781         (EOVERFLOW): New fallback definition.
43782         (vsnprintf): Fix bug when generated string was too long for the buffer.
43783         Test here whether the string length is > INT_MAX.
43784
43785 2006-08-28  Bruno Haible  <bruno@clisp.org>
43786
43787         * lib/inttypes_.h (SCNX*): Remove definitions.
43788         Reported by Eric Blake.
43789
43790 2006-08-28  Bruno Haible  <bruno@clisp.org>
43791
43792         * lib/c-strstr.h: New file, from GNU gettext.
43793         * lib/c-strstr.c: New file, from GNU gettext.
43794
43795 2006-08-28  Bruno Haible  <bruno@clisp.org>
43796
43797         * gnulib-tool: Reorder some statements.
43798
43799 2006-08-28  Bruno Haible  <bruno@clisp.org>
43800
43801         * gnulib-tool: New option --makefile-name.
43802         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
43803         $makefile_name.
43804         (func_import): Write $makefile_name to the cache file, and read it from
43805         there unless explicitly specified. Use $makefile_name as file name
43806         instead of Makefile.am. Adjust the recommendations accordingly.
43807
43808 2006-08-28  Bruno Haible  <bruno@clisp.org>
43809
43810         * gnulib-tool (func_verify_module): Check against misapplying patch.
43811
43812 2006-08-28  Bruno Haible  <bruno@clisp.org>
43813
43814         * gnulib-tool (func_relativize, func_relconcat): New functions.
43815         Give an error if --local-dir is given with --update.
43816         Remove trailing slashes from $local_gnulib_dir.
43817         (func_import): Store the relativized $local_gnulib_dir in
43818         gnulib-cache.m4, and read it from there if not specified explicitly.
43819
43820 2006-08-28  Bruno Haible  <bruno@clisp.org>
43821
43822         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
43823         is the current directory. Respect also $local_gnulib_dir.
43824
43825 2006-08-28  Bruno Haible  <bruno@clisp.org>
43826             Simon Josefsson  <jas@extundo.com>
43827
43828         BeOS portability.
43829         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
43830
43831 2006-08-27  Jim Meyering  <jim@meyering.net>
43832
43833         * doc/visibility.texi: Remove duplicate word: "pointer".
43834
43835 2006-08-26  Bruno Haible  <bruno@clisp.org>
43836
43837         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
43838         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
43839         (Makefile.am): Create inttypes.h from inttypes_.h.
43840         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
43841
43842         * modules/imaxabs: New file.
43843
43844         * modules/imaxdiv: New file.
43845
43846 2006-08-26  Bruno Haible  <bruno@clisp.org>
43847
43848         * m4/inttypes.m4: New file.
43849         * m4/_inttypes_h.m4: Remove file.
43850         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
43851         PRI_MACROS_BROKEN.
43852         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
43853
43854         * m4/imaxabs.m4: New file.
43855
43856         * m4/imaxdiv.m4: New file.
43857
43858 2006-08-26  Bruno Haible  <bruno@clisp.org>
43859
43860         * lib/inttypes_.h: New file.
43861         * lib/inttypes.h: Remove file.
43862         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
43863
43864         * lib/imaxabs.c: New file.
43865
43866         * lib/imaxdiv.c: New file.
43867
43868 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43869
43870         New config-h module, so that "make" output needn't be cluttered
43871         by -DHAVE_CONFIG_H.
43872         * MODULES.html.sh (Support for building libraries and executables):
43873         Add config-h.
43874         * modules/config-h: New file.
43875         * gnulib-tool (nl, sed_transform_lib_file): New vars.
43876         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
43877         the config-h module is used.
43878
43879         New configmake module, so that "make" output needn't be cluttered
43880         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
43881         * MODULES.html.sh (Support for building libraries and executables):
43882         Add configmake.
43883         * modules/configmake: New file.
43884
43885 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43886
43887         * m4/config-h.m4: New file.
43888
43889 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43890
43891         * config/srclist.txt: Add elisp-comp.
43892
43893 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43894
43895         * MODULES.html.sh (Support for building libraries and executables):
43896         Add elisp-comp.
43897         * build-aux/elisp-comp: New file.
43898         * modules/elisp-comp: New file.
43899
43900 2006-08-24  Bruno Haible  <bruno@clisp.org>
43901
43902         * gnulib-tool (func_create_testdir): Use non-default values of
43903         sourcebase and m4base.
43904
43905 2006-08-24  Bruno Haible  <bruno@clisp.org>
43906
43907         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
43908         HTML structure.
43909
43910 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43911
43912         * modules/openat (Depends-on): Add lchown.
43913
43914 2006-08-23  Bruno Haible  <bruno@clisp.org>
43915
43916         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
43917         of gl_LOCK_EARLY instead of gl_LOCK.
43918
43919 2006-08-23  Bruno Haible  <bruno@clisp.org>
43920
43921         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
43922         on OSF/1 to no.
43923         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
43924
43925 2006-08-23  Bruno Haible  <bruno@clisp.org>
43926
43927         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
43928         as unusable.
43929
43930         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
43931         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
43932         (gl_LOCK): New macro.
43933
43934 2006-08-22  Simon Josefsson  <jas@extundo.com>
43935
43936         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
43937         to md5 module.
43938
43939 2006-08-22  Simon Josefsson  <jas@extundo.com>
43940
43941         * MODULES.html.sh: Add "Support for maintaining and release
43942         projects".
43943
43944         * build-aux/gnupload: New file, from coreutils.
43945
43946 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43947
43948         Avoid the need for AC_LIBSOURCES in m4 macros.
43949         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
43950         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
43951         * modules/check-version (EXTRA_DIST): Add check-version.h.
43952         * modules/crc (EXTRA_DIST): Add crc.h.
43953         * modules/des (EXTRA_DIST): Add des.h.
43954         * modules/gc (EXTRA_DIST): Add gc.h.
43955         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
43956         * modules/getline (EXTRA_DIST): Add getline.h.
43957         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
43958         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
43959         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
43960         * modules/md2 (EXTRA_DIST): Add md2.h.
43961         * modules/md4 (EXTRA_DIST): Add md4.h.
43962         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
43963         * modules/read-file (EXTRA_DIST): Add read-file.h.
43964         * modules/readline (EXTRA_DIST): Add readline.h.
43965         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
43966         rijndael-api-fst.h.
43967
43968 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43969
43970         * m4/rijndael.m4 (gl_ARCFOUR):
43971         * m4/arctwo.m4 (gl_ARCTWO):
43972         * m4/check-version.m4 (gl_CHECK_VERSION):
43973         * m4/crc.m4 (gl_CRC):
43974         * m4/des.m4 (gl_DES):
43975         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
43976         * m4/gc.m4 (gl_GC):
43977         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
43978         * m4/getline.m4 (gl_FUNC_GETLINE):
43979         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
43980         * m4/hmac-md5.m4 (gl_HMAC_MD5):
43981         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
43982         * m4/md2.m4 (gl_MD2):
43983         * m4/md4.m4 (gl_MD4):
43984         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
43985         * m4/read-file.m4 (gl_FUNC_READ_FILE):
43986         * m4/readline.m4 (gl_FUNC_READLINE):
43987         * m4/rijndael.m4 (gl_RIJNDAEL):
43988         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43989         to get the necessary .h files and whatnot.
43990
43991 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43992
43993         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
43994         gnulib rather than the other way around.
43995         * config/srclistvars.sh (COREUTILS): Remove.
43996
43997 2006-08-22  Jim Meyering  <jim@meyering.net>
43998
43999         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44000
44001         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44002
44003 2006-08-22  Eric Blake  <ebb9@byu.net>
44004
44005         * modules/regexprops-generic: New file.
44006         * MODULES.html.sh (Support for building documentation): List it.
44007
44008 2006-08-22  Eric Blake  <ebb9@byu.net>
44009
44010         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44011         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44012         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44013         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44014
44015 2006-08-22  Bruno Haible  <bruno@clisp.org>
44016
44017         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44018         and lib_LTLIBRARIES like the other lib_* variables.
44019
44020 2006-08-22  Bruno Haible  <bruno@clisp.org>
44021
44022         * build-aux/x-to-1.in: New file, from GNU gettext.
44023
44024 2006-08-22  Bruno Haible  <bruno@clisp.org>
44025
44026         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44027         <utmpx.h> exists.
44028
44029 2006-08-22  Bruno Haible  <bruno@clisp.org>
44030
44031         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44032         <utmpx.h> exists.
44033
44034 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44035
44036         BeOS portability.
44037         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44038         exist.
44039         Problem reported by Bruno Haible.
44040
44041 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44042
44043         Avoid the need for AC_LIBSOURCES in m4 macros.
44044         * modules/acl (EXTRA_DIST): Add acl.h.
44045         * modules/argmatch (Files): Add m4/argmatch.m4.
44046         (configure.ac): Add gl_ARGMATCH.
44047         (EXTRA_DIST): Renamed from lib_SOURCES, for
44048         consistency with the other modules.  Remove argmatch.c.
44049         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44050         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44051         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44052         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44053         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44054         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44055         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44056         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44057         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44058         * modules/closeout (EXTRA_DIST): Add closeout.h.
44059         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44060         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44061         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44062         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44063         dirname.h; remove basename.c and stripslash.c.
44064         * modules/exclude (EXTRA_DIST): Add exclude.h.
44065         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44066         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44067         * modules/file-type (EXTRA_DIST): Add file-type.h.
44068         * modules/filemode (EXTRA_DIST): Add filemode.h.
44069         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44070         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44071         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44072         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44073         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44074         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44075         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44076         * modules/getdate (EXTRA_DIST): Add getdate.c.
44077         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44078         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44079         * modules/getpass (EXTRA_DIST): Add getpass.h.
44080         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44081         * modules/group-member (EXTRA_DIST): Add group-member.h.
44082         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44083         * modules/hash (EXTRA_DIST): Add hash.h.
44084         * modules/human (EXTRA_DIST): Add human.h.
44085         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44086         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44087         * modules/lchown (EXTRA_DIST): Add lchown.h.
44088         * modules/long-options (EXTRA_DIST): Add long-options.h.
44089         * modules/lstat (EXTRA_DIST): Add lstat.h.
44090         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44091         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44092         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44093         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44094         * modules/memxor (EXTRA_DIST): Add memxor.h.
44095         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44096         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44097         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44098         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44099         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44100         * modules/physmem (EXTRA_DIST): Add physmem.h.
44101         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44102         * modules/posixver (EXTRA_DIST): Add posixver.h.
44103         * modules/quote (EXTRA_DIST): Add quote.h.
44104         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44105         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44106         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44107         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44108         regex_internal.h regexec.c.
44109         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44110         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44111         * modules/same (EXTRA_DIST): Add same.h.
44112         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44113         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44114         * modules/savedir (EXTRA_DIST): Add savedir.h.
44115         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44116         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44117         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44118         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44119         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44120         * modules/strdup (EXTRA_DIST): Add strdup.h.
44121         * modules/strftime (EXTRA_DIST): Add strftime.h.
44122         * modules/strndup (EXTRA_DIST): Add strndup.h.
44123         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44124         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44125         * modules/time_r (EXTRA_DIST): Add time_r.h.
44126         * modules/timespec (EXTRA_DIST): Add timespec.h.
44127         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44128         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44129         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44130         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44131         * modules/userspec (EXTRA_DIST): Add userspec.h.
44132         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44133         * modules/utimens (EXTRA_DIST): Add utimens.h.
44134         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44135         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44136         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44137         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44138         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44139         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44140         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44141         * modules/yesno (EXTRA_DIST): Add yesno.h.
44142
44143 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44144
44145         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44146
44147         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44148         * m4/dev-ino.m4, same-inode.m4: Remove.
44149
44150         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44151         * m4/acl.m4 (AC_FUNC_ACL):
44152         * m4/backupfile.m4 (gl_BACKUPFILE):
44153         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44154         * m4/canon-host.m4 (gl_CANON_HOST):
44155         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44156         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44157         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44158         * m4/cloexec.m4 (gl_CLOEXEC):
44159         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44160         * m4/closeout.m4 (gl_CLOSEOUT):
44161         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44162         * m4/dirname.m4 (gl_DIRNAME):
44163         * m4/exclude.m4 (gl_EXCLUDE):
44164         * m4/exitfail.m4 (gl_EXITFAIL):
44165         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44166         * m4/file-type.m4 (gl_FILE_TYPE):
44167         * m4/filemode.m4 (gl_FILEMODE):
44168         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44169         * m4/fpending.m4 (gl_FUNC_FPENDING):
44170         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44171         * m4/fts.m4 (gl_FUNC_FTS):
44172         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44173         * m4/getdate.m4 (gl_GETDATE):
44174         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44175         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44176         * m4/getpass.m4 (gl_FUNC_GETPASS):
44177         * m4/gettime.m4 (gl_GETTIME):
44178         * m4/getugroups.m4 (gl_GETUGROUPS):
44179         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44180         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44181         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44182         * m4/hash.m4 (gl_HASH):
44183         * m4/idcache.m4 (gl_IDCACHE):
44184         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44185         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44186         * m4/long-options.m4 (gl_LONG_OPTIONS):
44187         * m4/lstat.m4 (gl_FUNC_LSTAT):
44188         * m4/md5.m4 (gl_MD5):
44189         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44190         * m4/memcoll.m4 (gl_MEMCOLL):
44191         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44192         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44193         * m4/memxor.m4 (gl_MEMXOR):
44194         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44195         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44196         * m4/modechange.m4 (gl_MODECHANGE):
44197         * m4/mountlist.m4 (gl_MOUNTLIST):
44198         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44199         * m4/openat.m4 (gl_FUNC_OPENAT):
44200         * m4/pathmax.m4 (gl_PATHMAX):
44201         * m4/physmem.m4 (gl_PHYSMEM):
44202         * m4/posixtm.m4 (gl_POSIXTM):
44203         * m4/posixver.m4 (gl_POSIXVER):
44204         * m4/quote.m4 (gl_QUOTE):
44205         * m4/quotearg.m4 (gl_QUOTEARG):
44206         * m4/readtokens.m4 (gl_READTOKENS):
44207         * m4/readutmp.m4 (gl_READUTMP):
44208         * m4/regex.m4 (gl_REGEX):
44209         * m4/safe-read.m4 (gl_SAFE_READ):
44210         * m4/safe-write.m4 (gl_SAFE_WRITE):
44211         * m4/same.m4 (gl_SAME):
44212         * m4/save-cwd.m4 (gl_SAVE_CWD):
44213         * m4/savedir.m4 (gl_SAVEDIR):
44214         * m4/settime.m4 (gl_SETTIME):
44215         * m4/sha1.m4 (gl_SHA1):
44216         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44217         * m4/stat-macros.m4 (gl_STAT_MACROS):
44218         * m4/stat-time.m4 (gl_STAT_TIME):
44219         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44220         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44221         * m4/strdup.m4 (gl_FUNC_STRDUP):
44222         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44223         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44224         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44225         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44226         * m4/time_r.m4 (gl_TIME_R):
44227         * m4/timespec.m4 (gl_TIMESPEC):
44228         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44229         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44230         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44231         * m4/userspec.m4 (gl_USERSPEC):
44232         * m4/utimecmp.m4 (gl_UTIMECMP):
44233         * m4/utimens.m4 (gl_UTIMENS):
44234         * m4/xalloc.m4 (gl_XALLOC):
44235         * m4/xgetcwd.m4 (gl_XGETCWD):
44236         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44237         * m4/xreadlink.m4 (gl_XREADLINK):
44238         * m4/xstrtod.m4 (gl_XSTRTOD):
44239         * m4/yesno.m4 (gl_YESNO):
44240         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44241         to get the necessary .h files and whatnot.
44242
44243 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44244             Bruno Haible  <bruno@clisp.org>
44245
44246         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44247         /bin/sh understanding of '!' conditional negation.
44248
44249 2006-08-21  Jim Meyering  <jim@meyering.net>
44250
44251         * modules/openat (Depends-on): Really alphabetize.
44252
44253         * modules/acl (Depends-on): Add error and quote.
44254
44255         * check-module (find_included_lib_files): Add at-func.c to the
44256         ok-to-include-more-than-once white list.
44257
44258         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44259
44260 2006-08-21  Bruno Haible  <bruno@clisp.org>
44261
44262         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44263         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44264         Reported by Martin Lambers <marlam@marlam.de>.
44265
44266 2006-08-21  Bruno Haible  <bruno@clisp.org>
44267
44268         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44269         specify an installation location, don't emit a noinst_LIBRARIES or
44270         noinst_LTLIBRARIES assignment.
44271
44272 2006-08-21  Bruno Haible  <bruno@clisp.org>
44273
44274         BeOS portability.
44275         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44276         BeOS has mbrtowc() but no <wctype.h>.
44277
44278 2006-08-21  Bruno Haible  <bruno@clisp.org>
44279
44280         BeOS portability.
44281         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44282         exist.
44283
44284 2006-08-21  Bruno Haible  <bruno@clisp.org>
44285
44286         BeOS portability.
44287         * lib/mbchar.h: Include <wctype.h> only if it exists.
44288
44289 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44290
44291         Remove files that are no longer needed by their respective modules.
44292         * m4/obstack.m4: Remove.
44293         * m4/strerror_r.m4: Remove.
44294         * m4/uint32_t.m4: Remove.
44295         * m4/uintptr_t.m4: Remove.
44296         * m4/ullong_max.m4: Remove.
44297         * m4/xstrtoimax.m4: Remove.
44298         * m4/xstrtoumax.m4: Remove.
44299
44300         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44301         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44302         dependencies now capture this.
44303
44304         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44305         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44306         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44307         * m4/human.m4 (gl_HUMAN): Likewise.
44308         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44309         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44310
44311         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44312
44313         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44314         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44315         stdint.
44316         * m4/human.m4 (gl_HUMAN): Likewise.
44317         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44318         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44319         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44320         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44321         * m4/xstrtol (gl_XSTRTOL): Likewise.
44322
44323         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44324         AC_TYPE_LONG_LONG_INT.
44325         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44326         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44327         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44328         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44329
44330         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44331         on stdbool.
44332
44333         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44334         (gl_PREREQ_XSTRTOUL): Remove.
44335
44336         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44337
44338         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44339         mode.
44340
44341 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44342
44343         Add and change modules to make it easier for coreutils to use
44344         gnulib-tool.
44345         * modules/backupfile (Files): Remove m4/d-ino.m4.
44346         (Depends-on): Add d-ino.
44347         * modules/cycle-check (Depends-on): Add stdint.
44348         (lib_SOURCES): Add cycle-check.h.
44349         * modules/d-ino: New module.
44350         * modules/d-type: New module.
44351         * modules/error (Files): Remove m4/strerror_r.m4.
44352         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44353         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44354         m4/inttypes_h.m4, m4/uintmax_t.m4.
44355         (Depends-on): Add stdint.
44356         (lib_SOURCES): Add fsusage.h.
44357         * modules/getcwd (Files): Remove d-ino.m4.
44358         (Depends-on): Add d-ino.
44359         * modules/getndelim2 (Depends-on): Add stdint.
44360         * modules/glob (Files): Remove m4/d-type.m4.
44361         (Depends-on): Add d-type.
44362         * modules/host-os: New module.
44363         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44364         m4/inttypes_h.m4, m4/uintmax_t.m4.
44365         * Depends-on: Add stdint.
44366         (lib_SOURCES): Add human.h.
44367         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44368         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44369         m4/uintmax_t.m4, m4/ulonglong.m4.
44370         (Depends-on): Add stdint.
44371         (EXTRA_DIST): Add inttostr.h.
44372         * modules/lchmod: New module.
44373         * modules/link-follow: New module.
44374         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44375         (Depends-on): Add lchmod.
44376         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44377         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44378         (Depends-on): Add stdint.
44379         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44380         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44381         (Depends-on): Add stdint.
44382         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44383         * modules/perl: New module.
44384         * modules/regex (Depends-on): Add stdint.
44385         * modules/rmdir-errno: New module.
44386         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44387         m4/intmax_t.m4.
44388         (Depends-on): Add stdint.
44389         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44390         m4/uintmax_t.m4.
44391         (Depends-on): Add stdint.
44392         * modules/unlink-busy: New module.
44393         * modules/utimecmp (Depends-on): Add stdint.
44394         * modules/uptime: New module.
44395         * modules/winsz-ioctl: New module.
44396         * modules/winsz-termios: New module.
44397         * modules/xnanosleep (Depends-on): Add nanosleep.
44398         * modules/ullong_max: Remove.
44399         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44400         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44401         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44402         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44403         (Depends-on): Add inttypes.
44404         (lib_SOURCES): Add xstrtol.h.
44405         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44406         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44407         * MODULES.html.sh: Move 'assert' into the assert section.
44408         Move 'dummy' into the linking section.
44409         Remove ullong_max.
44410         Add section for compatibility checks for POSIX:2001 functions,
44411         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44412         winsz-ioctl, and winsz-termios into it.
44413         Add lchmod.
44414         Add top-level Misc section and put host-os, perl, and uptime
44415         into it.
44416
44417 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44418
44419         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44420         now assume the stdint module.  Do not include inttypes.h.
44421         * lib/fsusage.h: Likewise.
44422         * lib/getndelim2.c: Likewise.
44423         * lib/human.h: Likewise.
44424         * lib/inttostr.h: Likewise.
44425         * lib/obstack.c: Likewise.
44426         * lib/regex_internal.h: Likewise.
44427         * lib/tempname.c: Likewise.
44428         * lib/utimecmp.c: Likewise.
44429         * lib/xstrtol.h: Likewise.
44430
44431         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44432
44433         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44434         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44435         * lib/xtime.h: Likewise.
44436
44437 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44438
44439         * modules/openat (Files): Add lib/fchmodat.c.
44440         Fixes problem reported by Jay Youngman.
44441
44442 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44443
44444         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44445         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44446
44447 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44448             Bruno Haible  <bruno@clisp.org>
44449
44450         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44451         and is a script that invokes bison. Tighten the code. Add comments.
44452
44453 2006-08-18  Jim Meyering  <jim@meyering.net>
44454
44455         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44456         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44457         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44458         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44459
44460 2006-08-18  Bruno Haible  <bruno@clisp.org>
44461
44462         * modules/bison-i18n: New file.
44463         * MODULES.html.sh (Internationalization functions): Add it.
44464
44465 2006-08-18  Bruno Haible  <bruno@clisp.org>
44466
44467         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44468         sys/statvfs.h. When getmntinfo was found, check its declaration and
44469         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44470
44471 2006-08-18  Bruno Haible  <bruno@clisp.org>
44472
44473         * m4/bison-i18n.m4: New file, from bison.
44474
44475 2006-08-18  Bruno Haible  <bruno@clisp.org>
44476
44477         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44478         (ME_DUMMY): Treat "kernfs" as a dummy.
44479         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44480
44481 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44482
44483         Update from coreutils.
44484
44485         2006-08-15  Jim Meyering  <jim@meyering.net>
44486
44487         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44488
44489         2006-01-17  Jim Meyering  <jim@meyering.net>
44490
44491         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44492
44493         2006-01-11  Jim Meyering  <jim@meyering.net>
44494
44495         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44496         Check for the lchmod function.
44497
44498 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44499
44500         Update from coreutils.
44501
44502         * lib/__fpending.h: Add copyright notice.
44503         * lib/fprintftime.h: Likewise.
44504         * lib/savedir.c: Use (C) in copyright notice.
44505         * lib/savedir.h: Likewise.
44506
44507         2006-08-15  Jim Meyering  <jim@meyering.net>
44508
44509         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44510         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44511         in support of the EXPECTED_ERRNO macro.
44512         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44513         definitions.  Instead, define the appropriate symbols and include
44514         "at-func.c".
44515         * lib/mkdirat.c (mkdirat): Likewise.
44516         * lib/fchmodat.c (fchmodat): Likewise.
44517         (ENOSYS): Remove definition.
44518         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44519         it.  Don't include "unistd--.h" -- it wasn't ever used.
44520
44521         2006-01-17  Jim Meyering  <jim@meyering.net>
44522
44523         Rewrite fts.c not to change the current working directory,
44524         by using openat, fstatat, fdopendir, etc..
44525
44526         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44527         (HAVE_OPENAT_SUPPORT): Define.
44528         [_LIBC] (fchdir): Don't undef or define; no longer used.
44529         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44530         Now, this `function' always succeeds, and consumes its file descriptor
44531         parameter -- so callers must not close such FDs.  Update callers.
44532         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44533         (diropen): Add parameter, SP.  Adjust all callers.
44534         Implement using diropen_fd, rather than open.
44535         (fts_open): Initialize new member, fts_cwd_fd.
44536         Remove fts_rft-setting code.
44537         (fts_close): Close fts_cwd_fd, if necessary.
44538         (__opendir2): Define in terms of opendir or opendirat,
44539         depending on whether the FST_NOCHDIR flag is set.
44540         (fts_build): Since fts_safe_changedir consumes its FD, and since
44541         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44542         and close the dup'd file descriptor upon failure.
44543         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44544         (fts_safe_changedir): Tweak semantics to reflect that this function
44545         now calls cwd_advance_fd and hence consumes its FD argument.
44546         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44547         [struct FTS] (fts_rft): Remove now-unused member.
44548         [struct FTS] (fts_cycle.state): Improve comment.
44549
44550         * lib/openat.c (openat_needs_fchdir): New function.
44551         * lib/openat.h (openat_needs_fchdir): Declare it.
44552
44553 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44554
44555         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44556         Problem and fix reported by Pádraig Brady in
44557         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44558
44559 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44560
44561         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44562
44563 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44564
44565         * lib/memcoll.c (memcoll): Optimize for the common case where the
44566         arguments are bytewise equal.
44567
44568 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44569
44570         * doc/regexprops-generic.texi: Add a copyright notice.
44571
44572 2006-08-15  Bruno Haible  <bruno@clisp.org>
44573
44574         * modules/tmpdir (License): Change to LGPL.
44575
44576 2006-08-15  Bruno Haible  <bruno@clisp.org>
44577
44578         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44579         module.
44580
44581 2006-08-14  Simon Josefsson  <jas@extundo.com>
44582
44583         * config/srclist.txt: Add gnupload.
44584
44585 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44586
44587         Change copyright notice from LGPL 2 to GPL 2, since that's the
44588         standard form used in the gnulib repository.
44589         * tests/test-lock.c: Likewise.
44590         * tests/test-stdint.c: Likewise.
44591         * tests/test-tls.c: Likewise.
44592
44593         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44594         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44595         Add copyright notice.
44596
44597         * check-module: Add copyright notice.  Output a copyright
44598         notice if "--version" is specified.
44599         * modules/COPYING: New file.
44600         * tests/test-getaddrinfo.c: Add copyright notice.
44601         * tests/test-verify.c: Likewise.
44602
44603 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44604
44605         Change copyright notice from LGPL 2 to GPL 2, since that's the
44606         standard form used in the gnulib repository.
44607         * lib/lock.c: LGPL -> GPL.
44608         * lib/lock.h: Likewise.
44609         * lib/strnlen1.c: Likewise.
44610         * lib/strnlen1.h: Likewise.
44611         * lib/tls.c: Likewise.
44612         * lib/tls.h: Likewise.
44613         * lib/tmpdir.c: Likewise.
44614
44615         * lib/TODO: Remove; this belongs only in coreutils.
44616
44617 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44618
44619         Add copyright notices to long-enough files that lack them, since
44620         otherwise the files aren't clearly free.  Use the same notice that
44621         getdate.texi already uses.
44622         * doc/alloca-opt.texi: Add copyright notice.
44623         * doc/alloca.texi: Likewise.
44624         * doc/ctime.texi: Likewise.
44625         * doc/functions.texi: Likewise.
44626         * doc/gcd.texi: Likewise.
44627         * doc/gnulib-tool.texi: Likewise.
44628         * doc/inet_ntoa.texi: Likewise.
44629         * doc/visibility.texi: Likewise.
44630
44631         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44632         * doc/quote.texi: Add copyright notice.
44633
44634         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44635         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44636         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44637         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44638         is now obsolete, and give a pointer to the Sun list.
44639         Add copyright notice.
44640
44641 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44642
44643         * config/srclistvars.sh: Add copyright notice.
44644
44645 2006-08-14  Eric Blake  <ebb9@byu.net>
44646
44647         Import the following change from libc:
44648
44649         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44650
44651         Upstream bug 2997.
44652         * lib/misc/error.c: Add space between program name and message if file
44653         name is missing.
44654
44655 2006-08-12  Karl Berry  <karl@gnu.org>
44656
44657         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44658         remove, these originate in gnulib now.
44659
44660 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44661
44662         * doc/Makefile (standards.info standards.html standards.dvi):
44663         Also depend on make-stds.texi.
44664
44665 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44666
44667         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44668         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44669
44670         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44671         in wchar_t.  Problem reported by Eric Blake.
44672
44673         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44674         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44675         Also, help the compiler to keep LEN in a register.
44676
44677 2006-08-11  Eric Blake  <ebb9@byu.net>
44678
44679         * users.txt: Sort.  Add tar.
44680
44681 2006-08-11  Bruno Haible  <bruno@clisp.org>
44682
44683         * users.txt: New file.
44684
44685 2006-08-11  Bruno Haible  <bruno@clisp.org>
44686
44687         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44688         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44689
44690 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44691
44692         * modules/snprintf (Depends-on): Remove minmax.
44693         (Maintainer): Add self and Bruno.
44694
44695 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44696
44697         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44698         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44699         (EOVERFLOW): Define if the system does not.
44700         Do not include "minmax.h"; it wasn't used.
44701         (snprintf): Don't assume size_t promotes to an unsigned type.
44702         Fix bug when generated string was too long for the buffer: the
44703         buffer's contents are supposed to be the initial prefix of the
44704         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44705         exceeds INT_MAX; do the check ourselves.
44706
44707         Import the following changes from libc:
44708
44709         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44710
44711         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44712         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44713         set wc to the byte which couldn't be converted.
44714         (re_string_reconstruct): Don't clear valid_raw_len before calling
44715         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44716         tip_context using re_string_context_at.
44717
44718         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44719
44720         * lib/posix/regex.h: g++ still cannot handled [restrict].
44721
44722         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44723
44724         * lib/posix/regex.h: Remove special handling for VMS.
44725
44726 2006-08-10  Jim Meyering  <jim@meyering.net>
44727
44728         * modules/same-inode: New module.
44729         * modules/dev-ino: New module.
44730         * modules/cycle-check: Depend on these modules, rather than simply
44731         including their .h files.
44732         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44733         required via m4/cycle-check.m4.
44734         * modules/same: Depend on new same-inode module, rather than
44735         including same-inode.h.
44736         * modules/chdir-safer: New file.
44737
44738         * modules/chown (Depends-on): Add stat-macros.
44739
44740 2006-08-10  Jim Meyering  <jim@meyering.net>
44741
44742         * m4/cycle-check.m4: New file.
44743         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44744         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44745
44746 2006-08-10  Eric Blake  <ebb9@byu.net>
44747
44748         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44749         in from original proposal.
44750
44751 2006-08-10  Eric Blake  <ebb9@byu.net>
44752         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44753
44754         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44755         namespace.
44756
44757 2006-08-10  Bruno Haible  <bruno@clisp.org>
44758
44759         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44760         as well.
44761
44762 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44763
44764         Sync from coreutils.
44765
44766         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44767
44768         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44769         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44770
44771 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44772
44773         * modules/restrict: Remove; no longer needed now that we assume
44774         Autoconf 2.59 or later.
44775         * MODULES.html.sh: Remove 'restrict'.
44776         * modules/argp (Depends-on): Remove 'restrict'.
44777         * modules/base64 (Depends-on): Likewise.
44778         * modules/gc (Depends-on): Likewise.
44779         * modules/getaddrinfo (Depends-on): Likewise.
44780         * modules/glob (Depends-on): Likewise.
44781         * modules/inet_ntop (Depends-on): Likewise.
44782         * modules/inet_pton (Depends-on): Likewise.
44783         * modules/memxor (Depends-on): Likewise.
44784         * modules/regex (Depends-on): Likewise.
44785         * modules/strtok_r (Depends-on): Likewise.
44786         * modules/time_r (Depends-on): Likewise.
44787
44788 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44789
44790         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
44791         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
44792         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44793         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
44794         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
44795         * m4/memxor.m4 (gl_MEMXOR): Likewise.
44796         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
44797         gl_C_RESTRICT replaced by AC_C_RESTRICT.
44798
44799         Merge from coreutils.
44800         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
44801         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
44802         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44803         * m4/time_r.m4 (gl_TIME_R): Likewise.
44804
44805 2006-08-09  Karl Berry  <karl@gnu.org>
44806
44807         * config/srclist.txt: no more gettext-tools, per Bruno.
44808
44809 2006-08-08  Eric Blake  <ebb9@byu.net>
44810
44811         * modules/verror: New module.
44812         * MODULES.html.sh: Document it.
44813
44814 2006-08-08  Eric Blake  <ebb9@byu.net>
44815
44816         * lib/verror.h, lib/verror.c: New files.
44817
44818 2006-08-08  Eric Blake  <ebb9@byu.net>
44819
44820         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
44821         verror_at_line output complies with GNU Coding Standards even when
44822         file is NULL.
44823
44824 2006-08-07  Bruno Haible  <bruno@clisp.org>
44825
44826         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
44827         versions of AIX.
44828         Reported by Ralf Wildenhues.
44829
44830 2006-08-07  Bruno Haible  <bruno@clisp.org>
44831
44832         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
44833         in an AC_DEFUN. Needed so that the autoconf snippets can use
44834         AC_REQUIRE.
44835
44836 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44837
44838         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44839         Initialize pkgdata_DATA.
44840         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
44841         overriding it.
44842
44843 2006-08-06  Eric Blake  <ebb9@byu.net>
44844
44845         * lib/error.h: Fold in some upstream changes from glibc.
44846         * lib/error.c: Likewise.
44847
44848 2006-08-04  Bruno Haible  <bruno@clisp.org>
44849
44850         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44851         Make the mostlyclean-local rule depend on mostlyclean-generic.
44852         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
44853
44854 2006-07-31  Bruno Haible  <bruno@clisp.org>
44855
44856         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
44857         <stdlib.h>, <string.h>.
44858
44859 2006-07-30  Bruno Haible  <bruno@clisp.org>
44860
44861         * modules/readlink (License): Change to LGPL.
44862
44863 2006-07-30  Bruno Haible  <bruno@clisp.org>
44864
44865         * modules/javaversion (Makefile.am): Distribute javaversion.java and
44866         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
44867         set PKGDATADIR to point to it.
44868
44869 2006-07-30  Bruno Haible  <bruno@clisp.org>
44870
44871         * modules/csharpexec (configure.ac): Comment out macro invocation.
44872         * modules/javaexec (configure.ac): Likewise.
44873         * modules/javacomp-script (configure.ac): Likewise.
44874
44875         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
44876
44877 2006-07-30  Bruno Haible  <bruno@clisp.org>
44878
44879         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
44880         linked-list.
44881
44882 2006-07-30  Bruno Haible  <bruno@clisp.org>
44883
44884         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
44885
44886 2006-07-30  Bruno Haible  <bruno@clisp.org>
44887
44888         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44889         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
44890         get removed.
44891
44892 2006-07-29  Bruno Haible  <bruno@clisp.org>
44893
44894         Make it possible for gnulib-tool to work with locally modified or
44895         augmented gnulib repositories.
44896         * gnulib-tool (func_usage): Document --local-dir option.
44897         (local_gnulib_dir): New variable.
44898         Handle --local-dir option.
44899         (func_lookup_file): New function.
44900         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
44901         (func_get_description, func_get_filelist, func_get_description,
44902         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
44903         func_get_automake_snippet, func_get_include_directive,
44904         func_get_license, func_get_maintainer): Use func_lookup_file.
44905         (func_import, func_create_testdir): Use func_lookup_file.
44906
44907 2006-07-29  Bruno Haible  <bruno@clisp.org>
44908
44909         * modules/setenv (Depends-on): Add unistd.
44910
44911 2006-07-29  Bruno Haible  <bruno@clisp.org>
44912
44913         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
44914
44915 2006-07-29  Bruno Haible  <bruno@clisp.org>
44916
44917         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
44918
44919 2006-07-29  Bruno Haible  <bruno@clisp.org>
44920
44921         * gnulib-tool (import, update): If there is no Makefile.am, look at
44922         aclocal.m4, instead of bailing out.
44923
44924 2006-07-29  Bruno Haible  <bruno@clisp.org>
44925
44926         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
44927         Categorize the options by when they are useful.
44928
44929 2006-07-29  Bruno Haible  <bruno@clisp.org>
44930
44931         * gnulib-tool (func_usage): Document option --no-libtool.
44932         Handle option --no-libtool.
44933         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
44934         for changed semantics of $libtool variable.
44935         (func_import): Likewise. If libtool is not used, show this through
44936         an option --no-libtool.
44937         (func_create_testdir): Update.
44938
44939 2006-07-29  Bruno Haible  <bruno@clisp.org>
44940
44941         * gnulib-tool (func_import): Extend error message about missing
44942         --doc-base.
44943
44944 2006-07-29  Bruno Haible  <bruno@clisp.org>
44945
44946         * gnulib-tool (func_import): Don't create the $docbase directory if
44947         there is no file to store there.
44948
44949 2006-07-29  Bruno Haible  <bruno@clisp.org>
44950
44951         * gnulib-tool (autoconf_minversion): If a --dir option is given and
44952         relevant, look for configure.ac there, not in the current directory.
44953         Also use a simple search for AC_PREREQ, not "autoconf --trace".
44954
44955 2006-07-29  Bruno Haible  <bruno@clisp.org>
44956
44957         * gnulib-tool (SORT): New variable.
44958         (func_usage): Undocument --assume-autoconf option.
44959         Remove --assume-autoconf option handling.
44960         (autoconf_minversion): Determine from the contents of configure.ac.
44961         (func_import): Remove autoconf_minversion handling.
44962         Suggested by Eric Blake.
44963
44964 2006-07-29  Bruno Haible  <bruno@clisp.org>
44965
44966         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
44967
44968 2006-07-29  Bruno Haible  <bruno@clisp.org>
44969
44970         * config/srclist.txt (*setenv.[ch]): Remove rules.
44971
44972 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44973
44974         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
44975
44976 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44977
44978         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
44979         arpa/inet.h.
44980
44981 2006-07-28  Simon Josefsson  <jas@extundo.com>
44982
44983         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
44984         * modules/inet_pton (Depends-on): Likewise.
44985
44986 2006-07-28  Simon Josefsson  <jas@extundo.com>
44987
44988         * m4/netinet_in_h.m4: New file.
44989
44990 2006-07-28  Simon Josefsson  <jas@extundo.com>
44991
44992         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
44993         #include's.
44994
44995 2006-07-28  Simon Josefsson  <jas@extundo.com>
44996
44997         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
44998         #include's.
44999
45000 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45001
45002         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45003         setgid on directories only if they set these bits.
45004         * lib/modechange.h: Remove obsolete comment about masks.
45005
45006 2006-07-28  Eric Blake  <ebb9@byu.net>
45007
45008         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45009         macro expansion.
45010
45011 2006-07-28  Bruno Haible  <bruno@clisp.org>
45012
45013         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45014
45015 2006-07-28  Bruno Haible  <bruno@clisp.org>
45016
45017         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45018
45019 2006-07-28  Bruno Haible  <bruno@clisp.org>
45020
45021         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45022         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45023         Define fallbacks.
45024         Avoids link error on FreeBSD 4.x.
45025         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45026
45027         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45028         encoding.
45029         * lib/mbswidth.c (iswcntrl): Likewise.
45030
45031 2006-07-27  Bruno Haible  <bruno@clisp.org>
45032
45033         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45034         test.
45035
45036 2006-07-27  Bruno Haible  <bruno@clisp.org>
45037
45038         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45039         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45040         defined.
45041
45042 2006-07-26  Eric Blake  <ebb9@byu.net>
45043
45044         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45045
45046 2006-07-26  Eric Blake  <ebb9@byu.net>
45047
45048         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45049         like mingw that lack mkstemp.
45050         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45051         avoid compilation warning on mingw.
45052
45053 2006-07-26  Bruno Haible  <bruno@clisp.org>
45054
45055         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45056         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45057         INT_FAST*_MIN, INTPTR_MIN.
45058
45059 2006-07-25  Bruno Haible  <bruno@clisp.org>
45060
45061         * modules/version-etc (Depends-on): Add stdarg.
45062
45063 2006-07-25  Bruno Haible  <bruno@clisp.org>
45064
45065         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45066         complex commands.
45067
45068 2006-07-25  Bruno Haible  <bruno@clisp.org>
45069
45070         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45071         defined in <stdarg.h> or config.h.
45072
45073 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45074
45075         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45076         (gl_STDIO_SAFER): Remove.
45077
45078 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45079
45080         * MODULES.html.sh (File stream based Input/Output):
45081         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45082         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45083         * modules/fopen-safer, modules/tmpfile-safer: New files.
45084         * modules/stdio-safer: Remove.
45085
45086 2006-07-24  Bruno Haible  <bruno@clisp.org>
45087
45088         * modules/tmpdir: New file.
45089         * MODULES.html.sh (File system functions): Add it.
45090
45091 2006-07-24  Bruno Haible  <bruno@clisp.org>
45092
45093         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45094         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45095
45096 2006-07-24  Bruno Haible  <bruno@clisp.org>
45097
45098         * modules/clean-temp: New file.
45099
45100 2006-07-24  Bruno Haible  <bruno@clisp.org>
45101
45102         * m4/tmpdir.m4: New file, from GNU gettext.
45103
45104 2006-07-24  Bruno Haible  <bruno@clisp.org>
45105
45106         * lib/tmpdir.h: New file, from GNU gettext.
45107         * lib/tmpdir.c: New file, from GNU gettext.
45108
45109 2006-07-24  Bruno Haible  <bruno@clisp.org>
45110
45111         * lib/clean-temp.h: New file, from GNU gettext.
45112         * lib/clean-temp.c: New file, from GNU gettext.
45113
45114 2006-07-23  Eric Blake  <ebb9@byu.net>
45115
45116         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45117         (Depends-on): Add binary-io.
45118
45119 2006-07-23  Eric Blake  <ebb9@byu.net>
45120
45121         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45122
45123 2006-07-23  Eric Blake  <ebb9@byu.net>
45124
45125         * lib/tmpfile-safer.c: New file.
45126         * lib/stdio-safer.h (fopen_safer): Add prototype.
45127         * lib/stdio--.h (tmpfile): Make safer.
45128
45129 2006-07-23  Bruno Haible  <bruno@clisp.org>
45130
45131         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45132         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45133         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45134         gl_linked_remove_at): Use it.
45135
45136 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45137         and Simon Josefsson <jas@extundo.com>
45138
45139         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45140
45141         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45142
45143 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45144
45145         * modules/close-stream: New file.
45146         * modules/closeout (Description): Make it clear that it exits
45147         with a diagnostic on error.
45148         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45149         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45150
45151 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45152
45153         * m4/close-stream.m4: New file.
45154
45155 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45156
45157         * lib/close-stream.c, lib/close-stream.h: New files.
45158
45159 2006-07-22  Bruno Haible  <bruno@clisp.org>
45160
45161         Merge from GNU gettext 0.15.
45162
45163         2006-05-01  Bruno Haible  <bruno@clisp.org>
45164
45165                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45166
45167         2006-07-22  Bruno Haible  <bruno@clisp.org>
45168
45169                 * modules/javaversion: New file.
45170                 * MODULES.html.sh (Java): Add javaversion.
45171
45172         2006-03-12  Bruno Haible  <bruno@clisp.org>
45173
45174                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45175
45176         2005-12-04  Bruno Haible  <bruno@clisp.org>
45177
45178                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45179                 (untested).
45180
45181         2006-06-21  Bruno Haible  <bruno@clisp.org>
45182
45183                 Avoid warnings from recent versions of mcs.
45184                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45185                 -o, -L, -r any more. Use options documented since mcs-1.0
45186                 instead. Similarly for -g.
45187
45188         2005-12-04  Bruno Haible  <bruno@clisp.org>
45189
45190                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45191                 .resources, not .resource.
45192
45193         2005-07-09  Bruno Haible  <bruno@clisp.org>
45194
45195                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45196                 add a .dll suffix.
45197                 Reported by Mark Junker <mjscod@gmx.de>.
45198
45199         2006-07-22  Bruno Haible  <bruno@clisp.org>
45200
45201                 * modules/gettext: Upgrade to gettext-0.15.
45202                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45203                 m4/visibility.m4.
45204                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45205
45206 2006-07-22  Bruno Haible  <bruno@clisp.org>
45207
45208         Merge from GNU gettext 0.15.
45209
45210         2006-03-25  Bruno Haible  <bruno@clisp.org>
45211
45212                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45213
45214         2006-07-21  Bruno Haible  <bruno@clisp.org>
45215
45216                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45217                 "1.1".
45218
45219         2006-05-09  Bruno Haible  <bruno@clisp.org>
45220
45221                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45222                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45223                 for the conftestver execution.
45224
45225         2006-05-01  Bruno Haible  <bruno@clisp.org>
45226
45227                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45228                 optional target-version argument. Verify that the compiler
45229                 groks source of the specified source-version, or add -source
45230                 option as necessary. Verify that the compiler produces
45231                 bytecode in the specified target-version, or add -target and
45232                 -source options as necessary. Make the result of the test
45233                 available as variable CONF_JAVAC. Also log error output in
45234                 config.log.
45235
45236         2006-03-11  Bruno Haible  <bruno@clisp.org>
45237
45238                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45239
45240         2006-05-09  Bruno Haible  <bruno@clisp.org>
45241
45242                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45243                 CLASSPATH_SEPARATOR to a semicolon.
45244
45245         2006-03-12  Bruno Haible  <bruno@clisp.org>
45246
45247                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45248                 available as variable CONF_JAVA, for subsequent autoconf
45249                 tests. Also log error output in config.log.
45250
45251         2006-07-19  Bruno Haible  <bruno@clisp.org>
45252
45253                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45254                 that getline works on glibc2 systems. Needed to avoid trouble
45255                 in relocatable.c.
45256                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45257
45258         2005-12-04  Bruno Haible  <bruno@clisp.org>
45259
45260                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45261                 launcher (untested).
45262
45263         2005-12-04  Bruno Haible  <bruno@clisp.org>
45264
45265                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45266
45267         2006-07-22  Bruno Haible  <bruno@clisp.org>
45268
45269                 * gettext.m4: Update from GNU gettext-0.15.
45270                 * nls.m4: Likewise.
45271                 * po.m4: Likewise.
45272                 * inttypes-pri.m4: Likewise.
45273                 * inttypes-h.m4: Renamed from inttypes.m4.
45274                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45275
45276 2006-07-22  Bruno Haible  <bruno@clisp.org>
45277
45278         Merge from GNU gettext 0.15.
45279
45280         2005-07-05  Bruno Haible  <bruno@clisp.org>
45281
45282                 * printf-args.c (printf_fetchargs): Work around broken
45283                 definition of wint_t on mingw.
45284
45285         2005-02-12  Bruno Haible  <bruno@clisp.org>
45286
45287                 * xallocsa.h: Add extern "C" for C++.
45288
45289         2006-05-17  Bruno Haible  <bruno@clisp.org>
45290
45291                 Cygwin portability.
45292                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45293
45294         2006-04-30  Bruno Haible  <bruno@clisp.org>
45295
45296                 * progreloc.c: Include <mach-o/dyld.h> if available.
45297                 (find_executable): Use _NSGetExecutablePath when possible.
45298
45299         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45300
45301                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45302                 function.
45303
45304         2005-12-29  Bruno Haible  <bruno@clisp.org>
45305
45306                 * progreloc.c (set_program_name_and_installdir): Fix
45307                 compilation error.
45308
45309         2005-12-04  Bruno Haible  <bruno@clisp.org>
45310
45311                 Cygwin portability.
45312                 * progreloc.c: Include <windows.h> also on Cygwin.
45313                 (find_executable): Add support for Cygwin.
45314                 (set_program_name_and_installdir): Handle also platforms with
45315                 nonempty EXEEXT.
45316
45317         2006-07-11  Bruno Haible  <bruno@clisp.org>
45318
45319                 * javacomp.c: Fix a comment.
45320                 Reported by Jim Meyering.
45321
45322         2006-04-30  Bruno Haible  <bruno@clisp.org>
45323
45324                 * javacomp.h (compile_java_class): Add source_version,
45325                 target_version arguments.
45326                 * javacomp.c: Rewritten to choose only a compiler that
45327                 respects the specified source_version and target_version.
45328
45329         2006-06-27  Bruno Haible  <bruno@clisp.org>
45330
45331                 Assume correct S_ISDIR macro.
45332                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45333
45334         2006-07-22  Bruno Haible  <bruno@clisp.org>
45335
45336                 * javaversion.h: New file, from GNU gettext.
45337                 * javaversion.c: New file, from GNU gettext.
45338                 * javaversion.java: New file, from GNU gettext.
45339                 * javaversion.class: New file, from GNU gettext.
45340
45341         2006-05-17  Bruno Haible  <bruno@clisp.org>
45342
45343                 Cygwin portability.
45344                 * javaexec.c (execute_java_class): Test for jview program
45345                 also on Cygwin.
45346
45347         2006-04-09  Bruno Haible  <bruno@clisp.org>
45348
45349                 * fatal-signal.c: Don't include string.h.
45350                 (at_fatal_signal): Use a copying loop instead of memcpy.
45351
45352         2005-12-04  Bruno Haible  <bruno@clisp.org>
45353
45354                 * csharpexec.c: Add support for 'clix' launcher (untested).
45355                 (execute_csharp_using_sscli): New function.
45356                 (execute_csharp_program): Call it.
45357
45358         2006-06-21  Bruno Haible  <bruno@clisp.org>
45359
45360                 Avoid warnings from recent versions of mcs.
45361                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45362                 -o, -L, -r any more. Use options documented since mcs-1.0
45363                 instead. Similarly for -g.
45364
45365         2005-07-09  Bruno Haible  <bruno@clisp.org>
45366
45367                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45368                 add a .dll suffix.
45369                 Reported by Mark Junker <mjscod@gmx.de>.
45370
45371         2006-06-17  Bruno Haible  <bruno@clisp.org>
45372
45373                 * config.charset: Update for NetBSD 3.0.
45374
45375         2006-05-17  Bruno Haible  <bruno@clisp.org>
45376
45377                 Cygwin portability.
45378                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45379
45380         2006-05-16  Bruno Haible  <bruno@clisp.org>
45381
45382                 * localcharset.c [CYGWIN]: Include <windows.h>.
45383                 (get_charset_aliases): For Cygwin, return the same CPxxx
45384                 aliases list as under WIN32.
45385                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45386                 the environment variables. Fall back to GetACP().
45387
45388         2006-04-05  Bruno Haible  <bruno@clisp.org>
45389
45390                 * config.charset: Update Juan Manuel Guerrero's address.
45391
45392         2005-02-12  Bruno Haible  <bruno@clisp.org>
45393
45394                 * allocsa.h: Add extern "C" for C++.
45395
45396         2005-02-10  Bruno Haible  <bruno@clisp.org>
45397
45398                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45399                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45400
45401         2006-07-22  Bruno Haible  <bruno@clisp.org>
45402
45403                 * gettext.h: Update to GNU gettext-0.15.
45404
45405 2006-07-22  Bruno Haible  <bruno@clisp.org>
45406
45407         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45408         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45409         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45410
45411 2006-07-21  Eric Blake  <ebb9@byu.net>
45412
45413         * modules/stdlib-safer: New file.
45414         * MODULES.html.sh (File stream based Input/Output): Add
45415         stdlib-safer.
45416
45417 2006-07-21  Eric Blake  <ebb9@byu.net>
45418
45419         * lib/stdlib-safer.h: New file from coreutils, required by
45420         stdlib--.h.
45421
45422 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45423
45424         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45425
45426 2006-07-20  Bruno Haible  <bruno@clisp.org>
45427
45428         * gnulib-tool: Recognize new option --assume-autoconf.
45429         (autoconf_minversion): New variable.
45430         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45431
45432 2006-07-20  Bruno Haible  <bruno@clisp.org>
45433
45434         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45435
45436 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45437
45438         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45439         Reindent and repaginate.
45440
45441 2006-07-19  Derek Price  <derek@ximbiot.com>
45442
45443         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45444         Correct grammar.
45445
45446 2006-07-17  Bruno Haible  <bruno@clisp.org>
45447
45448         * modules/list: New file.
45449         * modules/array-list: New file.
45450         * modules/carray-list, modules/carray-list-tests: New files.
45451         * modules/linked-list, modules/linked-list-tests: New files.
45452         * modules/avltree-list, modules/avltree-list-tests: New files.
45453         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45454         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45455         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45456         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45457         * modules/oset: New file.
45458         * modules/array-oset: New file.
45459         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45460         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45461         * tests/test-carray_list.c: New file.
45462         * tests/test-linked_list.c: New file.
45463         * tests/test-avltree_list.c: New file.
45464         * tests/test-rbtree_list.c: New file.
45465         * tests/test-linkedhash_list.c: New file.
45466         * tests/test-avltreehash_list.c: New file.
45467         * tests/test-rbtreehash_list.c: New file.
45468         * tests/test-avltree_oset.c: New file.
45469         * tests/test-rbtree_oset.c: New file.
45470         * MODULES.html.sh (Container data structures): New section.
45471
45472 2006-07-17  Bruno Haible  <bruno@clisp.org>
45473
45474         * m4/gl_list.m4: New file.
45475
45476 2006-07-17  Bruno Haible  <bruno@clisp.org>
45477
45478         * lib/gl_list.h: New file.
45479         * lib/gl_list.c: New file.
45480         * lib/gl_array_list.h: New file.
45481         * lib/gl_array_list.c: New file.
45482         * lib/gl_carray_list.h: New file.
45483         * lib/gl_carray_list.c: New file.
45484         * lib/gl_linked_list.h: New file.
45485         * lib/gl_linked_list.c: New file.
45486         * lib/gl_anylinked_list1.h: New file.
45487         * lib/gl_anylinked_list2.h: New file.
45488         * lib/gl_avltree_list.h: New file.
45489         * lib/gl_avltree_list.c: New file.
45490         * lib/gl_anyavltree_list1.h: New file.
45491         * lib/gl_anyavltree_list2.h: New file.
45492         * lib/gl_rbtree_list.h: New file.
45493         * lib/gl_rbtree_list.c: New file.
45494         * lib/gl_anyrbtree_list1.h: New file.
45495         * lib/gl_anyrbtree_list2.h: New file.
45496         * lib/gl_anytree_list1.h: New file.
45497         * lib/gl_anytree_list2.h: New file.
45498         * lib/gl_linkedhash_list.h: New file.
45499         * lib/gl_linkedhash_list.c: New file.
45500         * lib/gl_anyhash_list1.h: New file.
45501         * lib/gl_anyhash_list2.h: New file.
45502         * lib/gl_avltreehash_list.h: New file.
45503         * lib/gl_avltreehash_list.c: New file.
45504         * lib/gl_rbtreehash_list.h: New file.
45505         * lib/gl_rbtreehash_list.c: New file.
45506         * lib/gl_anytreehash_list1.h: New file.
45507         * lib/gl_anytreehash_list2.h: New file.
45508
45509         * lib/gl_oset.h: New file.
45510         * lib/gl_oset.c: New file.
45511         * lib/gl_array_oset.h: New file.
45512         * lib/gl_array_oset.c: New file.
45513         * lib/gl_avltree_oset.h: New file.
45514         * lib/gl_avltree_oset.c: New file.
45515         * lib/gl_rbtree_oset.h: New file.
45516         * lib/gl_rbtree_oset.c: New file.
45517         * lib/gl_anytree_oset.h: New file.
45518
45519 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45520
45521         * m4/mkancesdirs.m4: New file.
45522         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45523         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45524         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45525         it.
45526
45527 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45528
45529         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45530         * lib/mkancesdirs.h: New files.
45531         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45532         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45533         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45534         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45535         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45536         callers changed.  Revamp internals significantly, by not
45537         attempting to create directories that are temporarily more
45538         permissive than the final results.  Do not attempt to use
45539         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45540         This removes some race conditions, fixes some bugs, and simplifies
45541         things.  Use new dirchownmod function to do owner and mode changes.
45542         * lib/mkdir-p.h: Likewise.
45543         * lib/modechange.c (octal_to_mode): New function.
45544         (struct mode_change): New member mentioned.
45545         (make_node_op_equals): New arg mentioned.  All callers changed.
45546         (mode_compile): Keep track of which mode bits the user has explicitly
45547         mentioned.
45548         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45549         New arg PMODE_BITS, to keep track of which mode bits the user
45550         mentioned; it treats S_ISUID and S_ISGID speciall.
45551         All callers changed.
45552         * lib/modechange.h: Likewise.
45553
45554 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45555
45556         * MODULES.html.sh: Add mkancestors.
45557         * modules/mkancesdirs: New module.
45558         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45559         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45560         The chdir-safer and afs files are now orphans; I'll remove them
45561         unless someone speaks up.
45562         Add lib/dirchownmod.c, lib/dirchownmod.h.
45563         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45564         Add lchown, mkancesdirs.
45565         (Maintainer): Add self.
45566
45567 2006-07-15  Karl Berry  <karl@gnu.org>
45568
45569         * gnulib-tool: help message wording/arrangement.
45570
45571 2006-07-14  Simon Josefsson  <jas@extundo.com>
45572
45573         * doc/gnulib.texi (Libtool and Windows): New section.
45574
45575 2006-07-12  Simon Josefsson  <jas@extundo.com>
45576
45577         * modules/gendocs (License): Fix license, approved by Karl.
45578
45579 2006-07-12  Eric Blake  <ebb9@byu.net>
45580
45581         * MODULES.html.sh: Add gendocs.
45582
45583 2006-07-11  Eric Blake  <ebb9@byu.net>
45584
45585         * modules/fdl: New module, to install doc/fdl.texi.
45586         * MODULES.html.sh: Add new section for documentation modules.
45587         * gnulib-tool: Avoid space-tab.
45588         (--doc-base): New option, to manage files from doc.
45589
45590 2006-07-11  Eric Blake  <ebb9@byu.net>
45591
45592         * m4/absolute-header.m4: Fix comments to match recent change.
45593
45594 2006-07-11  Eric Blake  <ebb9@byu.net>
45595
45596         * gnulib-tool: List --doc-base before --tests-base.
45597
45598 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45599
45600         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45601
45602 2006-07-11  Bruno Haible  <bruno@clisp.org>
45603
45604         * README: Mention where to put documentation.
45605
45606 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45607
45608         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45609
45610 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45611
45612         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45613         to stdint.m4.
45614
45615 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45616
45617         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45618         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45619         "no/such/file/stdint.h" when there is no such file, so that
45620         the resulting C code can be parsed by dodgy compilers.
45621         Problems reported by Bob Proulx.
45622
45623 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45624
45625         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45626         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45627         macros into the GNU _D_EXACT_NAMLEN.
45628         * lib/savedir.c:  Likewise.
45629         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45630
45631 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45632         and Paul Eggert  <eggert@cs.ucla.edu>
45633
45634         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45635         * m4/savedir.m4:
45636         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45637         macros into the GNU _D_EXACT_NAMLEN.
45638
45639 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45640
45641         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45642         around the absolute name, to work around a problem with the HP-UX
45643         11.23 native C compiler, reported by Bob Proulx.
45644
45645 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45646
45647         * doc/maintain.texi, make-stds.texi: Sync from
45648         <http://savannah.gnu.org/projects/gnustandards>.
45649
45650 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45651
45652         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45653
45654 2006-07-09  Jim Meyering  <jim@meyering.net>
45655
45656         * m4/glob.m4: Remove a doubled word in a comment.
45657
45658 2006-07-09  Jim Meyering  <jim@meyering.net>
45659
45660         * lib/argp-pv.c: Remove a doubled word in a comment.
45661         * lib/check-version.c (check_version): Likewise.
45662         * lib/javacomp.c (compile_java_class): Likewise.
45663
45664 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45665
45666         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45667         for the benefit of people using Autoconf 2.60.  If you want to
45668         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45669         (or m4/onceonly.m4, if pre-2.57) manually.
45670
45671 2006-07-08  Jim Meyering  <jim@meyering.net>
45672
45673         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45674         comment.
45675         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45676         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45677         comment.
45678
45679 2006-07-08  Jim Meyering  <jim@meyering.net>
45680
45681         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45682
45683 2006-07-07  Simon Josefsson  <jas@extundo.com>
45684
45685         * tests/test-crc.c: Change expected crc value, the test vector
45686         were probably computed using the old broken crc.c?
45687
45688 2006-07-06  Simon Josefsson  <jas@extundo.com>
45689
45690         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45691         now the canonical place for the M4 file).
45692
45693         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45694         from the sys_socket dependency now.
45695
45696         * modules/inet_pton (Files): Ditto.
45697
45698         * modules/inet_ntop (Files): Ditto.
45699
45700 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45701
45702         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45703         not gl_PREREQ_GETUSERSHELL.
45704
45705 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45706
45707         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45708         with only one argument, for Autoconf 2.60.
45709         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45710         expand to nothing, so add a shell command to avoid syntax error.
45711         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45712
45713 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45714
45715         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45716
45717 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45718
45719         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45720         no longer needed.  Check for isblank decl.
45721         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45722         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45723         of existence.
45724
45725 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45726
45727         * lib/getloadavg.c: Use __VMS, not VMS.
45728         * lib/getopt.c: Likewise.
45729         * lib/getpagesize.h: Likewise.
45730         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45731         and probably does not work.
45732
45733 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45734
45735         * lib/.cppi-disable: Add wcwidth.
45736         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45737         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45738         (ISGRAPH): Remove.  All uses changed to isgraph.
45739         (FOLD) [!defined _LIBC]: Remove special case.
45740         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45741         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45742         HAVE_ISBLANK.
45743         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45744         case.
45745
45746 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45747
45748         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45749         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45750         brackets.  Other minor changes to suppress some compiler
45751         warnings.
45752
45753 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45754         and Paul Eggert  <eggert@cs.ucla.edu>
45755
45756         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45757         of invoking obsolescent AC_HEADER_DIRENT macro.
45758         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45759         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45760         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45761         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45762         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45763         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45764         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45765         * m4/readdir.m4: Remove; no longer needed.
45766
45767 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45768         and Paul Eggert  <eggert@cs.ucla.edu>
45769
45770         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45771         Don't worry about this obsolete case any more.
45772         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45773         directories.
45774         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45775         worry about this obsolete case any more.
45776         * lib/fts.c: Likewise.
45777         * lib/getcwd.c: Likewise.
45778         * lib/glob.h: Likewise.
45779         * lib/savedir.c: Likewise.
45780
45781 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45782
45783         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
45784         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
45785         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
45786         needed.
45787         All uses removed.
45788         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45789         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45790         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
45791         needed.
45792         * m4/getdate.m4 (gl_GETDATE): Likewise.
45793         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45794         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45795         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45796         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45797         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45798         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45799         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
45800         needed.
45801
45802 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45803
45804         * lib/memcasecmp.c: Include <limits.h>.
45805         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
45806         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
45807         Don't assume isdigit succeeds only on '0' through '9'.
45808
45809 2006-07-05  Eric Blake  <ebb9@byu.net>
45810
45811         * modules/getaddrinfo (Depends-on): Add snprintf.
45812
45813 2006-07-05  Eric Blake  <ebb9@byu.net>
45814
45815         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
45816         to avoid 'header present but could not be compiled' on cygwin.
45817
45818 2006-07-05  Eric Blake  <ebb9@byu.net>
45819
45820         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
45821         missing from netdb.h.
45822         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
45823
45824 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45825
45826         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
45827         no longer needed.
45828         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
45829         * m4/getdate.m4 (gl_GETDATE): Likewise.
45830         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45831         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45832         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45833         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45834         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45835
45836 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45837
45838         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
45839         All uses of is_space replaced by isspace.
45840         * lib/exit.h: Don't talk about STDC_HEADERS.
45841         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
45842         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
45843         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
45844         replaced by isprint etc.
45845         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
45846         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45847         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
45848         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
45849         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
45850         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45851
45852 2006-07-05  Bruno Haible  <bruno@clisp.org>
45853
45854         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
45855         the function exists, before testing against AIX.
45856         Reported by Martin Lambers <marlam@marlam.de>.
45857
45858 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45859
45860         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
45861         From Mark D. Baushke.
45862
45863 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45864
45865         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
45866         to the absolute name, not just one, to bypass Sun C 5.8's
45867         "warning: #include of /usr/include/... may be non-portable".
45868
45869 2006-07-04  Eric Blake  <ebb9@byu.net>
45870
45871         * modules/dirname-tests: New test module.
45872         * tests/test-dirname.c: New file, replacing dirname.c
45873         TEST_DIRNAME section that was recently deleted.
45874
45875 2006-07-04  Bruno Haible  <bruno@clisp.org>
45876
45877         Assume ANSI C header files and <ctype.h> functions.
45878         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
45879         (mbsnwidth): Use isprint, iscntrl instead.
45880
45881 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45882
45883         Merge from coreutils.
45884         * MODULES.html.sh: Add xstrtold.
45885         * modules/xstrtold: New file.
45886         * modules/cycle-check (Files): Add lib/same-inode.h.
45887         * modules/dirname (Files): Add m4/double-slash-root.m4.
45888         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
45889         * modules/mkdir-p (Files): Add lib/same-inode.h.
45890         * modules/same (Files): Add lib/same-inode.h.
45891
45892 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45893
45894         * m4/absolute-header.m4: Renamed from full-header-path.m4.
45895         This is to keep the terminology clean; POSIX talks about
45896         "absolute pathnames", not "full pathnames", but the GNU
45897         Coding Standards say to use "path" for something else;
45898         so use "absolute" to keep both sides happy.
45899         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
45900         Set gl_absolute_header, not gl_full_header_path.
45901         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
45902         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
45903         All uses changed.
45904
45905         Merge from coreutils.
45906
45907         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45908
45909         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
45910         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
45911         want to require the building of c-strtod.o.
45912         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
45913         needs -lm directly.
45914         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
45915
45916         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45917
45918         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
45919         --as-needed option if available.  Problem reported by Albert Chin in
45920         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
45921         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
45922         cc merely issues a bunch of annoying warnings for --as-needed
45923         (this problem was reported by Bob Proulx).  Also, try linking with
45924         -lm to detect a bug in binutils 2.16 (this problem was reported
45925         by Ralf Wildenhues).
45926
45927         2006-06-18  Jim Meyering  <jim@meyering.net>
45928
45929         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
45930         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
45931         macro.
45932         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
45933         also check for glibc-2.4's abort-inducing bug.
45934
45935         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
45936         Low-probability clean-up should be to use rmdir to get rid of
45937         the just-created directory, not unlink.
45938
45939         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
45940         configure fail, and request a bug report to inform us about it.
45941         Add a comment that, barring reports to the contrary, in 2007 we'll
45942         assume ftruncate is universally available.
45943
45944         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45945
45946         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
45947
45948         2006-03-12  Jim Meyering  <jim@meyering.net>
45949
45950         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
45951         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
45952         * m4/same.m4 (gl_SAME): Likewise.
45953         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
45954
45955         2006-03-11  Eric Blake  <ebb9@byu.net>
45956
45957         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
45958         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
45959         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
45960         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
45961
45962 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45963
45964         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
45965         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
45966         reported by Mark D. Baushke, one in
45967         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
45968
45969         Merge from coreutils.
45970
45971         * lib/.cppi-disable: Add stdint_.h.
45972         * lib/.cvsignore: Add stdint.h.
45973
45974         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45975
45976         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
45977         both double and long double versions.
45978         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
45979         * lib/xstrtold.c: New file.
45980         * lib/xstrtod.h (xstrtold): New decl.
45981
45982         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45983
45984         * lib/filemode.c (setst): Remove.
45985         (strmode): Rewrite to avoid setst.  This makes the code shorter,
45986         (arguably) clearer, and the generated code is a bit smaller on my
45987         Debian GNU/Linux stable x86 host.
45988
45989         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * lib/filemode.c: Include "filemode.h" first, to test the interface.
45992         Assume that filemode.h includes sys/types.h and sys/stat.h.
45993         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
45994         (ftypelet): Reorder to put common cases first, for efficiency.
45995         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
45996         to do 'M'.
45997         (strmode): Renamed from mode_string, and now stores 12 bytes instead
45998         of 10, for compatibility with FreeBSD.  All callers changed.
45999         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46000         types that can't be deduced solely from st_mode.  First arg is now a
46001         const pointer.
46002         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46003         (strmode): Renamed from mode_string.
46004         (filemodestring): New decl.
46005         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46006         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46007         needed.
46008         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46009
46010         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46011
46012         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46013         fsusage.h now does that.  Include fsusage.h first, to test interface.
46014         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46015         at most one method (the old code could have generated decls that
46016         didn't conform to C89, not that this was ever exercised).
46017         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46018
46019         2006-03-19  Jim Meyering  <jim@meyering.net>
46020
46021         Work even in a chroot where d_ino values for entries in "/"
46022         don't match the stat.st_ino values for the same names.
46023         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46024         number, iterate through all entries again, using lstat instead.
46025         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46026         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46027
46028         * lib/getcwd.c (__getcwd): Clarify a comment.
46029         Use memcpy in place of a call to strcpy.
46030
46031         2006-03-12  Jim Meyering  <jim@meyering.net>
46032
46033         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46034         matches that of the current directory (which we're about to chdir ".."
46035         out of), then save the dev-ino of the parent, instead.
46036
46037         * lib/same-inode.h (SAME_INODE): New file/macro.
46038         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46039         Include "same-inode.h", instead.
46040         * lib/same.c: Likewise.
46041         * lib/cycle-check.h: Include "same-inode.h".
46042         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46043         * lib/cycle-check.c (SAME_INODE): Remove definition.
46044         * lib/root-dev-ino.h: Include "same-inode.h".
46045
46046         2006-03-11  Eric Blake  <ebb9@byu.net>
46047
46048         * lib/same.c (same_name): s/base_name/last_component/
46049         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46050         * lib/filenamecat.c (file_name_concat): Likewise.
46051
46052         2006-03-11  Eric Blake  <ebb9@byu.net>,
46053                     Paul Eggert  <eggert@cs.ucla.edu>
46054
46055         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46056         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46057         drive prefix.
46058         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46059         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46060         (last_component): New method.
46061         * lib/dirname.c (dir_len): Determine when drive letters need a
46062         subsequent slash.  Preserve // when it is special.
46063         (dir_name): Don't append dot when drive letter is absolute.
46064         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46065         * lib/basename.c (base_name): New semantics - malloc the result.
46066         Preserve // when it is special.  Preserve relative files that look
46067         like drive letters.
46068         (base_len): Preserve // when it is special.
46069         (last_component): New method, similar to old base_name semantics.
46070         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46071         base_name.  Strip redundant slashes from ///.
46072
46073 2006-07-03  Jim Meyering  <jim@meyering.net>
46074
46075         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46076         macro is used before the first cycle_check call.
46077
46078 2006-07-03  Eric Blake  <ebb9@byu.net>
46079
46080         * modules/dirname (Depends-on): Add xstrndup.
46081
46082 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46083
46084         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46085         test cases, so that config.log is a bit easier to follow.
46086
46087 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46088
46089         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46090         both are 64 bits, since this seems to be the tradition, and this
46091         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46092         we ever run into a host that prefers long long to long in this
46093         case, we'll need another configure-time test.  Problem reported by
46094         Jim Meyering.
46095
46096 2006-07-02  Eric Blake  <ebb9@byu.net>
46097
46098         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46099
46100 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46101
46102         * modules/inttypes (Depends-on): No longer depends on stdint.
46103         * modules/stdint (Description): Say more about assumptions.
46104         Say that the fast types might differ.  Say macros are used.
46105         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46106         (Makefile.am): Revise list of substituted symbols to match
46107         new stdint.m4.
46108         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46109         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46110         * tests/test-stdint.c (verify_same_types)
46111         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46112         the code conforms to C99/C89.
46113         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46114         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46115
46116 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46117
46118         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46119         but fix a bug, by requiring at least 64 bits.
46120         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46121         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46122         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46123         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46124
46125         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46126         changes.  Make 2.59 a prerequisite.  Check and substitute for
46127         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46128         inttypes.h.  Do not use special include files; just use the
46129         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46130         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46131         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46132         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46133         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46134         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46135         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46136         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46137         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46138         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46139         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46140         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46141         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46142         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46143         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46144         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46145         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46146         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46147         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46148         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46149         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46150         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46151         not check for things that C99 does not require, e.g., int8_t.  If
46152         a test isn't needed unless <stdint.h> isn't working, and is
46153         unlikely to be needed for any other reason, then don't do it
46154         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46155         size_t, since we assume C89 freestanding at least.  Do not check
46156         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46157         the right thing even if the types are not defined.  Instead use:
46158         (gl_STDINT_TYPE_PROPERTIES): New macro.
46159         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46160         testing whether <sys/types.h> clashes, as Autoconf does this for
46161         us now.  All uses removed.
46162         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46163         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46164         (gl_CHECK_TYPE_SAME):
46165         Remove; no longer needed.
46166         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46167         exists, since we'll return 0 anyway in that case.
46168         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46169
46170 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46171
46172         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46173         possible collision with system files.
46174         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46175         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46176         WCHAR_MIN and WCHAR_MAX in this case.
46177         (<stddef.h>): Do not include; no longer needed.
46178         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46179         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46180         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46181         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46182         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46183         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46184         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46185         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46186         !defined(__c99))]: Include in this case too, since it's harmless
46187         now.
46188         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46189         dangerous to do so.
46190         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46191         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46192         (_STDINT_MIN, _STDINT_MAX): New macros.
46193         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46194         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46195         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46196         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46197         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46198         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46199         macros, not typedefs; this simplifies things quite a bit.
46200         Use long int for all types narrower than int64_t.
46201         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46202         Define in terms of long long int or int64_t or long int,
46203         not int64_t or int32_t.  This saves some compile-time testing.
46204         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46205         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46206         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46207         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46208         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46209         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46210         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46211         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46212         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46213         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46214         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46215         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46216         undef any previous version and define our own version, for
46217         simplicity and consistency with the new macros for types.
46218         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46219         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46220         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46221         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46222         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46223         @WINT_T_SUFFIX@ to keep things simple here.
46224         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46225         Simplify by assuming typical 8/16/32/64 host, since we're
46226         already doing that elsewhere anyway.
46227         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46228         and assume long long int is 64 bits if available.  This
46229         speeds up 'configure'.
46230
46231 2006-07-01  Eric Blake  <ebb9@byu.net>
46232
46233         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46234         Reported by Andreas Buening.
46235
46236 2006-07-01  Eric Blake  <ebb9@byu.net>
46237
46238         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46239
46240 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46241
46242         * lib/getaddrinfo.c: fixed typo
46243
46244 2006-06-29  Jim Meyering  <jim@meyering.net>
46245
46246         * modules/strftime (Maintainer): Add my name, since with the
46247         FPRINTFTIME changes strftime.c has forked from glibc.
46248
46249 2006-06-29  Eric Blake  <ebb9@byu.net>
46250
46251         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46252
46253 2006-06-29  Eric Blake  <ebb9@byu.net>
46254
46255         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46256
46257 2006-06-29  Eric Blake  <ebb9@byu.net>
46258
46259         * lib/stat_.h: New file.
46260
46261 2006-06-29  Eric Blake  <ebb9@byu.net>
46262
46263         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46264         unused static function.
46265
46266 2006-06-29  Eric Blake  <ebb9@byu.net>
46267
46268         * doc/functions.texi (Function Portability): Document missing lstat
46269         on mingw.
46270
46271 2006-06-29  Eric Blake  <ebb9@byu.net>
46272
46273         * MODULES.html.sh: Add sys_stat.
46274         * modules/sys_stat: New module.
46275         * modules/mkstemp (Depends-on): Add sys_stat.
46276
46277 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46278
46279         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46280
46281 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46282
46283         * m4/c-bs-a.m4: Removed.
46284
46285 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46286
46287         * lib/strftime.c: Assume strftime() exists.
46288
46289 2006-06-29  Derek Price  <derek@ximbiot.com>
46290
46291         * modules/c-bs-a: Removed - \a is C89.
46292         * MODULES.html.sh: Remove c-bs-a.
46293
46294 2006-06-29  Bruno Haible  <bruno@clisp.org>
46295
46296         * modules/wcwidth (License): Change to LGPL.
46297
46298 2006-06-28  Simon Josefsson  <jas@extundo.com>
46299
46300         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46301         on _WIN32.
46302
46303         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46304         getnameinfo.
46305
46306 2006-06-28  Simon Josefsson  <jas@extundo.com>
46307
46308         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46309
46310 2006-06-28  Simon Josefsson  <jas@extundo.com>
46311
46312         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46313         functions there.  It will succeed on Windows XP, but on Windows
46314         2000 and (presumably) earlier, it will fail, and use the internal
46315         re-implementation.
46316         (use_win32_p): New function.
46317         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46318         Support AI_NUMERICSERV to disable getservbyname.
46319         (getnameinfo): New function, only supports
46320         NI_NUMERICHOST|NI_NUMERICSERV for now.
46321
46322         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46323         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46324         getnameinfo.
46325
46326 2006-06-28  Eric Blake  <ebb9@byu.net>
46327
46328         * modules/wcwidth: New file.
46329         * modules/mbchar (Depends-on): Add wcwidth.
46330         * modules/mbswidth (Depends-on): Add wcwidth.
46331         * MODULES.html.sh: Add wcwidth.
46332
46333 2006-06-28  Eric Blake  <ebb9@byu.net>
46334
46335         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46336         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46337
46338 2006-06-28  Eric Blake  <ebb9@byu.net>
46339
46340         * lib/xvasprintf.h: Fix comments.
46341
46342 2006-06-28  Eric Blake  <ebb9@byu.net>
46343
46344         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46345         * lib/mbswidth.c (wcwidth): Move from here...
46346         * lib/wcwidth.h: ...to this new file.
46347
46348 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46349
46350         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46351
46352         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46353         it's obsolete.
46354         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46355
46356 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46357
46358         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46359         Autoconf 2.60 says this stuff was obsolete.
46360
46361 2006-06-28  Bruno Haible  <bruno@clisp.org>
46362
46363         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46364
46365 2006-06-28  Bruno Haible  <bruno@clisp.org>
46366
46367         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46368         gt_TYPE_WCHAR_T.
46369
46370 2006-06-28  Bruno Haible  <bruno@clisp.org>
46371
46372         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46373         declaration for wcwidth.
46374         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46375
46376 2006-06-28  Bruno Haible  <bruno@clisp.org>
46377
46378         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46379         (mkdir): Define using _mkdir.
46380
46381 2006-06-28  Bruno Haible  <bruno@clisp.org>
46382
46383         * lib/getaddrinfo.h: Fix POSIX URL.
46384         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46385         _WIN32.
46386         (use_win32_p): Make static.
46387         (getaddrinfo): Reject service name if it is empty or does not consist
46388         solely of decimal digits, or if its value is > 65535.
46389         (getnameinfo): Remove useless casts.
46390
46391 2006-06-27  Simon Josefsson  <jas@extundo.com>
46392
46393         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46394         Eggert and Martin Lambers.
46395
46396 2006-06-27  Simon Josefsson  <jas@extundo.com>
46397
46398         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46399         Eggert and Martin Lambers.
46400
46401 2006-06-27  Bruno Haible  <bruno@clisp.org>
46402
46403         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46404         result to 0, not to empty.
46405         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46406
46407 2006-06-27  Bruno Haible  <bruno@clisp.org>
46408
46409         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46410
46411 2006-06-26  Simon Josefsson  <jas@extundo.com>
46412
46413         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46414         present.
46415
46416 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46417
46418         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46419         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46420         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46421
46422 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46423
46424         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46425
46426 2006-06-26  Bruno Haible  <bruno@clisp.org>
46427
46428         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46429
46430 2006-06-26  Bruno Haible  <bruno@clisp.org>
46431
46432         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46433
46434 2006-06-26  Bruno Haible  <bruno@clisp.org>
46435
46436         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46437         SGI C compiler in pre-C99 mode.
46438         Suggested by Mark D. Baushke and Larry Jones.
46439
46440 2006-06-26  Bruno Haible  <bruno@clisp.org>
46441
46442         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46443         WCHAR_MAX.
46444         Reported by Mark D. Baushke and Larry Jones.
46445
46446 2006-06-26  Bruno Haible  <bruno@clisp.org>
46447
46448         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46449         in pre-C99 mode.
46450         Suggested by Mark D. Baushke and Larry Jones.
46451
46452 2006-06-23  Simon Josefsson  <jas@extundo.com>
46453             Bruno Haible  <bruno@clisp.org>
46454
46455         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46456         Emit mostlyclean-local rule.
46457         (func_emit_tests_Makefile_am): Likewise.
46458         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46459
46460 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46461
46462         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46463
46464 2006-06-23  Bruno Haible  <bruno@clisp.org>
46465
46466         * tests/test-stdint.c: Update to match ISO C 99 Technical
46467         Corrigendum 1.
46468
46469 2006-06-23  Bruno Haible  <bruno@clisp.org>
46470
46471         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46472
46473 2006-06-23  Bruno Haible  <bruno@clisp.org>
46474
46475         * lib/stdint_.h: Treat IRIX like OpenBSD.
46476
46477 2006-06-23  Bruno Haible  <bruno@clisp.org>
46478
46479         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46480         ISO C 99 Technical Corrigendum 1.
46481
46482 2006-06-22  Simon Josefsson  <jas@extundo.com>
46483
46484         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46485         MinGW.
46486
46487 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46488
46489         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46490         needed.  Some compiler complained about some of them.  Problem reported
46491         by Larry Jones in
46492         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46493
46494 2006-06-21  Simon Josefsson  <jas@extundo.com>
46495
46496         * tests/test-getaddrinfo.c: New file.
46497
46498         * modules/getaddrinfo-tests: New file.
46499
46500         * MODULES.html.sh: Add inet_pton.
46501
46502         * modules/inet_pton: New file.
46503
46504 2006-06-21  Simon Josefsson  <jas@extundo.com>
46505
46506         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46507         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46508         of using the (limited) gnulib implementation on Windows XP.
46509
46510         * m4/inet_pton.m4: New file.
46511
46512 2006-06-21  Simon Josefsson  <jas@extundo.com>
46513
46514         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46515         variable.
46516
46517         * lib/socket_.h: Don't define WINVER.
46518
46519         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46520         slightly modified to work in gnulib.
46521
46522 2006-06-21  Simon Josefsson  <jas@extundo.com>
46523
46524         * doc/gnulib.texi (Windows sockets): Add.
46525
46526 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46527
46528         * lib/read-file.c (fread_file): Start with buffer allocation of
46529         0 bytes rather than 1 byte; this simplifies the code.
46530         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46531         code to free buffer and save/restore errno.
46532         (internal_read_file): Remove unused local.
46533
46534 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46535
46536         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46537         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46538         Problem reported by Denis Excoffier in
46539         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46540
46541 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46542
46543         * modules/sys_socket, modules/socklen: Include sys/types since
46544         FreeBSD 4.x's sys/socket.h needs it.
46545
46546 2006-06-19  Simon Josefsson  <jas@extundo.com>
46547
46548         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46549
46550 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46551
46552         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46553
46554 2006-06-19  Bruno Haible  <bruno@clisp.org>
46555
46556         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46557         and FULL_PATH_INTTYPES_H in angle brackets.
46558         Reported by Mark D. Baushke <mdb@gnu.org>.
46559
46560 2006-06-17  Eric Blake  <ebb9@byu.net>
46561
46562         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46563         errno.
46564
46565 2006-06-17  Bruno Haible  <bruno@clisp.org>
46566
46567         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46568         <sys/inttypes.h>.
46569
46570 2006-06-17  Bruno Haible  <bruno@clisp.org>
46571
46572         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46573         whether errno is declared. Assume <errno.h> declares errno.
46574
46575 2006-06-17  Bruno Haible  <bruno@clisp.org>
46576
46577         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46578
46579 2006-06-17  Bruno Haible  <bruno@clisp.org>
46580
46581         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46582         problem on Solaris 2.5.1.
46583
46584 2006-06-16  Eric Blake  <ebb9@byu.net>
46585
46586         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46587         * lib/unicodeio.c [!defined errno]: Likewise.
46588         * lib/strtol.c [!defined errno]: Likewise.
46589         * lib/strtod.c [!defined errno]: Likewise.
46590
46591 2006-06-15  Eric Blake  <ebb9@byu.net>
46592
46593         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46594
46595 2006-06-15  Eric Blake  <ebb9@byu.net>
46596
46597         * config/srclist.txt (ssize_t.m4): Lose sync.
46598
46599 2006-06-15  Bruno Haible  <bruno@clisp.org>
46600
46601         * modules/stdint (Files): Include m4/full-header-path.m4,
46602         m4/size_max.m4, m4/wchar_t.m4.
46603         (Makefile.am): Many more substitutions.
46604         * modules/stdint-tests: New file.
46605         * tests/test-stdint.c: New file.
46606
46607 2006-06-15  Bruno Haible  <bruno@clisp.org>
46608
46609         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46610         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46611         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46612         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46613         gl_CHECK_TYPE_SAME): New macros.
46614
46615 2006-06-15  Bruno Haible  <bruno@clisp.org>
46616
46617         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46618
46619 2006-06-15  Bruno Haible  <bruno@clisp.org>
46620
46621         * lib/stdint_.h: Rewritten to be fully auto-configured.
46622         Fixes bug on HP-UX/IA64.
46623
46624 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46625
46626         * lib/getdate.y (__attribute__): Don't define if already defined.
46627         Problem reported by Larry Jones.
46628         * lib/utimens.c (__attribute__): Likewise.
46629
46630 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46631
46632         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46633         reported by Andreas Schwab.
46634
46635 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46636             Bruno Haible  <bruno@clisp.org>
46637
46638         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46639         check for the declaration of strnlen and a run test that exposes the
46640         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46641         rpl_strndup.
46642
46643 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46644             Bruno Haible  <bruno@clisp.org>
46645
46646         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46647
46648 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46649
46650         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46651         compile test, for Tru64 4.0D.
46652
46653 2006-05-28  Karl Berry  <karl@gnu.org>
46654
46655         * config/srclist.txt (printf-args.c): lose sync.
46656
46657 2006-05-26  Martin Lambers  <marlam@marlam.de>
46658
46659         * lib/getpass.c: Updates the test for the native W32 API, and adds
46660         missing includes, thus fixing compilation warnings.
46661
46662 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46663
46664         * lib/exclude.c (exclude_fnmatch): New function.
46665         (excluded_file_name): Call exclude_fnmatch.
46666         * lib/exclude.h (excluded_file_name): New prototype
46667
46668 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46669
46670         * lib/tempname.c (small_open, large_open): New macros.
46671         (__open, __open64) [!_LIBC]: Remove.
46672         (__gen_tempname): Use small_open and large_open instead of __open
46673         and __open64.  This fixes a portability bug on HP-UX 11.11i
46674         reported by Simon Wing-Tang in
46675         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46676
46677 2006-05-24  Bruno Haible  <bruno@clisp.org>
46678
46679         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46680         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46681         Reported by Thorsten Maerz <torte@netztorte.de> via
46682         Aaron Stone <aaron@serendipity.cx>.
46683
46684 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46685
46686         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46687         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46688         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46689         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46690         not really conditional on the cache.
46691         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46692
46693 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46694
46695         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46696         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46697         (my_usleep): Don't mishandle maximum value.
46698
46699 2006-05-19  Jim Meyering  <jim@meyering.net>
46700
46701         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46702
46703 2006-05-17  Bruno Haible  <bruno@clisp.org>
46704
46705         Cygwin portability.
46706         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46707
46708 2006-05-17  Bruno Haible  <bruno@clisp.org>
46709
46710         * lib/stdint_.h: Fix recognition of Cygwin.
46711
46712 2006-05-15  Bruno Haible  <bruno@clisp.org>
46713
46714         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46715         on libtool patch by Ralf Wildenhues.
46716
46717 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46718
46719         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46720         test for C99 conformance; (bool) 0.5 is an integer constant
46721         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46722         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46723
46724 2006-05-11  Simon Josefsson  <jas@extundo.com>
46725
46726         * m4/xvasprintf.m4: Fix obvious typo.
46727
46728 2006-05-11  Jim Meyering  <jim@meyering.net>
46729
46730         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46731         James Lemley.
46732
46733 2006-05-10  Simon Josefsson  <jas@extundo.com>
46734
46735         * lib/md4.c: Typo fix, update copyright years.
46736         (K1, K2): Don't use L because it turn computations into 64-bit on
46737         64-bit platforms.
46738
46739 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46740
46741         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46742         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46743         unwanted sign propagation, e.g., on hosts with 64-bit int.
46744         There still are some problems with reeelly weird theoretical hosts
46745         (e.g., 33-bit int) but it's not worth worrying about now.
46746         * lib/sha1.c (rol): Likewise.
46747         (K1, K2, K3, K4): Remove unnecessary L suffix.
46748
46749 2006-05-10  Bruno Haible  <bruno@clisp.org>
46750
46751         * lib/des.c: Cast to avoid warnings.
46752
46753 2006-05-09  Bruno Haible  <bruno@clisp.org>
46754
46755         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46756         (Depends-on): Depend also on xsize, stdarg.
46757         (configure.ac): Add gl_XVASPRINTF.
46758
46759 2006-05-09  Bruno Haible  <bruno@clisp.org>
46760
46761         * m4/xvasprintf.m4: New file.
46762
46763 2006-05-09  Bruno Haible  <bruno@clisp.org>
46764
46765         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46766         (EOVERFLOW): Define fallback value.
46767         (xstrcat): New function.
46768         (xvasprintf): Recognize the special case of a string concatenation.
46769
46770 2006-05-08  Eric Blake  <ebb9@byu.net>
46771
46772         * gnulib-tool (func_version): Base copyright year on CVS date.
46773         (func_emit_copyright_notice): New function.
46774         (func_emit_lib_Makefile_am): Use it.
46775         (func_emit_tests_Makefile_am): Likewise.
46776         (func_import): Likewise.
46777
46778 2006-05-08  Bruno Haible  <bruno@clisp.org>
46779
46780         * modules/stdarg: New file.
46781         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
46782
46783 2006-05-08  Bruno Haible  <bruno@clisp.org>
46784
46785         * m4/stdarg.m4: New file, from GNU gettext.
46786
46787 2006-05-08  Bruno Haible  <bruno@clisp.org>
46788
46789         * config/srclist.txt (build-aux/config.rpath): different from latest
46790         release.
46791
46792 2006-05-08  Bruno Haible  <bruno@clisp.org>
46793
46794         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
46795
46796 2006-05-05  Jim Meyering  <jim@meyering.net>
46797
46798         * m4/warning.m4: New file, derived from bison's file by the same name.
46799
46800 2006-05-03  Bruno Haible  <bruno@clisp.org>
46801
46802         * lib/stdint_.h: Shorter URL.
46803         * lib/inttypes.h: Likewise.
46804
46805 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46806
46807         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
46808
46809 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46810
46811         * lib/verify.h: Document the internals better.  Most of this change
46812         was written by Bruno Haible.
46813
46814 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46815
46816         * doc/verify.texi: New file, partly based on a proposal by
46817         Bruno Haible.
46818
46819 2006-05-02  Bruno Haible  <bruno@clisp.org>
46820
46821         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
46822         test from here...
46823         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
46824
46825 2006-04-29  Bruno Haible  <bruno@clisp.org>
46826
46827         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
46828         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
46829
46830 2006-04-29  Bruno Haible  <bruno@clisp.org>
46831
46832         * gnulib-tool: Make --update option actually work.
46833
46834 2006-04-29  Bruno Haible  <bruno@clisp.org>
46835
46836         * doc/gcd.texi: New file.
46837         * doc/gnulib.texi: Include it.
46838
46839 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
46840
46841         * lib/getdate.y (get_date): When adding relative date, start with the
46842         initial time, not with the result of the first mktime call.
46843
46844 2006-04-25  Bruno Haible  <bruno@clisp.org>
46845
46846         * gnulib-tool (func_import): Output the include directives in three
46847         blocks, sorted separately.
46848         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46849
46850 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46851
46852         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
46853         to define main with arguments, for C++.  Reported by Eric Blake.
46854         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
46855         Prefer 'int main ()' to 'int main (void)', for C++.
46856         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
46857         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
46858         for 'main', for C99 and C++.
46859
46860 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46861
46862         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
46863         Don't assume that exit status -1 is valid.
46864         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46865         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
46866         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
46867         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
46868         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
46869         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
46870         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
46871         functions can be used without declaring them, or that you can
46872         exit with status -1.
46873         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
46874
46875 2006-04-24  Karl Berry  <karl@gnu.org>
46876
46877         * config/srclist.txt (longdouble.m4): sync lost.
46878
46879 2006-04-24  Eric Blake  <ebb9@byu.net>
46880
46881         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
46882
46883 2006-04-24  Bruno Haible  <bruno@clisp.org>
46884
46885         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
46886         poll() implementation in AIX.
46887         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46888
46889 2006-04-24  Bruno Haible  <bruno@clisp.org>
46890
46891         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
46892         assigned exactly once.
46893
46894 2006-04-23  Claudio Fontana  <claudio@gnu.org>
46895             Bruno Haible  <bruno@clisp.org>
46896
46897         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
46898         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
46899         for AM_CPPFLAGS.
46900
46901 2006-04-23  Bruno Haible  <bruno@clisp.org>
46902
46903         * modules/copy-file: Depend on unistd.
46904         * modules/execute: Likewise.
46905         * modules/fatal-signal: Likewise.
46906         * modules/findprog: Likewise.
46907         * modules/mkdtemp : Likewise.
46908         * modules/pipe: Likewise.
46909         * modules/wait-process: Likewise.
46910
46911 2006-04-23  Bruno Haible  <bruno@clisp.org>
46912
46913         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
46914         condition was already detected.
46915         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46916
46917 2006-04-23  Bruno Haible  <bruno@clisp.org>
46918
46919         * lib/copy-file.c: Include <unistd.h> unconditionally.
46920         * lib/execute.c: Likewise.
46921         * lib/fatal-signal.c: Likewise.
46922         * lib/findprog.c: Likewise.
46923         * lib/mkdtemp.c: Likewise.
46924         * lib/pipe.h: Likewise.
46925         * lib/pipe.c: Likewise.
46926         * lib/wait-process.h: Likewise.
46927
46928 2006-04-23  Bruno Haible  <bruno@clisp.org>
46929
46930         * gnulib-tool (func_usage): Fix --import description. Document
46931         --update.
46932         (func_import): Create temporary file in a temporary directory, if
46933         --dry-run is specified. Silence errors from 'grep' when there are no
46934         m4 files in $m4dir.
46935         (func_create_testdir): Silence errors from 'grep' when there are no
46936         m4 files in $m4dir.
46937         Reported by Karl Berry <karl@freefriends.org>.
46938
46939 2006-04-20  Bruno Haible  <bruno@clisp.org>
46940
46941         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
46942         one argument, so that the code will be portable to Autoconf 2.60.
46943         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
46944         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46945         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
46946
46947 2006-04-19  Derek Price  <derek@ximbiot.com>
46948             Eric Blake  <ebb9@byu.net>
46949
46950         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
46951         rather than "/full/path.h".  Update comment to match.  Shorten &
46952         generalize m4_translit call via AS_TR_CPP.
46953
46954 2006-04-19  Derek Price  <derek@ximbiot.com>
46955             Eric Blake  <ebb9@byu.net>
46956
46957         * lib/inttypes.h: Correct grammar in comment.
46958
46959 2006-04-18  Derek Price  <derek@ximbiot.com>
46960             Paul Eggert  <eggert@cs.ucla.edu>
46961
46962         * modules/inttypes: New file.
46963         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
46964
46965 2006-04-18  Derek Price  <derek@ximbiot.com>
46966             Paul Eggert  <eggert@cs.ucla.edu>
46967
46968         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
46969         New files.
46970
46971 2006-04-18  Derek Price  <derek@ximbiot.com>
46972             Paul Eggert  <eggert@cs.ucla.edu>
46973
46974         * lib/inttypes.h: New file.
46975         * lib/strtoimax.c: Assume <inttypes.h>.
46976
46977 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
46978
46979         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
46980         isn't mounted.  Problem reported by Kir Kolyshkin.
46981
46982 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46983
46984         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
46985         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
46986         Derek R. Price.
46987         * lib/regex.h (RE_DUP_MAX): Update comment to match current
46988         implementation.
46989
46990 2006-04-12  Eric Blake  <ebb9@byu.net>
46991
46992         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
46993         is now done automatically by the corresponding Autoconf macro.
46994
46995 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
46996
46997         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
46998         time_r.h.
46999
47000 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47001
47002         Merge regex changes from libc, removing some of our
47003         POSIX-conformance changes that were rejected and redoing them in a
47004         less-intrusive way.
47005
47006         * lib/regcomp.c (re_compile_internal, init_dfa):
47007         Length arg is now size_t, not Idx.  All uses changed.
47008         (peek_token): Forward decl now says internal_function.
47009         (__re_error_msgid, __re_error_msgid_idx):
47010         Now static rather than extern with attribute_hidden.
47011         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47012         For some reason libc prefers K&R style defns for external functions.
47013         (regerror) [!defined _LIBC]: Likewise.
47014         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47015         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47016         (build_range_exp, build_collating_symbol):
47017         Use K&R-style defn.
47018         (re_compile_fastmap): Use '\0' to memset, not 0.
47019         (utf8_sb_map): Make the calculations more obvious.
47020         (init_dfa, parse_bracket_exp, build_charclass_op):
47021         Call calloc and cast result, as glibc does.
47022         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47023         (build_range_exp, build_collating_symbol):
47024         Now internal functions.
47025
47026         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47027
47028         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47029         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47030         Don't depend on VMS; depend on __VMS instead, for POSIX
47031         namespace cleanness.
47032         (regoff_t): Define to ssize_t, not long int.
47033
47034         Remove the REG_ macros named below.  Instead, make the old names
47035         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47036         __USE_GNU_REGEX.
47037         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47038         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47039         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47040         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47041         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47042         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47043         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47044         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47045         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47046         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47047         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47048         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47049         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47050         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47051         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47052         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47053         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47054         (REG_NREGS):
47055         Remove.  All uses replaced by the old RE_* names.
47056         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47057         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47058         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47059         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47060         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47061         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47062         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47063         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47064         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47065         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47066         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47067         Don't bother having these macros be independent of each others'
47068         values, since they no longer exist in the POSIX name space.
47069
47070         Rename the following member names back to their old names,
47071         unless !__USE_GNU_REGEX.  All uses changed back.
47072         (buffer): Renamed from re_buffer.
47073         (allocated): Renamed from re_allocated.
47074         (used): Renamed from re_used.
47075         (syntax): Renamed from re_syntax.
47076         (fastmap): Renamed from re_fastmap.
47077         (translate): Renamed from re_translate.
47078         (can_be_null): Renamed from re_can_be_null.
47079         (regs_allocated): Renamed from re_regs_allocated.
47080         (fastmap_accurate): Renamed from re_fastmap_accurate.
47081         (no_sub): Renamed from re_no_sub.
47082         (not_bol): Renamed from re_not_bol.
47083         (not_eol): Renamed from re_not_eol.
47084         (newline_anchor): Renamed from re_newline_anchor.
47085         (num_regs): Renamed from rm_num_regs.
47086         (start): Renamed from rm_start.
47087         (end): Renamed from rm_end.
47088
47089         (free_state): Move up a bit.
47090
47091         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47092         #define to be empty.
47093         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47094         when that is what is intended.
47095         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47096         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47097         (MAX): New macro.
47098         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47099         All uses changed back to re_malloc, etc.  It's now the caller's
47100         responsibility to check for overflow; all callers changed.
47101         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47102         (re_x2nrealloc): Remove.
47103         (free_state): Remove decl.
47104
47105         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47106         (re_set_registers, re_exec):
47107         Use K&R-style defn.
47108
47109         2006-01-31  Roland McGrath  <roland@redhat.com>
47110
47111         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47112         Reported by Mike Frysinger <vapier@gentoo.org>.
47113
47114         2006-01-15  Andreas Jaeger  <aj@suse.de>
47115
47116         [BZ #1950]
47117         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47118         build_wcs_upper_buffer change.
47119         (build_wcs_upper_buffer): Change return type.
47120
47121         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47122
47123         * lib/regex_internal.h: Include <stdint.h> if available.
47124
47125         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47126
47127         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47128
47129         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47130
47131         * lib/regcomp.c: Adjust for changed secondary hash function.
47132
47133         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47134
47135         * lib/regex.h: Pretty printing.
47136         Clean up namespace a bit.
47137
47138         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47139
47140         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47141         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47142
47143         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47144                     Ulrich Drepper  <drepper@redhat.com>
47145
47146         [BZ #1302]
47147         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47148         changed.
47149         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47150
47151         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47152
47153         [BZ #281]
47154         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47155         * lib/regcomp.c: Remove unnecessary uses of
47156         unsigned RE_TRANSLATE_TYPE.
47157         * lib/regex_internal.h: Likewise.
47158         * lib/regex_internal.c: Likewise.
47159         * lib/regexec.c: Likewise.
47160         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47161
47162         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47163
47164         * lib/regexec.c (find_recover_state): Remove unnecessary
47165         initialization.
47166         (transit_state_bkref): Make DFA a const pointer.
47167         (get_subexp): Likewise.
47168         (check_arrival): Likewise.
47169         (update_cur_sifted_state): Likewise.
47170         (re_search_internal): Likewise.
47171         (prune_impossible_nodes): Likewise.
47172         (acquire_init_state_context): Likewise.
47173         (proceed_next_node): Likewise.
47174         (set_regs): Likewise.
47175         (free_fail_stack_return): Likewise.
47176         (check_arrival_expand_ecl): Mark DFA parameter as const.
47177         (check_arrival_expand_ecl_sub): Likewise.
47178         (check_subexp_limits): Likewise.
47179         (sub_epsilon_src_nodes):  Likewise.
47180         (add_epsilon_src_nodes):  Likewise.
47181         (merge_state_array): Likewise.
47182         (update_regs): Likewise.
47183         (build_trtable): Likewise.
47184         (sift_states_backward): Mark MCTX parameter as const.
47185         (build_sifted_states): Likewise.
47186         (update_cur_sifted_state): Likewise.
47187         (sift_states_mkref): Likewise.
47188         (check_arrival_expand_ecl): Mark eclosure as const.
47189         (check_dst_limits_calc_pos_1): Likewise.
47190         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47191         pointer.
47192
47193         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47194
47195         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47196         (transit_state_sb): Likewise.
47197         (transit_state_mb): Likewise.
47198         (sift_states_iter_mb): Likewise.
47199         (check_arrival_add_next_nodes): Likewise.
47200         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47201         [_LIBC] (re_search_2_stub): Use mempcpy.
47202
47203         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47204         mbrtowc for very simple UTF-8 case.
47205
47206         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47207         a pointer-to-const.
47208         (re_acquire_state_context): Likewise.
47209         * lib/regex_internal.h: Adjust prototypes.
47210
47211         * lib/regex.c: Prevent using C++ compilers.
47212
47213         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47214         (re_acquire_state_context): Likewise.
47215
47216 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47217
47218         * modules/regex (Depends-on): Add ssize_t.
47219
47220 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47221
47222         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47223         translation table.
47224
47225 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47226
47227         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47228
47229 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47230             Bruno Haible  <bruno@clisp.org>
47231
47232         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47233         <sys/types.h> and <inttypes.h>.
47234
47235 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47236
47237         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47238         `__error_t_defined', so argp.h will not typedef the former.
47239
47240 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47241
47242         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47243         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47244         glibc names.  Even if glibc is changed to conform to POSIX, the
47245         traditional names will be available anyway, since regex depends on
47246         the extensions module.  Also, fix a longstanding typo in the
47247         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47248         reported by Emanuele Giaquinta.  Also, change sense of cached
47249         variable, so that the message makes sense.
47250
47251 2006-03-24  Simon Josefsson  <jas@extundo.com>
47252
47253         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47254         including some doc fixes.
47255         (base64_encode_alloc): Fix +1 bug on allocation failures.
47256
47257 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47258
47259         * lib/base64.c (base64_encode): Do not read past end of array with
47260         unsanitized input on systems with CHAR_BIT > 8.
47261
47262 2006-03-24  Eric Blake  <ebb9@byu.net>
47263
47264         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47265
47266 2006-03-22  Karl Berry  <karl@gnu.org>
47267
47268         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47269         * config/srclistvars.sh (COREUTILS): new var.
47270
47271 2006-03-17  Jim Meyering  <jim@meyering.net>
47272
47273         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47274         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47275
47276 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47277
47278         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47279         no longer needs it.  Instead, check that regoff_t is as least
47280         as wide as ptrdiff_t.
47281
47282         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47283         so that our regex.h stays compatible with the installed regex.
47284         This is helpful for installers who configure --without-included-regex.
47285         Problem reported by Emanuele Giaquinta.
47286
47287 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47288
47289         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47290         Typedef to long int, not to off_, as POSIX will likely change
47291         in that direction.
47292
47293 2006-03-15  Eric Blake  <ebb9@byu.net>
47294
47295         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47296
47297 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47298
47299         * lib/argp-help.c (validate_uparams): Fix typo
47300         * lib/argp-parse.c (argp_default_options): Consistently begin help
47301         messages with a lowercase letter.
47302
47303 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47304
47305         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47306         overrun buffers and shouldn't be used (much as gets shouldn't be
47307         used).
47308         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47309
47310 2006-03-08  Simon Josefsson  <jas@extundo.com>
47311
47312         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47313         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47314
47315 2006-03-08  Simon Josefsson  <jas@extundo.com>
47316
47317         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47318         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47319
47320 2006-03-08  Simon Josefsson  <jas@extundo.com>
47321
47322         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47323         signal that configure disabled the device.
47324
47325 2006-03-08  Simon Josefsson  <jas@extundo.com>
47326
47327         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47328         languages.
47329
47330 2006-03-07  Simon Josefsson  <jas@extundo.com>
47331
47332         * modules/getopt (Depends-on): Add unistd.
47333
47334         * modules/unistd: New file.
47335
47336 2006-03-07  Simon Josefsson  <jas@extundo.com>
47337
47338         * modules/gc-random: New file.
47339
47340 2006-03-07  Simon Josefsson  <jas@extundo.com>
47341
47342         * m4/unistd_h.m4: New file.
47343
47344 2006-03-07  Simon Josefsson  <jas@extundo.com>
47345
47346         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47347         test to be side-effect free by storing the result in the cache
47348         variable gl_cv_lib_readline, and moving the assignment of
47349         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47350         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47351
47352 2006-03-07  Simon Josefsson  <jas@extundo.com>
47353
47354         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47355         error on missing devices (the functions will return an error).
47356
47357         * m4/gc.m4: Move random stuff to gc-random.m4
47358
47359 2006-03-07  Simon Josefsson  <jas@extundo.com>
47360
47361         * lib/unistd_.h: New file.
47362
47363 2006-03-07  Simon Josefsson  <jas@extundo.com>
47364
47365         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47366
47367 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47368
47369         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47370         Problem reported by Juan Manuel Guerrero.
47371
47372 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47373
47374         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47375         the unistd module.
47376         * lib/getlogin_r.c: Likewise.
47377         * lib/getlogin_r.h: Likewise.
47378         * lib/glob.c: Likewise.
47379         * lib/pagealign_alloc.c: Likewise.
47380         * lib/unistd_.h: Remove; no longer needed.
47381
47382 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47383
47384         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47385         Add unistd.
47386         * modules/c-stack (Depends-on): Add unistd.
47387         * modules/getlogin_r: Likewise.
47388         * modules/glob: Likewise.
47389         * modules/pagealign_alloc: Likewise.
47390         * modules/unistd (Files): Remove lib/unistd_.h.
47391         (EXTRA_DIST): Remove.
47392         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47393         need unistd_.h.
47394         (MOSTLYCLEANFILES): Remove unistd.h-t.
47395
47396 2006-03-03  Simon Josefsson  <jas@extundo.com>
47397
47398         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47399
47400 2006-03-03  Simon Josefsson  <jas@extundo.com>
47401
47402         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47403         libidn and bison.
47404
47405 2006-03-03  Simon Josefsson  <jas@extundo.com>
47406
47407         * build-aux/maint.mk: Add indent target.
47408
47409 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47410
47411         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47412         our replacement poll.h in any case, to avoid a differing
47413         declaration from a system header.  Seen on AIX.
47414
47415 2006-03-01  Simon Josefsson  <jas@extundo.com>
47416
47417         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47418         <kasal@ucw.cz>.
47419
47420 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47421
47422         * modules/gettime (Depends-on): Add extensions module.
47423         * modules/nanosleep (Depends-on): Likewise.
47424         * modules/settime (Depends-on): Likewise.
47425
47426 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47427
47428         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47429         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47430         pedantically.
47431         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47432         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47433
47434         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47435         not "==".  Reported by Ralf Wildenhues.
47436
47437 2006-03-01  Karl Berry  <karl@gnu.org>
47438
47439         * doc/Copyright/request-*: new files, synced from gnuorg.
47440
47441 2006-03-01  Karl Berry  <karl@gnu.org>
47442
47443         * config/srclist.txt (Copyright/*): new entries.
47444
47445 2006-02-28  Simon Josefsson  <jas@extundo.com>
47446
47447         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47448
47449 2006-02-27  Simon Josefsson  <jas@extundo.com>
47450
47451         * lib/base64.h: Indent #define's.  From Jim Meyering
47452         <jim@meyering.net>.
47453
47454 2006-02-27  Jim Meyering  <jim@meyering.net>
47455
47456         Revert the change of 2006-02-24, so these files can continue
47457         to be sync'd from gettext.
47458         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47459         of `config.h'.
47460
47461 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47462
47463         * modules/intprops: New file.
47464         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47465         Add intprops.
47466         * modules/getloadavg (Files): Remove lib/intprops.h.
47467         (Depends-on): Add intprops.
47468         * modules/human: Likewise.
47469         * modules/inttostr: Likewise.
47470         * modules/openat: Likewise.
47471         * modules/sig2str: Likewise.
47472         * modules/userspec: Likewise.
47473         * modules/utimecmp: Likewise.
47474         * modules/xnanosleep: Likewise.
47475         * modules/xstrtol: Likewise.
47476
47477 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47478
47479         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47480         * modules/lock-tests (TESTS): Use $(EXEEXT).
47481         * modules/tls-tests: Likewise.
47482         * modules/argp-tests: Likewise.
47483         (check_PROGRAMS): New var, replacing...
47484         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47485
47486 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47487
47488         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47489         `config.h'.
47490
47491 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47492
47493         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47494
47495 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47496
47497         Sync from coreutils.
47498         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47499         gl_CHDIR_SAFER.
47500
47501 2006-02-22  Jim Meyering  <jim@meyering.net>
47502
47503         Sync from coreutils.
47504         * m4/chdir-safer.m4: New file.
47505
47506 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47507
47508         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47509         AT_FDCWD exceeds INT_MAX.
47510         * lib/openat.h (AT_FDCWD): Likewise.
47511
47512 2006-02-17  Eric Blake  <address@hidden>
47513
47514         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47515
47516 2006-02-16  Simon Josefsson  <jas@extundo.com>
47517
47518         * modules/getaddrinfo (Depends-on): Add sys_socket.
47519
47520 2006-02-15  Simon Josefsson  <jas@extundo.com>
47521
47522         * build-aux/maint.mk: Add dsyntax-check rule.
47523
47524 2006-02-15  Eric Blake  <ebb9@byu.net>
47525
47526         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47527         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47528         'present but cannot compile' warnings on cygwin.
47529         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47530         use ws2tcpip.h if sys/socket.h works.
47531         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47532         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47533
47534 2006-02-14  Simon Josefsson  <jas@extundo.com>
47535
47536         * modules/maintainer-makefile (Files): Rename.
47537
47538         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47539         and (the local) Makefile.cfg to maint-cfg.mk.
47540
47541         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47542         to the latter.
47543
47544         * modules/maintainer-makefile: New module.
47545
47546         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47547         severaly stripped to make it possible to build it up from scratch
47548         with reliable tests.
47549
47550         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47551         fixes to permit overriding the default actions when configure and
47552         makefile are not available.
47553
47554 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47555
47556         Sync from coreutils.
47557         * modules/lstat (Depends-on): Don't depend on xalloc.
47558         (License): Change from GPL to LGPL, since this is now simply a
47559         replacement for a libc function.
47560
47561 2006-02-14  Jim Meyering  <jim@meyering.net>
47562
47563         Sync from coreutils.
47564
47565         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47566         failure on deficient systems, and simplify gnulib lgpl dependencies.
47567         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47568         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47569
47570         * lib/xalloc-die.c: Remove unused definition of N_.
47571
47572 2006-02-14  Jim Meyering  <jim@meyering.net>
47573
47574         Sync from coreutils.
47575         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47576         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47577         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47578         double-quote uses of that variable, to accommodate the rare case in
47579         which getmntent is available in none of the libraries checked.  This
47580         happens at least on FreeBSD 5.0.
47581
47582 2006-02-13  Simon Josefsson  <jas@extundo.com>
47583
47584         * gnulib-tool (Usage): Fix --import, from
47585         karl@freefriends.org (Karl Berry).
47586
47587 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47588
47589         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47590
47591 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47592
47593         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47594         "autoupdate" on 2005-12-12.
47595
47596 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47597
47598         * modules/closeout (Depends-on): Remove atexit.
47599
47600 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47601
47602         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47603         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47604
47605 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47606
47607         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47608         __EXTENSIONS__ if this causes compilation to fail.  Problem
47609         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47610         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47611
47612 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47613
47614         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47615         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47616         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47617         All uses changed.
47618
47619 2006-01-26  Simon Josefsson  <jas@extundo.com>
47620
47621         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47622         prototype is visible on mingw32.
47623
47624         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47625         for mingw32.
47626
47627         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47628         mingw32).
47629
47630 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47631
47632         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47633         attempt to open for write; this always fails, at least on POSIX
47634         hosts.  This reinstates the 2006-01-09 change, which was
47635         inadvertently removed.
47636
47637 2006-01-26  Bruno Haible  <bruno@clisp.org>
47638
47639         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47640         Reported by Paul Eggert.
47641
47642 2006-01-26  Bruno Haible  <bruno@clisp.org>
47643             Paul Eggert  <eggert@cs.ucla.edu>
47644
47645         * lib/stdbool_.h (_Bool)
47646         [(! (defined __cplusplus || defined __BEOS__)
47647           && !defined __GNUC__
47648           && !(defined __HP_cc || defined __xlc__
47649                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47650                || defined __sgi))]:
47651         #define to signed char in these cases too; this simplifies
47652         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47653         etc., separately) and makes it more conservative.
47654
47655 2006-01-25  Simon Josefsson  <jas@extundo.com>
47656
47657         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47658         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47659         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47660
47661 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47662
47663         * lib/argp-namefrob.h: Bugfix. Remove stray #
47664
47665 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47666
47667         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47668         so that we test the test.
47669         Check for yet another HP-UX cc bug involving *bool |= bool.
47670
47671 2006-01-25  Karl Berry  <karl@gnu.org>
47672
47673         * config/srclist.txt (vasnprintf.c): sync lost.
47674
47675 2006-01-25  Jim Meyering  <jim@meyering.net>
47676
47677         Sync from the stable (b5) branch of coreutils:
47678
47679         * lib/fts.c (fts_children): Don't let close() clobber errno from
47680         failed fchdir().
47681
47682         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47683         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47684         a dangling symlink.  That can also happen at least for ELOOP.
47685         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47686         FYI, this bug predates the inclusion of fts.c in coreutils.
47687
47688         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47689         in their own block, so pre-c99 compilers don't object.
47690
47691         Avoid the double-free (first in fts_read, second in fts_close) that
47692         would occur when an `active' directory is made inaccessible (e.g.,
47693         via chmod a-x) during a traversal.
47694         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47695         before returning.  Reproduce this failure by
47696         mkdir -p a/b; cd a; chmod a-x . b
47697         Reported by Stavros Passas.
47698
47699 2006-01-25  Jim Meyering  <jim@meyering.net>
47700
47701         * lib/fileblocks.c: Remove more useless parentheses.
47702         * lib/readutmp.h: Likewise.
47703
47704 2006-01-25  Bruno Haible  <bruno@clisp.org>
47705
47706         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47707         warnings.
47708         Reported by Paul Eggert.
47709
47710 2006-01-25  Bruno Haible  <bruno@clisp.org>
47711
47712         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47713         rid of a trap command. For Solaris sh.
47714         Reported by Mark D. Baushke <mdb@gnu.org>.
47715
47716 2006-01-24  Simon Josefsson  <jas@extundo.com>
47717
47718         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47719         Bruno.
47720
47721 2006-01-24  Karl Berry  <karl@gnu.org>
47722
47723         * config/srclist.txt (argp-namefrob.h): sync lost.
47724
47725 2006-01-24  Jim Meyering  <jim@meyering.net>
47726
47727         * modules/openat (Files): Add lib/intprops.h.
47728         From Mark D. Baushke.
47729
47730 2006-01-24  Jim Meyering  <jim@meyering.net>
47731
47732         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47733         Reported by Mark D. Baushke.
47734
47735 2006-01-24  Jim Meyering  <jim@meyering.net>
47736
47737         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47738
47739 2006-01-24  Bruno Haible  <bruno@clisp.org>
47740
47741         * modules/strnlen (Maintainer): Change from glibc to all.
47742
47743 2006-01-24  Bruno Haible  <bruno@clisp.org>
47744
47745         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47746         Patch by Paul Eggert.
47747
47748 2006-01-24  Bruno Haible  <bruno@clisp.org>
47749
47750         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47751         already has it.
47752         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47753         2005-11-26.
47754
47755         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47756         'signed char' to avoid problems with the built-in _Bool type.
47757         Reported by Paul Eggert on 2005-11-26.
47758
47759 2006-01-24  Bruno Haible  <bruno@clisp.org>
47760
47761         * gnulib-tool (func_import): Avoid constructing complicated sed
47762         expressions inside backquote.
47763         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47764
47765 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47766
47767         These changes imported from libc.
47768         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47769         test and two separate function calls.
47770         * lib/strndup.c (__strndup): Add libc_hidden_def.
47771
47772 2006-01-23  Simon Josefsson  <jas@extundo.com>
47773
47774         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47775         Remove the test_*_SOURCES variable: automake infers it by default.
47776         * modules/tls-tests: Likewise.
47777
47778 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47779
47780         Work around porting bugs reported by Dieter in
47781         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
47782         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
47783         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
47784         Include "getopt.h" first, to check interface.
47785         (getenv): Declare only if defined HAVE_DECL_GETENV &&
47786         !HAVE_DECL_GETENV.
47787         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
47788         (__strndup): Revert to K&R-style function dfns, the glibc style.
47789         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
47790         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
47791         Include strnlen.h first, to get prototype properly.
47792         (strnlen): Renamed from __strnlen.
47793         Remove weak alias.
47794
47795 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47796
47797         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
47798
47799 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47800
47801         * config/srclist.txt: Adjust to reflect glibc reorganization.
47802         This affects only comments.
47803
47804 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47805
47806          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
47807          Reported by Bruce Korb <bkorb@gnu.org>.
47808
47809 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
47810
47811         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
47812         to pacify gcc -Wswitch-default.
47813
47814 2006-01-22  Bruno Haible  <bruno@clisp.org>
47815
47816         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
47817         temporary buffer for sprintf, take into account the precision also
47818         for 'd', 'i', 'u', 'o', 'x', 'X'.
47819
47820 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47821
47822         * modules/argp-tests: New module
47823         * tests/test-argp.c: New file
47824         * tests/test-argp-2.sh: New file
47825
47826 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47827
47828         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
47829         (__argp_base_name): Removed
47830         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
47831         typo.
47832         (__argp_base_name): Provide macro definition or extern declaration
47833         depending on the configuration
47834
47835 2006-01-20  Simon Josefsson  <jas@extundo.com>
47836
47837         * modules/inet_ntop (Depends-on): Depend on sys_socket.
47838
47839 2006-01-20  Simon Josefsson  <jas@extundo.com>
47840
47841         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
47842
47843 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47844
47845         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
47846         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
47847         Suggested by Bruno Haible.
47848
47849 2006-01-20  Karl Berry  <karl@gnu.org>
47850
47851         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
47852         until changes propagate, I guess.
47853
47854 2006-01-19  Simon Josefsson  <jas@extundo.com>
47855
47856         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
47857
47858 2006-01-19  Simon Josefsson  <jas@extundo.com>
47859
47860         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
47861
47862 2006-01-19  Simon Josefsson  <jas@extundo.com>
47863
47864         * gnulib-tool: Set check_PROGRAMS.
47865
47866         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47867         modules/des-tests, modules/gc-arcfour-tests,
47868         modules/gc-arctwo-tests, modules/gc-des-tests,
47869         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47870         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47871         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47872         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47873         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47874         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
47875         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
47876         test_*_SOURCES.
47877
47878 2006-01-18  Simon Josefsson  <jas@extundo.com>
47879
47880         * modules/socklen (Depends-on): Depend on sys_socket.
47881
47882 2006-01-18  Simon Josefsson  <jas@extundo.com>
47883
47884         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47885         modules/des-tests, modules/gc-arcfour-tests,
47886         modules/gc-arctwo-tests, modules/gc-des-tests,
47887         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47888         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47889         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47890         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47891         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47892         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
47893         $(EXEEXT) to automake TESTS variable, for mingw32.
47894
47895 2006-01-17  Simon Josefsson  <jas@extundo.com>
47896
47897         * modules/socklen (Include): Need sys/socket.h.
47898
47899 2006-01-17  Bruno Haible  <bruno@clisp.org>
47900
47901         * modules/ssize_t (Include): Add <sys/types.h>.
47902
47903 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
47904
47905         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
47906         it's not portable and it doesn't work with cross-compiles.
47907         Problem reported by Bruno Haible.  Fix missing-$ typo in
47908         'test "gl_cv_ignore_unused_libraries" ...' that prevented
47909         -zignore from being used with Sun's C compiler.
47910
47911 2006-01-12  Simon Josefsson  <jas@extundo.com>
47912
47913         * lib/base64.c: Fix warning, reported by Bruno Haible
47914         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
47915
47916 2006-01-12  Bruno Haible  <bruno@clisp.org>
47917
47918         * modules/ldd: New file.
47919         * build-aux/ldd.sh.in: New file.
47920         * MODULES.html.sh (Support for building libraries and executables): Add
47921         ldd.
47922
47923 2006-01-12  Bruno Haible  <bruno@clisp.org>
47924
47925         * m4/ldd.m4: New file.
47926
47927 2006-01-12  Bruno Haible  <bruno@clisp.org>
47928
47929         * gnulib-tool (func_import, func_create_testdir): Don't go into an
47930         endless loop while replacing $auxdir with build-aux.
47931
47932 2006-01-11  Simon Josefsson  <jas@extundo.com>
47933
47934         * lib/stdint_.h (SIZE_MAX): Add missing (.
47935
47936 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
47937
47938         Sync from coreutils.
47939         * lib/md5.c: Fix commentary typos.
47940         (alignof, UNALIGNED_P): No need for a GCC-specific version.
47941         * lib/md5.h (__attribute__): Remove; unused.
47942         * lib/sha1.c: Fix commentary to match md5 better.
47943         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
47944         so that we don't need to worry about alignment.  All uses changed.
47945         This merges the 2005-10-28 md5 change into sha1.
47946
47947 2006-01-11  Jim Meyering  <jim@meyering.net>
47948
47949         Sync from coreutils.
47950         * lib/md5.c (OP): Fix spacing.
47951
47952 2006-01-11  Bruno Haible  <bruno@clisp.org>
47953
47954         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47955         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
47956         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
47957
47958 2006-01-11  Bruno Haible  <bruno@clisp.org>
47959
47960         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47961         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
47962         the "early" section as well.
47963
47964 2006-01-11  Bruno Haible  <bruno@clisp.org>
47965
47966         Avoid "ar: no archive members specified" error on MacOS X.
47967         * gnulib-tool (func_modules_add_dummy): New function.
47968         (func_import, func_create_testdir): Invoke it.
47969
47970 2006-01-11  Bruno Haible  <bruno@clisp.org>
47971
47972         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
47973         with $auxdir in AC_CONFIG_FILES statements.
47974
47975 2006-01-11  Bruno Haible  <bruno@clisp.org>
47976
47977         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
47978         Initialize also noinst_HEADERS to empty.
47979
47980 2006-01-11  Bruno Haible  <bruno@clisp.org>
47981
47982         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
47983         variables.
47984         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
47985         autoreconf.
47986
47987 2006-01-11  Bruno Haible  <bruno@clisp.org>
47988
47989         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
47990         overridable by the user.
47991         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47992
47993 2006-01-10  Simon Josefsson  <jas@extundo.com>
47994
47995         * modules/sys_socket: New file.
47996
47997 2006-01-10  Simon Josefsson  <jas@extundo.com>
47998
47999         * m4/sys_socket_h.m4: New file.
48000
48001 2006-01-10  Simon Josefsson  <jas@extundo.com>
48002
48003         * lib/socket_.h: New file.
48004
48005 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48006
48007         * modules/readutmp (Maintainer): Add myself.
48008
48009 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48010
48011         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48012         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48013         People who are still concerned with buggy memcmp implementations
48014         can invoke gl_FUNC_MEMCMP themselves.
48015
48016 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48017
48018         * lib/regex_internal.h (BITSET_WORD_BITS):
48019         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48020         preprocessor mishandles large unsigned values as if they were signed.
48021         Problem reported by Claudio Fontana in
48022         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48023
48024 2006-01-10  Jim Meyering  <jim@meyering.net>
48025
48026         Avoid the double-free (first in fts_read, second in fts_close) that
48027         would occur when an `active' directory is made inaccessible (e.g.,
48028         via chmod a-x) during a traversal.
48029         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48030         before returning.  Reproduce this failure by
48031         mkdir -p a/b; cd a; chmod a-x . b
48032         Reported by Stavros Passas.
48033
48034         Sync from coreutils.
48035         * lib/sha1.c: Tweak grammar in a comment.
48036
48037 2006-01-10  Jim Meyering  <jim@meyering.net>
48038
48039         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48040         Patch by Joerg Sonnenberger.
48041
48042 2006-01-10  Bruno Haible  <bruno@clisp.org>
48043
48044         * modules/readutmp: Depend on module free.
48045         * modules/strtok_r: Depend on module restrict.
48046
48047 2006-01-10  Bruno Haible  <bruno@clisp.org>
48048
48049         * modules/gettext (configure.ac): Add an invocation of
48050         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48051
48052 2006-01-10  Bruno Haible  <bruno@clisp.org>
48053
48054         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48055         Reported by Werner Lemberg <wl@gnu.org>.
48056
48057 2006-01-10  Bruno Haible  <bruno@clisp.org>
48058
48059         * lib/localcharset.c: Update from GNU gettext.
48060
48061 2006-01-10  Bruno Haible  <bruno@clisp.org>
48062
48063         * lib/argp.h (__const): Remove macro. Use const instead.
48064         * lib/argp-fmtstream.h (__const): Likewise.
48065         * lib/glob_.h (__const): Remove macro.
48066         * lib/glob-libc.h: Use const instead of __const.
48067
48068 2006-01-10  Bruno Haible  <bruno@clisp.org>
48069
48070         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48071         variable.
48072         Needed to avoid an automake error regarding the 'gettext' module.
48073
48074 2006-01-09  Simon Josefsson  <jas@extundo.com>
48075
48076         * modules/inet_ntop (Depends-on): Add restrict.
48077
48078 2006-01-09  Simon Josefsson  <jas@extundo.com>
48079
48080         * modules/gc-rijndael-tests (License): Put under LGPL.
48081
48082         * modules/gc-des-tests (License): Likewise.
48083
48084         * modules/gc-arcfour-tests (License): Likewise.
48085
48086         * modules/gc-arctwo-tests (License): Likewise.
48087
48088         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48089
48090         * modules/gc-hmac-sha1-tests (Files): Likewise.
48091
48092         * modules/gc-hmac-md5-tests (License): Likewise.
48093
48094         * modules/gc-sha1-tests (License): Likewise.
48095
48096         * modules/gc-md5-tests (License): Likewise.
48097
48098         * modules/gc-md4-tests (License): Likewise.
48099
48100         * modules/gc-md2-tests (License): Likewise.
48101
48102         * modules/gc-tests (License): Likewise.
48103
48104         * modules/des-tests (License): Likewise.
48105
48106         * modules/md4-tests (License): Likewise.
48107
48108         * modules/md2-tests (License): Likewise.
48109
48110 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48111
48112         Sync from coreutils:
48113
48114         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48115         * modules/lib-ignore: New file.
48116         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48117         chdir-safer.m4, lchmod.m4.
48118         * modules/openat: Add mkdirat.c, openat-priv.h.
48119
48120 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48121
48122         Sync from coreutils.
48123         * m4/lib-ignore.m4: New file.
48124         * m4/lchmod.m4: New file.
48125
48126 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48127
48128         Sync from coreutils.
48129         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48130         for write access: POSIX says that must fail.
48131         * lib/fts.c (diropen): Likewise.
48132         * lib/save-cwd.c (save_cwd): Likewise.
48133         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48134         well, for minor improvements on hosts that lack O_DIRECTORY.
48135         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48136         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48137         Fall back on chown if open failed with EACCES.
48138
48139         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48140         Report an error at compile-time if only a 1-second nominal clock
48141         resolution is found.
48142
48143         * lib/lchmod.h: New file.
48144         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48145         (make_dir_parents): Use lchown rather than chown, and
48146         lchmod rather than chmod.
48147
48148         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48149         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48150         "proc" reported by n0dalus.
48151
48152         * lib/mountlist.c: Include <limits.h>.
48153         (dev_from_mount_options)
48154         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48155         New function.  It no longer assumes "dev=" has the System V meaning
48156         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48157         (read_file_system_list)
48158         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48159         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48160         dev= in that case.
48161
48162         * lib/posixtm.h (PDS_PRE_2000): New macro.
48163         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48164         allow_century.  All usages changed.  Reject dates outside the range
48165         1969-1999 if PDS_PRE_2000 is used.
48166
48167 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48168
48169         Sync from coreutils.
48170         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48171         (Time of day items): Mention the possibility of leap seconds.
48172         Problem reported by Dr. David Alan Gilbert.
48173
48174 2006-01-09  Jim Meyering  <jim@meyering.net>
48175
48176         Sync from coreutils.
48177
48178         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48179
48180         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48181
48182         * lib/modechange.c (mode_compile): Reject an invalid mode string
48183         that starts with an octal digit.  From Andreas Gruenbacher.
48184
48185         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48186         and dup to open_safer and dup_safer, respectively.
48187         (openat_permissive): Fix typo in comment.
48188
48189         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48190         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48191         (_): Remove; no longer needed.
48192         (openat): Renamed from rpl_openat; no need for rpl_openat
48193         since openat.h renames openat for us.
48194         Replace most of the body with a call to openat_permissive,
48195         to avoid duplicate code.
48196         Port to (probably hypothetical) environments were mode_t is
48197         wider than int.
48198         (openat_permissive): Require mode arg, so that we can check
48199         types better.  Put it just after flags.  Change cwd failure
48200         indicator from pointer-to-bool to pointer-to-errno-value.
48201         All callers changed.
48202         Invoke openat_save_fail and/or openat_restore_fail if
48203         cwd_errno is null, so that openat can call us.
48204         (openat_permissive, fdopendir, fstatat, unlinkat):
48205         Simplify errno handling to avoid some duplicate code,
48206         as it's OK to set errno on success.
48207         * lib/openat.h: Revamp code so that function macros depend on
48208         __OPENAT_PREFIX only, not also on AT_FDCWD.
48209         (openat_ro): Remove.  Caller changed to use openat_permissive.
48210         (openat_permissive): Now a macro, if not a function.
48211         (openat_restore_fail, openat_save_fail): Now always functions,
48212         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48213
48214         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48215         and openat.c.
48216         * lib/mkdirat.c: Include openat-priv.h.
48217         Remove definitions of macros defined therein.
48218         * lib/openat.c: Likewise.
48219
48220         * lib/mkdirat.c (mkdirat): New file and function.
48221         * lib/openat.h (mkdirat): Declare.
48222
48223         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48224
48225         * lib/openat.h (openat_permissive): Declare.
48226         (openat_ro): Define.
48227
48228         * lib/openat.c (EXPECTED_ERRNO): New macro.
48229         (openat_permissive): New function -- used in remove.c rewrite.
48230         (all functions): Set errno just before returning, only if there
48231         was an actual failure.
48232         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48233
48234         Emulate openat-family functions using Linux's procfs, if possible.
48235         Idea and some code based on Ulrich Drepper's glibc changes.
48236
48237         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48238         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48239         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48240         before falling back on save_cwd and restore_cwd.
48241         (fdopendir, fstatat, unlinkat): Likewise.
48242
48243         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48244         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48245
48246         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48247         as second argument to va_arg.  Otherwise, some versions of gcc
48248         warn that `if this code is reached, the program will abort'.
48249
48250 2006-01-09  Jim Meyering  <jim@meyering.net>
48251
48252         Sync from coreutils.
48253         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48254         Require openat-priv.h.
48255
48256 2006-01-09  Bruno Haible  <bruno@clisp.org>
48257
48258         * modules/strnlen (Include): Use strnlen.h.
48259
48260 2006-01-09  Bruno Haible  <bruno@clisp.org>
48261
48262         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48263
48264 2006-01-09  Bruno Haible  <bruno@clisp.org>
48265
48266         * lib/sysexit_.h (EX_OK): New macro.
48267         Suggested by Martin Lambers <marlam@marlam.de>.
48268
48269 2006-01-09  Bruno Haible  <bruno@clisp.org>
48270
48271         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48272         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48273
48274 2006-01-09  Bruno Haible  <bruno@clisp.org>
48275
48276         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48277         numbers.
48278
48279 2006-01-09  Bruno Haible  <bruno@clisp.org>
48280
48281         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48282         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48283         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48284         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48285
48286 2006-01-09  Bruno Haible  <bruno@clisp.org>
48287
48288         * build-aux/javacomp.sh.in: New file, moved from lib/.
48289         * modules/javacomp-script (Files): Update.
48290         (configure.ac): Add AC_CONFIG_FILES invocation.
48291         (EXTRA_DIST): Remove variable.
48292
48293         * build-aux/javaexec.sh.in: New file, moved from lib/.
48294         * modules/javaexec (Files): Update.
48295         (configure.ac): Add AC_CONFIG_FILES invocation.
48296         (EXTRA_DIST): Remove javaexec.sh.in.
48297
48298         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48299         * modules/csharpcomp-script (Files): Update.
48300         (configure.ac): Add AC_CONFIG_FILES invocation.
48301         (EXTRA_DIST): Remove variable.
48302
48303         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48304         * modules/csharpexec (Files): Update.
48305         (configure.ac): Add AC_CONFIG_FILES invocation.
48306         (EXTRA_DIST): Remove csharpexec.sh.in.
48307
48308 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48309
48310         Sync from coreutils.
48311
48312         Add POSIX ACL support
48313         * lib/acl.h (copy_acl, set_acl): Add declarations.
48314         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48315         systems other than Linux.
48316         (chmod_or_fchmod): New function: use fchmod when possible,
48317         and chmod otherwise.
48318         (file_has_acl): Add a POSIX ACL implementation, with a
48319         Linux-specific subcase.
48320         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48321         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48322         acls are unsupported.
48323         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48324         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48325         are unsupported.
48326
48327 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48328
48329         Sync from coreutils.
48330         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48331
48332 2006-01-07  Bruno Haible  <bruno@clisp.org>
48333
48334         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48335         gl_EARLY.
48336
48337 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48338
48339         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48340         Problem reported for Mingw by Mark Junker.
48341
48342 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48343
48344         * README: Gnulib normally doesn't generate a tarball.
48345
48346 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48347
48348         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48349         long int, not int, for nanosecond counts, so that people who are
48350         used to POSIX struct timespec won't be surprised.  Reported by Jim
48351         Meyering.
48352
48353 2005-12-28  Bruno Haible  <bruno@clisp.org>
48354
48355         * build-aux/config.rpath: Update from GNU gettext.
48356
48357 2005-12-16  Jim Meyering  <jim@meyering.net>
48358
48359         * modules/fprintftime: New module.
48360         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48361
48362 2005-12-16  Jim Meyering  <jim@meyering.net>
48363
48364         * m4/fprintftime.m4: New file.
48365
48366 2005-12-16  Jim Meyering  <jim@meyering.net>
48367
48368         * lib/fprintftime.c, lib/fprintftime.h: New files.
48369
48370 2005-12-15  Simon Josefsson  <jas@extundo.com>
48371
48372         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48373         new m4/socklen.m4.
48374
48375 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48376
48377         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48378         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48379
48380 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48381
48382         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48383         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48384         struct uparams is valid. Fall back to the default values if it is
48385         not.
48386
48387 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48388
48389         * modules/argp (Files): Add argp-pin.c
48390         (Depends-on): dirname
48391         (lib_SOURCES): Add argp-pin.c
48392
48393 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48394
48395         * m4/argp.m4:  Check if program_invocation_name and
48396         program_invocation_short_name are declared and define appropriate
48397         macros if they are not.
48398
48399 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48400
48401         * lib/argp-help.c (__argp_base_name): New function
48402         (__argp_short_program_name): Rewrite using __argp_base_name
48403         * lib/argp-namefrob.h: Define program_invocation_name and
48404         program_invocation_short_name if requested
48405         (__argp_base_name): Add prototype
48406         * lib/argp-parse.c (argp_def): Use gettext wrappers
48407         (argp_default_parser): Use __argp_base_name
48408         * lib/argp-pin.c: New file. Defines program_invocation_name and
48409         program_invocation_short_name on systems that lack them.
48410
48411 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48412
48413         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48414         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48415         porting problem reported by Georg Schwarz in
48416         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48417
48418 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48419
48420         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48421         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48422         porting problem reported by Georg Schwarz in
48423         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48424
48425 2005-12-05  Bruno Haible  <bruno@clisp.org>
48426
48427         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48428         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48429         Reported by Mark Junker <mjscod@gmx.de>.
48430
48431 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48432
48433         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48434         Use implementation from Albert Chin, with some
48435         comments/corrections by Stepan Kasal and myself.
48436
48437 2005-12-02  Bruno Haible  <bruno@clisp.org>
48438
48439         * gnulib-tool (func_import): Accept GPLed build tool modules when
48440         --lgpl is given.
48441         * modules/csharpcomp-script: New file.
48442         * modules/csharpcomp: Depend on it.
48443         * modules/javacomp-script: New file.
48444         * modules/javacomp: Depend on it.
48445         Suggested by Simon Josefsson.
48446
48447 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48448
48449         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48450         statement, to work around an HP-UX 10.20 compiler bug reported by
48451         Peter O'Gorman.
48452
48453 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48454
48455         * modules/savedir (Depends-on): Add openat.
48456
48457 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48458
48459         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48460         (uintmax_t) [defined uintmax_t]: Do not declare.
48461         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48462         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48463         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48464         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48465         sake of portability to weird hosts that C allows (though we don't
48466         know of any practical examples).
48467
48468         * lib/savedir.h (fdsavedir): New decl.
48469         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48470         contains most of the former guts of savedir.
48471         (savedir): Use savedirstream.
48472         Include "openat.h".
48473
48474 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48475
48476         * modules/obstack (Files): Add m4/ulonglong.m4.
48477         Problem reported by Davide Angelocola.
48478
48479 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48480
48481         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48482         coreutils no longer futzes with rounding modes.
48483
48484 2005-11-14  Jim Meyering  <jim@meyering.net>
48485
48486         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48487         replacement of mkstemp.
48488
48489 2005-11-10  Simon Josefsson  <jas@extundo.com>
48490
48491         * lib/readline.c: Remove EOL.
48492
48493 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48494
48495         * modules/gethrxtime (Depends-on): Add gettime.
48496
48497 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48498
48499         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48500         or gettimeofday; no longer needed.
48501
48502 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48503
48504         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48505         time business.
48506         (gethrxtime) [! (HAVE_NANOUPTIME
48507         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48508         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48509         our own approximation.
48510
48511 2005-11-08  Eric Blake  <ebb9@byu.net>
48512
48513         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48514
48515 2005-11-08  Eric Blake  <ebb9@byu.net>
48516
48517         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48518
48519 2005-11-04  Bruno Haible  <bruno@clisp.org>
48520
48521         * gnulib-tool: Implement --update mode.
48522
48523 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48524
48525         Fix porting problem reported by Theodoros V. Kalamatianos.
48526         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48527         Don't assume that futimes failing means we must fail.
48528
48529 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48530
48531         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48532         variables to suggest the intended function of the PATH_MAX check.
48533
48534 2005-10-30  Kean Johnston  <jkj@sco.com>
48535
48536         Trivial changes to support SCO systems.
48537         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48538         as PATH_MAX.
48539         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48540         where __ptr is null when no I/O is pending.
48541
48542 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48543
48544         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48545         leave errno alone.  Problem reported by Dmitry V. Levin.
48546
48547 2005-10-28  Simon Josefsson  <jas@extundo.com>
48548
48549         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48550         Test more.
48551
48552         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48553
48554         * modules/md2, modules/md2-tests: New files.
48555
48556 2005-10-28  Simon Josefsson  <jas@extundo.com>
48557
48558         * m4/inet_ntop.m4: More tests.
48559
48560         * m4/gc-md2.m4, md2.m4: New file.
48561
48562 2005-10-28  Simon Josefsson  <jas@extundo.com>
48563
48564         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48565         "restrict" keywords, as per POSIX.  Protect the function
48566         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48567         Don't use K&R prototypes.  Check the sprintf return values.
48568         Re-define EAFNOSUPPORT if not present.  Indent.
48569
48570         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48571         suggested by Bruno Haible <bruno@clisp.org>.
48572
48573         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48574
48575         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48576
48577         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48578         libgcrypt).
48579
48580         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48581
48582         * lib/md2.h, lib/md2.c: New files.
48583
48584 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48585
48586         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48587         errno alone.  Problem reported by Frederic Jolliton.
48588
48589 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48590
48591         * modules/verify (License): Change from GPL to LGPL.  This is a
48592         tiny module and there are apparently near-equivalents that are
48593         under the BSD license.
48594
48595 2005-10-24  Simon Josefsson  <jas@extundo.com>
48596
48597         * modules/sha1: Relicense to LGPL.
48598
48599 2005-10-24  Simon Josefsson  <jas@extundo.com>
48600
48601         * lib/md4.h: Shrink buffer size, now that we changed the type.
48602
48603 2005-10-23  Simon Josefsson  <jas@extundo.com>
48604
48605         * gnulib-tool (func_import): Fix --tests-base.
48606
48607 2005-10-22  Simon Josefsson  <jas@extundo.com>
48608
48609         * modules/arcfour (Depends-on): Need stdint.
48610
48611 2005-10-22  Simon Josefsson  <jas@extundo.com>
48612
48613         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48614         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48615
48616 2005-10-22  Simon Josefsson  <jas@extundo.com>
48617
48618         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48619         suggested by Bruno Haible <bruno@clisp.org>.
48620
48621 2005-10-22  Simon Josefsson  <jas@extundo.com>
48622
48623         * lib/crc.h: Include stddef.h, for size_t.
48624
48625 2005-10-22  Simon Josefsson  <jas@extundo.com>
48626
48627         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48628         arcfour_context struct (simplify test vector testing in GNU
48629         Shishi).
48630
48631 2005-10-21  Simon Josefsson  <jas@extundo.com>
48632
48633         * modules/des, modules/des-tests: New files.
48634
48635         * modules/gc-des, modules/gc-des-tests: New files.
48636
48637         * tests/test-des.c, tests/test-gc-des.c: New file.
48638
48639 2005-10-21  Simon Josefsson  <jas@extundo.com>
48640
48641         * modules/arctwo, modules/arctwo-tests: New files.
48642
48643         * tests/test-arctwo.c: New file.
48644
48645         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48646
48647         * tests/test-gc-arctwo.c: New file.
48648
48649 2005-10-21  Simon Josefsson  <jas@extundo.com>
48650
48651         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48652         Bruno Haible <bruno@clisp.org>.
48653
48654         * m4/gc-des.m4: New file.
48655
48656 2005-10-21  Simon Josefsson  <jas@extundo.com>
48657
48658         * m4/arctwo.m4: New file.
48659
48660         * m4/gc-arctwo.m4: New file.
48661
48662 2005-10-21  Simon Josefsson  <jas@extundo.com>
48663
48664         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48665         block.
48666
48667 2005-10-21  Simon Josefsson  <jas@extundo.com>
48668
48669         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48670         <bruno@clisp.org>.
48671
48672         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48673
48674         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48675         Bruno Haible <bruno@clisp.org>.
48676
48677         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48678         <bruno@clisp.org>.
48679
48680 2005-10-21  Simon Josefsson  <jas@extundo.com>
48681
48682         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48683
48684 2005-10-21  Simon Josefsson  <jas@extundo.com>
48685
48686         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48687
48688 2005-10-21  Simon Josefsson  <jas@extundo.com>
48689
48690         * lib/des.h, lib/des.c: New files.
48691
48692         * lib/gc-gnulib.c: Support DES.c
48693
48694 2005-10-21  Simon Josefsson  <jas@extundo.com>
48695
48696         * lib/arctwo.h, lib/arctwo.c: New files.
48697
48698         * lib/gc-gnulib.c: Support ARCTWO.
48699
48700 2005-10-21  Simon Josefsson  <jas@extundo.com>
48701
48702         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48703         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48704
48705 2005-10-21  Simon Josefsson  <jas@extundo.com>
48706
48707         * gnulib-tool (func_import, func_create_testdir): Define automake
48708         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48709         Makefile.am snippet),
48710         suggested by Bruno Haible <bruno@clisp.org>.
48711
48712         * modules/gc (Makefile.am): Use it.
48713
48714 2005-10-21  Bruno Haible  <bruno@clisp.org>
48715
48716         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48717         patch.
48718
48719 2005-10-19  Simon Josefsson  <jas@extundo.com>
48720
48721         * tests/test-gc-rijndael.c: New file.
48722
48723         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48724
48725 2005-10-19  Simon Josefsson  <jas@extundo.com>
48726
48727         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48728         interface too.
48729
48730 2005-10-19  Simon Josefsson  <jas@extundo.com>
48731
48732         * tests/test-gc-arcfour.c: New file.
48733
48734         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48735
48736 2005-10-19  Simon Josefsson  <jas@extundo.com>
48737
48738         * modules/gc-md4, modules/gc-md4-tests: New file.
48739
48740         * tests/test-gc-md4.c: New file.
48741
48742 2005-10-19  Simon Josefsson  <jas@extundo.com>
48743
48744         * m4/gc-md4.m4: New file.
48745
48746 2005-10-19  Simon Josefsson  <jas@extundo.com>
48747
48748         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48749         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48750         <kasal@ucw.cz>.
48751
48752 2005-10-19  Simon Josefsson  <jas@extundo.com>
48753
48754         * m4/gc-arcfour.m4: New file.
48755
48756         * m4/gc-rijndael.m4: New file.
48757
48758 2005-10-19  Simon Josefsson  <jas@extundo.com>
48759
48760         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48761
48762 2005-10-19  Simon Josefsson  <jas@extundo.com>
48763
48764         * lib/gc-gnulib.c: Support ARCFOUR.
48765
48766 2005-10-19  Simon Josefsson  <jas@extundo.com>
48767
48768         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48769         support.
48770
48771         * lib/gc.h: Add ECB enum type.
48772
48773         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48774
48775 2005-10-18  Simon Josefsson  <jas@extundo.com>
48776
48777         * tests/test-md5.c: New file.
48778
48779         * modules/md5-tests: New file.
48780
48781 2005-10-18  Simon Josefsson  <jas@extundo.com>
48782
48783         * tests/test-md4.c: New file.
48784
48785         * modules/md4, modules/md4-tests: New files.
48786
48787 2005-10-18  Simon Josefsson  <jas@extundo.com>
48788
48789         * m4/md4.m4: New file.
48790
48791 2005-10-18  Simon Josefsson  <jas@extundo.com>
48792
48793         * lib/md4.h, lib/md4.c: New files, based on md5.?.
48794
48795 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
48796
48797         * gnulib-tool (func_create_testdir): Omit the second check whether
48798         BUILT_SOURCES in nonempty.
48799
48800 2005-10-17  Simon Josefsson  <jas@extundo.com>
48801
48802         * tests/test-rijndael.c: New file.
48803
48804 2005-10-17  Simon Josefsson  <jas@extundo.com>
48805
48806         * modules/sha1: Depend on stdint instead of md5.
48807
48808         * modules/md5: Depend on stdint, remove uint32_t.
48809
48810 2005-10-17  Simon Josefsson  <jas@extundo.com>
48811
48812         * modules/gc-sha1-tests: New file.
48813
48814         * tests/test-gc-sha1.c: New file.
48815
48816 2005-10-17  Simon Josefsson  <jas@extundo.com>
48817
48818         * m4/md5.m4: Remove call to uint32_t.m4.
48819
48820 2005-10-17  Simon Josefsson  <jas@extundo.com>
48821
48822         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
48823
48824         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
48825         md5.h.
48826
48827         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
48828
48829         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
48830
48831 2005-10-17  Simon Josefsson  <jas@extundo.com>
48832
48833         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
48834
48835 2005-10-17  Simon Josefsson  <jas@extundo.com>
48836
48837         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
48838
48839 2005-10-17  Simon Josefsson  <jas@extundo.com>
48840
48841         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
48842
48843         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
48844
48845 2005-10-17  Bruno Haible  <bruno@clisp.org>
48846
48847         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
48848         that it can also be used in a test.
48849
48850 2005-10-16  Bruno Haible  <bruno@clisp.org>
48851
48852         * gnulib-tool (func_emit_tests_Makefile_am): Also define
48853         TESTS_ENVIRONMENT, so that individual tests can augment it.
48854
48855         * gnulib-tool (func_create_testdir): Use an intermediate target for
48856         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
48857         macros, like $(ALLOCA_H), which cannot be passed through the command
48858         line.
48859
48860 2005-10-15  Simon Josefsson  <jas@extundo.com>
48861
48862         * modules/rijndael-tests: New file.
48863
48864         * modules/rijndael: New file.
48865
48866 2005-10-15  Simon Josefsson  <jas@extundo.com>
48867
48868         * m4/rijndael.m4: New file.
48869
48870 2005-10-15  Simon Josefsson  <jas@extundo.com>
48871
48872         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
48873
48874         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
48875
48876 2005-10-14  Simon Josefsson  <jas@extundo.com>
48877
48878         * tests/test-arcfour.c: New file.
48879
48880         * modules/arcfour, modules/arcfour-tests: New files.
48881
48882 2005-10-14  Simon Josefsson  <jas@extundo.com>
48883
48884         * m4/arcfour.m4: New file.
48885
48886 2005-10-14  Simon Josefsson  <jas@extundo.com>
48887
48888         * lib/arcfour.h, lib/arcfour.c: New files.
48889
48890 2005-10-14  Roland McGrath  <roland@redhat.com>
48891
48892         Import from libc.  [BZ #1331]
48893         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
48894         macro argument.
48895         Reported by Matej Vela <vela@debian.org>.
48896
48897 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48898
48899         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
48900         include <wchar.h>; no longer needed.
48901
48902 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48903
48904         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
48905
48906 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
48907         and  Ulrich Drepper  <drepper@redhat.com>
48908
48909         Import from libc.
48910         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
48911         instead of inline stream orientation test and two separate
48912         function calls.  Pay no attention to USE_IN_LIBIO.
48913
48914 2005-10-13  Simon Josefsson  <jas@extundo.com>
48915
48916         * modules/gc-hmac-md5-tests: New file.
48917
48918         * tests/test-gc-hmac-sha1.c: New file.
48919
48920         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
48921
48922         * modules/gc-hmac-md5-tests: New file.
48923
48924         * tests/test-gc-md5.c: New file.
48925
48926         * modules/gc-md5-tests: New file.
48927
48928 2005-10-13  Simon Josefsson  <jas@extundo.com>
48929
48930         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
48931         Move memory allocation outside of loop.
48932
48933 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
48934
48935         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
48936         intermediate directory is in a read-only file system.  Problem
48937         reported by Eric Blake.
48938
48939 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
48940
48941         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
48942
48943 2005-10-12  Simon Josefsson  <jas@extundo.com>
48944
48945         * tests/test-hmac-sha1.c: New file.
48946
48947         * modules/hmac-sha1-tests: New file.
48948
48949         * modules/hmac-sha1: New file.
48950
48951 2005-10-12  Simon Josefsson  <jas@extundo.com>
48952
48953         * modules/gc-sha1: New file.
48954
48955 2005-10-12  Simon Josefsson  <jas@extundo.com>
48956
48957         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
48958
48959         * tests/test-gc-pbkdf2-sha1.c: New file.
48960
48961 2005-10-12  Simon Josefsson  <jas@extundo.com>
48962
48963         * modules/gc-md5, modules/gc-hmac-md5: New files.
48964
48965         * modules/gc (Files): Remove md5, memxor and hmac files.
48966
48967 2005-10-12  Simon Josefsson  <jas@extundo.com>
48968
48969         * m4/gc-pbkdf2-sha1.m4: New file.
48970
48971         * m4/gc-hmac-sha1.m4: New file.
48972
48973         * m4/gc-sha1: New file.
48974
48975         * m4/hmac-sha1.m4: New file.
48976
48977 2005-10-12  Simon Josefsson  <jas@extundo.com>
48978
48979         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
48980
48981         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
48982
48983 2005-10-12  Simon Josefsson  <jas@extundo.com>
48984
48985         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
48986         suggested by Bruno Haible <bruno@clisp.org>.
48987
48988 2005-10-12  Simon Josefsson  <jas@extundo.com>
48989
48990         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
48991
48992 2005-10-12  Simon Josefsson  <jas@extundo.com>
48993
48994         * lib/gc-pbkdf2-sha1.c: New file.
48995
48996         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
48997
48998 2005-10-12  Simon Josefsson  <jas@extundo.com>
48999
49000         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49001
49002         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49003
49004 2005-10-12  Simon Josefsson  <jas@extundo.com>
49005
49006         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49007         GC_USE_HMAC_MD5, respectively.
49008
49009         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49010         (gc_md5): Fix typo.
49011
49012         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49013
49014         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49015
49016         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49017
49018 2005-10-12  Bruno Haible  <bruno@clisp.org>
49019
49020         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49021         Reported by Stepan Kasal <kasal@ucw.cz>.
49022
49023 2005-10-11  Simon Josefsson  <jas@extundo.com>
49024
49025         * tests/test-crc.c: New file.
49026
49027         * modules/crc, modules/crc-tests: New files.
49028
49029 2005-10-11  Simon Josefsson  <jas@extundo.com>
49030
49031         * m4/crc.m4: New file.
49032
49033 2005-10-11  Simon Josefsson  <jas@extundo.com>
49034
49035         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49036
49037         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49038
49039         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49040
49041 2005-10-11  Simon Josefsson  <jas@extundo.com>
49042
49043         * lib/crc.h, lib/crc.c: New files.
49044
49045         * lib/gc.h (gc_hash_buffer): Add doc.
49046
49047 2005-10-11  Bruno Haible  <bruno@clisp.org>
49048
49049         * modules/c-strcasestr: New file.
49050         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49051
49052 2005-10-11  Bruno Haible  <bruno@clisp.org>
49053
49054         * modules/c-strcase: New file.
49055         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49056
49057 2005-10-11  Bruno Haible  <bruno@clisp.org>
49058
49059         * lib/strcasecmp.c: Include limits.h.
49060         (strcasecmp): Avoid integer overflow on exotic platforms.
49061         * lib/strncasecmp.c: Include limits.h.
49062         (strncasecmp): Avoid integer overflow on exotic platforms.
49063         Reported by Paul Eggert.
49064
49065 2005-10-11  Bruno Haible  <bruno@clisp.org>
49066
49067         * lib/c-strcasestr.h: New file, from GNU gettext.
49068         * lib/c-strcasestr.c: New file, from GNU gettext.
49069
49070 2005-10-11  Bruno Haible  <bruno@clisp.org>
49071
49072         * lib/c-strcase.h: New file, from GNU gettext.
49073         * lib/c-strcasecmp.c: New file, from GNU gettext.
49074         * lib/c-strncasecmp.c: New file, from GNU gettext.
49075
49076 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49077
49078         * modules/mempcpy (License): GPL -> LGPL.
49079         * modules/strchrnul (License): Likewise.
49080         * modules/sysexits (License): Likewise.
49081
49082 2005-10-08  Simon Josefsson  <jas@extundo.com>
49083
49084         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49085
49086 2005-10-07  Simon Josefsson  <jas@extundo.com>
49087
49088         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49089
49090 2005-10-06  Simon Josefsson  <jas@extundo.com>
49091
49092         * tests/test-hmac-md5.c: New file.
49093
49094         * modules/hmac-md5-tests: New file.
49095
49096         * modules/hmac-md5: New file.
49097
49098 2005-10-06  Simon Josefsson  <jas@extundo.com>
49099
49100         * m4/hmac-md5.m4: New file.
49101
49102         * m4/memxor.m4: Require gl_C_RESTRICT.
49103
49104 2005-10-06  Simon Josefsson  <jas@extundo.com>
49105
49106         * lib/memxor.c (memxor): Avoid casts and warnings.
49107
49108 2005-10-06  Simon Josefsson  <jas@extundo.com>
49109
49110         * lib/hmac-md5.c: New file.
49111
49112         * lib/hmac.h: New file.
49113
49114 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49115
49116         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49117         promotes to int, not unsigned int, to catch the AIX 5.3
49118         compiler bug.
49119
49120 2005-10-05  Simon Josefsson  <jas@extundo.com>
49121
49122         * modules/memxor: New file.
49123
49124         * modules/iconv (Files): Move config.rpath to havelib, it is used
49125         there.
49126
49127         * modules/havelib (Files): Add config.rpath.
49128
49129 2005-10-05  Simon Josefsson  <jas@extundo.com>
49130
49131         * m4/memxor.m4: New file.
49132
49133 2005-10-05  Simon Josefsson  <jas@extundo.com>
49134
49135         * lib/memxor.c (memxor): Fix compiler error.
49136
49137         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49138         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49139
49140         * lib/memxor.h, lib/memxor.c: New files.
49141
49142         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49143         we assume all systems have it, suggested by Jim Meyering
49144         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49145         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49146         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49147         same reasons.
49148
49149 2005-10-05  Simon Josefsson  <jas@extundo.com>
49150
49151         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49152
49153 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49154
49155         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49156         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49157         needed, since the source code now assumes these .h files.
49158
49159 2005-10-05  Derek Price  <derek@ximbiot.com>
49160
49161         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49162
49163 2005-10-05  Bruno Haible  <bruno@clisp.org>
49164
49165         * modules/stdint (License): Change to LGPL.
49166
49167 2005-10-04  Simon Josefsson  <jas@extundo.com>
49168
49169         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49170         D. Baushke" <mdb@gnu.org>.
49171
49172 2005-10-04  Bruno Haible  <bruno@clisp.org>
49173
49174         * lib/verify.h (verify_true): Provide alternative definition for C++.
49175
49176 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49177
49178         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49179         (SSIZE_MAX): New macro, if not already defined.
49180         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49181         than 2 GiB.
49182
49183 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49184
49185         Sync from coreutils.
49186         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49187         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49188         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49189         ULLONG_MAX doesn't work with 2.7.2.1.
49190
49191 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49192
49193         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49194         From Ben Pfaff.
49195
49196         * modules/exclude (Depends-on): Depend on verify.
49197         * modules/strtoimax (Depends-on): Likewise.
49198         * modules/utimecmp (Depends-on): Likewise.
49199
49200 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49201
49202         * lib/exclude.c: Include verify.h.
49203         (verify): Remove.  All callers changed to use verify.h's version.
49204         * lib/strtoimax.c: Likewise.
49205         * lib/utimecmp.c: Likewis.e
49206
49207         Sync from coreutils.
49208         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49209         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49210         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49211         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49212         bother returning ENOSYS if settimeofday or stime fails; just let
49213         them return whatever errno they want to return.
49214         * lib/utimens.c: Include unistd.h, for dup2.
49215         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49216         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49217
49218 2005-10-02  Jim Meyering  <jim@meyering.net>
49219
49220         Sync from coreutils.
49221         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49222         from glibc-2.2.5 that fails for read-only files.
49223
49224 2005-10-02  Jim Meyering  <jim@meyering.net>
49225
49226         Sync from coreutils.
49227         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49228         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49229         `#if HAVE_CONFIG_H'.
49230         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49231         Remove AT_FDCWD test.
49232         Do not consume the fd unless successful.
49233         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49234         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49235         block, so that we don't even try to compile it if settimeofday is
49236         available.  This works around a compilation failure on OSF1 V5.1,
49237         due to stime requiring a `long int*' while tv_sec is `int'.
49238
49239 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49240
49241         Sync from coreutils.
49242         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49243         against `yes', rather than just testing for nonempty.
49244
49245 2005-10-01  Simon Josefsson  <jas@extundo.com>
49246
49247         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49248         and Darwin.
49249
49250         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49251         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49252         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49253         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49254         Check if struct addrinfo is declared.
49255
49256 2005-10-01  Simon Josefsson  <jas@extundo.com>
49257
49258         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49259         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49260         AI_* and EAI_* definitions.  Protect function declarations.
49261
49262 2005-10-01  Jim Meyering  <jim@meyering.net>
49263
49264         Sync from coreutils.
49265
49266         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49267         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49268         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49269         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49270         in the inet and nsl libraries.  Required on Solaris 5.7.
49271
49272 2005-10-01  Jim Meyering  <jim@meyering.net>
49273
49274         Sync from coreutils.
49275         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49276         in the inet and nsl libraries.  Required on Solaris 5.7.
49277
49278 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49279
49280         * lib/getdelim.c (getdelim): Remove unused variables.
49281
49282 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49283
49284         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49285         so that the code works even with ancient cpp.  Portability problem
49286         with GCC 2.7.2.1 reported by Thomas M.Ott.
49287
49288 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49289
49290         * modules/regex (Depends-on): Add strcase.
49291
49292         * modules/gethostname (Licence): Change from GPL to LGPL, since
49293         gethostname.c is a trivial implementation of a standard library
49294         function.
49295         * modules/poll (License): Change from GPL to LGPL, since it's
49296         derived from LGPL code.
49297
49298 2005-09-27  Jim Meyering  <jim@meyering.net>
49299
49300         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49301         HAVE_CONFIG_H.
49302
49303         * lib/intprops.h (signed_type_or_expr__): Define.
49304         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49305         for unsigned types.
49306
49307 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49308
49309         * lib/verify.h (verify_expr): Remove, replacing with:
49310         (verify_true): New macro that returns true instead of void.
49311         (verify_type__): Remove.
49312         (verify): Use verify_true rather than verify_type__.
49313
49314 2005-09-26  Bruno Haible  <bruno@clisp.org>
49315
49316         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49317         is necessary.
49318         (lib_SOURCES): Remove mbchar.c.
49319         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49320         (Files): Add m4/mbrtowc.m4.
49321         * modules/mbiter: Likewise.
49322         * modules/mbuiter: Likewise.
49323
49324 2005-09-26  Bruno Haible  <bruno@clisp.org>
49325
49326         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49327         compile mbchar.c if they are not both present.
49328         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49329         * m4/mbiter.m4 (gl_MBITER): Likewise.
49330         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49331         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49332         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49333
49334 2005-09-25  Jim Meyering  <jim@meyering.net>
49335
49336         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49337         also uses socklen_t.
49338
49339 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49340
49341         * lib/utimens.c (ENOSYS): Define if not already defined.
49342         (futimens): Support having a null PATH if the file descriptor
49343         is nonnegative.
49344
49345         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49346         Remove.
49347         (__attribute): Define to empty unless GCC 3.1 or later.
49348         This works around a core dump on OpenBSD 3.4, which has GCC
49349         2.95.3, which dumps core when given __attribute__(()).  It also
49350         simplifies other tests, since we really don't want to bother with
49351         worrying about which ancient version of GCC supported what.
49352         Original problem reported by Yoann Vandoorselaere, with part of
49353         the fix suggested by Derek Price.
49354
49355 2005-09-24  Jim Meyering  <jim@meyering.net>
49356
49357         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49358         so we can once again use a positive bitfield width of 1 -- now we
49359         don't have to explain why we were using a bitfield width of 2.
49360
49361 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49362
49363         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49364         and similarly for the other external symbols.  Problem reported
49365         by James Gallager.
49366
49367         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49368         bug reported by Jim Meyering.
49369
49370         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49371         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49372         not needed, since socklen is a prerequisite module.
49373
49374 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49375
49376         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49377         Problem reported by Eric Blake.
49378         (getaddrinfo): Initialize se so that it's not garbage.
49379         Redo internal storage allocation so that it doesn't make unportable
49380         assumptions about alignment.
49381         Fix a memory leak.
49382
49383         * lib/utimens.c (futimens): Use futimesat if available.
49384         Prefer it to futimes since it doesn't have the futimes bug.
49385
49386         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49387         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49388         Instead, declare a function that returns a pointer to an array,
49389         and use verify_type__ to declare the size of the array.
49390         Problem and germ of a solution reported by Bruno Haible.
49391         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49392         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49393
49394 2005-09-23  Jim Meyering  <jim@meyering.net>
49395
49396         Sync from coreutils.
49397         Correct build failure (socklen_t not defined) on at least
49398         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49399         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49400
49401 2005-09-23  Jim Meyering  <jim@meyering.net>
49402
49403         * modules/getaddrinfo (Depends-on): Add socklen.
49404
49405 2005-09-23  Bruno Haible  <bruno@clisp.org>
49406
49407         * tests/test-verify.c: New file.
49408
49409 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49410
49411         Sync from coreutils.
49412
49413         * modules/argmatch (Depends-on): Add verify.
49414         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49415         unistd-safer.
49416         * modules/save-cwd (Depends-on): Likewise.
49417
49418         * modules/openat (Files): Add lib/openat-die.c.
49419         (Depends-on): Remove error, exitfail.
49420         Add dirname.
49421
49422         * modules/verify: New file.
49423         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49424         with "verify" module.
49425
49426 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49427
49428         Sync from coreutils.
49429
49430         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49431         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49432         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49433         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49434         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49435         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49436         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49437         Don't bother checking for string.h, stdlib.h, unistd.h.
49438         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49439         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49440         module's job.
49441         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49442         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49443
49444         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49445         (gl_GETDATE): Use it.
49446
49447         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49448
49449 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49450
49451         Sync from coreutils.
49452
49453         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49454         stat-time.h.
49455         * lib/argmatch.h: Include verify.h
49456         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49457         (ARGMATCH_ASSERT): Remove; unused.
49458         * lib/canonicalize.c: Assume STDC_HEADERS.
49459         * lib/exclude.c: Include "strcase.h".
49460         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49461         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49462         and stdio-safer.h.
49463         (getusershell): Call fopen, not fopen_safer.
49464         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49465         Do not include unistd-safer.h.
49466         (save_cwd): Don't call fd_safer; no longer needed
49467         now that we include fcntl--.h.
49468
49469         * lib/getdate.y (relative_time): New type.
49470         (RELATIVE_TIME_0): New constant.
49471         (parser_control): Use relative_time instead of doing it ourselves.
49472         (%union): Add new relative_time rel member.
49473         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49474         Now typeless.
49475         (relunit, relunit_snumber): Now of type rel.
49476         (zone, rel, relunit, get_date): Adjust to above changes.
49477
49478         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49479         Do not include unistd-safer.h.
49480         (getloadavg): Don't call fd_safer; no longer needed
49481         now that we include fcntl--.h.
49482
49483         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49484         (make_dir_parents): Treat ENOSYS like EEXIST.
49485
49486         Improve quality of diagnostics on restore_cwd failure.
49487         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49488         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49489         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49490         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49491         each time through the loop.  Do not diagnose restore_cwd failure;
49492         that is the caller's job (and perhaps the caller does not care).
49493
49494         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49495         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49496         If the file already exists but is not a directory, don't bother
49497         to try to make its parents.
49498         Close potential file descriptor leak if we can't chdir("/") (!).
49499         Don't always return true if chdir($PWD) fails; return true only
49500         if the requested action was done successfully (except for the
49501         chdir($PWD)).
49502         Don't log final directory unless we actually made it.
49503         Refactor to avoid duplicate code to fix up permissions.
49504         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49505
49506         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49507         to make it a bit faster and (I hope) clearer.
49508         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49509         Fix bug in formats like %2N.
49510
49511         * lib/verify.h: New file.
49512
49513 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49514
49515         Sync from coreutils.
49516         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49517
49518 2005-09-22  Jim Meyering  <jim@meyering.net>
49519
49520         Sync from coreutils.
49521
49522         * m4/lstat.m4 (gl_FUNC_LSTAT):
49523         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49524         Remove obsolete comment.
49525         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49526         * m4/xstrtod.m4: Likewise.
49527
49528         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49529
49530 2005-09-22  Jim Meyering  <jim@meyering.net>
49531
49532         Sync from coreutils.
49533
49534         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49535
49536         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49537         the .tm_year member, since otherwise gcc-4.0 would now warn about
49538         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49539
49540         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49541         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49542
49543         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49544         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49545         when run in a time zone for which daylight savings time is in effect
49546         for the starting date.
49547
49548         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49549         stop us from restricting permissions of just-created absolute-named
49550         directories.
49551         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49552         to restore initial working directory.
49553         * lib/mkdir-p.c (make_dir_parents): New parameter:
49554         different_working_dir, to tell caller if/when we change the working
49555         directory and are unable to return to the initial one.
49556         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49557         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49558         `return false'.  This fixes a bug introduced on 2004-07-30.
49559
49560         * lib/openat.c (fdopendir): Be sure to close the supplied
49561         file descriptor before returning.  This makes our replacement
49562         implementation a little closer to Solaris's, where fdopendir
49563         ties the file descriptor to the returned DIR* pointer.
49564         * lib/openat.c (unlinkat): New function.
49565         * lib/openat.h (unlinkat): Add prototype.
49566         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49567         (openat_restore_fail): Rename from openat_restore_die.
49568         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49569
49570         Provide an alternative to exiting immediately upon save_cwd or
49571         restore_cwd failure.  Now, an application can arrange e.g.,
49572         to perform a longjump in that case.
49573         * lib/openat.c: Include dirname.h.
49574         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49575         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49576         and openat_restore_die rather than calling error directly.
49577         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49578
49579         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49580         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49581         define.
49582
49583         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49584         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49585                             int utc, int nanoseconds);
49586         Background:
49587         date should not have to allocate a megabyte of virtual memory to
49588         handle a format argument like +%1048575T.  When implemented with
49589         strftime, it must allocate such a buffer, use strftime to fill it
49590         in, print it, then free it.
49591         With fprintftime, it simply prints everything and exits.
49592         With no need for memory allocation, that's one fewer way to fail.
49593         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49594         optional field width, not before, so we accept %9:z, not %:9z.
49595         (my_strftime): Be sure to use L_('x') for literals.
49596
49597         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49598         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49599         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49600         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49601         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49602         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49603         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49604         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49605         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49606         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49607         * lib/xgethostname.c, lib/xreadlink.c:
49608         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49609
49610         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49611         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49612         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49613         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49614         and don't include <sys/file.h>).
49615
49616 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49617
49618         Sync from coreutils.
49619
49620         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49621         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49622         [!LDAV_DONE]: Avoid unused variable warning.
49623
49624 2005-09-21  Bruno Haible  <bruno@clisp.org>
49625
49626         * lib/unicodeio.h (unicode_to_mb): New declaration.
49627
49628 2005-09-20  Derek Price  <derek@ximbiot.com>
49629
49630         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49631         getaddrinfo.h.
49632
49633 2005-09-20  Bruno Haible  <bruno@clisp.org>
49634
49635         * gnulib-tool: Remove trailing slashes from the values specified for
49636         --source-base, --m4-base, --tests-base, --aux-dir.
49637         Suggested by Simon Josefsson <jas@extundo.com>.
49638
49639 2005-09-20  Bruno Haible  <bruno@clisp.org>
49640
49641         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49642         func_modules_to_filelist, func_import, func_create_testdir): Make all
49643         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49644         change when gnulib-tool is invoked in a different locale.
49645
49646 2005-09-19  Simon Josefsson  <jas@extundo.com>
49647
49648         * m4/socklen.m4: Fix typo.
49649
49650 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49651
49652         Use a consistent style for including <config.h>.
49653         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49654         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49655         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49656         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49657         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49658         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49659         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49660         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49661         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49662         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49663         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49664         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49665         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49666         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49667         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49668         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49669         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49670         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49671         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49672         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49673         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49674         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49675         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49676         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49677         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49678         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49679         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49680         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49681         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49682         lib/xstrtoumax.c, lib/yesno.c:
49683         Standardize inclusion of config.h.
49684         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49685         lib/inttostr.h:  Removed inclusion of config.h from header files.
49686         * lib/inttostr.c:  Adjusted in-tree users.
49687         * lib/timespec.h: Remove superfluous warning to include config.h.
49688         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49689         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49690         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49691         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49692         config.h with HAVE_CONFIG_H.
49693
49694 2005-09-19  Jim Meyering  <jim@meyering.net>
49695
49696         * modules/pathmax (License): Change to LGPL.
49697
49698 2005-09-19  Derek Price  <derek@ximbiot.com>
49699
49700         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49701
49702 2005-09-19  Bruno Haible  <bruno@clisp.org>
49703
49704         * gnulib-tool (import): Provide default for --tests-base.
49705
49706 2005-09-19  Bruno Haible  <bruno@clisp.org>
49707
49708         * doc/quote.texi: New file, extracted from gnulib.texi.
49709         * doc/ctime.texi: New file, extracted from gnulib.texi.
49710         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49711         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49712         * doc/gnulib.texi: Include them.
49713
49714 2005-09-18  Bruno Haible  <bruno@clisp.org>
49715
49716         Portability fix.
49717         * gnulib-tool (func_readlink): New function.
49718         (func_ln_if_changed): Use it.
49719
49720 2005-09-18  Bruno Haible  <bruno@clisp.org>
49721
49722         * gnulib-tool: Support --with-tests also with --import.
49723         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49724         (func_import): Use variables $testsbase and $inctests. Emit a
49725         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49726         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49727         SUBDIRS += $testsdir.
49728         (func_create_testdir): Update.
49729
49730 2005-09-18  Bruno Haible  <bruno@clisp.org>
49731
49732         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49733         instead of $dry_run.
49734         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49735         (func_ln_if_changed): Don't handle dry-run here.
49736         (func_import): In dry-run mode, detect more precisely which actions
49737         would be performed, and don't use "...ing" verbs.
49738
49739 2005-09-18  Bruno Haible  <bruno@clisp.org>
49740
49741         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49742         (func_import): Use join on two temporary files instead of three nested
49743         loops, in order to determine which files are new or old.
49744
49745 2005-09-18  Bruno Haible  <bruno@clisp.org>
49746
49747         * gnulib-tool (func_import): Comment out code that spits out the
49748         new files with --dry-run.
49749
49750 2005-09-18  Bruno Haible  <bruno@clisp.org>
49751
49752         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49753
49754 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49755
49756         * lib/stat-time.h: New file.
49757         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49758         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49759         in a different way.
49760         (timespec_cmp): New function.
49761         * lib/utimecmp.c: Include stat-time.h.
49762         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49763         members exist, not on the obsolescent ST_MTIM_NSEC.
49764         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49765
49766 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49767
49768         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49769
49770 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49771
49772         * MODULES.html.sh (File system functions): Add stat-time.
49773         * modules/stat-time: New file.
49774         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49775         is now done in a different way, by the stat-time module.
49776         * modules/utimecmp (Depends-on): Add stat-time.
49777
49778 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49779
49780         * m4/st_mtim.m4: Remove.  Superseded by...
49781         * m4/stat-time.m4: New file.
49782         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
49783         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
49784
49785 2005-09-15  Derek Price  <derek@ximbiot.com>
49786
49787         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
49788
49789 2005-09-15  Derek Price  <derek@ximbiot.com>
49790
49791         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
49792         * lib/regex_internal.c: Ditto, using this...
49793         (__GNUC_PREREQ): ...new macro.
49794         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
49795         using...
49796         (__GNUC_PREREQ): ...this new macro.
49797
49798         * lib/strstr.h: Include string.h. Define strstr as a macro here.
49799
49800 2005-09-15  Derek Price  <derek@ximbiot.com>
49801             Paul Eggert  <eggert@cs.ucla.edu>
49802
49803         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
49804         changes, consolidating in...
49805         * lib/regex_internal.h: ...this file.
49806
49807 2005-09-13  Jim Meyering  <jim@meyering.net>
49808
49809         * lib/canon-host.c: Filter through gnu indent and reword comments
49810         slightly.
49811         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
49812
49813 2005-09-13  Derek Price  <derek@ximbiot.com>
49814
49815         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
49816         failure.
49817         Reported by Jim Meyering  <jim@meyering.net>.
49818
49819 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49820
49821         * lib/base64.c: Typo.
49822         (base64_encode): Put b64str in initialized data section.
49823
49824 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
49825
49826         Merge glibc and coreutils changes into gnulib, plus a few
49827         extra fixes.
49828         * lib/md5.c: Use #error rather than a string.
49829         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
49830         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
49831         (__attribute__): Define to empty for non recent-GCC.
49832         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
49833         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
49834         Renamed from their non-__ counterparts, with new macros replacing
49835         them if not _LIBC.  Add __THROW attribute.
49836         (rol): Remove.
49837         (struct md5_ctx): Align buffer if using GCC.
49838         * lib/sha1.h (struct sha1_ctx): Likewise.
49839         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
49840         The old name was backwards.
49841         (NOTSWAP): Remove; not used.
49842         (rol): New macro, moved here from md5.h.
49843         (sha1_process_block): Remove a FIXME that doesn't make sense.
49844
49845 2005-09-12  Derek Price  <derek@ximbiot.com>
49846
49847         Return usable errors from canon-host.
49848         * lib/canon-host.h: New file.
49849         * lib/canon-host.c (canon_host): Wrap...
49850         (canon_host_r): ...this new function, which now relies exclusively on
49851         getaddrinfo.
49852         (ch_strerror): New function.
49853         (last_cherror): New global.
49854         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
49855         interface.
49856         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
49857         void *.
49858         (freeaddrinfo): Free ai->ai_canonname when set.
49859
49860 2005-09-12  Derek Price  <derek@ximbiot.com>
49861
49862         Make canon-host require getaddrinfo.
49863         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
49864         AC_LIBSOURCE canon-host.h.  Call...
49865         (gl_PREREQ_CANON_HOST): ...this new function, which requires
49866         gl_GETADDRINFO.
49867         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
49868
49869 2005-09-12  Derek Price  <derek@ximbiot.com>
49870
49871         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
49872         LGPL.
49873         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
49874
49875 2005-09-12  Derek Price  <derek@ximbiot.com>
49876
49877         * lib/gai_strerror.c: Include config.h when available.  Include
49878         getaddrinfo.h before other headers to test interface.
49879         Reported by Larry Jones <lawrence.jones@ugs.com>.
49880
49881 2005-09-12  Derek Price  <derek@ximbiot.com>
49882             Paul Eggert  <eggert@cs.ucla.edu>
49883
49884         * modules/glob (Files): Add glob-libc.h.
49885
49886 2005-09-12  Derek Price  <derek@ximbiot.com>
49887             Paul Eggert  <eggert@cs.ucla.edu>
49888
49889         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
49890         glob_.h, glob-libc.h.
49891         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
49892
49893 2005-09-12  Derek Price  <derek@ximbiot.com>
49894             Paul Eggert  <eggert@cs.ucla.edu>
49895
49896         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
49897         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
49898         protecting things that should be done only in gnulib contexts.
49899         * lib/glob_.h: New file, containing only the glob things needed for
49900         gnulib.
49901         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
49902         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
49903         (glob, globfree, glob_pattern_p): Now defined simply in terms of
49904         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
49905         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
49906         and to respect the namespace rules better.
49907
49908 2005-09-08  Simon Josefsson  <jas@extundo.com>
49909
49910         * modules/socklen: New file.
49911
49912 2005-09-08  Simon Josefsson  <jas@extundo.com>
49913
49914         * m4/socklen.m4: New file.
49915
49916 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49917
49918         * modules/utimens (Files): Add m4/utimbuf.m4, since
49919         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
49920         Reported by Sergey Poznyakoff.
49921
49922 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49923
49924         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
49925         definitions, since that's the preferred style in glibc.
49926         Fix a minor spacing issue, and update copyright notice to match
49927         glibc's.
49928
49929 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49930
49931         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
49932
49933 2005-09-06  Simon Josefsson  <jas@extundo.com>
49934
49935         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
49936         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
49937
49938 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49939
49940         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
49941         warning.
49942
49943 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49944
49945         * config/srclist.txt: Add glibc bug 1302.
49946
49947 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
49948
49949         Change bitset word type from unsigned int to unsigned long int,
49950         as this has better performance on typical 64-bit hosts.
49951         Port bitset code to hosts with unusual word sizes.
49952         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
49953         (build_collating_symbol):
49954         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
49955         argument is a bitset.  This is merely a style issue, but it makes
49956         it clearer that an entire array is expected.
49957         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
49958         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
49959         Port to the case where bitset_word is not the same as unsigned int.
49960         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49961         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
49962         Likewise.
49963         * lib/regexec.c (check_dst_limits_calc_pos_1,
49964         check_subexp_matching_top):
49965         (build_trtable, group_nodes_into_DFAstates):
49966         Likewise.
49967         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
49968         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
49969         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
49970         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
49971         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
49972         * lib/regcomp.c (optimize_subexps, lower_subexp):
49973         Work even if bitset_word has holes in its bitwise representation.
49974         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
49975         * lib/regexec.c (check_dst_limits_calc_pos_1,
49976         check_subexp_matching_top):
49977         Likewise.
49978         * lib/regex_internal.c (re_string_reconstruct):
49979         Don't assume UCHAR_MAX == 255.
49980         * lib/regex_internal.h (bitset_set_all): Likewise.
49981         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
49982         All uses changed.
49983         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
49984         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
49985         All uses changed.
49986         (BITSET_WORD_MAX): New macro.
49987         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
49988         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
49989         (bitset_empty, bitset_copy):
49990         Prefer sizeof (bitset) to multiplying it out ourselves.
49991         (bitset_not_merge): Remove; unused.
49992         (bitset_contain): Return bool, not unsigned int with one bit on.
49993         All callers changed.
49994         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
49995         alignment than re_node_set; do this by defining a new internal
49996         type struct dests_alloc and using it to allocate memory.
49997
49998 2005-09-05  Bruno Haible  <bruno@clisp.org>
49999
50000         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50001         links.
50002
50003 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50004
50005         * modules/size_max (Makefile.am): Add size_max.h
50006
50007 2005-09-04  Derek Price  <derek@ximbiot.com>
50008
50009         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50010
50011 2005-09-03  Simon Josefsson  <jas@extundo.com>
50012
50013         * gnulib-tool: Fix typo.
50014
50015 2005-09-03  Simon Josefsson  <jas@extundo.com>
50016
50017         * config/srclist.txt: Add glibc bug 1293.
50018
50019 2005-09-03  Derek Price  <derek@ximbiot.com>
50020
50021         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50022         From Larry Jones <lawrence.jones@ugs.com>.
50023
50024 2005-09-02  Simon Josefsson  <jas@extundo.com>
50025
50026         * modules/socklen: New file.
50027
50028 2005-09-02  Simon Josefsson  <jas@extundo.com>
50029
50030         * modules/havelib: New module.
50031
50032         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50033         Use havelib.
50034
50035 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50036
50037         Check for arithmetic overflow when calculating sizes, to prevent
50038         some buffer-overflow issues.  These patches are conservative, in the
50039         sense that when I couldn't determine whether an overflow was possible,
50040         I inserted a run-time check.
50041         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50042         macros.
50043         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50044         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50045         (re_xnrealloc, re_x2nrealloc): New inline functions.
50046         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50047         parse_bracket_exp):
50048         (build_equiv_class, build_charclass): Check for arithmetic overflow
50049         in size expression calculations.
50050         * lib/regex_internal.c (re_string_realloc_buffers):
50051         (build_wcs_upper_buffer, re_node_set_add_intersect):
50052         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50053         (re_dfa_add_node, register_state): Likewise.
50054         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50055         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50056         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50057         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50058
50059 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50060
50061         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50062         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50063
50064 2005-09-02  Bruno Haible  <bruno@clisp.org>
50065
50066         Support for lib vs. lib64 distinction on biarch platforms.
50067         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50068         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50069         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50070
50071 2005-09-02  Bruno Haible  <bruno@clisp.org>
50072
50073         * gnulib-tool (import): In the other first-use case, provide defaults
50074         as well.
50075
50076 2005-09-02  Bruno Haible  <bruno@clisp.org>
50077
50078         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50079         patches not yet found in the latest gettext release.
50080
50081 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50082
50083         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50084         to avoid a collision with bits/local_lim.h in glibc.
50085         All uses changed.  Problem reported by Dmitry V. Levin in
50086         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50087
50088         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50089         bugs in int versus size_t comparisons.
50090         (re_string_context_at): Fix bug where the code assumed that
50091         Idx is signed.
50092
50093         Use bool where appropriate.
50094         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50095         All callers changed.
50096         (calc_eclosure_iter): Likewise, for ROOT arg.
50097         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50098         (build_charclass_op): Likewise, for NON_MATCH arg.
50099         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50100         (re_string_construct_common): Likewise, for ICASE arg.
50101         * lib/regexec.c (re_search_2_stub, re_search_stub):
50102         Likewise, for RET_LEN arg.
50103         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50104         (set_regs): Likewise, for FL_BACKTRACK arg.
50105         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50106         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50107         (calc_eclosure_iter, parse_bracket_exp):
50108         Use bool for internal variables that are booleans.
50109         * lib/regexec.c (re_search_internal, check_matching,
50110         proceed_next_node):
50111         (set_regs, build_sifted_states, sift_states_bkref):
50112         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50113         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50114         (find_collation_sequence_value):
50115         Likewise.
50116         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50117         (re_node_set_compare):
50118         Return bool, not int. All callers changed.
50119         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50120         (build_trtable, check_node_accept): Likewise.
50121         * lib/regex_internal.h: Include stdbool.h.
50122
50123         Fix bugs uncovered when converting to bool.
50124         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50125         failure instead of charging ahead blindly.
50126         * lib/regex_internal.c (register_state): Likewise.
50127         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50128         for freeing internal storage.
50129         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50130         bitset pieces used as boolean, to avoid undefined behavior
50131         on hosts that do int overflow checking.
50132
50133 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50134
50135         * config/srclist.txt: Add glibc bugs 1285-1287.
50136
50137 2005-09-01  Jim Meyering  <jim@meyering.net>
50138
50139         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50140         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50141         Require gl_STAT_MACROS, too.
50142
50143 2005-09-01  Bruno Haible  <bruno@clisp.org>
50144
50145         * gnulib-tool (import): In the first-use case, provide defaults.
50146
50147 2005-09-01  Bruno Haible  <bruno@clisp.org>
50148
50149         * gnulib-tool (func_import): Remove the .tmp files.
50150
50151 2005-09-01  Bruno Haible  <bruno@clisp.org>
50152
50153         * gnulib-tool (func_import): Fix handling of symbolic links.
50154
50155 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50156
50157         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50158         old glibc regex code mishandles strings longer than 2**31 bytes.
50159         This patch fixes this when the regex code is used in gnulib
50160         (i.e., outside glibc).
50161
50162         This patch should not affect the use of the regex code inside
50163         glibc.  No doubt this problem also needs to be handled for glibc
50164         as well, but the result will be an incompatible change to the
50165         glibc ABI, and the old ABI will have to be supported too.  That
50166         can be the the subject for another patch.
50167
50168         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50169         governing whether the rest of this patch is active.  By default,
50170         the macro is disabled and the patch has no effect.
50171         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50172         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50173         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50174         (re_match_2, re_set_registers): Use the new types.
50175         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50176         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50177         New macros.
50178         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50179         (re_string_context_at, bin_tree_t, re_dfastate_t):
50180         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50181         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50182         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50183         (re_string_char_size_at, re_string_wchar_at):
50184         (re_string_elem_size_at):
50185         Use the new types and macros to port to 64-bit hosts.
50186         Use unsigned types for internal values, so that the code
50187         mostly works even for arrays larger than SSIZE_MAX.
50188         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50189         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50190         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50191         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50192         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50193         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50194         (calc_inveclosure, parse_dup_op, build_range_exp):
50195         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50196         (fetch_number, create_token_tree, mark_opt_subexp):
50197         Likewise.
50198         * lib/regex_internal.c (re_string_construct_common,
50199         create_ci_newstate):
50200         (create_cd_newstate, re_string_allocate, re_string_construct):
50201         (re_string_realloc_buffers, build_wcs_upper_buffer):
50202         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50203         (re_string_reconstruct, re_string_peek_byte_case):
50204         (re_string_fetch_byte_case, re_string_context_at):
50205         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50206         (re_node_set_init_copy, re_node_set_add_intersect):
50207         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50208         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50209         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50210         (re_acquire_state, re_acquire_state_context, register_state):
50211         Likewise.
50212         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50213         search_cur_bkref_entry):
50214         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50215         (re_search_internal, re_search_2_stub, re_search_stub)
50216         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50217         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50218         (update_cur_sifted_state, check_dst_limits):
50219         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50220         (check_subexp_limits, sift_states_bkref, merge_state_array):
50221         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50222         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50223         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50224         (expand_bkref_cache, check_node_accept_bytes):
50225         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50226         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50227         (acquire_init_state_context, check_halt_node_context):
50228         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50229         (sift_states_backward, clean_state_log_if_needed):
50230         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50231         (find_recover_state, transit_state_sb, transit_state_mb):
50232         (transit_state_bkref, build_trtable, match_ctx_clean):
50233         Likewise.
50234         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50235         to work around an assumption that REG_MISSING is negative.
50236
50237         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50238         (seek_collating_symbol_entry) [defined _LIBC]:
50239         (lookup_collation_sequence_value) [defined _LIBC]:
50240         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50241         Use prototypes rather than old-style function definitions.
50242         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50243         (transit_state_sb) [0]:
50244         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50245
50246         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50247         rm_eo.
50248
50249         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50250         (optimize_subexps, lower_subexp):
50251         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50252         since the signed shift might overflow.  Use 1u<<31 instead.
50253         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50254         Likewise.
50255         * lib/regexec.c (check_dst_limits_calc_pos_1,
50256         check_subexp_matching_top): Likewise.
50257
50258         * lib/regcomp.c (optimize_subexps, lower_subexp):
50259         Use CHAR_BIT rather than 8, for clarity.
50260         * lib/regexec.c (check_dst_limits_calc_pos_1):
50261         (check_subexp_matching_top): Likewise.
50262         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50263         have to worry about portability issues when shifting it left.
50264         Remove no-longer-needed test for table_size > 0.
50265         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50266         in a word, as the resulting behavior is undefined.
50267         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50268         in one case, a <= should have been an <, and in another case the
50269         whole test was missing.
50270         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50271         the standard name CHAR_BIT.
50272         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50273         this is not true on one's complement and signed-magnitude hosts.
50274
50275         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50276         next_last_offset.
50277         (struct re_dfa_t): Remove unused member states_alloc.
50278         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50279
50280 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50281
50282         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50283         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50284         and large-file glibc and in 32-bit large-file Solaris.
50285
50286 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50287
50288         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50289         lengths fit in regoff_t; this isn't true if regoff_t is the same
50290         width as size_t.
50291         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50292         (= START + RANGE) instead of RANGE.  This avoids overflow
50293         problems when regoff_t is the same width as size_t.
50294         All callers changed.
50295         (re_search_2_stub): Check for overflow when adding the
50296         sizes of the two strings.
50297         (re_search_stub): Check for overflow when adding START
50298         to RANGE; if it occurs, substitute the extreme value.
50299
50300 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50301
50302         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50303
50304 2005-08-31  Jim Meyering  <jim@meyering.net>
50305
50306         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50307         a pointer-to-const.
50308         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50309         (register_state): Likewise.
50310         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50311         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50312         (group_nodes_into_DFAstates): Likewise.
50313
50314 2005-08-31  Jim Meyering  <jim@meyering.net>
50315
50316         * check-module: Add a FIXME comment.
50317
50318 2005-08-31  Eric Blake  <ebb9@byu.net>
50319
50320         * modules/unistd-safer (Files): Add unistd--.h.
50321         * modules/stdio-safer (Files): Add stdio--.h.
50322
50323 2005-08-31  Derek Price  <derek@ximbiot.com>
50324
50325         * lib/getdelim.c (getdelim): Return EOF on EOF.
50326         Reported by Larry Jones <lawrence.jones@ugs.com>.
50327
50328 2005-08-31  Bruno Haible  <bruno@clisp.org>
50329
50330         Avoid unnecessary diffs in the generated lib/Makefile.am.
50331         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50332         the generated files.
50333         (func_import): Don't set cmd.
50334
50335 2005-08-31  Bruno Haible  <bruno@clisp.org>
50336
50337         * lib/strstr.c: Include <stddef.h>, for NULL.
50338         * lib/strcasestr.c: Likewise.
50339         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50340
50341 2005-08-31  Bruno Haible  <bruno@clisp.org>
50342
50343         * gnulib-tool: New option --macro-prefix.
50344         (func_import): Use macro_prefix.
50345         (import): Handle option --macro-prefix.
50346
50347 2005-08-31  Bruno Haible  <bruno@clisp.org>
50348
50349         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50350         Also use new variables cached_lgpl, cached_libtool.
50351
50352 2005-08-31  Bruno Haible  <bruno@clisp.org>
50353
50354         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50355         always instantiating them.
50356
50357 2005-08-31  Bruno Haible  <bruno@clisp.org>
50358
50359         * gnulib-tool (func_import): Read the previous cached settings
50360         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50361         earlier added by gnulib but are now dropped. Warn when a gnulib file
50362         overwrites a non-gnulib file.
50363
50364 2005-08-31  Bruno Haible  <bruno@clisp.org>
50365
50366         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50367         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50368         projects that don't keep autogenerated files in CVS. Put into
50369         actioncmd only the specified modules, not the transitive closure.
50370
50371 2005-08-31  Bruno Haible  <bruno@clisp.org>
50372
50373         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50374         Create directories that shall be filled.
50375         (import): Don't look for gl_* macros in configure.ac. Recurse across
50376         all directories containing a gnulib-cache.m4 files, if meaningful.
50377
50378 2005-08-31  Bruno Haible  <bruno@clisp.org>
50379
50380         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50381         (import): Set seen_libtool when we see gl_LIBTOOL.
50382
50383 2005-08-31  Bruno Haible  <bruno@clisp.org>
50384
50385         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50386         declaration macro definitions from generated gnulib.m4.
50387
50388 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50389
50390         * lib/iconvme.h: Add prototype for iconv_alloc.
50391
50392 2005-08-29  Simon Josefsson  <jas@extundo.com>
50393
50394         * lib/iconvme.c: Fix errno.
50395
50396 2005-08-29  Bruno Haible  <bruno@clisp.org>
50397
50398         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50399         that it works when the directory contains spaces.
50400
50401 2005-08-29  Bruno Haible  <bruno@clisp.org>
50402
50403         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50404
50405 2005-08-29  Bruno Haible  <bruno@clisp.org>
50406
50407         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50408         Emit more advice.
50409
50410 2005-08-29  Bruno Haible  <bruno@clisp.org>
50411         and Stepan Kasal  <kasal@ucw.cz>
50412
50413         * check-module: If more parameters are given, check each of them
50414         separately; add more exceptions, as noted by Jim Meyering.
50415         (check_module): New procedure.
50416         (%exempt_header): Now contains all exceptions.
50417
50418 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50419
50420         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50421
50422 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50423
50424         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50425
50426 2005-08-28  Bruno Haible  <bruno@clisp.org>
50427
50428         * m4/gnulib-tool.m4: New file.
50429
50430 2005-08-27  Jim Meyering  <jim@meyering.net>
50431
50432         * modules/unistd-safer (Files): Add pipe-safer.c.
50433         * modules/fcntl-safer (Files): Add creat-safer.c.
50434
50435 2005-08-27  Jim Meyering  <jim@meyering.net>
50436
50437         * m4/stdlib-safer.m4: New file.  From coreutils.
50438         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50439         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50440         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50441         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50442         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50443
50444 2005-08-27  Jim Meyering  <jim@meyering.net>
50445
50446         * lib/fopen-safer.c: Merge minor changes from coreutils.
50447         * lib/dup-safer.c: Likewise.
50448         * lib/fd-safer.c: Likewise.
50449
50450         Merge from coreutils.
50451         * lib/stdio--.h: New file.
50452         * lib/stdlib--.h: New file.
50453         * lib/mkstemp-safer.c: New file.
50454
50455         GNU tar needs these.
50456         * lib/pipe-safer.c: New file.
50457         * lib/creat-safer.c: New file.
50458         * lib/fcntl--.h (creat): Define to creat_safer.
50459         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50460         * lib/unistd--.h (pipe): Define to pipe_safer.
50461         * lib/unistd-safer.h: Declare pipe_safer.
50462
50463 2005-08-26  Simon Josefsson  <jas@extundo.com>
50464
50465         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50466         Haible <bruno@clisp.org>.
50467
50468 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50469
50470         * lib/regex_internal.h: Remove all references to
50471         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50472         or better.
50473         (bitset_not, bitset_merge, bitset_not_merge):
50474         (bitset_mask, re_string_allocate, re_string_construct):
50475         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50476         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50477         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50478         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50479         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50480         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50481         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50482         (re_acquire_state_context):
50483         Remove unnecessary forward decls.
50484         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50485         Put __attribute at function definition,
50486         now that the function decl has been removed.
50487         * lib/regex_internal.c (re_string_peek_byte_case):
50488         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50489         Likewise.
50490
50491 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50492
50493         * m4/regex.m4: Add AC_PREREQ(2.50).
50494         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50495
50496 2005-08-25  Simon Josefsson  <jas@extundo.com>
50497
50498         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50499         __fsetlocking.
50500
50501 2005-08-25  Simon Josefsson  <jas@extundo.com>
50502
50503         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50504         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50505         GLIBC specific code.
50506
50507 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50508
50509         Make regex safe for g++.  This fixes one real bug (an "err"
50510         that should have been "*err").  g++ problem reported by
50511         Sam Steingold.
50512         * lib/regex_internal.h (re_calloc): New macro, consistent with
50513         re_malloc etc.  All callers of calloc changed to use re_calloc.
50514         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50515         not int.  All callers changed.
50516         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50517         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50518         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50519         (find_recover_state): Change "err" to "*err"; this fixes what
50520         appears to be a real bug.
50521         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50522         versus int.
50523
50524 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50525
50526         * modules/regex (Depends-on): Add malloc, since the code
50527         assumes that !malloc(0) means failure.
50528
50529 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50530
50531         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50532
50533         alloca modernization/simplification for regex.
50534         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50535         needs to be at the start of the file, and can be moved into
50536         regex_internal.h and simplified.
50537         * lib/regex_internal.h: Include <alloca.h>.
50538         (__libc_use_alloca) [!defined _LIBC]: New macro.
50539         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50540         now works outside glibc.
50541
50542 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50543
50544         * config/srclist.txt: Add glibc bugs 1241, 1245.
50545
50546 2005-08-25  Jim Meyering  <jim@meyering.net>
50547
50548         * lib/open-safer.c: Include <config.h>.
50549         Otherwise, we'd lose LARGEFILE support in any file using
50550         e.g. "fcntl--.h"
50551
50552 2005-08-25  Bruno Haible  <bruno@clisp.org>
50553
50554         * m4/minmax.m4: Require autoconf 2.52.
50555         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50556         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50557         alternatives of translit over the alphabet.
50558         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50559
50560 2005-08-24  Simon Josefsson  <jas@extundo.com>
50561
50562         * tests/test-getpass.c: New file.
50563
50564 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50565
50566         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50567         for GNU regex features.
50568
50569 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50570
50571         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50572         * lib/regex.h (regerror): Likewise.
50573
50574         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50575         requires this.  (The code never needed it.)
50576
50577         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50578         All uses of recently-renamed identifiers changed to use the new,
50579         POSIX-compliant names.  The code will build and run just fine
50580         without these changes, but it's better to eat our own dog food
50581         and use the standard-conforming names.
50582
50583         * lib/regex.h: Fix a multitude of POSIX name space violations.
50584         These changes have an effect only for programs that define
50585         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50586         do not change anything for programs compiled in the normal way.
50587         Also, there is no effect on the ABI.
50588
50589         (_REGEX_SOURCE): New macro.
50590         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50591         defined and _GNU_SOURCE is not; this fixes a name space violation.
50592
50593         Rename the following macros to obey POSIX requirements.
50594         The old names are still visible as macros if _REGEX_SOURCE is defined.
50595         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50596         RE_BACKSLASH_ESCAPE_IN_LISTS.
50597         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50598         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50599         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50600         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50601         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50602         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50603         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50604         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50605         (REG_INTERVALS): renamed from RE_INTERVALS.
50606         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50607         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50608         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50609         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50610         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50611         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50612         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50613         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50614         RE_UNMATCHED_RIGHT_PAREN_ORD.
50615         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50616         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50617         (REG_DEBUG): renamed from RE_DEBUG.
50618         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50619         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50620         unusual, since we can't clash with the POSIX REG_ICASE.
50621         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50622         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50623         (REG_NO_SUB): renamed from RE_NO_SUB.
50624         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50625         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50626         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50627         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50628         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50629         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50630         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50631         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50632         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50633         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50634         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50635         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50636         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50637         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50638         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50639         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50640         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50641         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50642         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50643         (REG_FIXED): Renamed from REGS_FIXED.
50644         (REG_NREGS): Renamed from RE_NREGS.
50645
50646         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50647         of other REG_* macros, since POSIX says the user is allowed to
50648         #undef these macros selectively.
50649
50650         (reg_errcode_t): Update comment stating what other tables need
50651         to be consistent.
50652
50653         Rename the following enum values to obey POSIX requirements.
50654         The old names are still visible as macros.
50655         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50656         is not defined, since GNU is supposed to be a superset of POSIX as
50657         much as possible, and since we want reg_errcode_t to be a signed
50658         type for implementation consistency.
50659         (_REG_NOERROR): Renamed from REG_NOERROR.
50660         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50661         (_REG_BADPAT): Renamed from REG_BADPAT.
50662         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50663         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50664         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50665         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50666         (_REG_EBRACK): Renamed from REG_EBRACK.
50667         (_REG_EPAREN): Renamed from REG_EPAREN.
50668         (_REG_EBRACE): Renamed from REG_EBRACE.
50669         (_REG_BADBR): Renamed from REG_BADBR.
50670         (_REG_ERANGE): Renamed from REG_ERANGE.
50671         (_REG_ESPACE): Renamed from REG_ESPACE.
50672         (_REG_BADRPT): Renamed from REG_BADRPT.
50673         (_REG_EEND): Renamed from REG_EEND.
50674         (_REG_ESIZE): Renamed from REG_ESIZE.
50675         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50676         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50677         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50678         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50679         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50680
50681         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50682         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50683         changed.  But support the old name if the new one is not defined
50684         and if _REGEX_SOURCE.
50685
50686         Change the following member names in struct re_pattern_buffer.
50687         The old names are still supported if !_REGEX_SOURCE.
50688         The new names are always supported, regardless of _REGEX_SOURCE.
50689         (re_buffer): Renamed from buffer.
50690         (re_allocated): Renamed from allocated.
50691         (re_used): Renamed from used.
50692         (re_syntax): Renamed from syntax.
50693         (re_fastmap): Renamed from fastmap.
50694         (re_translate): Renamed from translate.
50695         (re_can_be_null): Renamed from can_be_null.
50696         (re_regs_allocated): Renamed from regs_allocated.
50697         (re_fastmap_accurate): Renamed from fastmap_accurate.
50698         (re_no_sub): Renamed from no_sub.
50699         (re_not_bol): Renamed from not_bol.
50700         (re_not_eol): Renamed from not_eol.
50701         (re_newline_anchor): Renamed from newline_anchor.
50702
50703         Change the following member names in struct re_registers.
50704         The old names are still supported if !_REGEX_SOURCE.
50705         The new names are always supported, regardless of _REGEX_SOURCE.
50706         (rm_num_regs): Renamed from num_regs.
50707         (rm_start): Renamed from start.
50708         (rm_end): Renamed from end.
50709
50710         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50711         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50712         Prepend __ to parameter names.
50713
50714         Undo yesterday's changes.
50715
50716 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50717
50718         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50719         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50720         lib/regex.c.
50721
50722 2005-08-24  Jim Meyering  <jim@meyering.net>
50723
50724         Sync from coreutils.
50725         * m4/fcntl-safer.m4: New file.
50726
50727         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50728         and object files for this module.
50729
50730 2005-08-24  Jim Meyering  <jim@meyering.net>
50731
50732         Sync from coreutils.
50733         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50734
50735 2005-08-24  Jim Meyering  <jim@meyering.net>
50736
50737         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50738         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50739
50740 2005-08-24  Jim Meyering  <jim@meyering.net>
50741
50742         * modules/fcntl-safer: New module.
50743         * modules/fts (Depends-on): Add fcntl-safer.
50744         * MODULES.html.sh (File descriptor based Input/Output):
50745         Add fcntl-safer.
50746
50747 2005-08-24  Bruno Haible  <bruno@clisp.org>
50748
50749         Support for unit test modules.
50750         * modules/README: Mention tests modules.
50751         * modules/TEMPLATE-TESTS: New file.
50752         * gnulib-tool: New options --extract-tests-module, --with-tests and
50753         --tests-base (unused for the moment).
50754         (testsbase, inctests): New variables.
50755         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50756         (func_verify_module): Exclude TEMPLATE-TESTS.
50757         (func_verify_nontests_module, func_verify_tests_module): New functions.
50758         (func_get_dependencies): Add implicit dependency for tests modules.
50759         (func_get_tests_module): New function.
50760         (func_modules_transitive_closure): When --with-tests was specified,
50761         include the unit tests as well, unless explicitly avoided.
50762         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50763         (func_emit_tests_Makefile_am): New function.
50764         (func_create_testdir): When --with-tests was specified, emit a
50765         tests/ directory.
50766         * MODULES.html.sh (Future developments): Update.
50767
50768 2005-08-24  Bruno Haible  <bruno@clisp.org>
50769
50770         * modules/tls-tests: New file.
50771         * tests/test-tls.c: New file, from GNU gettext.
50772
50773 2005-08-24  Bruno Haible  <bruno@clisp.org>
50774
50775         * modules/lock-tests: New file.
50776         * tests/test-lock.c: New file, from GNU gettext.
50777
50778 2005-08-24  Bruno Haible  <bruno@clisp.org>
50779
50780         * lib/lock.h: Add multiple inclusion guard.
50781         * lib/tls.h: Add multiple inclusion guard.
50782
50783 2005-08-24  Bruno Haible  <bruno@clisp.org>
50784
50785         * gnulib-tool: Add support for the --aux-dir option to
50786         --create-testdir, --create-megatestdir, --test, --megatest.
50787         (func_create_testdir, func_create_megatestdir): Optionally emit a
50788         AC_CONFIG_AUX_DIR directive.
50789         (create-testdir, create-megatestdir, test, megatest): Provide a
50790         default value for $auxdir.
50791
50792 2005-08-24  Bruno Haible  <bruno@clisp.org>
50793
50794         * gnulib-tool (import): Use compound statement instead of subshell
50795         where possible.
50796
50797 2005-08-24  Bruno Haible  <bruno@clisp.org>
50798
50799         * gnulib-tool (import): Change --aux-dir default to "build-aux".
50800
50801 2005-08-24  Bruno Haible  <bruno@clisp.org>
50802
50803         * gnulib-tool (func_version): Update.
50804
50805 2005-08-24  Bruno Haible  <bruno@clisp.org>
50806
50807         * gnulib-tool (func_import, func_create_testdir,
50808         func_create_megatestdir): Quote all autoconf macro arguments.
50809
50810 2005-08-24  Bruno Haible  <bruno@clisp.org>
50811
50812         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
50813         option --force, because --force causes the aclocal.m4 of each
50814         subdirectory to be newer than the corresponding config.h.in.
50815
50816 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50817
50818         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
50819         All contents moved to gl_REGEX.
50820         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
50821         assume that it does.
50822
50823 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50824
50825         * lib/regex.h (REG_NOSYS)
50826         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
50827         Define, since POSIX requires it as of 2001.
50828         (_REG_ENOSYS)
50829         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
50830         New private symbol, used to keep the enum signed in all cases.
50831         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
50832         Youngman in
50833         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
50834
50835         * lib/regex_internal.c (re_string_skip_chars, register_state):
50836         (calc_state_hash):
50837         Remove forward decls; no longer needed now that we use prototypes.
50838         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
50839         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
50840         (clean_state_log_if_needed): Likewise.
50841
50842 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50843
50844         * config/srclist.txt: Add glibc bugs 1231-1233.
50845
50846 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50847
50848         Fix problems reported by Sam Steingold in
50849         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
50850         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
50851         assumed that reg_errcode_t is a signed type, which is not
50852         necessarily true if _XOPEN_SOURCE is not defined.
50853         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
50854         since some compilers warn about it otherwise.
50855
50856 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50857
50858         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
50859         (init_word_char, create_initial_state, duplicate_node_closure):
50860         (fetch_token, peek_token_bracket, build_range_exp):
50861         (build_collating_symbol): Remove forward decls; no longer needed
50862         now that we use prototypes.
50863
50864         * lib/regcomp.c:
50865         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
50866         (re_compile_fastmap_iter, regcomp, regerror, regfree):
50867         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
50868         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
50869         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
50870         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
50871         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
50872         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
50873         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
50874         (build_range_exp, build_collating_symbol, parse_bracket_exp):
50875         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
50876         (build_charclass, build_charclass_op, fetch_number, create_tree):
50877         (create_token_tree, mark_opt_subexp, duplicate_tree):
50878         Use prototypes rather than old-style definitions.
50879
50880         * lib/regex_internal.c:
50881         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
50882         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
50883         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50884         (re_string_reconstruct, re_string_peek_byte_case):
50885         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
50886         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50887         (re_node_set_init_copy, re_node_set_add_intersect):
50888         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50889         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50890         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50891         (re_acquire_state, re_acquire_state_context, register_state):
50892         (create_ci_newstate, create_cd_newstate, free_state):
50893         Likewise.
50894         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
50895         re_search_2):
50896         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
50897         (re_search_internal, prune_impossible_nodes):
50898         (acquire_init_state_context, check_matching, static):
50899         (check_halt_node_context, check_halt_state_context, proceed_next_node):
50900         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
50901         (update_regs, sift_states_backward, build_sifted_states):
50902         (clean_state_log_if_needed, merge_state_array):
50903         (update_cur_sifted_state, add_epsilon_src_nodes):
50904         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
50905         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
50906         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
50907         (find_recover_state, check_subexp_matching_top, transit_state_mb):
50908         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
50909         (check_arrival, check_arrival_add_next_nodes):
50910         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50911         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50912         (check_node_accept_bytes, check_node_accept, extend_buffers):
50913         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
50914         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
50915         (sift_ctx_init):
50916         Likewise.
50917
50918         * lib/regex_internal.h:
50919         (re_string_allocate, re_string_construct, re_string_reconstruct):
50920         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
50921         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
50922         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
50923         (re_string_context_at, re_string_peek_byte_case):
50924         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
50925         is defined, since we now use prototypes always.
50926
50927         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
50928         C89 or better.  All uses removed.
50929
50930 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50931
50932         * config/srclist.txt: Add glibc bugs 1220-1227.
50933
50934 2005-08-20  Jim Meyering  <jim@meyering.net>
50935
50936         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
50937         of unused local, dfa.
50938
50939 2005-08-20  Bruno Haible  <bruno@clisp.org>
50940
50941         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
50942
50943 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50944
50945         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
50946         (re_node_set_insert_last, re_dfa_add_node):
50947         Rename local variables to avoid GCC shadowing warnings.
50948
50949 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50950
50951         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
50952         [defined lint]: Suppress bogus uninitialized-variable warnings.
50953
50954         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
50955         and let the caller return REG_ESPACE if out of space.  This
50956         removes an uninitialied-variable warning with GCC 4.0.1, and also
50957         avoids taking the address of a local variable.  All callers
50958         changed.
50959
50960 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50961
50962         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
50963         $LIBCSRC/posix/regexec.c.
50964         Add glibc bug 1217 for regcomp.c.
50965
50966 2005-08-19  Jim Meyering  <jim@meyering.net>
50967
50968         * lib/regexec.c (proceed_next_node): Redo local variables to
50969         avoid GCC shadowing warnings.
50970
50971 2005-08-18  Bruno Haible  <bruno@clisp.org>
50972
50973         * lib/strstr.c (strstr): Fix return value in multibyte case.
50974         * lib/strcasestr.c (strcasestr): Likewise.
50975
50976 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50977
50978         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
50979
50980 2005-08-17  Jim Meyering  <jim@meyering.net>
50981
50982         Make the %s format (seconds since the epoch) work for a negative
50983         number and when used with a zero-padded field width, e.g. %015s.
50984
50985         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
50986         label so that it precedes the code to set `digits'.  Otherwise,
50987         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
50988         print `00-22'.  Now, it prints `-0022', as it should.
50989
50990 2005-08-17  Bruno Haible  <bruno@clisp.org>
50991
50992         * modules/strstr (Files): Add m4/mbrtowc.m4.
50993         (Depends-on): Add mbuiter.
50994
50995 2005-08-17  Bruno Haible  <bruno@clisp.org>
50996
50997         * modules/strcasestr: New file.
50998         * MODULES.html.sh (String handling, based on ANSI C 89): Add
50999         strcasestr.
51000
51001 2005-08-17  Bruno Haible  <bruno@clisp.org>
51002
51003         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51004
51005 2005-08-17  Bruno Haible  <bruno@clisp.org>
51006
51007         * modules/mbuiter: New file.
51008         * MODULES.html.sh (Extended multibyte and wide character utilities):
51009         Add mbuiter.
51010
51011 2005-08-17  Bruno Haible  <bruno@clisp.org>
51012
51013         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51014         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51015
51016 2005-08-17  Bruno Haible  <bruno@clisp.org>
51017
51018         * m4/strcasestr.m4: New file.
51019
51020 2005-08-17  Bruno Haible  <bruno@clisp.org>
51021
51022         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51023         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51024
51025 2005-08-17  Bruno Haible  <bruno@clisp.org>
51026
51027         * lib/strcasestr.h: New file.
51028         * lib/strcasestr.c: New file.
51029
51030 2005-08-17  Bruno Haible  <bruno@clisp.org>
51031
51032         * lib/strcasecmp.c: Use mbuiter.h.
51033
51034 2005-08-17  Bruno Haible  <bruno@clisp.org>
51035
51036         * lib/mbuiter.h: New file.
51037
51038 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51039
51040         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51041         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51042         and gl_GETOPT are both invoked via different paths (as happens
51043         with GNU tar CVS because it uses both argp and getopt), the former
51044         wins.
51045
51046 2005-08-16  Bruno Haible  <bruno@clisp.org>
51047
51048         * modules/tls: New file.
51049         * MODULES.html.sh (Multithreading): Add tls.
51050
51051 2005-08-16  Bruno Haible  <bruno@clisp.org>
51052
51053         * modules/strnlen1: New file.
51054         * MODULES.html.sh (String handling): Add strnlen1.
51055
51056 2005-08-16  Bruno Haible  <bruno@clisp.org>
51057
51058         * modules/strcase (Files): Add m4/mbrtowc.m4.
51059         (Depends-on): Add strnlen1, mbchar.
51060
51061 2005-08-16  Bruno Haible  <bruno@clisp.org>
51062
51063         * modules/mbiter: New file.
51064         * MODULES.html.sh (Extended multibyte and wide character utilities):
51065         Add mbiter.
51066
51067 2005-08-16  Bruno Haible  <bruno@clisp.org>
51068
51069         * modules/mbfile: New file.
51070         * MODULES.html.sh (Extended multibyte and wide character utilities):
51071         Add mbfile.
51072
51073 2005-08-16  Bruno Haible  <bruno@clisp.org>
51074
51075         * modules/mbchar: New file.
51076         * MODULES.html.sh (Extended multibyte and wide character utilities):
51077         New section.
51078
51079 2005-08-16  Bruno Haible  <bruno@clisp.org>
51080
51081         * m4/tls.m4: New file, from GNU gettext.
51082
51083 2005-08-16  Bruno Haible  <bruno@clisp.org>
51084
51085         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51086         always.
51087         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51088
51089 2005-08-16  Bruno Haible  <bruno@clisp.org>
51090
51091         * m4/mbiter.m4: New file.
51092
51093 2005-08-16  Bruno Haible  <bruno@clisp.org>
51094
51095         * m4/mbfile.m4: New file.
51096
51097 2005-08-16  Bruno Haible  <bruno@clisp.org>
51098
51099         * m4/mbchar.m4: New file.
51100
51101 2005-08-16  Bruno Haible  <bruno@clisp.org>
51102
51103         * lib/tls.h: New file, from GNU gettext.
51104         * lib/tls.c: New file, from GNU gettext.
51105
51106 2005-08-16  Bruno Haible  <bruno@clisp.org>
51107
51108         * lib/strnlen1.h: New file.
51109         * lib/strnlen1.c: New file.
51110
51111 2005-08-16  Bruno Haible  <bruno@clisp.org>
51112
51113         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51114         (mbi_init): Update.
51115         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51116         NUL byte, not after it.
51117
51118 2005-08-16  Bruno Haible  <bruno@clisp.org>
51119
51120         * lib/strcase.h (strcasecmp): Add note in comments.
51121         * lib/strncasecmp.c: Use code from strcasecmp.c.
51122         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51123         (strcasecmp): Work correctly in multibyte locales.
51124
51125 2005-08-16  Bruno Haible  <bruno@clisp.org>
51126
51127         * lib/mbiter.h: New file.
51128
51129 2005-08-16  Bruno Haible  <bruno@clisp.org>
51130
51131         * lib/mbfile.h: New file.
51132
51133 2005-08-16  Bruno Haible  <bruno@clisp.org>
51134
51135         * lib/mbchar.h: New file.
51136         * lib/mbchar.c: New file.
51137
51138 2005-08-16  Bruno Haible  <bruno@clisp.org>
51139
51140         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51141         the valid ones. Makes the comparison operations transitive:
51142         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51143         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51144
51145 2005-08-15  Simon Josefsson  <jas@extundo.com>
51146
51147         * modules/ssize_t (License): Change to 'unlimited'.
51148
51149         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51150
51151 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51152
51153         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51154         Add comments for each pending glibc patch.
51155
51156 2005-08-15  Bruno Haible  <bruno@clisp.org>
51157
51158         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51159         __cplusplus is defined.
51160
51161 2005-08-14  Jim Meyering  <jim@meyering.net>
51162
51163         Sync from coreutils.
51164
51165         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51166         Use the hash-table-based cycle-detection code not just when
51167         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51168         Reported by James Youngman in
51169         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51170         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51171         FTS_TIGHT_CYCLE_CHECK.
51172         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51173         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51174         once again.
51175         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51176         * lib/fts.c (fd_safer): Remove decl.
51177         Include fcntl--.h rather than unistd-safer.h
51178         (fts_safe_changedir): Don't call fd_safer; no longer needed
51179         now that we include fcntl--.h.
51180
51181 2005-08-12  Simon Josefsson  <jas@extundo.com>
51182
51183         * modules/getndelim2: Use ssize_t module.
51184         * modules/getnline: Likewise.
51185         * modules/safe-read: Likewise.
51186         * modules/xreadlink: Likewise.
51187
51188         * modules/ssize_t: New file.
51189
51190 2005-08-12  Simon Josefsson  <jas@extundo.com>
51191
51192         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51193
51194 2005-08-12  Simon Josefsson  <jas@extundo.com>
51195
51196         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51197         ssize_t.
51198
51199 2005-08-12  Simon Josefsson  <jas@extundo.com>
51200
51201         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51202         readline, getdelim and check_version.
51203         (Support for systems lacking ISO C 99: Sizes of integer types):
51204         Add size_max.
51205
51206 2005-08-12  Bruno Haible  <bruno@clisp.org>
51207
51208         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51209
51210 2005-08-11  Simon Josefsson  <jas@extundo.com>
51211
51212         * modules/readline: New file.
51213
51214         * modules/strnlen (Files): Add strnlen.h.
51215
51216 2005-08-11  Simon Josefsson  <jas@extundo.com>
51217
51218         * m4/readline.m4: New file.
51219
51220 2005-08-11  Simon Josefsson  <jas@extundo.com>
51221
51222         * lib/readline.h, readline.c: New file.
51223
51224 2005-08-11  Simon Josefsson  <jas@extundo.com>
51225
51226         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51227         gl_AVOID.
51228
51229 2005-08-11  Bruno Haible  <bruno@clisp.org>
51230
51231         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51232
51233 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51234
51235         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51236
51237 2005-08-10  Simon Josefsson  <jas@extundo.com>
51238
51239         * tests/test-iconvme.c: New file.
51240
51241 2005-08-10  Simon Josefsson  <jas@extundo.com>
51242
51243         * m4/strnlen.m4: New file.
51244
51245         * m4/strndup.m4: Don't check for strnlen declaration, done in
51246         strnlen.m4.
51247
51248 2005-08-10  Simon Josefsson  <jas@extundo.com>
51249
51250         * lib/strndup.c: Use strnlen.h.
51251
51252         * lib/strnlen.h: New file.
51253
51254 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51255
51256         * README: Typos.
51257
51258 2005-08-02  Simon Josefsson  <jas@extundo.com>
51259
51260         * modules/readline: New file.
51261
51262 2005-08-02  Simon Josefsson  <jas@extundo.com>
51263
51264         * modules/getdelim: New file.
51265
51266         * modules/getline: Rewrite, don't use getndelim2.
51267
51268 2005-08-02  Simon Josefsson  <jas@extundo.com>
51269
51270         * m4/getline.m4: Separate out getdelim stuff into separate module.
51271
51272         * m4/getdelim.m4: New file.
51273
51274 2005-08-02  Simon Josefsson  <jas@extundo.com>
51275
51276         * lib/getline.h, getline.c: Rewrite.
51277
51278         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51279
51280 2005-07-31  Bruno Haible  <bruno@clisp.org>
51281
51282         * lib/lock.h (gl_lock_initializer): New macro.
51283         (gl_lock_define_initialized): Use it.
51284         (gl_rwlock_initializer): New macro.
51285         (gl_rwlock_define_initialized): Use it.
51286         (gl_recursive_lock_initializer): New macro.
51287         (gl_recursive_lock_define_initialized): Use it.
51288
51289 2005-07-30  Karl Berry  <karl@gnu.org>
51290
51291         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51292         Report from Ben Pfaff, regarding getopt.
51293
51294 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51295
51296         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51297         normal way.
51298         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51299         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51300         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51301         (gl_GETOPT): Use the new macros.  Most of the implementation
51302         is moved to the new macros.  This is for programs like Emacs
51303         that don't want all the functionality of gl_GETOPT.
51304
51305 2005-07-26  Bruno Haible  <bruno@clisp.org>
51306
51307         * m4/lock.m4: Update from GNU gettext.
51308
51309 2005-07-26  Bruno Haible  <bruno@clisp.org>
51310
51311         * lib/lock.h: Update from GNU gettext.
51312         * lib/lock.c: Update from GNU gettext.
51313
51314 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51315
51316         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51317         obsolescent AC_TRY_RUN.  Include the default includes files, for
51318         'exit'.
51319
51320 2005-07-24  Bruno Haible  <bruno@clisp.org>
51321
51322         * modules/visibility: New file.
51323         * MODULES.html.sh (Misc): Add visibility.
51324
51325 2005-07-24  Bruno Haible  <bruno@clisp.org>
51326
51327         * m4/visibility.m4: New file.
51328
51329 2005-07-24  Bruno Haible  <bruno@clisp.org>
51330
51331         * doc/visibility.texi: New file.
51332
51333 2005-07-22  Bruno Haible  <bruno@clisp.org>
51334
51335         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51336         $(ALLOCA_H), redundant through BUILT_SOURCES.
51337         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51338         redundant through BUILT_SOURCES.
51339         * modules/byteswap (Makefile.am): Remove explicit dependency on
51340         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51341         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51342         $(FNMATCH_H), redundant through BUILT_SOURCES.
51343         * modules/getopt (Makefile.am): Remove explicit dependency on
51344         $(GETOPT_H), redundant through BUILT_SOURCES.
51345         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51346         redundant through BUILT_SOURCES.
51347         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51348         redundant through BUILT_SOURCES.
51349         * modules/stdbool (Makefile.am): Remove explicit dependency on
51350         $(STDBOOL_H), redundant through BUILT_SOURCES.
51351         * modules/stdint (Makefile.am): Remove explicit dependency on
51352         $(STDINT_H), redundant through BUILT_SOURCES.
51353         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51354         Remove explicit dependency on $(SYSEXITS_H).
51355         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51356
51357 2005-07-18  Simon Josefsson  <jas@extundo.com>
51358
51359         * lib/check-version.c (check_version): Accept identical versions too.
51360
51361 2005-07-18  Bruno Haible  <bruno@clisp.org>
51362
51363         * modules/lock: New file.
51364         * MODULES.html.sh (Multithreading): New section.
51365
51366 2005-07-18  Bruno Haible  <bruno@clisp.org>
51367
51368         * m4/lock.m4: New file, from GNU gettext.
51369
51370 2005-07-18  Bruno Haible  <bruno@clisp.org>
51371
51372         * lib/lock.h: New file, from GNU gettext.
51373         * lib/lock.c: New file, from GNU gettext.
51374
51375 2005-07-18  Bruno Haible  <bruno@clisp.org>
51376
51377         * lib/lock.h (gl_once_t): New type.
51378         (gl_once_define, gl_once): New macros.
51379         * lib/lock.c (fresh_once): New variable.
51380         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51381         functions.
51382
51383 2005-07-16  Simon Josefsson  <jas@extundo.com>
51384
51385         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51386         workaround, suggested by Bruno.
51387
51388 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51389
51390         * modules/xalloc (Depends-on): Add xalloc-die.
51391         * modules/xvasprintf (Depends-on): Add xalloc-die.
51392
51393 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51394
51395         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51396         with a minor change.
51397
51398 2005-07-15  Bruno Haible  <bruno@clisp.org>
51399
51400         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51401         When using lib/poll.c, define poll as rpl_poll.
51402
51403 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51404
51405         * modules/argp (Depends-on): Remove unlocked-io.
51406
51407 2005-07-14  Derek Price  <derek@ximbiot.com>
51408
51409         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51410         for glob symlink bug.
51411
51412 2005-07-14  Bruno Haible  <bruno@clisp.org>
51413
51414         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51415         Instead, test for *_unlocked function declarations directly.
51416
51417 2005-07-11  Simon Josefsson  <jas@extundo.com>
51418
51419         * modules/size_max: New file.
51420
51421         * modules/xsize: Depend on size_max module for size_max.m4.
51422
51423 2005-07-11  Simon Josefsson  <jas@extundo.com>
51424
51425         * lib/size_max.h: New file.
51426
51427 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51428
51429         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51430         copyright symbol and the year.
51431         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51432         (version_etc_va): Use parameterized copyright notice.
51433         Reword to conform to the current GNU coding standards.
51434
51435 2005-07-11  Karl Berry  <karl@gnu.org>
51436
51437         * doc/gnulib.texi (Quoting): new node.
51438         (Initial import): more info, from Patrice.
51439
51440 2005-07-11  Bruno Haible  <bruno@clisp.org>
51441
51442         * gnulib-tool (func_usage): Document option --avoid.
51443         (Command line options): Handle --avoid.
51444         (func_acceptable): New function.
51445         (func_modules_transitive_closure): Use it.
51446
51447 2005-07-11  Bruno Haible  <bruno@clisp.org>
51448
51449         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51450         Reported by Jim Meyering.
51451
51452 2005-07-10  Bruno Haible  <bruno@clisp.org>
51453
51454         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51455         Needed when size_t is smaller than 'unsigned int'.
51456         Reported by Paul Eggert.
51457
51458 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51459
51460         * modules/argp (Depends-on): Add unlocked-io
51461
51462 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51463
51464         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51465         block of defines.
51466
51467 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51468
51469         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51470         fix now.
51471
51472 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51473         and Paul Eggert  <eggert@cs.ucla.edu>
51474
51475         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51476         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51477
51478 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51479
51480         * modules/regex (Files): Add lib/regex_internal.c,
51481         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51482         (Depends-on): Add extensions.
51483         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51484
51485 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51486
51487         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51488         pathconf.
51489         * m4/same.m4 (gl_SAME): Likewise.
51490         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51491
51492         * m4/regex.m4: Adjust to new libc regex implementation.
51493         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51494         all the .c and .h parts of (the new) regex.
51495         Quote the m4 stuff better.
51496         Check for RE_ICASE bug of old gnulib.
51497         Check for REG_STARTEND of recent libc.
51498         Rename local variables from jm_* to gl_*.
51499         Quote operand of "test -f".
51500         Say "recent enough" version of libc, not "version 2".
51501         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51502         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51503         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51504         Remove check for btowc, isascii.
51505         Require AM_LANGINFO_CODESET.
51506
51507 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51508
51509         * lib/regex.c, regex.h: Sync from libc.
51510         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51511         * lib/regexec.c:
51512         New files, synced from libc, except that regex_internal.h
51513         currently has a small porting fix.
51514
51515 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51516
51517         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51518         regex_internal.c, regexec.c.
51519         Add regex_internal.h too, but as a comment, since the libc version
51520         is currently broken in gnulib mode.
51521
51522 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51523
51524         Support programs like Emacs that use gnulib but not gettext.
51525         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51526         * modules/gettext-h: New file.
51527         * modules/gettext (Files): Remove lib/gettext.h.
51528         (Depends-on): Add gettext-h.
51529         (Makefile.am): Remove lib_SOURCES.
51530         * modules/argmatch, modules/c-stack, modules/closeout:
51531         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51532         * modules/execute, modules/file-type, modules/getaddrinfo:
51533         * modules/getopt, modules/human, modules/javacomp:
51534         * modules/javaexec, modules/mkdir-p, modules/obstack:
51535         * modules/openat, modules/pagealign_alloc, modules/pipe:
51536         * modules/quotearg, modules/regex, modules/rpmatch:
51537         * modules/unicodeio, modules/userspec, modules/version-etc:
51538         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51539         * modules/xsetenv:
51540         Depend on gettext-h, not gettext.
51541
51542 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51543
51544         * gnulib-tool (func_import): Add support for 'public domain' license.
51545         * modules/alloca, modules/atexit, modules/memmove:
51546         Now public domain, not GPL.
51547         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51548         * modules/realloc, modules/strerror, modules/strtod:
51549         Now LGPL, not GPL.
51550
51551 2005-07-05  Bruno Haible  <bruno@clisp.org>
51552
51553         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51554         autoconf CVS. Needed for mingw.
51555
51556 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51557
51558         Remove the dependency of the strftime module on the tzset module.
51559         * modules/strftime (Depends-on): Remove dependency on tzset.
51560
51561 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51562
51563         Remove the dependency of the strftime module on the tzset module.
51564         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51565         gl_FUNC_TZSET_CLOBBER.
51566
51567 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51568
51569         Remove the dependency of the strftime module on the tzset module.
51570         * lib/strftime.c (my_strftime)
51571         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51572         Copy the input structure, to work around some of the bug with
51573         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51574         Solaris releases, you should also use the tzset module, but we won't
51575         require it as a dependency any more since we don't want LGPLed code
51576         to depend on GPLed code.
51577
51578 2005-07-02  Jim Meyering  <jim@meyering.net>
51579
51580         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51581         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51582         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51583         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51584
51585 2005-07-02  Jim Meyering  <jim@meyering.net>
51586
51587         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51588
51589 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51590
51591         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51592         declares only 'struct timespec;' (!).
51593
51594 2005-07-01  Jim Meyering  <jim@meyering.net>
51595
51596         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51597         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51598         * lib/save-cwd.c, tempname.c:
51599         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51600         and don't include <sys/file.h>).
51601
51602 2005-06-29  Jim Meyering  <jim@meyering.net>
51603
51604         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51605         type name.  Use the variable name instead.
51606         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51607         Likewise.
51608
51609 2005-06-28  Simon Josefsson  <jas@extundo.com>
51610
51611         * modules/check-version (Files): Add check-version.m4.
51612
51613 2005-06-28  Simon Josefsson  <jas@extundo.com>
51614
51615         * m4/check-version.m4: New file, suggested by Jim Meyering
51616         <jim@meyering.net>.
51617
51618 2005-06-28  Simon Josefsson  <jas@extundo.com>
51619
51620         * lib/check-version.h, lib/check-version.c: New files.
51621
51622 2005-06-28  Simon Josefsson  <jas@extundo.com>
51623
51624         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51625         collision with global variable.  Better indentation.  Don't
51626         increment buffer pointer beyond buffer end.  Based on comments
51627         from Paul Eggert <eggert@cs.ucla.edu>.
51628
51629         * lib/base64.h: Indent.
51630
51631 2005-06-28  Simon Josefsson  <jas@extundo.com>
51632
51633         * doc/gnulib.texi (Library version handling): New section.
51634
51635 2005-06-28  Jim Meyering  <jim@meyering.net>
51636
51637         * check-module (find_included_lib_files): Hard-code another
51638         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51639         but modules/fts-lgpl (correctly) does not list those files.
51640
51641         * modules/canonicalize (Files): Add lib/pathmax.h.
51642
51643 2005-06-25  Simon Josefsson  <jas@extundo.com>
51644
51645         * modules/check-version: New file.
51646
51647 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51648
51649         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51650         initializer of struct addrinfo, as an indication that we don't
51651         care how many members the structure has.
51652
51653 2005-06-24  Derek Price  <derek@ximbiot.com>
51654         and Bruno Haible  <bruno@clisp.org>
51655
51656         Remove stat module & update lstat.
51657         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51658         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51659         * m4/stat.m4: Remove this file.
51660
51661 2005-06-24  Derek Price  <derek@ximbiot.com>
51662         and Bruno Haible  <bruno@clisp.org>
51663
51664         Remove stat module & update lstat.
51665         * lib/stat.c: Remove this file...
51666         (slash_aware_lstat): ...moving this content and its support...
51667         * lib/lstat.c (rpl_lstat): ...into here.
51668         * lib/lstat.h: New file.
51669
51670 2005-06-24  Derek Price  <derek@ximbiot.com>
51671         and Bruno Haible  <bruno@clisp.org>
51672
51673         Remove stat module & update lstat.
51674         * config/srclist.txt (libc sources): Remove stat.
51675
51676 2005-06-24  Derek Price  <derek@ximbiot.com>
51677         and Bruno Haible  <bruno@clisp.org>
51678
51679         Remove stat module & update lstat.
51680         * MODULES.html.sh (stat): Remove.
51681         * MODULES.html: Regenerated.
51682         * modules/lstat (Description): Correct function name.
51683         (Files): Add "lstat.h".
51684         (Depends-on): Remove stat, add xalloc, stat-macros.
51685         * modules/stat: Remove this file.
51686         (Include): Add "lstat.h", remove <sys/stat.h>.
51687
51688 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51689
51690         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51691         (ranged_convert): Don't save conversion in a temporary struct.
51692         This causes a warning with GCC 4.0.0, and anyway in the typical
51693         case it's not worth the extra 100 bytes or so of code.
51694         (ranged_convert, __mktime_internal): When calling a function via a
51695         pointer P, use P () rather than (*P) (), as we now assume C89 or
51696         better.
51697
51698 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51699
51700         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51701         "who -r" failed to give output.  Problem reported by Tim Waugh.
51702
51703         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51704         (xcalloc): Use it to avoid needless tests.
51705         Problem reported by Jim Meyering.
51706
51707 2005-06-20  Derek Price  <derek@ximbiot.com>
51708
51709         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51710         unnecessary for Autoconfs > 2.59c.
51711
51712 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51713
51714         * lib/argp.h (__option_is_short): Check upper limit of
51715         __key. Isprint() requires its argument to have the value
51716         of an unsigned char or EOF.
51717
51718 2005-06-16  Jim Meyering  <jim@meyering.net>
51719
51720         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51721         when either N or S is zero.
51722
51723 2005-06-16  Derek Price  <derek@ximbiot.com>
51724
51725         * m4/bison.m4: Declare YACC & YFLAGS precious.
51726
51727 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51728
51729         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51730         multibyte string or pattern, fall back on unibyte matching.
51731         Problem reported by James Youngman.
51732
51733 2005-06-08  Bruno Haible  <bruno@clisp.org>
51734
51735         * modules/csharpcomp: New file.
51736         * MODULES.html.sh (C#): Add csharpcomp.
51737
51738 2005-06-08  Bruno Haible  <bruno@clisp.org>
51739
51740         * m4/csharpcomp.m4: New file, from GNU gettext.
51741
51742 2005-06-08  Bruno Haible  <bruno@clisp.org>
51743
51744         * lib/csharpcomp.h: New file, from GNU gettext.
51745         * lib/csharpcomp.c: New file, from GNU gettext.
51746         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51747
51748 2005-06-08  Bruno Haible  <bruno@clisp.org>
51749
51750         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51751         warning on mingw.
51752
51753 2005-06-07  Derek Price  <derek@ximbiot.com>
51754
51755         Sync from CVS.
51756         * lib/glob_.h: Indent nested #ifdef.
51757
51758 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51759
51760         Sync from coreutils.
51761         Use "file name" when talking about file names, instead of "filename"
51762         or "path", as per the GNU coding standards.
51763         * lib/mkdir-p.c: Renamed from makepath.c.
51764         (make_dir_parents): Renamed from make_path.  All callers changed.
51765         * lib/mkdir-p.h: Likewise.  All includers changed.
51766         * lib/filenamecat.c: Renamed from path-concat.c.
51767         (file_name_concat): Renamed from path_concat.  All callers changed.
51768         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51769         * lib/filenamecat.h: Likewise.  All includers changed.
51770         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51771         in comments or local variable names.
51772         * lib/basename.c: Likewise.
51773         * lib/canonicalize.c, canonicalize.h: Likewise.
51774         * lib/dirname.c, dirname.h: Likewise.
51775         * lib/euidaccess.c: Likewise.
51776         * lib/exclude.c: Likewise
51777         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51778         * lib/fsusage.c, fsuage.h: Likewise.
51779         * lib/fts.c, fts_.h: Likewise.
51780         * lib/getcwd.c: Likewise.
51781         * lib/getloadavg.c: Likewise.
51782         * lib/mkstemp.c: Likewise.
51783         * lib/mountlist.c, mountlist.h: Likewise.
51784         * lib/openat.c, openat.h: Likewise.
51785         * lib/readlink-stub.c: Likewise.
51786         * lib/readutmp.c, readutmp.h: Likewise.
51787         * lib/rename.c: Likewise.
51788         * lib/rmdir.c: Likewise.
51789         * lib/same.c: Likewise.
51790         * lib/savedir.c: Likewise.
51791         * lib/stripslash.c: Likewise.
51792         * lib/tempname.c: Likewise.
51793         * lib/xreadlink.c: Likewise.
51794         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
51795         All uses changed.
51796         * lib/exclude.h: Likewise.
51797
51798         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
51799         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51800         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
51801         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51802         * lib/pathmax.h: Include <limits.h> unconditionally, since other
51803         files have been getting away with it for years (MORE/BSD 4.3
51804         is extinct now).
51805         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
51806         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51807
51808         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
51809         Define to 256, not 255, as per modern POSIX.
51810
51811 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51812
51813         Sync from coreutils.
51814         Use "file name" when talking about file names, instead of "filename"
51815         or "path", as per the GNU coding standards.
51816         * MODULES.html.sh: mkdir-p renamed from makepath.
51817         filenamecat renamed from path-concat.
51818         * modules/filenamecat: Renamed from modules/path-concat.
51819         (Files): filenamecat.h and filenamecat.c renamed from
51820         path-concat.h and path-concat.c.
51821         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
51822         (Include): filenamecat.h, not path-concat.h.
51823         * modules/mkdir-p: Renamed from modules/makepath.
51824         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
51825         makepath.c.
51826         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
51827         (Include): mkdir-p.h, not makepath.h.
51828
51829 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51830
51831         Sync from coreutils.
51832         * m4/mkdir-p.m4: Renamed from makepath.m4.
51833         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
51834         Rename files from makepath.c to mkdir-p.c, and from
51835         makepath.h to mkdir-p.h.
51836         * m4/filenamecat.m4: Renamed from path-concat.m4.
51837         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
51838         Rename files from path-concat.c to filenamecat.c,
51839         and from path-concat.h to filenamecat.h.
51840         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
51841         "file name" in local variables or comments.
51842         * m4/rename.m4: Likewise.
51843
51844 2005-06-01  Bruno Haible  <bruno@clisp.org>
51845
51846         * modules/csharpexec: New file.
51847         * MODULES.html.sh (C#): New section.
51848
51849 2005-06-01  Bruno Haible  <bruno@clisp.org>
51850
51851         * m4/csharp.m4: New file, from GNU gettext.
51852         * m4/csharpexec.m4: New file, from GNU gettext.
51853
51854 2005-06-01  Bruno Haible  <bruno@clisp.org>
51855
51856         * lib/csharpexec.h: New file, from GNU gettext.
51857         * lib/csharpexec.c: New file, from GNU gettext.
51858         * lib/csharpexec.sh.in: New file, from GNU gettext.
51859
51860 2005-05-31  Derek Price  <derek@ximbiot.com>
51861             Paul Eggert  <eggert@cs.ucla.edu>
51862
51863         Sync from cvs.
51864         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51865
51866 2005-05-31  Derek Price  <derek@ximbiot.com>
51867             Paul Eggert  <eggert@cs.ucla.edu>
51868
51869         Sync from cvs.
51870         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51871
51872 2005-05-29  Derek Price  <derek@ximbiot.com>
51873
51874         * config/srclist.txt (glob_.h, glob.c): Add these files.
51875
51876 2005-05-29  Derek Price  <derek@ximbiot.com>
51877
51878         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
51879         * modules/glob: New file.
51880         * modules/getlogin_r: Add link to POSIX spec in description.
51881
51882 2005-05-29  Derek Price  <derek@ximbiot.com>
51883             Paul Eggert  <eggert@cs.ucla.edu>
51884
51885         * m4/glob.m4: New file.
51886
51887 2005-05-29  Derek Price  <derek@ximbiot.com>
51888             Paul Eggert  <eggert@cs.ucla.edu>
51889
51890         * lib/glob_.h, lib/glob.c: New files.
51891
51892 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51893
51894         * modules/fts (Files): Remove m4/inttypes-pri.m4.
51895         * modules/fts-lgpl (Depends-on): Remove gettext.
51896
51897 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51898
51899         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
51900         and don't require gt_INTTYPES_PRI.
51901
51902 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51903
51904         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
51905
51906         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
51907         the configuration hassle isn't worth it.
51908         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
51909         (LONGEST_MODIFIER, PRIuMAX): Remove.
51910
51911 2005-05-27  Bruno Haible  <bruno@clisp.org>
51912
51913         * lib/getlogin_r.h: Remove second include of <stddef.h>.
51914
51915 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
51916
51917         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
51918         _POSIX_PTHREAD_SEMANTICS for Solaris.
51919
51920 2005-05-25  Derek Price  <derek@ximbiot.com>
51921
51922         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
51923
51924 2005-05-25  Derek Price  <derek@ximbiot.com>
51925             Paul Eggert  <eggert@cs.ucla.edu>
51926
51927         * modules/getlogin_r, m4/getlogin_r.m4: New files.
51928         * lib/getlogin_r.c, getlogin_r.h: New files.
51929
51930 2005-05-25  Bruno Haible  <bruno@clisp.org>
51931             Derek Price  <derek@ximbiot.com>
51932
51933         * lib/getlogin_r.h: Simplify API documentation.
51934
51935 2005-05-23  Derek Price  <derek@ximbiot.com>
51936
51937         * modules/minmax (Files): Add m4/minmax.m4.
51938         (configure.ac): Add gl_MINMAX.
51939
51940 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
51941
51942         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
51943         so that unistd-safer.h (GPL'ed code) need not be included.
51944
51945 2005-05-22  Bruno Haible  <bruno@clisp.org>
51946
51947         * m4/minmax.m4: New file.
51948         Based on a patch by Derek Price <derek@ximbiot.com>.
51949
51950 2005-05-22  Bruno Haible  <bruno@clisp.org>
51951
51952         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
51953         (INT64_MIN): Fix definition.
51954         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
51955
51956         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
51957         NEED_SIGNED_INT_TYPES.
51958
51959         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
51960         HAVE_SYSTEM_INTTYPES.
51961
51962 2005-05-22  Bruno Haible  <bruno@clisp.org>
51963
51964         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
51965         Also include <sys/param.h> if it defines MIN, MAX.
51966         Based on a patch by Derek Price <derek@ximbiot.com>.
51967
51968 2005-05-21  Jim Meyering  <jim@meyering.net>
51969
51970         * modules/fts (Files): Add m4/inttypes-pri.m4.
51971         (Depends-on): Add lstat and remove gettext.  Alphabetize.
51972
51973 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51974
51975         New fts module.
51976         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
51977         (setup_dir, free_dir): New functions.
51978         (enter_dir, leave_dir): Define trivial
51979         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
51980         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
51981         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
51982         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
51983         Move to fts-cycle.c.
51984         (fts_open): Use setup_dir.
51985         (fts_close): Use free_dir.
51986         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
51987         This adds a label and some gotos, but the alternatives were messier.
51988         Check for memory allocation failure when entering a dir.
51989         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
51990         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
51991         (FTS): New member fts_cycle, that is a union that contains the
51992         old active_dir_ht and cycle_state.  All uses changed to mention
51993         fts_cycle.ht and fts_cycle.state.
51994         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
51995         fts.c, with the following changes:
51996         (setup_dir, free_dir): New functions.
51997         (enter_dir): Now returns bool.  Return true if successful, false
51998         if memory exhausted.  All callers changed.
51999         Do not bother partly cleaning up on
52000         memory allocation failure; that is free_dir's job.
52001         However, free ad if hash_insert fails, to avoid memory leak.
52002         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52003         fts->fts_options to see which union member to use.
52004
52005 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52006
52007         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52008         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52009
52010 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52011
52012         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52013
52014 2005-05-20  Jim Meyering  <jim@meyering.net>
52015
52016         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52017         Now a macro, to pacify GCC.
52018
52019 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52020
52021         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52022         of -1.
52023
52024 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52025
52026         * lib/chown.c (rpl_chown): Return -1 on failure.
52027
52028 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52029
52030         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52031         Don't check for stddef.h.
52032         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52033         don't use its results.
52034         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52035         since we include them unconditionally.  Don't require
52036         AM_STDBOOL_H, since stdbool is a prerequisite.
52037         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52038         since we assume C89 or better.
52039         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52040         as we don't use their results.
52041         Don't check for fchdir, memmove, memset, strrchr, as we use
52042         them unconditionally.
52043         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52044         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52045
52046 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52047
52048         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52049         Include <stddef.h> unconditionally, since we assume C89 now.
52050         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52051         * lib/fts.c: Include fts_.h first, to check interface.
52052         Do not include intprops.h; no longer needed.
52053         Include cycle-check.h and hash.h, since fts_.h no longer does.
52054         Remove unnecessary casts of closedir to void.
52055         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52056         decide whether to decrement nlinks.
52057         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52058         (FTS): Use struct hash_table * instead of Hash_table, so that
52059         we no longer need to include hash.h here.
52060
52061 2005-05-18  Jim Meyering  <jim@meyering.net>
52062
52063         * modules/dirfd (License): Change to LGPL.  Most of the code
52064         is already in the public domain.
52065
52066 2005-05-18  Jim Meyering  <jim@meyering.net>
52067
52068         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52069         Reported by Yoann Vandoorselaere.
52070
52071 2005-05-17  Jim Meyering  <jim@meyering.net>
52072
52073         * m4/fts.m4: New file, from coreutils.
52074
52075 2005-05-17  Jim Meyering  <jim@meyering.net>
52076
52077         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52078
52079 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52080
52081         Sync from coreutils.
52082         * m4/unlinkdir.m4: New file.
52083
52084 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52085
52086         Sync from coreutils.
52087         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52088         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52089         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52090         White space changes only.
52091         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52092         special.
52093         * lib/yesno.c: Include getline.h, not ctype.h.
52094         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52095         Use getline to remove arbitrary restriction on response length.
52096
52097 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52098
52099         * config/srclist-update: Spell out "Street" in FSF postal
52100         mail address; this is the style the FSF seems to prefer.
52101
52102         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52103         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52104         this updates FSF postal mail address.
52105
52106         Sync from coreutils.
52107         * modules/unlinkdir: New file.
52108         * modules/yesno (Depends-on): Add getline.
52109         * MODULES.html.sh (File system functions): Add unlinkdir.
52110
52111 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52112
52113         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52114         lib/strsep.h:
52115         Change the initial comment to refer to GPL, not LGPL.
52116         gnulib-tool will change it to LGPL as needed.
52117
52118         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52119         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52120         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52121         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52122         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52123         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52124         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52125         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52126         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52127         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52128         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52129         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52130         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52131         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52132         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52133         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52134         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52135         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52136         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52137         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52138         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52139         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52140         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52141         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52142         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52143         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52144         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52145         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52146         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52147         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52148         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52149         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52150         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52151         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52152         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52153         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52154         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52155         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52156         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52157         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52158         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52159         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52160         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52161         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52162         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52163         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52164         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52165         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52166         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52167         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52168         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52169         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52170         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52171         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52172         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52173         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52174         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52175         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52176         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52177         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52178         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52179         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52180         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52181         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52182         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52183         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52184         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52185         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52186         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52187         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52188         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52189         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52190         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52191         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52192         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52193         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52194         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52195         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52196         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52197         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52198         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52199         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52200         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52201         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52202         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52203         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52204         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52205         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52206         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52207         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52208         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52209         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52210         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52211         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52212         lib/yesno.c, lib/yesno.h:
52213         Update FSF postal mail address.
52214
52215 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52216
52217         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52218         tests/test-memmem.c, tests/test-stpncpy.c:
52219         Update FSF postal mail address.
52220
52221 2005-05-13  Bruno Haible  <bruno@clisp.org>
52222
52223         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52224         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52225         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52226         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52227         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52228         Add support for 64-bit integers in the MSVC compiler.
52229
52230 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52231
52232         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52233
52234 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52235
52236         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52237
52238 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52239
52240         * doc/getdate.texi (General date syntax): Don't say that date
52241         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52242         Problem reported by Nic Ferrier.
52243
52244 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52245
52246         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52247         specified in ai_socktype. Fix invalid ai_protocol
52248         check. ai_protocol is usually set to 0 or depending on
52249         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52250         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52251         ai_socktype / ai_protocol in the returned addrinfo structure.
52252
52253 2005-05-10  Simon Josefsson  <jas@extundo.com>
52254
52255         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52256         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52257
52258 2005-05-10  Karl Berry  <karl@gnu.org>
52259
52260         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52261         (from http://www.gnu.org/licenses).
52262         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52263         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52264         fdl.texi suffices.
52265
52266 2005-05-10  Karl Berry  <karl@gnu.org>
52267
52268         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52269         (COPYING.DOC): remove.
52270
52271         * config/srclist-update: new FSF address.
52272
52273 2005-05-10  Derek Price  <derek@ximbiot.com>
52274
52275         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52276         possible.
52277
52278 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52279             Bruno Haible  <bruno@clisp.org>
52280
52281         * modules/inet_ntop: New file.
52282         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52283         inet_ntop.
52284
52285 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52286             Bruno Haible  <bruno@clisp.org>
52287
52288         * m4/inet_ntop.m4: New file.
52289
52290 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52291             Bruno Haible  <bruno@clisp.org>
52292
52293         * lib/inet_ntop.h: New file.
52294         * lib/inet_ntop.c: New file, from glibc with modifications.
52295
52296 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52297
52298         * modules/time_r (License): Change to LGPL.
52299         * modules/extensions (License): Change to LGPL.  Actually,
52300         the license is more permissive than that, but currently gnulib-tool
52301         doesn't know how to handle more-permissive licenses.
52302
52303         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52304         Problem reported by Dave Love.
52305
52306 2005-05-08  Jim Meyering  <jim@meyering.net>
52307
52308         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52309         blank.
52310
52311 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52312
52313         * modules/argmatch (Depends-on): Add stdbool.
52314         * modules/backupfile (Depends-on): Likewise.
52315         * modules/chdir-long (Depends-on): Likewise.
52316         * modules/closeout (Depends-on): Likewise.
52317         * modules/cycle-check (Depends-on): Likewise.
52318         * modules/dirname (Depends-on): Likewise.
52319         * modules/fnmatch (Depends-on): Likewise.
52320         * modules/fsusage (Depends-on): Likewise.
52321         * modules/fwriteerror (Depends-on): Likewise.
52322         * modules/getcwd (Depends-on): Likewise.
52323         * modules/getloadavg (Depends-on): Likewise.
52324         * modules/hard-locale (Depends-on): Likewise.
52325         * modules/makepath (Depends-on): Likewise.
52326         * modules/mountlist (Depends-on): Likewise.
52327         * modules/nanosleep (Depends-on): Likewise.
52328         * modules/posixtm (Depends-on): Likewise.
52329         * modules/quotearg (Depends-on): Likewise.
52330         * modules/readtokens (Depends-on): Likewise.
52331         * modules/readtokens0 (Depends-on): Likewise.
52332         * modules/readutmp (Depends-on): Likewise.
52333         * modules/save-cwd (Depends-on): Likewise.
52334         * modules/strftime (Depends-on): Likewise.
52335         * modules/userspec (Depends-on): Likewise.
52336         * modules/utimecmp (Depends-on): Likewise.
52337         * modules/xgetcwd (Depends-on): Likewise.
52338         * modules/xnanosleep (Depends-on): Likewise.
52339         * modules/xstrtod (Depends-on): Likewise.
52340         * modules/yesno (Depends-on): Likewise.
52341
52342 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52343
52344         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52345         needless checks.
52346
52347 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52348
52349         Merge from coreutils.  Among other things,
52350         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52351         * lib/fd-safer.c: New file.
52352         * lib/fcntl-safer.h, open-safer.c: Remove.
52353         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52354         * lib/dup-safer.c: Include unistd-safer.h first.
52355         Don't include errno.h.
52356         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52357         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52358         * lib/file-type.c: Rely on file-type.h change.
52359         * lib/getloadavg.c: Include unistd-safer.h.
52360         (getloadavg): Use safer open.
52361         * lib/getusershell.c: Include "stdio-safer.h".
52362         (getusershell): Use safer fopen.
52363         * lib/long-options.c (long_options): Use NULL rather than 0.
52364         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52365         'free'.
52366         * lib/modechange.c: Likewise.
52367         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52368         (MODE_DONE): New constant.
52369         (struct mode_change): Remove 'next' member.
52370         (make_node_op_equals): New function; like the old one of the
52371         same name, except it allocates an array.
52372         (mode_compile, mode_create_from_ref): Use it.
52373         (mode_compile): Allocate result as an array, not a linked list.
52374         Parse octal string ourself, so that we catch mistakes like "+0".
52375         (mode_adjust): Arg is an array, not a linked list.
52376         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52377         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52378         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52379         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52380         Remove.  This is now stat-macros.h's job.
52381         (talloc): Remove.  All callers replaced by xalloc, so that
52382         our invokers don't have to worry about reporting memory failures.
52383         (make_node_op_equals): Remove.
52384         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52385         New constants.
52386         (struct mode_change): Moved here from modechange.h.
52387         (mode_append_entry): Remove.
52388         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52389         apps to have incorrect behavior.  Use simpler algorithm for head
52390         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52391         Detect more invalid usages rather than having somewhat-random behavior.
52392         Don't insert an "a=" action, as that leads to incorrect behavior.
52393         (mode_compile, mode_create_from_ref): Return NULL on error instead
52394         of an enum, since now there's only one way to have an error.  All
52395         callers changed.
52396         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52397         at the correct time.  Simplify calculation of "+u" and its ilk.
52398         Don't mishandle "+X".
52399         (mode_free): Remove "register" and localize decls.
52400         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52401         (struct mode_change): Move to modechange.c; callers don't
52402         need to see this stuff.
52403         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52404         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52405         (mode_change, mode_adjust): Reflect the new signatures noted above.
52406         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52407         that might redefine system include files.
52408         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52409         (my_usleep): Use NULL rather than (void *) 0.
52410         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52411         Use siginterrupt to specify that system calls should be interrupted.
52412         (rpl_nanosleep): Move initialization of suspended closer to call of
52413         my_usleep.
52414         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52415         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52416         (desirable_utmp_entry): New function.
52417         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52418         using x2nrealloc, to simplify logic.
52419         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52420         size calculation.  Do not assume utmp file is a regular file.
52421         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52422         (READ_UTMP_CHECK_PIDS): New constant.
52423         * lib/save-cwd.c: Include unistd-safer.h.
52424         (save_cwd): Use fd_safer.
52425         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52426         [!_LIBC] Include "stat-macros.h" instead.
52427         * lib/unistd-safer.h (fd_safer): New decl.
52428
52429 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52430
52431         * modules/getloadavg (Depends-on): Add unistd-safer.
52432         * modules/getusershell (Depends-on): Add stdio-safer.
52433         * modules/lstat (Depends-on): Remove xalloc.
52434         * modules/mkstemp (Depends-on): Add stat-macros.
52435         * modules/modechange (Depends-on): Remove xstrtol.
52436         Add stat-macros, xalloc.
52437         * modules/save-cwd (Depends-on): Add unistd-safer.
52438         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52439         * modules/unistd-safer (Files): Add lib/fd-safer.c
52440         (Makefile.am): Remove lib_SOURCES.
52441
52442         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52443         Remove fcntl-safer; unistd-safer supersedes it.
52444
52445 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52446
52447         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52448         AC_HEADER_STAT.
52449         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52450         (gl_PREREQ_CHOWN): Remove.
52451         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52452         it.  Don't require AC_HEADER_STAT.
52453         (gl_PREREQ_LSTAT): Remove.
52454         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52455         Don't require AC_HEADER_STAT.
52456         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52457         (gl_PREREQ_RMDIR): Remove.
52458         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52459         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52460         the stat-macros module a prerequisite.
52461         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52462         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52463         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52464         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52465         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52466         variable names.
52467         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52468         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52469         variable prefixes.
52470         * m4/fcntl-safer.m4: Remove.
52471         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52472         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52473         Invoke gl_PREREQ_FD_SAFER.
52474         (gl_PREREQ_FD_SAFER): New macro.
52475         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52476         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52477         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52478         Remove duplicate call to AC_LIBOBJ(readutmp).
52479         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52480
52481         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52482         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52483
52484 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52485
52486         * MODULES.html.sh (Misc): Add byteswap.
52487
52488 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52489
52490         * modules/getcwd (Depends-on): Add extensions.
52491         * modules/openat (Depends-on): Likewise.
52492
52493 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52494
52495         * modules/byteswap: New file.
52496
52497 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52498
52499         * m4/byteswap.m4: New file.
52500
52501 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52502
52503         * lib/byteswap_.h: New file.
52504
52505 2005-04-25  Karl Berry  <karl@gnu.org>
52506
52507         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52508
52509 2005-04-25  Albert Chin  <china@thewrittenword.com>
52510
52511         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52512         Toolkit C bug.
52513
52514 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52515
52516         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52517         (func_ln_if_changed) Remove forcibly for no error message
52518         in case file does not exist.
52519
52520 2005-04-19  Simon Josefsson  <jas@extundo.com>
52521
52522         * gnulib-tool (Options): Make --symlink mean --symbolic.
52523
52524 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52525
52526         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52527
52528 2005-04-16  Simon Josefsson  <jas@extundo.com>
52529
52530         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52531
52532 2005-04-15  Simon Josefsson  <jas@extundo.com>
52533
52534         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52535
52536 2005-04-15  Simon Josefsson  <jas@extundo.com>
52537
52538         * gnulib-tool: Rename --symlink to --symbolic.
52539
52540 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52541
52542         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52543         symbolic links to files instead of copying/moving.  Add --aux-dir,
52544         specifying directory relative --dir where auxiliary build tools
52545         are placed.
52546
52547 2005-04-14  Bruno Haible  <bruno@clisp.org>
52548
52549         * modules/allocsa (License): Change to LGPL.
52550         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52551
52552 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52553
52554         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52555         that "UTC +1 second" continues to work.  Problem reported
52556         by Dmitry V. Levin.
52557         (relunit_snumber): New rule.
52558         (relunit): Use it.
52559
52560 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52561
52562         * lib/getdate.y (universal_time_zone_table): New constant.
52563         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52564         universal_time_zone_table.
52565         (lookup_zone): Prefer universal_time_zone_table to
52566         local_time_zone_table, so that "GMT" time stamps are allowed in
52567         London during the summer.  Problem reported by Ian Abbott.
52568
52569 2005-04-12  Jim Meyering  <jim@meyering.net>
52570
52571         * lib/human.c (humblock): Set *options even when returning due to
52572         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52573         warning from gcc-4.
52574
52575 2005-04-09  Jim Meyering  <jim@meyering.net>
52576
52577         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52578         -Wuninitialized: initialize tm0.tm_year.
52579
52580 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52581
52582         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52583         count, since there's no maximum.  All uses changed.
52584         Add member dsts_seen.
52585         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52586         not being INT_MAX.
52587         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52588         Use pc_rels_seen to decide whther a date is absolute.
52589
52590         * lib/getdate.y (number): Don't overwrite year.
52591         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52592         check.
52593
52594 2005-04-02  Simon Josefsson  <jas@extundo.com>
52595
52596         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52597         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52598
52599 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52600
52601         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52602         where no absolute path name can be longer than PATH_MAX.
52603
52604 2005-03-27  Jim Meyering  <jim@meyering.net>
52605
52606         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52607
52608 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52609
52610         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52611         "one's complement" -> "ones' complement" in comment, as per Knuth.
52612         "value of type" -> "type or expression" in comment.
52613         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52614
52615 2005-03-26  Jim Meyering  <jim@meyering.net>
52616
52617         Comment nits.
52618         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52619         Correct typos: s/or/of/.
52620
52621 2005-03-26  Jim Meyering  <jim@meyering.net>
52622
52623         * modules/check-include-files: Move to ../ and rename to...
52624         * check-module: ...this.
52625
52626 2005-03-25  Jim Meyering  <jim@meyering.net>
52627
52628         * modules/xvasprintf (Files): Add xalloc.h.
52629
52630 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52631
52632         * modules/gettext (Files): config/config.rpath ->
52633         build-aux/config.rpath
52634         * modules/iconv (Files): Likewise.
52635         Problem reported by Oskar Liljeblad.
52636
52637 2005-03-23  Jim Meyering  <jim@meyering.net>
52638
52639         * modules/check-include-files: New script to check for
52640         missing dependencies, multiple includes, etc.
52641
52642         * modules/c-strtold (Depends-on): Add xalloc.
52643         * modules/c-strtod (Depends-on): Add xalloc.
52644         * modules/hash (Depends-on): Add xalloc.
52645         (Files): Remove lib/xalloc.h.
52646
52647         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52648         * modules/userspec (Files): Add lib/inttostr.h.
52649
52650 2005-03-23  Jim Meyering  <jim@meyering.net>
52651
52652         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52653
52654 2005-03-22  Jim Meyering  <jim@meyering.net>
52655
52656         * modules/stat-macros: New module.
52657         * modules/canonicalize, modules/euidaccess, modules/file-type,
52658         * modules/filemode, modules/lchown, modules/makepath,
52659         * modules/rmdir, modules/stat: Depend on new stat-macros module
52660         rather than listing lib/stat-macros.h manually.
52661         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52662
52663 2005-03-22  Jim Meyering  <jim@meyering.net>
52664
52665         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52666
52667 2005-03-22  Bruno Haible  <bruno@clisp.org>
52668
52669         * config/srclist.txt: Replace target directory 'config' with
52670         'build-aux'.
52671         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52672         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52673         ../build-aux/.
52674
52675 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52676
52677         * modules/chdir-long (Depends-on): Add mempcpy.
52678
52679         * modules/acl, modules/backupfile, modules/c-strtod,
52680         modules/c-strtold, modules/canon-host, modules/canonicalize,
52681         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52682         modules/exclude, modules/exitfail, modules/file-type,
52683         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52684         modules/getdate, modules/getline, modules/getpagesize,
52685         modules/getpass, modules/getugroups, modules/group-member,
52686         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52687         modules/inttostr, modules/long-options, modules/makepath,
52688         modules/md5, modules/memcasecmp, modules/memcoll,
52689         modules/modechange, modules/mountlist, modules/path-concat,
52690         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52691         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52692         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52693         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52694         modules/strftime, modules/strndup, modules/strverscmp,
52695         modules/timespec, modules/unlocked-io, modules/userspec,
52696         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52697         modules/yesno:
52698         Remove lib_SOURCES line from Makefile.am section, as this is now
52699         done automatically by the corresponding Autoconf macro.
52700
52701 2005-03-21  Jim Meyering  <jim@meyering.net>
52702
52703         Changes imported from coreutils.
52704
52705         * lib/cycle-check.c: Don't include xalloc.h.
52706
52707         * lib/path-concat.c: Don't include assert.h.
52708         (path_concat): Remove assertion that would have triggered
52709         for ABASE starting with more than one slash.
52710         Reported by Andreas Schwab.
52711
52712         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52713         properly when ABASE is an absolute file name.
52714         Correct the description of this function.
52715         Include <assert.h>.
52716         Add an assertion and a test driver.
52717         This fixes a bug introduced on 2004-07-02.
52718         Andreas Schwab reported the resulting failure of cp --parents:
52719         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52720
52721 2005-03-21  Jim Meyering  <jim@meyering.net>
52722
52723         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52724         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52725
52726 2005-03-21  Jim Meyering  <jim@meyering.net>
52727         and  Paul Eggert  <eggert@cs.ucla.edu>
52728
52729         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52730         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52731         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52732         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52733         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52734         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52735         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52736         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52737         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52738         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52739         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52740         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52741         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52742         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52743         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52744         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52745         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52746         for these modules.
52747
52748 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52749
52750         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52751         (which shouldn't happen), generate nothing instead of returning 0
52752         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52753
52754 2005-03-16  Bruno Haible  <bruno@clisp.org>
52755
52756         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52757         HAVE_LONGLONG_64BIT.
52758
52759 2005-03-16  Bruno Haible  <bruno@clisp.org>
52760
52761         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52762         HAVE_LONGLONG_64BIT.
52763
52764 2005-03-16  Bruno Haible  <bruno@clisp.org>
52765
52766         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52767         HAVE_LONGLONG_64BIT.
52768
52769 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52770
52771         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52772         reliably distinguish strftime failure from empty output on POSIX
52773         hosts.
52774
52775 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52776
52777         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52778         (iconv_string): Don't guess a size-zero buffer, as that might cause
52779         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
52780         result would be 'too large', where 'too large' is (heuristically)
52781         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
52782         overflow concerns.  This will prevent some unwanted malloc failures
52783         when the inputs are very large.
52784
52785 2005-03-15  Karl Berry  <karl@gnu.org>
52786
52787         * config/srclist.txt (config.rpath): from gettext.
52788         * config/config.rpath: update.
52789
52790 2005-03-15  Bruno Haible  <bruno@clisp.org>
52791
52792         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
52793         to 'negate'.
52794
52795         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
52796         variable.
52797
52798         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
52799         results.
52800
52801 2005-03-14  Simon Josefsson  <jas@extundo.com>
52802
52803         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
52804         <fx@gnu.org>.
52805
52806 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
52807
52808         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
52809         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
52810         intprops.h.
52811         * lib/strtol.c: Likewise.
52812
52813 2005-03-14  Jim Meyering  <jim@meyering.net>
52814
52815         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
52816         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
52817         to be nonzero so that we (and caller) can detect the difference
52818         between a valid zero-length expansion and an error return, even
52819         when the underlying strftime fails before writing anything into
52820         that location.
52821
52822 2005-03-14  Bruno Haible  <bruno@clisp.org>
52823
52824         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
52825         Update from GNU gettext 0.14.3.
52826
52827 2005-03-10  Jim Meyering  <jim@meyering.net>
52828
52829         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
52830
52831 2005-03-10  Jim Meyering  <jim@meyering.net>
52832
52833         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
52834         so that this module works on systems without fchdir.
52835
52836 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52837
52838         Factor int-properties macros into a single file, except for
52839         glibc-related files.
52840         * lib/intprops.h: New file.
52841         * lib/getloadavg.c: Include it instead of limits.h.
52842         (INT_STRLEN_BOUND): Remove.
52843         * lib/human.c: Include intprops.h.
52844         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
52845         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
52846         302/1000.
52847         * lib/inttostr.h: Include intprops.h instead of limits.h.
52848         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
52849         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
52850         for consistency with intprops.h.
52851         (time_t_is_integer, twos_complement_arithmetic): Use them.
52852         * lib/sig2str.h: Include <signal.h>, intprops.h.
52853         (INT_STRLEN_BOUND): Remove.
52854         * lib/strftime.c (TYPE_SIGNED): Remove.
52855         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
52856         * lib/strtol.c: Adjust comments to match intprops.h.
52857         * lib/userspec.c: Include intprops.h.
52858         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
52859         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
52860         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
52861         instead of rolling our own expressions.
52862         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
52863
52864         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
52865         instead of int.
52866         (my_strftime): Do not mishandle years close to INT_MAX, by doing
52867         the right thing even if adding 1900 would overflow.  Similarly
52868         for tm_mon + 1 and tm_yday + 1.
52869         Make %Y always equivalent to %C%y, and similarly for %G and %g.
52870         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
52871         (DO_SIGNED_NUMBER): New macro.
52872         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
52873
52874 2005-03-07  Bruno Haible  <bruno@clisp.org>
52875
52876         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
52877
52878 2005-03-07  Bruno Haible  <bruno@clisp.org>
52879
52880         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
52881
52882 2005-03-04  Derek R. Price  <derek@ximbiot.com>
52883
52884         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
52885         (func_import): Only replace files via --import when they have actually
52886         changed.
52887
52888 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52889
52890         * m4/mmap-anon.m4: New file.
52891         * m4/pagealign_alloc.m4: New file.
52892
52893 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52894             Bruno Haible  <bruno@clisp.org>
52895
52896         * modules/pagealign_alloc: New file.
52897         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
52898
52899 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52900             Bruno Haible  <bruno@clisp.org>
52901
52902         * lib/pagealign_alloc.h: New file.
52903         * lib/pagealign_alloc.c: New file.
52904
52905 2005-03-03  Bruno Haible  <bruno@clisp.org>
52906
52907         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
52908         Use an all-permissive copyright notice, recommended by RMS.
52909
52910 2005-03-02  Bruno Haible  <bruno@clisp.org>
52911
52912         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
52913         of AIX, the replacement has to be done only after <string.h> is
52914         included, therefore not in config.h. stpncpy.h does the replacement,
52915         and stpncpy.c uses it.
52916
52917 2005-03-02  Bruno Haible  <bruno@clisp.org>
52918
52919         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
52920         stpncpy.c uses it.
52921
52922 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52923
52924         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
52925         The workaround isn't strictly needed for POSIX conformance, and
52926         it's too much of a pain to configure and maintain.  We'll ask
52927         people to fix their kernels instead.
52928         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
52929         (NANOSLEEP_BUG_WORKAROUND): Remove.
52930         (xnanosleep): Remove the workaround.
52931
52932 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52933
52934         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
52935         Reported by Derek Price.
52936         (Include): Add "timespec.h".
52937
52938         * modules/xnanosleep (Depends-on): Remove gethrxtime.
52939
52940 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52941
52942         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
52943         to detect nanosleep bug.
52944
52945 2005-03-01  Bruno Haible  <bruno@clisp.org>
52946
52947         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
52948
52949 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
52950
52951         * modules/gethrxtime: New file.
52952         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
52953         (Depends-on): Add gethrxtime.
52954         (configure.ac): Add gl_XNANOSLEEP.
52955         (Makefile.am): Remove lib_SOURCES line.
52956
52957 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52958
52959         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
52960         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
52961
52962 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52963
52964         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
52965         * lib/timespec.h (gettime): Return void, since it always
52966         succeeds now.  All uses changed.
52967         * lib/gettime.c (gettime) Likewise.
52968         [HAVE_NANOTIME]: Prefer nanotime.
52969         Assume gettimeofday succeeds, as POSIX requires.
52970         Assime time () succeeds, since other code already does.
52971         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
52972         (timespec_subtract): Remove.
52973         (NANOSLEEP_BUG_WORKAROUND): New constant.
52974         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
52975         things considerably.  Use it only on GNU/Linux hosts, since the
52976         workaround shouldn't be needed elsewhere.
52977
52978 2005-02-24  Bruno Haible  <bruno@clisp.org>
52979
52980         * modules/gettext (Files): Add m4/glibc2.m4.
52981
52982 2005-02-24  Bruno Haible  <bruno@clisp.org>
52983
52984         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
52985         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
52986         * m4/progtest.m4:
52987         Update from GNU gettext 0.14.2.
52988         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
52989
52990 2005-02-24  Bruno Haible  <bruno@clisp.org>
52991
52992         * lib/localcharset.c: Update from GNU gettext 0.14.2.
52993         * lib/config.charset: Update from GNU gettext 0.14.2.
52994
52995 2005-02-24  Bruno Haible  <bruno@clisp.org>
52996
52997         * lib/gettext.h: Update from GNU gettext 0.14.2.
52998
52999 2005-02-23  Simon Josefsson  <jas@extundo.com>
53000
53001         * m4/iconvme.m4: New file.
53002
53003 2005-02-23  Jim Meyering  <jim@meyering.net>
53004
53005         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53006         change.
53007         Thanks to Bruno Haible for catching it.
53008
53009 2005-02-22  Simon Josefsson  <jas@extundo.com>
53010
53011         * modules/iconvme: New file.
53012
53013         * MODULES.html.sh: Add iconvme.
53014
53015 2005-02-22  Simon Josefsson  <jas@extundo.com>
53016
53017         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53018
53019 2005-02-22  Simon Josefsson  <jas@extundo.com>
53020
53021         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53022
53023 2005-02-22  Jim Meyering  <jim@meyering.net>
53024
53025         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53026         s/ifndef/ifdef/.
53027
53028 2005-02-20  Neil Conway  <neilc@samurai.com>
53029
53030         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53031         returned by OSX/Darwin if the specified buffer is not large
53032         enough for the hostname.
53033
53034 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53035
53036         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53037         pass it to _help, otherwise the latter coredumps trying to
53038         dereference state.root_argp.
53039
53040 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53041
53042         * modules/chdir-long (Depends-on): Add memrchr.
53043         * modules/memrchr (Files): Add lib/memrchr.h.
53044         (Include): "memrchr.h".
53045
53046 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53047
53048         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53049
53050 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53051
53052         * lib/memrchr.h: New file.
53053         * lib/chdir-long.c: Include it.
53054         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53055         Don't bother including stddef.h.
53056
53057 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53058
53059         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53060         inclusion.
53061         Include <sys/types.h>, for dev_t.
53062         (ME_DUMMY, ME_REMOTE): Move from here....
53063         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53064         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53065         Dmitry V. Levin.
53066         Include mountlist.h first, to test the interface.
53067
53068 2005-01-29  Bruno Haible  <bruno@clisp.org>
53069
53070         * lib/progname.c (program_name): Initialize.
53071         Needed when linking statically on MacOS X.
53072
53073 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53074
53075         Sync from coreutils.
53076         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53077         (Depends-on): Add c-strtod.
53078         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53079
53080 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53081
53082         Sync from coreutils.
53083         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53084
53085         Remove files that are specific to coreutils.
53086         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53087
53088 2005-01-28  Bruno Haible  <bruno@clisp.org>
53089
53090         * modules/javacomp: New file.
53091         * MODULES.html.sh (Java): Add javacomp.
53092
53093 2005-01-28  Bruno Haible  <bruno@clisp.org>
53094
53095         * m4/javacomp.m4: New file, from GNU gettext.
53096
53097 2005-01-28  Bruno Haible  <bruno@clisp.org>
53098
53099         * lib/javacomp.sh.in: New file, from GNU gettext.
53100         * lib/javacomp.h: New file, from GNU gettext.
53101         * lib/javacomp.c: New file, from GNU gettext.
53102
53103 2005-01-26  Simon Josefsson  <jas@extundo.com>
53104
53105         * lib/gai_strerror.c: Use GPL in header.
53106
53107 2005-01-26  Bruno Haible  <bruno@clisp.org>
53108
53109         * modules/javaexec: New file.
53110         * MODULES.html.sh (Java): Add javaexec.
53111
53112 2005-01-26  Bruno Haible  <bruno@clisp.org>
53113
53114         * m4/javaexec.m4: New file, from GNU gettext.
53115
53116 2005-01-26  Bruno Haible  <bruno@clisp.org>
53117
53118         * lib/javaexec.sh.in: New file, from GNU gettext.
53119         * lib/javaexec.h: New file, from GNU gettext.
53120         * lib/javaexec.c: New file, from GNU gettext.
53121
53122 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53123
53124         * modules/lchown (Depends-on): Remove lchown.h
53125
53126 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53127
53128         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53129         must be defined if the header file was not found, in order
53130         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53131
53132 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53133
53134         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53135         initializers for struct pentry_state.
53136         (__argp_error): Check return value of __asprintf
53137         (__argp_failure): Translate error message
53138
53139         * lib/argp-parse.c: Removed braces around the expansion of N_()
53140
53141 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53142
53143         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53144         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53145         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53146         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53147         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53148         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53149         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53150         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53151         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53152         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53153         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53154         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53155         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53156         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53157         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53158         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53159         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53160         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53161         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53162         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53163         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53164         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53165         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53166         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53167         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53168         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53169         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53170         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53171         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53172         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53173         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53174         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53175         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53176         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53177         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53178         Use an all-permissive copyright notice, recommended by RMS.
53179
53180 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53181
53182         * modules/chdir-long (Depends-on): Remove mempcpy.
53183
53184 2005-01-21  Jim Meyering  <jim@meyering.net>
53185
53186         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53187         same value as for Solaris 9.
53188
53189         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53190         component length.  This included changing the parameter to be
53191         of type `char *' rather than `char const *'.
53192         * lib/chdir-long.h (chdir_long): Update prototype.
53193
53194         * lib/openat.c (fdopendir, fstatat): New functions.
53195         * lib/openat.h: Include headers required for use of DIR and struct
53196         stat.
53197         [AT_SYMLINK_NOFOLLOW]: Define.
53198         (fdopendir, fstatat): Add prototypes.
53199
53200 2005-01-21  Bruno Haible  <bruno@clisp.org>
53201
53202         * modules/classpath: New file.
53203         * MODULES.html.sh (Java): Add classpath.
53204
53205 2005-01-21  Bruno Haible  <bruno@clisp.org>
53206
53207         * lib/classpath.h: New file, from GNU gettext.
53208         * lib/classpath.c: New file, from GNU gettext.
53209
53210 2005-01-20  Simon Josefsson  <jas@extundo.com>
53211
53212         * modules/version-etc-fsf: New file.
53213
53214 2005-01-20  Simon Josefsson  <jas@extundo.com>
53215
53216         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53217         * lib/version-etc.c: Remove version_etc_copyright.
53218         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53219         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53220
53221 2005-01-20  Simon Josefsson  <jas@extundo.com>
53222
53223         * lib/base64.h (isbase64): Add.
53224
53225         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53226         using a unsigned prototype, don't inline.
53227         (base64_decode): Use it.
53228
53229 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53230
53231         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53232         it.
53233
53234 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53235
53236         * lib/save-cwd.c (save_cwd): Remove code to support the case
53237         where fchdir is missing or flaky.
53238
53239 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53240
53241         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53242
53243 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53244
53245         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53246         AC_LIBSOURCES now does this.
53247         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53248         with new ullong_max module.
53249
53250 2005-01-19  Bruno Haible  <bruno@clisp.org>
53251
53252         * modules/sh-quote: New file.
53253         * MODULES.html.sh (Executing programs): Add sh-quote.
53254
53255 2005-01-19  Bruno Haible  <bruno@clisp.org>
53256
53257         * lib/sh-quote.h: New file, from GNU gettext.
53258         * lib/sh-quote.c: New file, from GNU gettext.
53259
53260 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53261
53262         Merge from coreutils.
53263         * m4/ullong_max.m4: New file.
53264         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53265         (gl_MACROS): Assume localeconv exists.
53266
53267 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53268
53269         Merge changes from coreutils, as described below in several
53270         changelogs dated today.
53271
53272         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53273         (O_DIRECTORY): Remove; not needed here, since "." must be
53274         a directory.  All uses removed.
53275         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53276         universal on Suns, and we also need to test for IRIX.
53277         Revamp code to use 'if' rather than '#if'.
53278         Avoid unnecessary comparison of cwd->desc to 0.
53279
53280         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53281         for known valid error numbers rather than observed invalid ones.
53282
53283 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53284
53285         * modules/ullong_max: New file.
53286
53287         * modules/chdir-long, modules/openat: New files.
53288         * modules/save-cwd (Depends-on): Depend on chdir-long.
53289         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53290
53291 2005-01-18  Jim Meyering  <jim@meyering.net>
53292
53293         Merge from coreutils.
53294         * m4/chdir-long.m4, m4/openat.m4: New files.
53295         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53296         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53297         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53298         is sane and DOES follow symlinks.  Besides, testing 20 different
53299         systems found no broken chown implementations.
53300         Prompted by a change in rsync's copy of this macro.
53301         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53302
53303         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53304
53305         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53306         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53307         NULL-means-set-to-current-time semantics.
53308         Remove temporary file immediately, rather than waiting
53309         for configure's at-exit trap code to do it.
53310
53311 2005-01-18  Jim Meyering  <jim@meyering.net>
53312
53313         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53314
53315         * lib/utimens.c (futimens): Account for the fact that futimes
53316         can also fail with errno == ENOSYS or errno == ENOENT.
53317         Patch from Dmitry V. Levin.
53318
53319         Change the name of the robust chdir function from chdir to chdir_long.
53320         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53321         (restore_cwd): Use chdir_long, not chdir.
53322         * lib/chdir-long.c: Renamed from chdir.c.
53323         * lib/chdir-long.h: Renamed from chdir.h.
53324         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53325         Hurd.
53326
53327 2005-01-18  Bruno Haible  <bruno@clisp.org>
53328
53329         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53330         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53331         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53332         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53333         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53334         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53335         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53336         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53337         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53338         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53339         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53340         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53341         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53342         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53343         Use an all-permissive copyright notice, recommended by RMS.
53344
53345 2005-01-18  Bob Proulx  <bob@proulx.com>
53346
53347         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53348         simplify offsetof() macro construct to avoid compile failure with
53349         native HP-UX 11.0 ANSI C compiler.
53350
53351 2005-01-17  Bruno Haible  <bruno@clisp.org>
53352
53353         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53354         redundant because stpncpy.m4 takes care of it.
53355
53356 2005-01-17  Bruno Haible  <bruno@clisp.org>
53357
53358         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53359
53360 2005-01-17  Bruno Haible  <bruno@clisp.org>
53361
53362         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53363         used.
53364
53365 2005-01-17  Bruno Haible  <bruno@clisp.org>
53366
53367         * lib/fwriteerror.h (fwriteerror): Change specification to include
53368         fclose.
53369         * lib/fwriteerror.c: Include <stdbool.h>.
53370         (fwriteerror): At the end, close the file stream. Record whether
53371         stdout was already closed.
53372
53373 2005-01-17  Bruno Haible  <bruno@clisp.org>
53374
53375         * lib/execute.c (environ): Declare if needed.
53376         * lib/pipe.c (environ): Likewise.
53377         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53378
53379 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53380
53381         * modules/argp: Depend on vsnprintf
53382
53383 2005-01-10  Jim Meyering  <jim@meyering.net>
53384
53385         * modules/closeout (Depends-on): Add atexit.
53386
53387 2005-01-06  Bruno Haible  <bruno@clisp.org>
53388
53389         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53390
53391 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53392
53393         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53394         definitions to be after all include files, to avoid collisions.
53395         Problem reported by Bob Proulx.
53396
53397 2005-01-04  Jim Meyering  <jim@meyering.net>
53398
53399         Changes imported from coreutils.
53400         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53401         as the mkstemp template, use a temporary directory and an
53402         8.3-friendly template to avoid trouble on systems like DJGPP.
53403         Reported by Juan M. Guerrero via Stepan Kasal.
53404         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53405         close. Remove the temporary directory right away, rather than waiting
53406         for configure's at-exit trap code to do it.
53407         Suggestion from Stepan Kasal.
53408
53409 2005-01-01  Simon Josefsson  <jas@extundo.com>
53410
53411         * gnulib-tool: Print #include directives when --import'ing.
53412
53413 2004-12-28  Simon Josefsson  <jas@extundo.com>
53414
53415         * tests/test-base64.c: Include required header files.  Remove
53416         unused variables.
53417
53418 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53419
53420         * modules/error (Depends-on): Remove gettext.
53421
53422 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53423
53424         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53425         not needed.  This removes a dependency on the gettext module.
53426         [defined _LIBC]: Do not include <libintl.h>; not needed.
53427
53428 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53429
53430         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53431         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53432
53433 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53434
53435         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53436         HAVE_DECL_STRTOLD.
53437
53438 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53439
53440         * modules/getdate (Depends-on): Remove alloca-opt.
53441
53442 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53443
53444         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53445
53446 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53447
53448         * lib/argp-parse.c: Include <stddef.h>.
53449         (alignof, alignto): New macros.
53450         (parser_init): Don't assume that void * is aligned sufficiently
53451         for struct option.
53452
53453         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53454         need to extend the stack.
53455         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53456         large.
53457
53458 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53459
53460         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53461
53462 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53463
53464         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53465         (2004-10-24) change.  Apparently this was a false alarm.
53466
53467         * modules/getdate: Depend on alloca-opt, not alloca.
53468
53469 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53470
53471         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53472         Remove now-obsolete comment about AIX.
53473         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53474         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53475         (YYMAXDEPTH): New macro.
53476
53477 2004-12-18  Simon Josefsson  <jas@extundo.com>
53478
53479         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53480
53481 2004-12-18  Bruno Haible  <bruno@clisp.org>
53482
53483         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53484
53485 2004-12-18  Bruno Haible  <bruno@clisp.org>
53486
53487         * lib/fatal-signal.c (fatal_signals): Make non-const.
53488         (init_fatal_signals): New function.
53489         (uninstall_handlers, install_handlers): Ignore signals that were set to
53490         SIG_IGN.
53491         (at_fatal_signal): Call init_fatal_signals.
53492         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53493         SIG_IGN.
53494         Reported by Paul Eggert.
53495
53496 2004-12-18  Bruno Haible  <bruno@clisp.org>
53497
53498         * doc/alloca.texi: New file.
53499         * doc/alloca-opt.texi: New file.
53500
53501 2004-12-17  Jim Meyering  <jim@meyering.net>
53502
53503         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53504         Otherwise, install-sh could exit with improper exit status when
53505         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53506
53507 2004-12-16  Simon Josefsson  <jas@extundo.com>
53508
53509         * tests/test-base64.c: Add license.
53510
53511 2004-12-15  Stepan Kasal  <address@hidden>
53512
53513         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53514
53515 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53516
53517         * modules/getcwd (Files): Add m4/d-ino.m4.
53518         Suggested by Mark D. Baushke.
53519
53520 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53521
53522         * lib/getdate.y (textint): New member "negative".
53523         (time_zone_hhmm): New function.
53524         Expect 14 shift-reduce conflicts, not 13.
53525         (o_colon_minutes): New rule.
53526         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53527         (yylex): Set the "negative" member of signed numbers.
53528
53529 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53530
53531         * doc/getdate.texi (Time of day items, Time zone items):
53532         Describe new formats +00:00, UTC+00:00.
53533
53534 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53535
53536         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53537         spurious "-l"s.  Problem reported by Stepan Kasal.
53538
53539 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53540
53541         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53542         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53543
53544 2004-12-04  Simon Josefsson  <jas@extundo.com>
53545
53546         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53547         Vandoorselaere <yoann@prelude-ids.org>.
53548
53549 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53550
53551         Changes imported from coreutils.
53552         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53553         exist.
53554         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53555
53556 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53557
53558         Changes imported from coreutils.
53559         * lib/hard-locale.c: Assume <locale.h> exists.
53560         Include "strdup.h".
53561         (GLIBC_VERSION): New macro.
53562         (hard_locale): Assume setlocale exists.
53563         Rewrite to avoid #ifdef.
53564         Use strdup rather than malloc + strcpy.
53565         * lib/human.c: Assume <locale.h> exists.
53566         (human_readable): Assume localeconv exists.
53567
53568 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53569
53570         * modules/hard-locale (Depends-on): Add strdup.
53571
53572 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53573
53574         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53575         convert T2, not T.  (Imported from libc.)
53576
53577 2004-11-30  Simon Josefsson  <jas@extundo.com>
53578
53579         * modules/restrict (License): Change to LGPL.
53580
53581 2004-11-30  Simon Josefsson  <jas@extundo.com>
53582
53583         * m4/restrict.m4: Add copyright and copying conditions.
53584
53585 2004-11-30  Simon Josefsson  <jas@extundo.com>
53586
53587         * m4/base64.m4: New file.
53588
53589 2004-11-30  Simon Josefsson  <jas@extundo.com>
53590
53591         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53592         base64.
53593
53594         * tests/test-base64.c: New file.
53595
53596         * modules/base64: New file.
53597
53598 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53599
53600         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53601         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53602
53603         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53604
53605 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53606
53607         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53608         (__getcwd.c): Don't restore errno; glibc doesn't.
53609         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53610         first, falling back to our code only if its results look suspicious.
53611         Ensure that the resulting buffer is only as large as necessary.
53612
53613         * lib/readutmp.c: Include readutmp.h first.
53614         Include <errno.h>, since readutmp.h no longer does that.
53615         * lib/readutmp.h: Don't include <errno.h>,
53616         <sys/param.h>, <time.h>; not needed to establish interface.
53617         (errno): Remove decl.
53618         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53619         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53620         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53621
53622 2004-11-28  Simon Josefsson  <jas@extundo.com>
53623
53624         * lib/base64.h, base64.c: New file.
53625
53626 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53627
53628         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53629
53630 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53631
53632         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53633         (Depends-on): Remove pathmax, same.  Add mempcpy.
53634         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53635         (Makefile.am): Append getcwd.h to lib_SOURCES.
53636         (Include): Add getcwd.h.
53637         (Maintainer): Change from Jim Meyering to "all, glibc",
53638         since getdate now uses intended-for-glibc code.
53639         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53640         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53641
53642 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53643
53644         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53645         HP's ANSI C compiler.
53646         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53647         Declaring int functions causes warnings on some modern systems and
53648         shouldn't be needed to compile on ancient ones.
53649         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53650         defined.
53651
53652         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53653         with the following changes.
53654         (__set_errno): Parenthesize properly.
53655         Include <stdbool.h>.
53656         (MIN, MAX, MATCHING_INO): New macros.
53657         (__getcwd): Define with prototype, not K&R form.
53658         Use heuristics to allocate default buffer on stack if possible.
53659         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53660         behavior, and to avoid the PATH_MAX limit when computing
53661         ../../../../...
53662         Use MATCHING_INO to compare inode number to file.
53663         Check for arithmetic overflow in size calculations.
53664         Fix bug in reallocation of dot array that caused getcwd to fail
53665         on directories nested deeper than 75.
53666         Be more careful about saving errno on error.
53667         Do not use realloc; use only free+malloc, as this is a bit
53668         more flexible and avoids a needless copy operation.
53669         Do not inspect st_dev and st_ino for symbolic links; POSIX
53670         doesn't specify the latter.
53671         Check for closedir errors.
53672         Avoid needless casts.
53673         Use "#ifdef weak_alias" around weak_alias, to be like other
53674         glibc code.
53675         The following changes to getcwd.c have effect only when used in
53676         gnulib; they have no effect inside glibc proper.
53677         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53678         as alloca isn't used.
53679         (alloca, __alloca): Likewise.
53680         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53681         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53682         unconditionally, as gnulib assumes C89 or better.
53683         Do not include <sys/param.h>.
53684         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53685         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53686         better.
53687         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53688         Include <dirent.h> in a way that is compatible with modern Autoconf.
53689         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53690         New macros, if not already defined.
53691         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53692         Use "_LIBC", not "defined _LIBC", for consistency.
53693         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53694         a mempcpy module.
53695         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53696         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53697         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53698         credit only to Jim Meyering and adjust the copyright dates.
53699         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53700         <stdlib.h>, <unistd.h>, "pathmax.h".
53701         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53702         (INITIAL_BUFFER_SIZE): Remove.
53703         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53704
53705 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53706
53707         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53708         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53709         Use the _ONCE methods, for efficiency.
53710         Check for fcntl.h.  In test program, include <errno.h>
53711         and <fcntl.h> if available.  Remove old K&R cruft from
53712         test program.  Check for common errors in GNU/Linux,
53713         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53714         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53715         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53716         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53717         name accordingly.
53718         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53719         accommodate new getcwd.c.
53720         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53721         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53722         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53723         that's all we need now.
53724
53725 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53726
53727         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53728         argp-parse.c depends on getopt internals, that means we should
53729         always use our getopt, to be on the safe side.
53730         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53731         order not to spoil the result of an eventual previous invocation
53732         of gl_GETOPT_SUBSTITUTE.
53733
53734 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53735
53736         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53737         redefinition warnings. To avoid them, include the defines
53738         in `#if !defined __need_getopt ... #endif'. The only place
53739         where __getopt_argv_const is used is in definitions
53740         of getopt_long and getopt_long_only below, which are as well
53741         protected by `#ifndef __need_getopt'.
53742         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53743         __need_getopt after including <stdio.h> and <unistd.h> These
53744         headers might have defined it.
53745
53746 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53747
53748         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53749
53750 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53751
53752         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53753         (futimens): New function, which uses futimes if available.
53754         (futimens, utimens): Support timespec==NULL, with same semantics
53755         as utime and utimens.
53756         * lib/utimens.h (futimens): New decl.
53757
53758 2004-11-23  Jim Meyering  <jim@meyering.net>
53759
53760         * lib/getopt_.h: Remove trailing blanks.
53761
53762 2004-11-23  Jim Meyering  <jim@meyering.net>
53763
53764         * lib/__fpending.c: Add comment.
53765
53766 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53767
53768         * modules/canonicalize (Depends-on): Add xreadlink.
53769         Problem reported by James Youngman.
53770
53771 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53772
53773         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53774         New macros.
53775         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53776         optopt): Use them instead of invoking ## directly; otherwise, the
53777         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53778
53779 2004-11-19  Bruno Haible  <bruno@clisp.org>
53780
53781         * lib/strtok_r.c: Move comments from here...
53782         * lib/strtok_r.h: ... to here.
53783
53784 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53785
53786         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
53787         implementations that mishandle size_t overflow.
53788
53789 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53790
53791         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
53792         might fail.  Problem reported by Yoann Vandoorselaere.
53793         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
53794         implementations that mishandle size_t overflow.
53795
53796 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53797
53798         * modules/canon-host (Depends-on): Add strdup.
53799
53800 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53801
53802         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
53803
53804 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53805
53806         * lib/canon-host.c: Include "strdup.h".
53807         (canon_host): Use getaddrinfo if available, so that IPv6 works.
53808         Use strdup instead of malloc/strcpy to duplicate strings.
53809
53810         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
53811         (human_space_before_unit): New constant.
53812         * lib/human.c (human_readable): Support it.
53813
53814         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
53815         (xgetcwd): Set errno correctly when failing.
53816         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
53817         the failure is actually due to a PATH_MAX problem.
53818
53819         Further getopt changes to make it more likely that glibc will
53820         buy the changes back.
53821         * lib/getopt.c (POSIXLY_CORRECT): New constant.
53822         (getopt): Use it, so to preserve glibc semantic
53823         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
53824         when compiling for libc.
53825         * lib/getopt_.h (__getopt_argv_const): Bring it back.
53826         (getopt_long, getopt_long_only): Use it.
53827
53828         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53829         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
53830         (getopt): Argv is now char * const *, as per standard.
53831         (_getopt_internal_r, _getopt_internal): Argv is now char **,
53832         not char *__getopt_argv_const *.
53833         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53834         _getopt_long_only_r): Likewise.
53835         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
53836         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53837         _getopt_long_r, _getopt_long_only_r): Likewise.
53838         * lib/getopt_.h (__getopt_argv_const): Remove.
53839         (getopt): Argv is now char * const *, as per standard.
53840
53841         * lib/getdate.y (tORDINAL): New token.
53842         (day, relunit): Allow it for relative times.
53843         (relative_time_table): Use tORDINAL for ordinals.
53844
53845 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53846
53847         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
53848         Document that "second" isn't allowed as an ordinal number.
53849
53850 2004-11-16  Jim Meyering  <jim@meyering.net>
53851
53852         * modules/closeout (Depends-on): Add fpending.
53853
53854 2004-11-15  Jim Meyering  <jim@meyering.net>
53855
53856         * lib/closeout.c: Include "__fpending.h" once again.
53857         Include <stdbool.h>.
53858         (close_stdout): Don't fail just because stdout was closed initially,
53859         since some programs don't write to stdout in the normal course of
53860         operation (other than --version and --help), and we don't want this
53861         function to make e.g. `touch file >&-' fail.
53862         But do fail if it was closed and someone has tried to write to it.
53863         E.g., `printf foo >&-' must fail.
53864
53865 2004-11-13  Jim Meyering  <jim@meyering.net>
53866
53867         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
53868
53869 2004-11-12  Simon Josefsson  <jas@extundo.com>
53870
53871         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
53872         small doc fix is still pending.
53873
53874 2004-11-11  Simon Josefsson  <jas@extundo.com>
53875
53876         * modules/strtok_r: New file.
53877
53878         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53879         strtok_r.
53880
53881 2004-11-11  Simon Josefsson  <jas@extundo.com>
53882
53883         * m4/strtok_r.m4: New file.
53884
53885         * m4/getopt.m4: Replace opterr.
53886
53887 2004-11-11  Simon Josefsson  <jas@extundo.com>
53888
53889         * lib/strtok_r.h, strtok_r.c: New file.
53890
53891 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53892
53893         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
53894         of replacing opterr, getopt, etc.  This should handle the
53895         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
53896
53897 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53898
53899         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
53900         we can stop lying to compilers about the constness of argv when we
53901         are compiled outside glibc.
53902         (getopt, getopt_long, getopt_long_only): Use it.
53903         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53904         _getopt_internal, getopt): Likewise.
53905         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53906         _getopt_long_only_r): Likewise.
53907         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53908         _getopt_long_r, _getopt_long_only_r): Likewise.
53909
53910         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
53911         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
53912         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
53913         the other external symbols.
53914         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
53915         declaration, since the above renaming now works around collisions.
53916
53917 2004-11-11  Jim Meyering  <jim@meyering.net>
53918
53919         * lib/linebreak.c: Remove trailing blanks.
53920         * lib/alloca_.h: Likewise.
53921         * lib/acosl.c: Likewise.
53922         * lib/euidaccess.c: Likewise.
53923         * lib/allocsa.h: Likewise.
53924
53925 2004-11-10  Simon Josefsson  <jas@extundo.com>
53926
53927         * m4/getaddrinfo.m4: New file.
53928
53929 2004-11-10  Simon Josefsson  <jas@extundo.com>
53930
53931         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
53932
53933 2004-11-10  Simon Josefsson  <jas@extundo.com>
53934
53935         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53936         getaddrinfo.
53937
53938         * modules/getaddrinfo: New file.
53939
53940 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53941
53942         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
53943
53944 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53945
53946         * lib/mktime.c (SHR): New macro, which is a portable
53947         substitute for >> that should work even on Crays.
53948         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
53949         Problem reported by Mark D. Baushke in
53950         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
53951         * lib/getdate.y (SHR): Likewise.
53952         (tm_diff): Use it.
53953         * lib/strftime.c (SHR): Likewise.
53954         (tm_diff): Use it.
53955         * lib/quotearg.c (struct quoting_options): Use unsigned int for
53956         quote_these_too, so that right shifts are well defined.  All uses
53957         changed.
53958
53959 2004-11-10  Jim Meyering  <jim@meyering.net>
53960
53961         Ensure that no close failure goes unreported.
53962         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
53963         return early when it seems there's nothing to flush.
53964         Don't include __fpending.h.
53965
53966 2004-11-10  Jim Meyering  <jim@meyering.net>
53967
53968         * modules/closeout (Depends-on): Remove fpending.
53969
53970 2004-11-10  Jim Meyering  <jim@meyering.net>
53971
53972         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
53973
53974 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53975
53976         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
53977         gl_FUNC_STRFTIME.
53978         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
53979         and AC_REQUIRE when possible, to avoid duplicate checks.
53980         Check for <wchar.h>.
53981
53982 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53983
53984         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
53985
53986 2004-11-09  Bruno Haible  <bruno@clisp.org>
53987
53988         * m4/sockpfaf.m4: New file.
53989
53990 2004-11-05  Bruno Haible  <bruno@clisp.org>
53991
53992         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
53993         Reported by Mark D. Baushke <mdb@cvshome.org>.
53994
53995 2004-11-04  Bruno Haible  <bruno@clisp.org>
53996
53997         2004-09-11  Bruno Haible  <bruno@clisp.org>
53998                 * allocsa.valgrind: New file.
53999         2004-02-06  Bruno Haible  <bruno@clisp.org>
54000                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54001                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54002                 Reported by Christopher Seip <chris.seip@hp.com>.
54003
54004 2004-11-04  Bruno Haible  <bruno@clisp.org>
54005
54006         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54007         (Makefile.am): Distribute it.
54008
54009 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54010
54011         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54012         with errno == ERANGE if the buffer is too small.
54013         Problem reported by Mark D. Baushke.
54014
54015 2004-11-03  Albert Chin  <china@thewrittenword.com>
54016             Paul Eggert  <eggert@cs.ucla.edu>
54017
54018         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54019         equivalent, substitute $ac_type for equivalent type rather than
54020         blindly using uint32_t *always* which won't work if uint32_t is not
54021         available.  Define _UINT32_T to work around typedef of uint32_t if
54022         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54023         2.5.1.
54024
54025 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54026
54027         * m4/jm-macros.m4: Sync from coreutils.
54028         (gl_MACROS): Check for mbrlen, for pathchk.
54029         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54030
54031 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54032
54033         * lib/xreadlink.c (MAXSIZE): New macro.
54034         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54035         size does not exceed MAXSIZE.  Avoid cast.
54036         As suggested by Mark D. Baushke in
54037         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54038         if readlink fails with buffer size just under MAXSIZE, try again
54039         with MAXSIZE.
54040
54041 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54042
54043         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54044
54045 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54046         and  Paul Eggert  <eggert@cs.ucla.edu>
54047
54048         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54049         (get_date): Overparenthesize to avoid GCC warning.
54050
54051 2004-11-02  Bruno Haible  <bruno@clisp.org>
54052
54053         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54054         returns void.
54055
54056 2004-11-02  Bruno Haible  <bruno@clisp.org>
54057
54058         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54059         function returns void.
54060
54061 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54062
54063         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54064         fflush_unlocked, flockfile, funlockfile, funlockfile,
54065         fputs_unlocked, putc_unlocked.
54066
54067 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54068
54069         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54070         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54071         already declared.
54072
54073 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54074
54075         * modules/getdate (Files): Add doc/getdate.texi.
54076         (Depends-on): Add setenv, xalloc.
54077
54078 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54079
54080         * lib/getdate.y: Add support for TZ="foo" within a date string.
54081         Fix some bugs near time_t boundaries.  Reject dates with
54082         out-of-range components, e.g., "Sept 31".
54083         Include <stdlib.h>, "setenv.h", "xalloc.h".
54084         (ISDIGIT_LOCALE): Remove; unused.
54085         Note that the TZ and time functions used here are not reentrant.
54086         (mktime_ok, get_tz): New functions.
54087         (TZBUFSIZE): New constant.
54088         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54089         This requires that we sometimes generate our own TZ="XXX..." setting.
54090
54091 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54092
54093         * doc/getdate.texi: New file, from coreutils with modifications for
54094         the new TZ parsing.
54095
54096 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54097
54098         * lib/mktime.c (not_equal_tm): Remove redundant check.
54099
54100 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54101
54102         * modules/regex (lib_SOURCES): Add regex.c.
54103         Reported by James Youngman in
54104         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54105
54106 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54107
54108         * lib/getdate.y: Use Bison 1.875 features, and some minor
54109         code cleanups.  This change does not affect semantics.
54110         Don't include <stdlib.h>; no longer needed.
54111         Don't include unlocked-io.h; only the "#if TEST" code uses
54112         stdio, and performance isn't crucial there.
54113         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54114         Bison 1.875 features as described below.
54115         All uses of "PC." replaced by "pc->".
54116         (YYSTYPE): Add a forward declaration.
54117         (yylex, yyerror): Use full prototypes in forward decls.
54118         Use "%pure-parser" rather than obsolescent "%pure_parser".
54119         Use %parse-param and %lex-param instead of obsolescent
54120         YYPARSE_PARAM and YYLEX_PARAM.
54121         (meridian_table, month_and_day_table, time_units_table,
54122         relative_time_table, time_zone_table, military_table,
54123         lookup_zone, lookup_word, get_date):
54124         Use NULL instead of 0 where appropriate.
54125         (to_hour): Avoid abort (), to avoid a dependency on
54126         stdlib.h.
54127         (yyerror, yylex): Now accepts parser_control * arg.
54128         (main) [TEST]: Use '\0' rather than 0 for char.
54129
54130 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54131
54132         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54133
54134 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54135
54136         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54137         It's now the caller's responsibility to handle the case where
54138         !HAVE_GETPAGESIZE && !defined getpagesize.
54139
54140         * lib/mktime.c (leapyear): Arg is long int, not int.
54141
54142 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54143
54144         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54145
54146 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54147
54148         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54149         missing.  Problem reported by James Youngman.
54150
54151 2004-10-16  Simon Josefsson  <jas@extundo.com>
54152
54153         * gnulib-tool: Fix comments.  Fix parse problem.
54154         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54155
54156 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54157
54158         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54159         implementation of getopt_long.  Problem reported by Alexander Taler in:
54160         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54161
54162 2004-10-15  Bruno Haible  <bruno@clisp.org>
54163
54164         * gnulib-tool: Untabify. Initialize supplied_libname.
54165         (func_usage): More homogenous output.
54166         (func_modules_transitive_closure, func_modules_to_filelist,
54167         func_emit_lib_Makefile_am): New functions.
54168         (func_import): New function, extracted from big case statement. Use
54169         func_get_license, func_modules_transitive_closure,
54170         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54171         opt_lgpl. Don't use test -a, as it's not portable.
54172         (func_create_testdir): Use func_modules_transitive_closure,
54173         func_modules_to_filelist, func_emit_lib_Makefile_am.
54174
54175 2004-10-15  Bruno Haible  <bruno@clisp.org>
54176
54177         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54178
54179 2004-10-15  Bruno Haible  <bruno@clisp.org>
54180
54181         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54182         the portions belonging to each module.
54183         Suggested by Derek Robert Price <derek@ximbiot.com>.
54184
54185 2004-10-12  Simon Josefsson  <jas@extundo.com>
54186
54187         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54188         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54189         to real functions.
54190
54191 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54192
54193         * modules/vsnprintf: New file.
54194
54195 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54196
54197         * m4/vsnprintf.m4: New file.
54198
54199 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54200
54201         * lib/vsnprintf.h: New file.
54202         * lib/vsnprintf.c: New file.
54203
54204 2004-10-11  Bruno Haible  <bruno@clisp.org>
54205
54206         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54207         vsnprintf.
54208
54209 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54210
54211         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54212
54213 2004-10-07  Bruno Haible  <bruno@clisp.org>
54214
54215         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54216         fits into the provided buffer.
54217
54218 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54219
54220         * lib/diacrit.c, diacrit.h: Add GPL notice.
54221
54222         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54223         notice.
54224         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54225         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54226         This avoids a potential constant-folding bug.
54227
54228 2004-10-05  Bruno Haible  <bruno@clisp.org>
54229
54230         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54231         for the declaration of strsep.
54232
54233 2004-10-05  Bruno Haible  <bruno@clisp.org>
54234
54235         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54236
54237 2004-10-04  Simon Josefsson  <jas@extundo.com>
54238
54239         * modules/memmem: New file.
54240         * tests/test-memmem.c: New file.
54241         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54242
54243 2004-10-04  Simon Josefsson  <jas@extundo.com>
54244
54245         * m4/memmem.m4: New file.
54246
54247 2004-10-04  Simon Josefsson  <jas@extundo.com>
54248
54249         * lib/memmem.h: New file.
54250         * lib/memmem.c: New file, taken from glibc.
54251
54252 2004-10-04  Simon Josefsson  <jas@extundo.com>
54253
54254         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54255         '#ifdef USE_UNLOCKED_IO'.
54256
54257 2004-10-04  Simon Josefsson  <jas@extundo.com>
54258
54259         * config/srclist.txt: Add memmem from glibc.
54260
54261 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54262
54263         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54264
54265         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54266         modules/exclude, modules/getdate, modules/getline,
54267         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54268         modules/getusershell, modules/linebuffer, modules/md5,
54269         modules/mountlist, modules/posixtm, modules/readtokens,
54270         modules/readutmp, modules/regex, modules/sha1,
54271         modules/version-etc, modules/yesno:
54272         Remove dependency on unlocked-io.
54273
54274 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54275
54276         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54277
54278         * m4/unlocked-io.m4: Add copyright notice.
54279         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54280
54281 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54282
54283         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54284         * lib/xmalloc.c (xmemdup): Likewise.
54285         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54286         XFREE): Remove these long-obsolescent macros.
54287         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54288         * lib/xstrdup.c: Remove.
54289
54290         * lib/regex.c (re_comp): Cast gettext return value to char *,
54291         Problem reported by Martin Neitzel via Mark D. Baushke.
54292
54293 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54296         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54297         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54298         regex.c, sha1.c, version-etc.c, yesno.c:
54299         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54300         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54301         the includer's responsibility.
54302
54303         Sync from coreutils.
54304
54305         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54306         points to the start of a string, as the C Standard says the
54307         resulting behavior is undefined.
54308
54309         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54310         simple -> simple_backups, numbered_existing ->
54311         numbered_existing_backups, numbered -> numbered_backups
54312         to avoid shadowing problems.  All uses changed.
54313         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54314         * lib/backupfile.c (check_extension, numbered_backup):
54315         Rename locals to avoid shadowing 'basename'.
54316         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54317         once.
54318
54319         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54320         * lib/.cvsignore: Add getopt.h.
54321
54322 2004-10-04  Bruno Haible  <bruno@clisp.org>
54323
54324         * modules/README: New file.
54325         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54326         not a module.
54327
54328 2004-10-02  Jim Meyering  <jim@meyering.net>
54329
54330         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54331
54332 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54333
54334         * modules/strsep: New file.
54335
54336 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54337
54338         * m4/strsep.m4: New file.
54339
54340 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54341
54342         * lib/strsep.h: New file.
54343         * lib/strsep.c: New file.
54344
54345 2004-10-01  Simon Josefsson  <jas@extundo.com>
54346
54347         * lib/snprintf.c (snprintf): Handle size==0.
54348
54349 2004-10-01  Simon Josefsson  <jas@extundo.com>
54350             Bruno Haible  <bruno@clisp.org>
54351
54352         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54353         (snprintf): Declare 'args'.
54354
54355 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54356
54357         * lib/snprintf.c: Remove comments as to why each header is needed.
54358
54359 2004-10-01  Bruno Haible  <bruno@clisp.org>
54360
54361         * MODULES.html.sh: Add strsep.
54362
54363 2004-09-30  Simon Josefsson  <jas@extundo.com>
54364
54365         * modules/snprintf: New file.
54366
54367 2004-09-30  Simon Josefsson  <jas@extundo.com>
54368
54369         * m4/snprintf.m4: New file.
54370
54371 2004-09-30  Simon Josefsson  <jas@extundo.com>
54372
54373         * lib/snprintf.h, lib/snprintf.c: New files.
54374
54375 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54376
54377         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54378         (hol_entry_help): Never translate an empty string.
54379         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54380         * lib/argp.h (OPTION_NO_TRANS): New option.
54381
54382 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54383
54384         * modules/argp (Maintainer): Replace Simon Josefsson
54385         by Sergey Poznyakoff.
54386
54387 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54388
54389         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54390         changes merged back into glibc.
54391
54392 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54393
54394         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54395
54396 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54397
54398         * lib/xvasprintf.c: Include xalloc.h.
54399         (xvasprintf): Use xalloc_die, not xmalloc_die.
54400
54401 2004-09-29  Bruno Haible  <bruno@clisp.org>
54402
54403         * modules/alloca-opt: New file, derived from modules/alloca.
54404         * modules/allocsa: Depend on alloca-opt instead of alloca.
54405         * modules/setenv: Likewise.
54406         * modules/vasnprintf: Likewise.
54407         * MODULES.html.sh: Add alloca-opt.
54408
54409 2004-09-28  Simon Josefsson  <jas@extundo.com>
54410
54411         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54412         LGPL, and to replace license template from GPL to LGPL.
54413
54414 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54415
54416         * modules/dummy: Change license to LGPL.
54417
54418 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54419
54420         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54421
54422 2004-09-24  Simon Josefsson  <jas@extundo.com>
54423
54424         * modules/minmax (License): Change from GPL to LGPL.
54425
54426 2004-09-23  Simon Josefsson  <jas@extundo.com>
54427
54428         * gnulib-tool (--import): Typo.
54429
54430 2004-09-23  Simon Josefsson  <jas@extundo.com>
54431
54432         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54433
54434 2004-09-22  Bruno Haible  <bruno@clisp.org>
54435
54436         * modules/*: Add 'License' field.
54437         * gnulib-tool: Accept --extract-license option.
54438         (func_get_license): New function.
54439
54440 2004-09-21  Bruno Haible  <bruno@clisp.org>
54441
54442         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54443         Reported by Simon Josefsson.
54444
54445 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54446
54447         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54448         gl_AC_TYPE_LONG_LONG.
54449
54450 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54451
54452         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54453
54454 2004-09-18  Simon Josefsson  <jas@extundo.com>
54455         and  Paul Eggert  <eggert@cs.ucla.edu>
54456
54457         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54458         calls with autoreconf.  Define GL_LIB.
54459
54460 2004-09-14  Karl Berry  <karl@gnu.org>
54461
54462         * config/srclist.txt: unsync setenv.c, sigh.
54463
54464 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54465
54466         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54467         Problem reported by Bruno Haible in:
54468         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54469
54470 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54471
54472         * config/srclist.txt: Comment out argp-pvh.c.
54473
54474 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54475
54476         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54477         in case some system header has #define'd it.  Problem reported by
54478         Soeren D. Schulze in
54479         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54480
54481 2004-09-09  Karl Berry  <karl@gnu.org>
54482
54483         * regex.[ch]: delete from the root.  These were supposed to be
54484                 synced with emacs cvs, but this has not happened for about
54485                 a year, and anyway nothing else uses emacs regex.[ch].
54486                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54487                 lib/regex[.ch] is untouched.
54488
54489 2004-09-09  Bruno Haible  <bruno@clisp.org>
54490
54491         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54492
54493 2004-09-09  Bruno Haible  <bruno@clisp.org>
54494
54495         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54496         modifications.
54497         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54498
54499 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54500
54501         * modules/xvasprintf: New file.
54502         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54503
54504 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54505
54506         * lib/xvasprintf.h: New file.
54507         * lib/xvasprintf.c: New file.
54508         * lib/xasprintf.c: New file.
54509
54510 2004-09-08  Bruno Haible  <bruno@clisp.org>
54511
54512         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54513
54514 2004-09-08  Bruno Haible  <bruno@clisp.org>
54515
54516         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54517         length is > INT_MAX.
54518         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54519         more.
54520
54521 2004-09-08  Bruno Haible  <bruno@clisp.org>
54522
54523         * lib/stdint_.h: New file, taken from GNU clisp.
54524
54525 2004-09-08  Bruno Haible  <bruno@clisp.org>
54526             Oskar Liljeblad  <oskar@osk.mine.nu>
54527
54528         * modules/stdint: New file.
54529         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54530
54531 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54532
54533         Import from coreutils.
54534         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54535         strings on unbounded length.  alloca's performance benefits aren't
54536         that important here.
54537         (V_STRDUP): Remove.
54538         (parse_with_separator): New function, with most of the internals
54539         of the old parse_user_spec.  Allow user to omit both user and group,
54540         for compatibility with FreeBSD.
54541         Clone only the user name, not the entire spec.
54542         Do not set *uid, *gid unless entirely successful.
54543         Avoid memory leak in some failing cases.
54544         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54545         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54546         (parse_user_spec): Rewrite to use parse_with_separator.
54547
54548 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54549
54550         * modules/userspec: Don't depend on alloca.
54551
54552 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54553
54554         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54555
54556 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54557
54558         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54559         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54560         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54561
54562 2004-08-16  Simon Josefsson  <jas@extundo.com>
54563
54564         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54565         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54566         Add --dry-run for --import.
54567         Let user provided command line parameters override configure.ac
54568         settings.
54569
54570 2004-08-12  Simon Josefsson  <jas@extundo.com>
54571
54572         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54573         as discussed with Paul Eggert in threads rooted at
54574         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54575         and
54576         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54577         Before, the test was empty, and relied on ELIDE_CODE in source
54578         code.)
54579         (gl_PREREQ_GETOPT): New macro.
54580         (gl_GETOPT): Use them.
54581
54582 2004-08-12  Simon Josefsson  <jas@extundo.com>
54583
54584         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54585         * lib/getopt_.h: Renamed from getopt.h.
54586
54587 2004-08-12  Simon Josefsson  <jas@extundo.com>
54588
54589         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54590         Change default library name from libfoo to libgnu.
54591         Now, if you have a configure.ac that says:
54592                 gl_SOURCE_BASE(gl)
54593                 gl_M4_BASE(gl/m4)
54594                 gl_MODULES(error getopt etcetera)
54595                 gl_INIT
54596         you can import all you need by running:
54597                 ../gnulib/gnulib-tool --import
54598
54599         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54600         (Makefile.am): Rewrite, use logic from argz.
54601         (Include): Use <getopt.h> instead of "getopt.h".
54602
54603 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54604
54605         * modules/argp (Files): Add m4/unlocked-io.m4.
54606         (Depends-on): Add extensions.
54607
54608 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54609
54610         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54611         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54612         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54613         Check for program_invocation_name, program_invocation_short_name,
54614         flockfile, funlockfile, features.h, _getopt_long_only_r.
54615
54616 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54617
54618         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54619         its complicated substitute.
54620         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54621         and program_invocation_name.
54622         (__argp_basename) [!_LIBC]: Remove; the only use was
54623         replaced by its body.
54624         (__argp_short_program_name): Change condition from
54625         !defined __argp_short_program_name to
54626         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54627         to match argp-namefrob.h.
54628         (__argp_failure): Don't assume strerror_r returns char *.
54629         * lib/argp-parse.c (N_): Define unconditionally.
54630         (argp_default_options): Fill out initializers with 0 to avoid
54631         gcc warnings.
54632
54633 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54634
54635         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54636         getopt1.c.
54637
54638 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54639
54640         Merge from coreutils.
54641
54642         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54643
54644         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54645         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54646
54647 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54648
54649         Merge from coreutils.
54650
54651         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54652         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54653         for Reliant Unix 5.43.
54654
54655         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54656         (union fooround): Use uintmax_t, not long int.
54657         The rest is a merge from libc:
54658         [defined _LIBC]: Include <shlib-compat.h>.
54659         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54660
54661         * lib/settime.c (settime): Recode to avoid warning with
54662         Sun Forte C 6U2.
54663
54664         * lib/strverscmp.c: Convert to UTF-8.
54665
54666 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54667
54668         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54669         m4/uintmax_t.m4.
54670
54671 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54672
54673         * modules/xalloc-die: New file.
54674         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54675
54676         * modules/md5 (Files): Add m4/uint32_t.m4.
54677         * modules/sha1: Renamed from modules/sha.
54678         (Files):
54679         Rename lib/sha.h to lib/sha1.h.
54680         Rename lib/sha.c to lib/sha1.c.
54681         Rename m4/sha.m4 to m4/sha1.m4.
54682         (lib_SOURCES): Likewise.
54683         (configure.ac): Rename gl_SHA to gl_SHA1.
54684         (Include): sha.h -> sha1.h.
54685
54686 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54687
54688         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54689         * m4/sha1.m4: Renamed from sha.m4.
54690         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54691
54692 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54693
54694         * lib/obstack.h (obstack_empty_p):
54695         Don't assume that chunk->contents is suitably aligned.
54696         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54697         Likewise. Problem reported by Benno in
54698         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54699
54700         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54701         readable.  This could be improved further but it'd take some work.
54702
54703 2004-08-08  Simon Josefsson  <jas@extundo.com>
54704
54705         * modules/xgethostname (Depends-on): Remove exit and error (not
54706         used).
54707
54708         * modules/getpass-gnu: Add getpass.h.
54709         (Depends-on): Add stdbool.
54710         * modules/getpass: Add getpass.h.
54711
54712 2004-08-08  Simon Josefsson  <jas@extundo.com>
54713
54714         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54715         Check getpass declaration.
54716
54717 2004-08-08  Simon Josefsson  <jas@extundo.com>
54718
54719         * lib/xgethostname.c: Don't include error.h (not used).
54720
54721         * lib/getpass.h: Add.
54722         * lib/getpass.c: Include getpass.h first.
54723
54724 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54725
54726         * lib/xalloc-die.c: New file.
54727         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54728         All uses removed.
54729         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54730         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54731         xalloc-die.c.
54732         (_, N_, xalloc_die): Move to xalloc-die.c.
54733         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54734         so that we needn't mess with xalloc_msg_memory_exhausted.
54735
54736         * lib/sha1.h: Renamed from sha.h.
54737         (SHA1_H): Renamed from _SHA_H.
54738         (sha1_ctx): Renamed from sha_ctx.
54739         (sha1_init_ctx): Renamed from sha_init_ctx.
54740         (sha1_process_block): Renamed from sha_process_block.
54741         (sha1_process_bytes): Renamed from sha_process_bytes.
54742         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54743         (sha1_read_ctx): Renamed from sha_read_ctx.
54744         (sha1_stream): Renamed from sha_stream.
54745         (sha1_buffer): Renamed from sha_buffer.
54746         * lib/sha1.c: Likewise; renamed from sha.c.
54747         Do not include <sys/types.h>.
54748         Include <stddef.h> rather than <stdlib.h>.
54749
54750 2004-08-08  Bruno Haible  <bruno@clisp.org>
54751
54752         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54753         FILESYSTEM_PREFIX_LEN.
54754         * lib/progreloc.c: Likewise.
54755         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54756
54757 2004-08-06  Simon Josefsson  <jas@extundo.com>
54758
54759         * modules/progname (Depends-on): Don't depend on stdbool.
54760
54761 2004-08-06  Simon Josefsson  <jas@extundo.com>
54762
54763         * modules/getsubopt: New file.
54764         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54765         getsubopt.
54766
54767 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54768
54769         More merge from coreutils.
54770
54771         * m4/utimens.m4, m4/utimecmp.m4: New files.
54772         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54773         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54774         prereq.m4, sha.m4: Import changes from coreutils.
54775
54776 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54777
54778         More merge from coreutils.
54779         * modules/raise, modules/readtokens0, modules/utimens:
54780         * modules/utimecmp, module/xnanosleep: New files.
54781         * modules/strftime: Add lib/strftime.h.
54782         Change include from <time.h> to "strftime.h".
54783         * modules/yesno: Add lib/yesno.h.
54784         * modules/backupfile: Remove lib/addext.c.
54785         * modules/euidaccess: Add stat-macros.h.
54786         * modules/canonicalize, modules/euidaccess,
54787         modules/filemode, modules/lchown, modules/makepath,
54788         modules/rmdir, modules/stat: Likewise.
54789
54790 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54791
54792         Merge from tar.
54793         * lib/argp-help.c (make_hol, hol_append): Don't assume that
54794         SIZE_MAX is a valid preprocessor constant.
54795         (__argp_basename): Change from "#ifndef _LIBC"
54796         to "#ifndef __argp_short_program_name", so that
54797         we don't compile these functions for tar.
54798
54799         More merges from coreutils.
54800         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
54801         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
54802         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
54803         * lib/addext.c: Remove; no longer needed.
54804         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
54805         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
54806         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
54807         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
54808         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
54809         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
54810         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
54811         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
54812         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
54813         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
54814         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
54815         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
54816         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
54817         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
54818         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
54819         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
54820         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
54821         Import changes from coreutils.
54822
54823 2004-08-05  Simon Josefsson  <jas@extundo.com>
54824
54825         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
54826
54827 2004-08-05  Simon Josefsson  <jas@extundo.com>
54828
54829         * m4/getsubopt.m4: New file.
54830
54831 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54832
54833         Merge from coreutils.
54834
54835         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
54836         * m4/getcwd-path-max.m4: New files.
54837
54838         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
54839         FILESYSTEM_PREFIX_LEN ->
54840         FILE_SYSTEM_PREFIX_LEN.
54841         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
54842         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
54843         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
54844         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
54845
54846         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
54847         prerequisite modules now handle the DOS stuff.
54848         Don't check for unistd.h.
54849
54850 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54851
54852         Merge from coreutils.
54853
54854         * lib/.gdb-history: Remove; this doesn't belong here.
54855
54856         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
54857         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
54858         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
54859         * lib/getcwd.c: New files.
54860
54861         * lib/dirname.h: Include <stdbool.h>.
54862         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
54863         for consistency with POSIX terminology.  All uses changed.
54864         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
54865         (strip_trailing_slashes): Use bool for booleans.
54866         * lib/stripslash.c (strip_trailing_slashes): Likewise.
54867
54868         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
54869         sometimes returns a positive errno value even when it succeeds.
54870         (print_errno_message) [!LIBC]: Fall back on strerror if
54871         __strerror_r fails.
54872
54873         * lib/path-concat.c (mempcpy): Don't define if a system header defines
54874         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
54875         (longest_relative_suffix): New function.
54876         (path_concat): Use it.  Assume first argument is not NULL.
54877         Port to DOS.  Omit redundant separators.
54878         Report an error instead of returning NULL.
54879         Use mempcpy instead of memcpy.
54880         (xpath_concat): Remove: not declared or used.
54881
54882         * lib/same.h: Include <stdbool.h>
54883         (same_name): Return bool, not int.
54884         * lib/same.c (same_name): Likewise.
54885         (errno): Don't declare; we assume C89 or better now.
54886
54887         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
54888         if not already defined.
54889
54890         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
54891         * lib/dup-safer.c (errno): Likewise.
54892
54893 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54894
54895         Merge from coreutils.
54896         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
54897         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
54898         * modules/path-concat: Don't depend on strdup.
54899
54900 2004-08-03  Simon Josefsson  <jas@extundo.com>
54901
54902         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
54903         * lib/progname.h: Don't include stdbool.h.
54904
54905 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54906
54907         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
54908         * MODULES.html.sh (func_all_modules): Remove fatal.
54909
54910 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54911
54912         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
54913
54914 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54915
54916         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
54917         working.
54918
54919 2004-08-02  Simon Josefsson  <jas@extundo.com>
54920
54921         * lib/getsubopt.h: New file, with comments from Bruno Haible.
54922         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
54923         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
54924
54925 2004-08-01  Simon Josefsson  <jas@extundo.com>
54926
54927         * lib/xgetdomainname.c: Include stdlib.h, for free().
54928
54929 2004-07-19  Bruno Haible  <bruno@clisp.org>
54930
54931         * MODULES.html.sh (func_all_modules): Add dummy.
54932
54933 2004-07-16  Simon Josefsson  <jas@extundo.com>
54934
54935         * modules/dummy: New file.
54936
54937 2004-07-16  Simon Josefsson  <jas@extundo.com>
54938
54939         * lib/dummy.c: New file.
54940
54941 2004-07-16  Bruno Haible  <bruno@clisp.org>
54942
54943         * lib/backupfile.h: Add extern "C" for C++.
54944         * lib/closeout.h: Likewise.
54945         * lib/copy-file.h: Likewise.
54946         * lib/findprog.h: Likewise.
54947         * lib/full-write.h: Likewise.
54948         * lib/pathname.h: Likewise.
54949         * lib/progname.h: Likewise.
54950         * lib/stpcpy.h: Likewise.
54951         * lib/stpncpy.h: Likewise.
54952         * lib/strcase.h: Likewise.
54953         * lib/strstr.h: Likewise.
54954         * lib/xalloc.h: Likewise.
54955
54956         * lib/mbswidth.h: Add extern "C" for C++.
54957         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
54958
54959 2004-07-13  Robert Millan  <robertmh@gnu.org>
54960
54961         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
54962
54963 2004-07-09  Simon Josefsson  <jas@extundo.com>
54964
54965         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
54966         failed without this.)
54967
54968 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54969
54970         * modules/chown (Files): Add lib/fchown-stub.c, since
54971         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
54972
54973 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54974
54975         * lib/fchown-stub.c: New file.
54976
54977 2004-06-24  Jim Meyering  <jim@meyering.net>
54978
54979         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
54980
54981 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54982
54983         * modules/argz: Omit "#include".
54984
54985         * MODULES.html.sh (func_all_modules): Add calloc, to match
54986         2004-06-01 addition of calloc module.
54987
54988 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54989
54990         * m4/argz.m4: New file, which is autoupdated from libtool.
54991
54992 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54993
54994         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
54995         libtool.
54996
54997 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54998
54999         * config/srclist-update: Don't insist on "USA." before the
55000         close-comment, as libtool omits the period and puts the */ on a
55001         separate line.
55002         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55003         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55004
55005 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55006
55007         * modules/argz: New file.
55008         * MODULES.html.sh (func_all_modules): Add argz.
55009
55010 2004-06-12  Jim Meyering  <jim@meyering.net>
55011         and  Paul Eggert  <eggert@cs.ucla.edu>
55012
55013         * modules/hash (Files): Add lib/xalloc.h.
55014         * modules/pipe (Depends-on): Add wait-process.
55015         * modules/stat (Depends-on): Add xalloc.
55016         * modules/userspec (Files): Add lib/userspec.h.
55017         * modules/xstrto
55018
55019         Upgrade from gettext-0.13.
55020         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55021         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55022         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55023
55024 2004-06-10  Jim Meyering  <jim@meyering.net>
55025
55026         * lib/calloc.c: New file.
55027
55028 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55029
55030         * lib/getdate.y (yylex): Allow space between sign and number.
55031         Problem reported by Dan Jacobson.
55032
55033 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55034
55035         Merge from coreutils CVS.
55036
55037         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55038         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55039         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55040         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55041         xstrtol.m4: Fix copyright date and/or serial number.
55042
55043         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55044         See if we need an fchown replacement.
55045         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55046         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55047         and use the replacement function if we detect either defect.
55048
55049         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55050         gl_UTIMECMP.
55051
55052 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55053         and  Jim Meyering  <jim@meyering.net>
55054
55055         Merge from coreutils CVS.
55056
55057         * lib/stat-macros.h: New file, with contents from file-type.h
55058         and coreutils' system.h.
55059         * lib/file-type.c: Include "stat-macros.h".
55060         * lib/file-type.h (file_type): Move all macro definitions to new file,
55061         stat-macros.h.
55062
55063         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55064         Wrap old code with this conditional.
55065         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55066         function that does not dereference symlinks.
55067         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55068
55069         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55070         dependency problems.
55071         (xreadlink): Accept new arg SIZE, for efficiency.
55072         All decls and uses changed.
55073         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55074
55075         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55076         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55077
55078         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55079         sysexits.h.
55080
55081 2004-06-01  Jim Meyering  <jim@meyering.net>
55082
55083         * m4/calloc.m4: New file.
55084
55085 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55086
55087         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55088         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55089         Also, fix a typo in a diagnostic.
55090
55091 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55092
55093         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55094         or AC_FUNC_REALLOC.
55095
55096 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55097
55098         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55099         macros to be defined.
55100         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55101         the allocator returns NULL because the requested size is zero.
55102
55103 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55104
55105         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55106         var.  Add comment explaining why libc still defines it.  This
55107         merges the following patch from glibc:
55108         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55109
55110 2004-05-20  Andreas Schwab  <schwab@suse.de>
55111
55112         * m4/free.m4: Replace free if it not known to work, not the other
55113         way round.
55114
55115 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55116
55117         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55118         present in glibc since revision 1.1 of this file.
55119         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55120         obstack_alignment_mask, obstack_alloc, obstack_base,
55121         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55122         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55123         obstack_grow0, obstack_init, obstack_int_grow,
55124         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55125         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55126         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55127         nonexistent functions.
55128
55129 2004-05-18  Karl Berry  <karl@gnu.org>
55130
55131         * config/srclist.txt: break link for vasnprintf.c.
55132
55133 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55134
55135         Port obstack to the AS/400, where pointers are 16 bytes wide and
55136         you cannot cast an integer to a valid pointer.  This patch is
55137         currently waiting to be integrated into glibc; see
55138         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55139
55140         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55141         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55142         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55143         (struct obstack): temp member is now a union of a pointer and
55144         an integer, instead of an integer.  All integer uses changed.
55145         This does not affect the physical layout of struct obstack,
55146         except on hosts (like the AS/400) where the size or alignment of
55147         void * is greater than that of ptrdiff_t.
55148         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55149         __STDC__)]: Store temporary in pointer member of union, not
55150         integer member.
55151         * lib/obstack.c: Include <stddef.h>, for offsetof.
55152         (struct fooalign): Remove; it doesn't need a name.
55153         (union fooround): Change double to long double, and add void *.
55154         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55155         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55156         not a macro.  Hence the values are always int; so remove all
55157         casts-to-int in uses.
55158
55159 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55160
55161         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55162         we can get this patch merged into glibc.
55163
55164 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55165             Paul Eggert  <eggert@cs.ucla.edu>
55166
55167         * m4/argp: Depend on alloca.
55168
55169 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55170             Paul Eggert  <eggert@cs.ucla.edu>
55171
55172         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55173         freecoding.
55174
55175 2004-05-17  Bruno Haible  <bruno@clisp.org>
55176
55177         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55178         precision that consists of a '.' followed by an empty digit string.
55179         Patch by Tor Lillqvist <tml@iki.fi>.
55180
55181 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55182
55183         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55184         for backward compatibility with older code.  We need our own
55185         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55186         it under some other name, and our alloca.h will define it.
55187
55188 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55189             Derek Price  <derek@ximbiot.com>
55190
55191         * lib/alloca.c: Include <alloca.h>, to get our interface.
55192         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55193         include <alloca.h> first.  Use C89 prototype for alloca; this
55194         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55195         Use #elif for simplicity, since we can assume C89 now.
55196         Don't try to source the system alloca.h since it will not be found
55197         and to prevent recursively including its replacement.
55198         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55199         * lib/regex.c: Likewise.
55200
55201 2004-05-16  Derek Price  <derek@ximbiot.com>
55202             Paul Eggert  <eggert@cs.ucla.edu>
55203
55204         getline cleanup.  This changes the getndelim2 API: both order of
55205         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55206         no delimiter).
55207
55208         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55209         interface does that.
55210         (getline): Always use getdelim, so that we don't have two
55211         copies of this code.
55212         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55213         if available.
55214         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55215         (GETNDELIM2_MAXIMUM): New macro.
55216         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55217         instead of the old practice of delim2==0.  All callers changed.
55218         Return -1 on overflow, instead of returning junk.
55219         Do not set *linesize unless allocation succeeds.
55220         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55221         that we include sys/types.h.
55222         * lib/getnline.h: Likewise.
55223         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55224         (getndelim2): Reorder arguments.
55225         * lib/getnline.c (getnline, getndelim):
55226         Don't discard the NMAX argument.
55227         (getnline): Invoke getndelim, to avoid code duplication.
55228         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55229         of (size_t) -1 by callers of the getnline family.
55230
55231 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55232
55233         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55234         Check for gettimeofday.
55235         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55236         Check for settimeofday, stime.
55237
55238 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55239
55240         * lib/nanosleep.c (suspended): Change its type from int to
55241         sig_atomic_t volatile.
55242         (first_call): Make it private to rpl_nanosleep, and have it
55243         be zero initially as that's a bit faster.
55244         (my_usleep): Round up fractional times instead of truncating them,
55245         as this is the usual meaning for 'sleep'.
55246
55247         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55248         doesn't work.
55249         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55250         (ENOSYS): Define if not defined.
55251         (settime): Fall back on stime if it exists and settimeofday fails.
55252         But don't bother with fallbacks if a method fails with errno == EPERM.
55253
55254 2004-05-11  Jim Meyering  <jim@meyering.net>
55255
55256         Prior to this change, the save_cwd caller required read access to the
55257         current directory on most systems (ones with the fchdir function).
55258
55259         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55260         fails, try write-only, and finally, resort to using xgetcwd.
55261
55262 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55263
55264         * lib/obstack.c, obstack.h: Import changes from libc.
55265
55266 2004-04-28  Bruno Haible  <bruno@clisp.org>
55267
55268         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55269         also implicitly appends .exe to executables.
55270         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55271         accepts Windows pathnames.
55272         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55273         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55274         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55275         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55276         Reported by Derek Robert Price <derek@ximbiot.com>.
55277
55278 2004-04-21  Karl Berry  <karl@gnu.org>
55279
55280         * config/srclist.txt (localcharset.c): break sync.
55281
55282 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55283
55284         * m4/host-os.m4: Add a copyright notice.
55285
55286 2004-04-20  Jim Meyering  <jim@meyering.net>
55287
55288         Change UTILS_ to gl_ in AC_DEFINE'd names.
55289         Change utils_- and jm_-prefixed variables, too.
55290         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55291         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55292         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55293
55294         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55295         Don't emit trailing blanks.
55296         Also rename jm_-prefixed variables to have gl_ prefix.
55297
55298         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55299         Also rename jm_-prefixed variables to have gl_ prefix.
55300
55301         * m4/jm-macros.m4: Reflect the renamings.
55302         * m4/prereq.m4: Likewise.
55303
55304 2004-04-20  Jim Meyering  <jim@meyering.net>
55305
55306         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55307         memory.
55308
55309 2004-04-20  Jim Meyering  <jim@meyering.net>
55310             Bruno Haible  <bruno@clisp.org>
55311
55312         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55313         memory when realloc fails.
55314
55315 2004-04-19  Jim Meyering  <jim@meyering.net>
55316
55317         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55318         now that readutmp.c may call `free (0)'.
55319
55320 2004-04-19  Bruno Haible  <bruno@clisp.org>
55321
55322         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55323         * m4/inttypes_h.m4: Likewise.
55324         * m4/stdint_h.m4: Likewise.
55325         * m4/intmax_t.m4: Likewise.
55326         * m4/uintmax_t.m4: Likewise.
55327
55328 2004-04-18  Jim Meyering  <jim@meyering.net>
55329
55330         * m4/prereq.m4: Don't forbid jm_ prefix.
55331
55332         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55333         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55334         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55335         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55336         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55337         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55338         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55339         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55340         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55341         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55342         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55343         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55344         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55345         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55346         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55347         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55348         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55349         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55350         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55351
55352 2004-04-18  Jim Meyering  <jim@meyering.net>
55353
55354         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55355         failure, don't leak memory and do call END_UTMP_ENT.
55356
55357 2004-04-16  Jim Meyering  <jim@meyering.net>
55358
55359         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55360         coreutils' stat program.
55361         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55362
55363 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55364
55365         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55366         C89.
55367         (CHAR_BIT): Remove, since we assume C89.
55368         Include <stdint.h> if available, as per current Autoconf CVS advice.
55369
55370 2004-03-31  Jim Meyering  <jim@meyering.net>
55371
55372         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55373         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55374         * m4/xalloc.m4: Likewise.
55375
55376 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55377
55378         Merge from coreutils.
55379
55380         * m4/inttostr.m4: New file.
55381         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55382         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55383         Require gl_CLOCK_TIME.
55384         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55385
55386 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55387
55388         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55389         not bool, to be more consistent with Unix conventions.
55390         Suggested by Bruno Haible.
55391
55392         Merge from coreutils.
55393
55394         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55395         * lib/umaxtostr.c: New files.
55396
55397         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55398         the usual <time.h> dance.
55399         (get_date): Change signature to support fractional time stamps.
55400         All callers changed.
55401         * lib/getdate.y: Include "getdate.h" first, as we can now
55402         assume C89 and don't need to worry about 'const'.
55403         Similarly, include "unlocked-io.h" near start, not in middle.
55404         Include <limits.h>.
55405         (textint.value): Use long int rather than int.
55406         (textint.digits): Use size_t rather than int.
55407         (BILLION, LOG10_BILLION): New constants.
55408         (parser_control): New member rel_ns.  Members day_ordinal,
55409         time_zone, month, day, hour, minutes, rel_year, rel_month,
55410         rel_day, rel_hour, rel_minutes, rel_seconds
55411         are now long int, not int.  Member seconds is now struct timespec,
55412         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55413         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55414         not int.
55415         (%union.intval): Now long int, not int.
55416         New member timespec.
55417         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55418         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55419         (spec): Now is a timespec or an item list.
55420         (timespec, items): New nonterminals.
55421         (time, rel, relunit, number, get_date):
55422         Add support for fractional seconds.
55423         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55424         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55425         (to_hour): First arg is now long int, not int.
55426         (to_year): Returns long int, not int.
55427         Don't treat year -70 like 70.
55428         (tm_diff): Returns long int, not int.
55429         (lookup_word): Use bool instead of int when appropriate.
55430         (yylex): Use size_t for count, not int.
55431         Detect overflow when parsing large integer constants.
55432         Add support for fractions.
55433         (get_date): Make pointers 'const' if possible.
55434         Use more-portable code to detect integer overflow.
55435         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55436         Don't use ctime; it's not reliable if the year has >4 digits.
55437
55438         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55439         This is for compatibility with BSD.
55440
55441         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55442         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55443         From coreutils' system.h.
55444
55445         * lib/userspec.c: Don't include "posixver.h".
55446         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55447         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55448         compatible extension.  Simplify code by removing a boolean int
55449         that was always nonzero if a string was nonnull.
55450
55451 2004-03-30  Jim Meyering  <jim@meyering.net>
55452
55453         Merge from coreutils.
55454
55455         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55456         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55457         on some systems one must include <grp.h> before it.
55458         Reported by Christian Krackowizer.
55459
55460 2004-03-30  Jim Meyering  <jim@meyering.net>
55461
55462         Merge from coreutils.
55463
55464         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55465
55466         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55467         an empty input stream.
55468
55469         * lib/readtokens.c: Include <stdbool.h>.
55470         (readtoken): Use `size_t' rather than int/long.
55471         All callers adjusted.
55472         Use `bool' rather than `int' where appropriate.
55473         Use memset rather than an explicit loop.
55474         Use x2nrealloc rather than xrealloc.
55475         Allow the use of `\0' as a delimiter.
55476         (readtokens): Likewise.
55477         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55478
55479 2004-03-30  Jim Meyering  <jim@meyering.net>
55480
55481         * m4/realloc.m4: Remove file, since now it does no more than
55482         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55483         the `configure.ac' section of module/realloc.
55484         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55485
55486 2004-03-30  Bruno Haible  <bruno@clisp.org>
55487
55488         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55489         nonnull.
55490
55491 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55492
55493         Merge changes to getloadavg.c from coreutils and Emacs.
55494
55495         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55496         Define to an expression, not to the empty string.
55497         Include cloexec.h and xalloc.h.
55498         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55499         Use set_cloexec_flag rather than rolling our own.
55500         * lib/cloexec.c, lib/cloexec.h: New files.
55501
55502 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55503
55504         * m4/cloexec.m4: New file.
55505
55506 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55507
55508         * lib/getopt.h: Sync with libc CVS.
55509
55510 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55511             Bruno Haible  <bruno@clisp.org>
55512
55513         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55514         mbswidth.
55515
55516 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55517             Bruno Haible  <bruno@clisp.org>
55518
55519         * lib/mbswidth.h: Include <wchar.h> only if
55520         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55521         <wchar.h>.
55522         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55523
55524 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55525
55526         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55527         Sync with libc CVS.
55528         * lib/getopt_int.h: New file, also synced from libc.
55529
55530 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55531
55532         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55533         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55534         Bring back getopt.c, getopt.h, getopt1.c.
55535
55536 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55537
55538         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55539         All uses changed.  Check for sa_sigaction member; this fixes
55540         a bug first reported by Jason Andrade in
55541         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55542
55543 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55544
55545         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55546         '#if' expressions.  Unlike the code it replaces, it does not
55547         depend on (defined _SC_PAGESIZE).  However, it does depend on
55548         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55549         first reported by Jason Andrade in
55550         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55551
55552 2004-02-25  Simon Josefsson  <jas@extundo.com>
55553
55554         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55555
55556 2004-02-25  Simon Josefsson  <jas@extundo.com>
55557
55558         * lib/strdup.h: New file.
55559         * lib/strdup.c: Include it.
55560         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55561         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55562
55563 2004-02-23  Karl Berry  <karl@gnu.org>
55564
55565         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55566         (from fencepost.gnu.org:/gd/gnuorg).
55567
55568 2004-02-23  Karl Berry  <karl@gnu.org>
55569
55570         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55571         * config/srclist.txt: add maintain/standards documents.
55572
55573 2004-02-18  Bruno Haible  <bruno@clisp.org>
55574
55575         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55576         Reported by Derek Robert Price <derek@ximbiot.com>.
55577
55578 2004-02-16  Karl Berry  <karl@gnu.org>
55579
55580         * config/mkinstalldirs, install-sh: update from automake.
55581
55582 2004-02-06  Karl Berry  <karl@gnu.org>
55583
55584         * m4/po.m4: update from gettext 0.14.1.
55585
55586 2004-02-06  Karl Berry  <karl@gnu.org>
55587
55588         * lib/config.charset: update from gettext 0.14.1.
55589
55590 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55591
55592         Add comments and code, prompted by suggestions from Bruno Haible
55593         for sh-quote.
55594         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55595         describing the enum quoting_style values.
55596         * lib/quotearg.c (quotearg_alloc): New function.
55597         (quotearg_buffer_restyled): Treat lone { and } as special.
55598         Treat = as special.  Work around bug with older shells
55599         that "see" a '\' that is really the 2nd byte of a multibyte char.
55600         Quote empty string with shell_quoting_style.
55601
55602 2004-02-03  Bruno Haible  <bruno@clisp.org>
55603
55604         * m4/pipe.m4: New file, from GNU gettext.
55605
55606 2004-02-03  Bruno Haible  <bruno@clisp.org>
55607
55608         * lib/pipe.h: New file, from GNU gettext.
55609         * lib/pipe.c: New file, from GNU gettext.
55610
55611 2004-01-27  Bruno Haible  <bruno@clisp.org>
55612
55613         * m4/execute.m4: New file, from GNU gettext.
55614
55615 2004-01-27  Bruno Haible  <bruno@clisp.org>
55616
55617         * lib/execute.h: New file, from GNU gettext.
55618         * lib/execute.c: New file, from GNU gettext.
55619         * lib/w32spawn.h: New file, from GNU gettext.
55620
55621 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55622
55623         Merge from diffutils.
55624
55625         * lib/file-type.c (file_type): Add typed memory objects.
55626         * lib/file-type.h (S_TYPEISTMO): New macro.
55627
55628         * lib/c-stack.h (c_stack_action): Remove argv argument.
55629         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55630         (die): Don't calculate message unless segv_action returns.
55631         (get_stack_location, min_address_from_argv, max_address_from_argv,
55632         volatile stack_base, volatile_stack_size): Remove.
55633         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55634         that every segmentation violation is a stack overflow.  (Ouch!)
55635         See Debian bug 136249 (still outstanding) for more info about why
55636         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55637
55638 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55639
55640         Exit-status fix from coreutils.
55641
55642         Use exit_failure consistently in place of EXIT_FAILURE,
55643         so that program exit statuses are consistent on failure.
55644
55645         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55646         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55647         * lib/argmatch.h: Comment fix to match the above.
55648         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55649         Now a macro referring to exit_failure, instead of a separate
55650         variable.  Include "exitfail.h" to get it.
55651         * lib/xstrtol.h: Include "exitfail.h".
55652         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55653
55654         * lib/long-options.c (parse_long_options): Use prototype
55655         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55656         for clarity.
55657
55658 2004-01-21  Jim Meyering  <jim@meyering.net>
55659
55660         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55661         so as not to conflict with a different-sized __mktime_internal
55662         function in GNU libc.
55663         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55664         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55665
55666 2004-01-20  Karl Berry  <karl@gnu.org>
55667
55668         * config/config.guess: update from config.
55669
55670         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55671
55672 2004-01-20  Bruno Haible  <bruno@clisp.org>
55673
55674         Safer stack allocation.
55675         * lib/setenv.c: Include allocsa.h.
55676         (alloca): Remove fallback definition.
55677         (freea): Remove macro.
55678         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55679         instead of freea.
55680
55681 2004-01-20  Bruno Haible  <bruno@clisp.org>
55682
55683         * m4/eealloc.m4: New file, from GNU gettext.
55684
55685 2004-01-20  Bruno Haible  <bruno@clisp.org>
55686
55687         * m4/allocsa.m4: New file, from GNU gettext.
55688
55689 2004-01-20  Bruno Haible  <bruno@clisp.org>
55690
55691         * lib/xallocsa.h: New file, from GNU gettext.
55692         * lib/xallocsa.c: New file, from GNU gettext.
55693
55694 2004-01-20  Bruno Haible  <bruno@clisp.org>
55695
55696         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55697
55698 2004-01-20  Bruno Haible  <bruno@clisp.org>
55699
55700         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55701         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55702         specially.
55703
55704 2004-01-20  Bruno Haible  <bruno@clisp.org>
55705
55706         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55707         patch.
55708
55709 2004-01-20  Bruno Haible  <bruno@clisp.org>
55710
55711         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55712
55713 2004-01-20  Bruno Haible  <bruno@clisp.org>
55714
55715         * lib/eealloc.h: New file.
55716
55717 2004-01-20  Bruno Haible  <bruno@clisp.org>
55718
55719         * lib/binary-io.h: Avoid warnings on Cygwin.
55720
55721 2004-01-20  Bruno Haible  <bruno@clisp.org>
55722
55723         * lib/allocsa.h: New file, from GNU gettext.
55724         * lib/allocsa.c: New file, from GNU gettext.
55725
55726 2004-01-18  Karl Berry  <karl@gnu.org>
55727
55728         * doc/gpl.texi, doc/lgpl.texi: new files.
55729
55730 2004-01-18  Karl Berry  <karl@gnu.org>
55731
55732         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55733         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55734
55735 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55736
55737         Merge from coreutils.
55738
55739         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55740         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55741         (gl_DEFAULT_POSIX2_VERSION): Move
55742         the documentation from 'configure' into 'config.hin',
55743         so that 'configure --help' isn't burdened by it and
55744         we don't have to worry about its formatting there.
55745         Reword the documentation so that it's more succinct
55746         and can be run together into a single paragraph.
55747         * m4/same.m4 (gl_SAME): Check for pathconf.
55748
55749 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55750
55751         Merge from coreutils.
55752
55753         * lib/posixver.c: Include posixver.h.
55754
55755         * lib/same.c: Include <stdbool.h>, <limits.h>.
55756         (_POSIX_NAME_MAX): Define if not defined.
55757         (MIN): New macro.
55758         (same_name): If file names are silently truncated, report
55759         that the file names are the same if they are the same after
55760         the silent truncation.
55761
55762         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55763         conversion function.
55764         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55765         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55766         longer needed.
55767
55768 2004-01-15  Jim Meyering  <jim@meyering.net>
55769
55770         Merge from coreutils.
55771
55772         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55773         if no library is required.
55774         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55775         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55776         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55777         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55778         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55779         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
55780         value, $ac_cv_search_crypt, if it's "none required".
55781         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
55782         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
55783         not gl_FUNC_GETLOADAVG.
55784         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
55785         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
55786
55787 2004-01-15  Jim Meyering  <jim@meyering.net>
55788
55789         Merge from coreutils.
55790
55791         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
55792         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
55793         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
55794
55795         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
55796         optional configure-time default.
55797
55798         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55799
55800         * lib/xreadlink.c (xreadlink): Correct outdated comment.
55801
55802 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
55803
55804         Merge from coreutils.
55805
55806         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
55807         value, $ac_cv_search_nanosleep, if it's "none required".
55808
55809 2004-01-14  Paul Eggert  <eggert@twinsun.com>
55810
55811         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
55812         with like-named macro in fnmatch.c.
55813         (EXT): Use an internal constant instead.
55814
55815         Merge fnmatch patches from glibc.
55816         * lib/fnmatch.c (mbsinit): Remove define.
55817         Add libc_hidden_ver (__fnmatch, fnmatch).
55818         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
55819         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
55820
55821 2004-01-14  Karl Berry  <karl@gnu.org>
55822
55823         * config/install-sh: update from automake.
55824
55825 2004-01-13  Karl Berry  <karl@gnu.org>
55826
55827         * config/install-sh: update from automake.
55828
55829 2004-01-09  Karl Berry  <karl@gnu.org>
55830
55831         * config/install-sh: update from automake.
55832
55833 2004-01-05  Karl Berry  <karl@gnu.org>
55834
55835         * config/config.{sub,guess}: update from config.
55836
55837 2003-12-31  Karl Berry  <karl@gnu.org>
55838
55839         * config/depcomp: update from automake.
55840
55841 2003-12-14  Karl Berry  <karl@gnu.org>
55842
55843         * lib/config.charset: update from gettext-runtime.
55844
55845 2003-12-03  Paul Eggert  <eggert@twinsun.com>
55846
55847         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
55848         Bug reported by Alfred M. Szmidt.
55849
55850 2003-12-03  Bruno Haible  <bruno@clisp.org>
55851
55852         * m4/gettext.m4: Upgrade from gettext-0.13.
55853         * m4/po.m4: Upgrade from gettext-0.13.
55854         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
55855         * m4/intmax.m4: New file, from gettext-0.13.
55856         * m4/printf-posix.m4: New file, from gettext-0.13.
55857
55858 2003-11-29  Karl Berry  <karl@gnu.org>
55859
55860         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
55861
55862 2003-11-25  Paul Eggert  <eggert@twinsun.com>
55863             Bruno Haible  <bruno@clisp.org>
55864
55865         * lib/printf-parse.h: Don't include sys/types.h.
55866         (ARG_NONE): New macro.
55867         (char_directive): Change type of *arg_index fields to size_t.
55868         * lib/printf-parse.c: Don't include sys/types.h.
55869         (SSIZE_MAX): Remove macro.
55870         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
55871         Remove unnecessary overflow check.
55872         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
55873         fields.
55874
55875 2003-11-25  Bruno Haible  <bruno@clisp.org>
55876
55877         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
55878
55879 2003-11-25  Bruno Haible  <bruno@clisp.org>
55880
55881         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
55882         gt_TYPE_SSIZE_T.
55883
55884 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55885
55886         * modules/alloca: Remove dependency on xalloc.
55887
55888 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55889
55890         * lib/alloca.c: Remove dependency on xalloc module.
55891         (xalloc_die): Remove.
55892         (memory_full) [!defined emacs]: New macro.
55893         [!defined emacs]: Don't include xalloc.h.
55894         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
55895         address arithmetic overflows.  Change datatypes a bit to avoid
55896         unnecessary casts.
55897
55898 2003-11-22  Jim Meyering  <jim@meyering.net>
55899
55900         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
55901         s/size/size_t/.
55902
55903 2003-11-21  Karl Berry  <karl@gnu.org>
55904
55905         * config/config.{sub,guess}: update from config.
55906
55907 2003-11-18  Karl Berry  <karl@gnu.org>
55908
55909         * config/config.{sub,guess}: update from config.
55910
55911         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
55912
55913 2003-11-17  Paul Eggert  <eggert@twinsun.com>
55914
55915         * README: Mention that S+T cannot overflow if S is the size of
55916         an existing object and T is sufficiently small.
55917
55918 2003-11-17  Jim Meyering  <jim@meyering.net>
55919
55920         On systems without utime and without a utimes function capable of
55921         dealing with a NULL struct utimbuf* argument, this utime replacement
55922         could -- in unusual circumstances -- leak a file descriptor.
55923         * lib/utime.c: Include <unistd.h> and <errno.h>.
55924         (utime_null): Be sure to close `fd' and to preserve errno.
55925         Reported by Geoff Collyer via Arnold Robbins.
55926
55927 2003-11-17  Bruno Haible  <bruno@clisp.org>
55928
55929         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
55930         (Depends-on): Add xsize.
55931
55932 2003-11-17  Bruno Haible  <bruno@clisp.org>
55933
55934         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
55935
55936 2003-11-17  Bruno Haible  <bruno@clisp.org>
55937
55938         * lib/vasnprintf.c (alloca): Remove fallback definition.
55939         (freea): Remove definition.
55940         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
55941         Reported by Paul Eggert.
55942
55943 2003-11-16  Paul Eggert  <eggert@twinsun.com>
55944             Bruno Haible  <bruno@clisp.org>
55945
55946         Protect against address arithmetic overflow.
55947         * lib/printf-args.h: Include stddef.h.
55948         (arguments): Change type of field 'count' to size_t.
55949         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
55950         'unsigned int' where appropriate.
55951         * lib/printf-parse.h: Include sys/types.h.
55952         (char_directive): Change type of *arg_index fields to ssize_t.
55953         (char_directives): Change type of fields 'count', max_*_length to
55954         size_t.
55955         * lib/printf-parse.c: Include sys/types.h and xsize.h.
55956         (SSIZE_MAX): Define fallback value.
55957         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
55958         instead of 'int' where appropriate. Check a_allocated, d_allocated
55959         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
55960         * lib/vasnprintf.c: Include xsize.h.
55961         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
55962         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
55963         overflow. Avoid wraparound when converting a width or precision from
55964         decimal to binary.
55965
55966 2003-11-16  Bruno Haible  <bruno@clisp.org>
55967
55968         Update from GNU gettext.
55969         * lib/printf-parse.c: Generalize to it can be compiled for wide
55970         strings.
55971         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
55972         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
55973         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
55974         SNPRINTF): New macros.
55975         Don't include <alloca.h> if the file is used inside libintl.
55976         (local_wcslen): New function, for Solaris 2.5.1.
55977         (VASNPRINTF): Use it instead of wcslen.
55978
55979 2003-11-16  Bruno Haible  <bruno@clisp.org>
55980
55981         * lib/xsize.h (xmax): New function.
55982         (xsum, xsum3, xsum4): Declare as "pure" functions.
55983
55984 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55985
55986         * modules/xalloc (Files): Undo latest change, since xalloc.h
55987         no longer needs SIZE_MAX or PTRDIFF_MAX.
55988
55989 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55990
55991         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
55992         gl_PTRDIFF_MAX.
55993
55994 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55995
55996         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
55997         "return", to pacify some unknown compiler.  Problem reported
55998         by Joerg Schilling.
55999
56000 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56001
56002         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56003         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56004         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56005         heuristic is just as accurate as far as we know, and it removes a
56006         dependency on size_max.m4 and ptrdiff_max.m4.
56007
56008 2003-11-11  Bruno Haible  <bruno@clisp.org>
56009
56010         * modules/xsize (Files): Add m4/size_max.m4.
56011         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56012
56013 2003-11-11  Bruno Haible  <bruno@clisp.org>
56014
56015         * m4/size_max.m4: New file.
56016         * m4/ptrdiff_max.m4: New file.
56017         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56018         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56019         (gl_XALLOC): Invoke it.
56020
56021 2003-11-11  Bruno Haible  <bruno@clisp.org>
56022
56023         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56024         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56025         defined.
56026
56027 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56028
56029         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56030         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56031         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56032         From Bruno Haible.
56033         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56034         not (size_t) -1, since it's defined here.
56035
56036 2003-11-09  Karl Berry  <karl@gnu.org>
56037
56038         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56039
56040 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56041
56042         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56043         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56044         Reject sizes of exactly SIZE_MAX bytes.
56045         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56046         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56047
56048 2003-11-05  Bruno Haible  <bruno@clisp.org>
56049
56050         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56051         SIZE_MAX defined in <limits.h> on Solaris.
56052
56053 2003-11-04  Jim Meyering  <jim@meyering.net>
56054
56055         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56056         variable names, rather than @VAR@.
56057         * modules/poll: Likewise.
56058
56059 2003-11-04  Bruno Haible  <bruno@clisp.org>
56060
56061         * modules/xsize: New file.
56062         * modules/linebreak: Depend on xsize.
56063         * MODULES.html.sh (func_all_modules): Add xsize.
56064
56065 2003-11-04  Bruno Haible  <bruno@clisp.org>
56066
56067         * m4/xsize.m4: New file.
56068
56069 2003-11-04  Bruno Haible  <bruno@clisp.org>
56070
56071         * lib/xsize.h: New file.
56072         * lib/linebreak.c: Include xsize.h.
56073         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56074         argument for overflow.
56075         Suggested by Paul Eggert.
56076
56077 2003-11-03  Karl Berry  <karl@gnu.org>
56078
56079         * config/config.{guess,sub}: update from config.
56080
56081 2003-11-03  Jim Meyering  <jim@meyering.net>
56082
56083         * modules/userspec (lib_SOURCES): Add userspec.h.
56084         (Include): Add "userspec.h".
56085         Improve description.
56086
56087 2003-11-03  Jim Meyering  <jim@meyering.net>
56088
56089         * lib/userspec.c: Include "userspec.h".
56090         * lib/userspec.h: New file.
56091
56092 2003-11-03  Bruno Haible  <bruno@clisp.org>
56093
56094         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56095
56096 2003-11-03  Bruno Haible  <bruno@clisp.org>
56097
56098         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56099         available, to avoid (extremely rare) race condition.
56100         Suggested by Paul Eggert.
56101
56102 2003-11-02  Karl Berry  <karl@gnu.org>
56103
56104         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56105
56106 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56107
56108         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56109         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56110         (read_filesystem_list): Set and use me_type_malloced.
56111         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56112         whatever the type happens to be), for brevity and consistency.
56113         Check for size calculation overflow on Alphas running OSF/1.
56114
56115 2003-10-31  Jim Meyering  <jim@meyering.net>
56116
56117         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56118
56119         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56120
56121 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56122             Bruno Haible  <bruno@clisp.org>
56123
56124         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56125         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56126
56127 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56128
56129         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56130         netbsd*-gnu*.  Suggested by Robert Millan.
56131
56132 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56133
56134         * modules/group-member: Depend on stdbool.
56135
56136 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56137
56138         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56139
56140 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56141
56142         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56143         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56144         after the 'gnu' in these cases.  This fixes some bugs in the
56145         previous change, and is based on suggestions by Robert Millan.
56146
56147 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56148
56149         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56150         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56151         no longer needed.
56152         * lib/quotearg.c (quotearg_n_options): Use it.
56153         * lib/group-member.c: Include <stdbool.h>.
56154         (free_group_info): Arg is now const *; don't free arg.
56155         (get_group_info): Now returns bool and accepts struct group_info *,
56156         rather than returning a malloc'ed struct group_info *.
56157         All uses changed.  Check for overflow in internal size calculation.
56158
56159         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56160         rather than xmalloc/xrealloc.
56161         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56162         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56163         conformance bug: the old code used a pointer after freeing the
56164         storage that it addressed.
56165         * lib/hash.c (hash_initialize): Simplify the code by using
56166         xalloc_oversized rather than doing it by hand.
56167         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56168         the buffer preserved.  Use free and xmalloc instead.
56169         * lib/quotearg.c (quotearg_n_options): Likewise.
56170         Use a simpler test for size overflow.  Don't use xalloc_oversized
56171         because unsigned int might be wider than size_t (!); this suggests
56172         that we should switch from unsigned int to size_t for slot numbers.
56173
56174 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56175
56176         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56177         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56178         NetBSD kernels.  Requested by Richard Stallman.
56179
56180 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56181
56182         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56183         to allocate the returned structure.  Do not allocate a subarray,
56184         as x2nrealloc will do that.
56185         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56186         instead of xnrealloc.
56187         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56188
56189 2003-10-27  Bruno Haible  <bruno@clisp.org>
56190
56191         * lib/stdbool_.h: Better support for BeOS.
56192
56193 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56194
56195         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56196         now uses inline.
56197
56198 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56199
56200         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56201         callers that want to do their own size-overflow checking.  Include
56202         <stdbool.h>, since xalloc_oversized returns bool.
56203         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56204         to use xalloc_oversized.
56205
56206         Add two functions x2realloc, x2nrealloc, for programs that grow
56207         arrays dynamically by doubling their sizes.
56208         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56209         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56210         New functions.
56211
56212         Port to C99 semantics for 'inline' of external functions.
56213         Bug reported by Bruno Haible.
56214         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56215         with the old contents of xnmalloc.
56216         (xnmalloc, xmalloc): Use it.
56217         (xnrealloc_inline): New static inline function,
56218         with the old contents of xnrealloc.
56219         (xnrealloc, xrealloc): Use it.
56220
56221         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56222         that.
56223
56224 2003-10-26  Karl Berry  <karl@gnu.org>
56225
56226         * config/srclist.txt (COPYING.DOC): no longer available from
56227         /gd/gnuorg; don't know where the ultimate source is.
56228
56229 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56230
56231         Fix several address-calculation bugs in the hash modules,
56232         plus some minor code cleanup.
56233
56234         * lib/hash.h: Include <stdbool.h>, for bool.
56235         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56236         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56237         hash_get_n_entries, hash_get_max_bucket_length,
56238         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56239         hash_rehash): Use size_t rather than unsigned.
56240         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56241         hash_get_n_buckets_used, hash_get_n_entries,
56242         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56243         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56244         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56245         Likewise.
56246         (SIZE_MAX): Define if not defined.
56247         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56248         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56249         hash_print):
56250         Use const * when possible.
56251         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56252         (check_tuning): Fix bug: if tuning parameters were very close to
56253         0 or 1, rounding errors could have caused subscript violations.
56254         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56255         (hash_initialize): Add 'fail:' label
56256         to free table and return NULL, and use it to simplify code.
56257         Use calloc rather than clearing the storage ourself.
56258         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56259         buffer size calculations.
56260         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56261         Include <stddef.h>, for size_t.
56262         * lib/hash-pjw.c (hash_pjw): Likewise.
56263         Switch to method described by Bruno Haible.
56264         Include <limits.h>, for CHAR_BIT.
56265         (SIZE_BITS): New macro.
56266
56267 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56268
56269         * m4/getline.m4 (AM_FUNC_GETLINE):
56270         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56271         hosts.  Problem reported by Derek Robert Price in
56272         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56273         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56274         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56275
56276 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56277
56278         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56279         ceiling the allocation at NMAX bytes rather than silently
56280         discarding input bytes before NMAX is reached.  This makes
56281         a difference only if NMAX exceeds SIZE_MAX / 2.
56282
56283         * lib/obstack.c: Merge from glibc.
56284         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56285         Add libc_hidden_def (_obstack_newchunk).
56286         (_obstack_free) [! defined _LIBC]: Remove.
56287         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56288         a clone of the function body.
56289         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56290         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56291
56292         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56293         glibc.
56294         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56295         arg to memcpy.
56296
56297         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56298         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56299         Don't use lvalue casts, as GCC plans to remove support for them
56300         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56301         was also present in the non-GCC version, indicating that this
56302         code had always been buggy and had never been widely used.
56303         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56304         Use the fast variant of each macro, rather than copying the
56305         definiens of the fast variant; that way, we'll be more likely to
56306         catch future bugs in the fast variants.
56307
56308 2003-10-20  Bruno Haible  <bruno@clisp.org>
56309
56310         * modules/wait-process: New file.
56311         * MODULES.html.sh (func_all_modules): Add wait-process.
56312
56313 2003-10-20  Bruno Haible  <bruno@clisp.org>
56314
56315         * m4/wait-process.m4: New file.
56316
56317 2003-10-20  Bruno Haible  <bruno@clisp.org>
56318
56319         * lib/wait-process.h: New file, from GNU gettext.
56320         * lib/wait-process.c: New file, from GNU gettext.
56321
56322 2003-10-19  Jim Meyering  <jim@meyering.net>
56323
56324         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56325         HPUX 10.20.
56326
56327 2003-10-18  Karl Berry  <karl@gnu.org>
56328
56329         * config/config.guess: update from config.
56330
56331 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56332
56333         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56334         (getgroups): First arg is int, not size_t.
56335         Don't let 'free' mangle errno.
56336
56337 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56338
56339         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56340
56341 2003-10-16  Karl Berry  <karl@gnu.org>
56342
56343         * config/config.{guess,sub}: update from config.
56344
56345 2003-10-16  Jim Meyering  <jim@meyering.net>
56346
56347         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56348         memcpy.
56349
56350 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56351
56352         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56353         (SIZE_MAX): Remove.
56354         (new_exclude, add_exclude_file): Initial size no longer needs to
56355         be a power of 2.
56356         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56357         our own address arithmetic overflow checking.
56358
56359         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56360         (fnmatch): Do not alloca more than 2000 wide characters;
56361         instead, use malloc for large buffers.
56362         Check for address arithmetic overflow, and return -1
56363         with errno set to ENOMEM in that case.
56364         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56365         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56366         instead, return -1.  Check for address arithmetic overflow.
56367
56368 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56369
56370         Handle invalid suffixes and overflow independently, so that
56371         callers can treat them independently as needed.  Fix some bugs in
56372         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56373         suffix for a human-readable blocksize.  The major caller-visible
56374         change is the addition of a new
56375         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56376         that both overflow and suffix chars were found.
56377
56378         * lib/human.c (humblock): Don't check separately for invalid suffix
56379         char; that is xstrtoumax's job (now that its bug is fixed).
56380         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56381         INTMAX_MAX]: New macros.
56382         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56383         TYPE_MAXIMUM): New macros.
56384         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56385         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56386         if overflow occurs, as it's what __strtol does and it's more useful
56387         in practice.
56388         (__xstrtol): If __strtol reports some error other than ERANGE,
56389         reflect it to the caller as LONGINT_INVALID.  If it reports
56390         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56391         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56392         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56393         value.
56394         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56395         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56396         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56397         [defined UINTMAX_MAX]: New macros.
56398
56399 2003-10-14  Bruno Haible  <bruno@clisp.org>
56400
56401         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56402
56403 2003-10-14  Bruno Haible  <bruno@clisp.org>
56404
56405         * m4/sig_atomic_t: New file, from GNU gettext.
56406         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56407
56408 2003-10-14  Bruno Haible  <bruno@clisp.org>
56409
56410         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56411         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56412         Also use volatile where needed.
56413
56414 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56415
56416         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56417         Change maintainer from Bruno Haible to 'all'.
56418
56419 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56420
56421         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56422
56423 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56424
56425         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56426         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56427         and define in terms of the other primitives.
56428         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56429         (SIZE_MAX): Define if not already defined.
56430         (array_size_overflow): New function.
56431         (xalloc_die): Abort instead of exiting if 'error' returns.
56432         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56433         (xmalloc, xrealloc): Use them.
56434         (xcalloc): Check for address arithmetic overflow.
56435         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56436         a bit faster than strcpy.
56437
56438 2003-10-10  Simon Josefsson  <jas@extundo.com>
56439
56440         * modules/argp (Depends-on): Add restrict and strcase.
56441
56442 2003-10-10  Simon Josefsson  <jas@extundo.com>
56443
56444         * m4/argp.m4: Add AC_C_INLINE.
56445
56446 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56447
56448         Merge getpass from libc, plus a few fixes.
56449
56450         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56451         Include <stdbool.h>.
56452         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56453         __fsetlocking to empty.
56454         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56455         do include <bits/libc-lock.h>.
56456         Do not include <fcntl.h>; not needed.
56457         [_LIBC]: Include <wchar.h>.
56458         (NOTCANCEL_MODE): New macro.
56459         (flockfile, funlockfile) [_LIBC]: New macros.
56460         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56461         [!_LIBC]: New macros.
56462         (call_fclose): New function.
56463         (getpass): Use it.  Save tty stream separately; this simplifies the
56464         code and makes it more reliable if stdin happens to equal stdout.
56465         Invoke __fsetlocking on tty.
56466         Handle thread cancellation if needed.
56467         Namespace cleanup (use __tcgetattr, __getline).
56468         Use bool for Booleans.
56469         [USE_IN_LIBIO]: Handle wide streams.
56470         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56471         stream might go where.
56472
56473         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56474         doesn't have to include <stdio.h> before us.
56475         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56476         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56477         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56478         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56479         if not declared, so that we can use getpass.c code from libc without
56480         rewriting it.
56481         (flockfile, ftrylockfile, funlockfile): New macros.
56482
56483 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56484
56485         * modules/getpass: Depend on stdbool.
56486
56487 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56488
56489         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56490
56491 2003-10-07  Karl Berry  <karl@gnu.org>
56492
56493         * config/config.{guess,sub}: update from config.
56494
56495 2003-10-06  Jim Meyering  <jim@meyering.net>
56496             Bruno Haible  <bruno@clisp.org>
56497
56498         This lets translators provide better translations for the
56499         "Written by ..." part of --version output.
56500         * lib/version-etc.h: Include stdarg.h.
56501         (version_etc_copyright): Declare as readonly.
56502         (version_etc): Make this function variadic with a NULL-terminated list
56503         of author name strings.
56504         (version_etc_va): New declaration.
56505         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56506         (version_etc_copyright): Declare as readonly.
56507         (version_etc_va): New function. Provide a different translatable string
56508         for each possible number of authors < 10. Abbreviate when there are 10
56509         authors or more.
56510         (version_etc): Make this function variadic. Call version_etc_va.
56511         Suggestion from Gary V. Vaughan.
56512
56513         * lib/long-options.h (parse_long_options): Change prototype: the
56514         authors string is moved to the end and becomes variadic.
56515         * lib/long-options.c: Include stdarg.h.
56516         (parse_long_options): Make this function variadic, too.
56517         Call version_etc_va, not version_etc.
56518
56519 2003-10-06  Bruno Haible  <bruno@clisp.org>
56520
56521         * modules/version-etc-2: Remove file.
56522         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56523
56524 2003-10-06  Bruno Haible  <bruno@clisp.org>
56525
56526         * modules/fatal-signal: New file.
56527         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56528
56529 2003-10-06  Bruno Haible  <bruno@clisp.org>
56530
56531         * m4/fatal-signal.m4: New file.
56532         * m4/signalblocking.m4: New file, from GNU gettext.
56533
56534 2003-10-06  Bruno Haible  <bruno@clisp.org>
56535
56536         * lib/version-etc-2.h: Remove file.
56537         * lib/version-etc-2.c: Remove file.
56538
56539 2003-10-06  Bruno Haible  <bruno@clisp.org>
56540
56541         * lib/fatal-signal.h: New file, from GNU gettext.
56542         * lib/fatal-signal.c: New file, from GNU gettext.
56543
56544 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56545
56546         * README: Rework advice for preventing empty .o files.
56547         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56548         not <sys/types.h>.
56549
56550 2003-10-04  Karl Berry  <karl@gnu.org>
56551
56552         * lib/argp*: update from libc.
56553
56554 2003-10-04  Karl Berry  <karl@gnu.org>
56555
56556         * config/config.{guess,sub}: update from config.
56557
56558 2003-10-02  Bruno Haible  <bruno@clisp.org>
56559
56560         * modules/lchown (Include): Add lchown.h.
56561         * modules/time_r (Include): Use "..." syntax.
56562         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56563
56564 2003-10-01  Simon Josefsson  <jas@extundo.com>
56565
56566         * MODULES.html.sh (func_all_modules): Move gethostname from section
56567         'based on' to section 'lacking' POSIX:2001.
56568
56569 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56570
56571         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56572         to output mode on the same stream.
56573
56574 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56575
56576         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56577         Fix arg typo in previous patch.
56578
56579 2003-09-28  Jim Meyering  <jim@meyering.net>
56580
56581         * lib/error.c: Correct cpp indentation.
56582
56583 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56584
56585         * modules/free: New file.
56586
56587 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56588
56589         * m4/free.m4: New file.
56590
56591 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56592
56593         * lib/minmax.h (MIN, MAX)
56594         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56595         Omit the special code that used __typeof__, since we worry that
56596         it could be more trouble than it's worth.  See:
56597         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56598         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56599
56600         * lib/free.c: New file.
56601
56602 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56603
56604         Trivial fixes to Makefile.am parts of module listings.
56605         * modules/strstr: Append strstr.h to lib_SOURCES.
56606         * modules/strcase: Likewise, for strcase.h.
56607
56608 2003-09-27  Karl Berry  <karl@gnu.org>
56609
56610         * config/mkinstalldirs: update from automake.
56611
56612 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56613
56614         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56615         (error_tail): Do not loop, reallocating temporary buffer, since
56616         the output cannot contain more wide characters than the input
56617         contains bytes, the size must be big enough already.  This avoids
56618         one potential size overflow calculation.  Check for size overflow
56619         when calculating temporary buffer size.  Free temporary buffer
56620         when done, if it was allocated with malloc; this plugs a memory
56621         leak.  Remove casts from void * to pointers, that are no longer
56622         needed now that we're assuming C89 or better.
56623
56624         Merge error changes from glibc.
56625
56626         * lib/error.c, error.h: Update copyright notice header to match glibc.
56627         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56628         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56629         Disable cancellation while printing error.
56630         * lib/error.h: Prepend __ to parameter names.
56631
56632 2003-09-26  Jim Meyering  <jim@meyering.net>
56633
56634         * lib/error.c (error_tail): Move some declarations
56635         into inner scope where the local variables are used.
56636
56637 2003-09-26  Bruno Haible  <bruno@clisp.org>
56638
56639         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56640         stpncpy().
56641         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56642
56643 2003-09-26  Bruno Haible  <bruno@clisp.org>
56644
56645         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56646         (stpncpy): Define as alias for gnu_stpncpy.
56647         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56648
56649 2003-09-25  Simon Josefsson  <jas@extundo.com>
56650
56651         * lib/xgetdomainname.h: New file.
56652         * lib/xgetdomainname.c: New file.
56653
56654 2003-09-25  Simon Josefsson  <jas@extundo.com>
56655             Bruno Haible  <bruno@clisp.org>
56656
56657         * modules/getdomainname: New file.
56658         * modules/xgetdomainname: New file.
56659         * MODULES.html.sh (func_all_modules): Add getdomainname,
56660         xgetdomainname.
56661
56662 2003-09-25  Simon Josefsson  <jas@extundo.com>
56663             Bruno Haible  <bruno@clisp.org>
56664
56665         * m4/getdomainname.m4: New file.
56666
56667 2003-09-25  Simon Josefsson  <jas@extundo.com>
56668             Bruno Haible  <bruno@clisp.org>
56669
56670         * lib/getdomainname.h: New file.
56671         * lib/getdomainname.c: New file.
56672
56673 2003-09-25  Karl Berry  <karl@gnu.org>
56674
56675         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56676
56677 2003-09-25  Karl Berry  <karl@gnu.org>
56678
56679         * config/install-sh: update from automake.
56680
56681 2003-09-25  Bruno Haible  <bruno@clisp.org>
56682
56683         * modules/version-etc-2: New file, from modules/version-etc with
56684         modifications.
56685         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56686
56687 2003-09-25  Bruno Haible  <bruno@clisp.org>
56688
56689         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56690         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56691
56692 2003-09-24  Simon Josefsson  <jas@extundo.com>
56693
56694         * modules/xgethostname: Add xgethostname.h.
56695
56696 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56697
56698         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56699         the buffer associated with the argument.  Bug reported by
56700         Simon Josefsson.
56701
56702 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56703
56704         * README: Document assumptions that 'int' is at least 32 bits
56705         wide, that integer arithmetic is 2's complement without overflow,
56706         that there are no holes in integer values, that adding sizes of
56707         two nonoverlapping objects can't overflow, and that all-bits-zero
56708         yields scalar zero.  Fix spelling and capitalization typos.
56709
56710 2003-09-19  Karl Berry  <karl@gnu.org>
56711
56712         * lib/argp.h: update from libc.
56713
56714 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56715
56716         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56717         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56718         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56719
56720 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56721
56722         * gnulib-tool: Use "test -h", not "test -L", for portability
56723         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56724         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56725         (sed_extract_prog): Issue s commands one-by-one, rather than
56726         using \| in one s command.
56727
56728 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56729
56730         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56731         input error, instead of returning NULL the next time we are called
56732         (and therefore losing track of errno).
56733
56734 2003-09-16  Bruno Haible  <bruno@clisp.org>
56735
56736         * gnulib-tool (func_create_testdir): Warn about duplicated
56737         dependencies.
56738
56739 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56740
56741         * modules/argmatch, modules/fatal, modules/obstack,
56742         modules/xalloc, modules/xgethostname: Sort dependencies by
56743         importance, not alphabetically.
56744
56745 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56746
56747         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56748         fails, so that the caller gets the proper errno.
56749
56750         * lib/readutmp.c (read_utmp): Likewise.
56751         Check for fstat error.  Close stream and free storage
56752         when failing.
56753
56754 2003-09-14  Karl Berry  <karl@gnu.org>
56755
56756         * config/srclist.txt (strdup.c): disable for c89 changes.
56757
56758 2003-09-14  Jim Meyering  <jim@meyering.net>
56759
56760         * lib/getloadavg.c: Correct cpp indentation.
56761         * lib/strdup.c: Likewise.
56762         * lib/vasnprintf.c: Likewise.
56763
56764 2003-09-14  Bruno Haible  <bruno@clisp.org>
56765
56766         * modules/fwriteerror: New file.
56767         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56768
56769 2003-09-14  Bruno Haible  <bruno@clisp.org>
56770
56771         * lib/fwriteerror.h: New file.
56772         * lib/fwriteerror.c: New file.
56773
56774 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56775
56776         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56777         modules/xgethostname, modules/xalloc: Depend on exit.
56778
56779 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56780
56781         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
56782
56783         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
56784         and AC_MINIX, too, so that their extensions are available.
56785
56786         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
56787         This macro has been superseded by gl_BACKUPFILE.
56788
56789         More patches to assume C89 or better.
56790
56791         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
56792
56793         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
56794         unconditionally.
56795         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
56796         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
56797         Include <string.h>, <stdlib.h> unconditionally.
56798         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
56799         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
56800         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
56801         headers or for string.h.
56802         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
56803         or strtoul.
56804
56805         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
56806         headers.
56807         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
56808         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56809         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
56810         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
56811         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56812         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
56813         memcpy, memset.
56814         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
56815         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
56816         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
56817         strtol.
56818         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
56819         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
56820         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
56821         strtoul.
56822
56823 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56824
56825         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
56826         * lib/obstack.c [!defined _LIBC]: Likewise.
56827         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
56828         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
56829         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
56830
56831         More changes to assume C89 or better.
56832
56833         * lib/error.c (error_tail): Assume vprintf.
56834
56835         * lib/argmatch.c (getenv): Remove decl.
56836         * lib/progreloc.c (get_full_program_name): Define via prototype.
56837         * lib/setenv.c (clearenv): Likewise.
56838         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
56839         needed.
56840         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
56841         (malloc, memcpy): Remove decls.
56842         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
56843         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
56844         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56845         (memcpy): Remove macro.
56846         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
56847         (__P): Remove.  All uses removed.
56848         (PTR): Remove.  All uses changed to void *.
56849         (CHAR_BIT, NULL): Remove.
56850         (spaces, zeros, memset_space, memset_zero)
56851         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
56852         Remove.
56853         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
56854         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
56855         Define with prototype.
56856         Remove now-unnecessary prototype decl.
56857         (extra_args_spec): Assume ANSI C.  All uses changed.
56858         (extra_args_spec_iso): Remove.
56859         (my_strftime, emacs_strftimeu): Define via prototype.
56860         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
56861         unconditionally.
56862         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
56863         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
56864         (strtoul, strtol): Remove decls.
56865         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
56866         LONG_MAX): Remove.
56867         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56868         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
56869         (LOCALE_PARAM_PROTO): New macro.
56870         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
56871         (INTERNAL (strtol), strtol): Define with a prototype.
56872         (PARAMS): Remove.  All uses removed.
56873         * lib/tempname.c: Include <string.h> unconditionally.
56874         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
56875         * lib/xgethostname.c (main): Define with a prototype.
56876         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
56877         Include <stdlib.h> unconditionally.
56878         (calloc, malloc, realloc, free): Remove decls.
56879         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
56880         Include <stdlib.h> unconditionally.  Sort include file names.
56881         (strtod): Remove.
56882         (xstrtod): Define with a prototype.
56883         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
56884         (strtol, strtoul): Remove decls.
56885
56886 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56887
56888         More patches to assume C89 or better.
56889         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
56890         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
56891         string.h, memchr, STDC_HEADERS.
56892
56893 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56894
56895         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
56896         Include <stdlib.h>, <string.h> unconditionally.
56897         Remove now-unnecessary cast to char *.
56898         * lib/strnlen.c: Include <string.h> unconditionally.
56899         * lib/yesno.c (yesno): Define with a prototype.
56900
56901 2003-09-11  Bruno Haible  <bruno@clisp.org>
56902
56903         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
56904
56905 2003-09-10  Jim Meyering  <jim@meyering.net>
56906
56907         * lib/error.c: Correct indentation of cpp directives.
56908
56909 2003-09-10  Bruno Haible  <bruno@clisp.org>
56910
56911         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
56912         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
56913         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
56914         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
56915         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
56916         <stdlib.h> and <string.h> checks.
56917         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
56918         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
56919
56920 2003-09-10  Bruno Haible  <bruno@clisp.org>
56921
56922         * lib/strcspn.c: Include <string.h> unconditionally.
56923         * lib/strpbrk.c: Include <string.h> unconditionally.
56924         * lib/strstr.c: Include <string.h> unconditionally.
56925         * lib/unicodeio.c: Include <string.h> unconditionally.
56926         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
56927         * lib/unsetenv.c: Likewise.
56928         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
56929         * lib/yesno.c: Include <stdlib.h> unconditionally.
56930         (rpmatch): Add prototype.
56931
56932 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56933
56934         More patches to assume C89 or better.
56935         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
56936         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
56937         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
56938         or for string.h.
56939         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
56940         stdlib.h.
56941         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
56942         C headers.
56943         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
56944         string.h.
56945         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
56946         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
56947         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
56948         or for string.h.
56949         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
56950         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
56951         C headers.
56952         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
56953         memcpy.
56954         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
56955         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
56956         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
56957         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
56958         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
56959         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
56960         string.h, free.
56961         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
56962         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
56963         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
56964         C headers, or for string.h.
56965         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
56966         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
56967         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
56968         headers, memory.h, stdlib.h, string.h, strings.h.
56969         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
56970         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
56971         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
56972         strchr.
56973         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
56974         headers, memory.h, string.h.
56975         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
56976         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
56977         free.
56978         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
56979         headers.
56980         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
56981         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
56982         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
56983         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
56984         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
56985
56986 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56987
56988         More K&R removal.
56989
56990         * lib/acosl.c (main): Use a prototype.
56991         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
56992         tanl.c: Likewise.
56993
56994         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
56995
56996         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
56997         (getopt, etopt_long, getopt_long_only, _getopt_internal)
56998         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
56999         with a prototype.
57000         * lib/getopt.c (const): Remove macro.
57001         Include <string.h> unconditionally.
57002         (my_index): Remove; all uses changed to strchr.
57003         (strlen): Remove decl.
57004         (exchange): Remove forward decl; no longer needed.
57005         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57006         Define with prototype.
57007         * lib/getopt1.c (const): Remove macro.
57008         (getopt_long, getopt_long_only, main): Define with prototype.
57009
57010         * lib/getugroups.c: Include <string.h> unconditionally.
57011
57012         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57013         (getusershell, setusershell, endusershell, readname, main):
57014         Define with prototypes.
57015
57016         * lib/group-member.c: Include group-member.h first.
57017         Include <stdlib.h> unconditionally.
57018
57019         * lib/hard-locale.c: Include hard-locale.h first.
57020         Include <stdlib.h>, <string.h> unconditionally.
57021
57022         * lib/hash.c (free, malloc): Remove decls.
57023         Include <stdlib.h> unconditionally.
57024
57025         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57026         (getenv): Do not declare.
57027
57028         * lib/idcache.c: Include <string.h> unconditionally.
57029
57030         * lib/long-options.c: Include long-options.h first, to test interface.
57031         Include <stdlib.h> unconditionally.
57032
57033         * lib/makepath.c: Include makepath.h first, to test interface.
57034         Include <stdlib.h> and <string.h> unconditionally.
57035
57036         * lib/linebuffer.c: Include <stdlib.h>.
57037         (free): Remove decl.
57038
57039         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57040         stddef.h. rpl_malloc returns void *, not char *.
57041         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57042         prototype.
57043
57044         * lib/md5.h: Include <limits.h> unconditionally.
57045         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57046         (__P): Remove; all uses removed.
57047         * lib/md5.c: Include "md5.h" first.
57048         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57049         md5_buffer, md5_process_bytes, md5_process_block):
57050         Define with prototypes.
57051         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57052         * lib/sha.c: Include "sha.h" first.
57053         Include <stdlib.h>, <string.h> unconditionally.
57054
57055         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57056         * lib/memcmp.c (__ptr_t): Likewise.
57057         * lib/memrchr.c (__ptr_t): Likewise.
57058         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57059         Include <string.h> unconditionally.
57060         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57061         * lib/memchr.c: Include <stdlib.h> unconditionally.
57062         * lib/memchr.c (LONG_MAX): Remove.
57063         * lib/memrchr.c (LONG_MAX): Likewise.
57064         * lib/memchr.c (__memchr): Define via a prototype.
57065         * lib/memrchr.c (__memrchr): Likewise.
57066         * lib/memcmp.c (__P): Remove, and remove all uses.
57067         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57068         Remove forward decls; no longer needed.
57069         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57070         Use types required by C89 in prototype.
57071
57072         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57073         * lib/savedir.c: Likewise.
57074         * lib/mkdir.c (free): Remove decl.
57075         * lib/rmdir.c (rmdir): Define with a prototype.
57076         * lib/savedir.c: Include savedir.h first, to test interface.
57077
57078         * lib/mktime.c (STDC_HEADERS): Remove.
57079         Include <stdlib.h>, <string.h> unconditionally.
57080
57081         * lib/modechange.c: Include <stdlib.h> unconditionally.
57082         (malloc): Remove decl.
57083
57084         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57085         (free): Remove decl.
57086
57087         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57088         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57089         (This type really should be intptr_t, but that's a C99ism.)
57090         (_obstack_memcpy): Remove: all uses changed to memcpy.
57091         Include <string.h> unconditionally.
57092         (struct obstack): Assume __STDC__ for types of members
57093         chunkfun, freefun, extra_arg.
57094         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57095         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57096         obstack_begin, obstack_specify_allocation,
57097         obstack_specify_allocation_with_arg, obstack_chunkfun,
57098         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57099         Remove unprototyped decls and the macros that use them.
57100         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57101         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57102         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57103         (defined __STDC__ && __STDC__)]:
57104         Remove nonprototyped code.
57105         Include <stdlib.h> unconditionally.
57106         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57107         _obstack_allocated_p, _obstack_free, obstack_free,
57108         _obstack_memory_used, print_and_abort):
57109         Define using prototypes.
57110         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57111         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57112         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57113         obstack_next_free, obstack_object_size, obstack_room) [0]:
57114         Remove unused, unprototyped code.
57115
57116         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57117
57118         * lib/physmem.c (physmem_total, physmem_available, main): Define
57119         with prototypes.
57120
57121         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57122         (main): Define with a prototype.
57123
57124         * lib/posixver.c (getenv): Remove decl.
57125
57126         * lib/putenv.c (malloc): Returns void *, not char *.
57127         Include <string.h> unconditionally.
57128         (strchr, memcpy, NULL): Do not define.
57129
57130         * lib/readtokens.c: Include readtokens.h first, to test interface.
57131         Include <stdlib.h>, <string.h> unconditionally.
57132         (init_tokenbuffer): Define with a prototype.
57133
57134         * lib/regex.c (PARAMS): Remove.  All uses removed.
57135         All uses of _RE_ARGS removed, too.
57136         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57137         unconditionally.
57138         (bzero): Assume memset exists.
57139         (memcmp, memcpy, NULL): Remove.
57140         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57141         char, or assignments to local vars of type signed char.
57142         (init_syntax_once, PREFIX(extract_number_and_incr),
57143         PREFIX(print_partial_compiled_pattern),
57144         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57145         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57146         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57147         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57148         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57149         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57150         wcs_compile_range, byte_compile_range, truncate_wchar,
57151         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57152         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57153         count_mbs_length, wcs_re_match_2_internal,
57154         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57155         PREFIX(alt_match_null_string_p),
57156         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57157         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57158         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57159         now-unnecessary declaration, if any.
57160         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57161         regcomp, regexec):
57162         Remove now-unnecessary casts among pointer types.
57163         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57164
57165         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57166         (free): Remove decl.
57167
57168         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57169
57170         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57171         (free): Remove decl.
57172
57173         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57174         * lib/xgetcwd.c: Likewise.
57175
57176         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57177         (free): Remove decl.
57178
57179         * lib/strchrnul.c (strchrnul): Define with a prototype.
57180         Fix bug: c_in was not converted to char before searching.
57181
57182         The following changes are not K&R related:
57183
57184         * lib/group-member.h: Include <sys/types.h>, so that this file is
57185         self-contained.
57186         * lib/makepath.h: Likewise.
57187
57188         * lib/getusershell.c (readname, default_index, line_size, readname):
57189         Use size_t, not int, for sizes.
57190         (readname): If the size overflows, report an error instead of
57191         looping forever.
57192
57193 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57194
57195         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57196         libc.
57197
57198 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57199
57200         * README: New section: portability guidelines.
57201
57202 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57203
57204         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57205         C89 spec.
57206
57207 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57208
57209         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57210
57211 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57212
57213         Assume C89 or better; remove K&R cruft.
57214         A few of these changes were first proposed by Derek Robert Price
57215         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57216
57217         * lib/addext.c: Include <string.h> unconditionally.
57218         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57219         Don't declare getenv or malloc.
57220
57221         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57222         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57223         (NULL): Remove.
57224         (find_stack_direction, alloca): Use prototypes.
57225
57226         * lib/atexit.c (atexit): Define using a prototype.
57227
57228         * lib/basename.c, dirname.c, stripslash.c:
57229         Include <string.h> unconditionally.
57230
57231         * lib/bcopy.c: Include <stddef.h>.
57232         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57233
57234         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57235
57236         * lib/error.h (error, error_at_line, error_print_progname)
57237         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57238         * lib/error.c: Include error.h first, to check interface.
57239         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57240         (VA_START): Remove; all uses changeed to va_start.
57241         (exit, strerror): Remove decls.
57242         (error_print_progname): Prototype uncondionally.
57243         Don't include <errno.h>; no longer needed.
57244         (private_strerror): Remove.
57245         (error_tail): Always define.
57246         (error, error_at_line): Assume C89 or better; always use prototypes.
57247         * lib/fatal.c: Include "fatal.h" first, to test interface.
57248         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57249         (VA_START): Remove; all uses changed to va_start.
57250         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57251         this case.
57252         (exit): Remove decl.
57253         (fatal): Prototype unconditionally.  Assume va_start works.
57254         Abort at end, to pacify gcc.
57255
57256         * lib/euidaccess.c (main): Define with a prototype.
57257
57258         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57259
57260         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57261
57262         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57263         prototypes.
57264         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57265         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57266         (getenv): Remove decl.
57267         (fnmatch): Define using a prototype.
57268         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57269         (FCT): Define using a prototype.
57270
57271         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57272
57273         * lib/gethostname.c: Include <stddef.h>.
57274         (gethostname): Define with prototype.  Length is size_t, not int.
57275
57276 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57277
57278         Assume C89 or better; remove K&R cruft.
57279         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57280         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57281         string.h, getenv, malloc.
57282         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57283         headers.
57284         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57285         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57286         do not check for strerror.
57287         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57288         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57289         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57290         do not check for doprnt or vprintf.
57291         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57292         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57293
57294 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57295
57296         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57297         getversion.c should have been removed then, but was accidentally
57298         preserved.
57299
57300         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57301         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57302
57303 2003-09-08  Karl Berry  <karl@gnu.org>
57304
57305         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57306                 config, forget about prep.
57307
57308         * config/depcomp, missing: update from automake.
57309
57310 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57311
57312         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57313         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57314
57315 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57316
57317         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57318         copy_tm_result.  Bug reported by Simon Josefsson in
57319         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57320
57321 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57322
57323         * m4/time_r.m4: New file.
57324         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57325         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57326         is. Check for timegm declaration.
57327         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57328         Do not check for gmtime_r.
57329         Replace mktime if __mktime_internal does not exist and if mktime
57330         hasn't been replaced already.
57331
57332 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57333
57334         * lib/time_r.c, lib/time_r.h: New files.
57335
57336         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57337         __localtime_r.
57338         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57339         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57340
57341         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57342         __gmtime_r.
57343         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57344         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57345         Include <time_r.h>.
57346
57347         * lib/timegm.c: Switch to glibc implementation, with the following
57348         changes:
57349         [defined HAVE_CONFIG_H]: Include <config.h>.
57350         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57351         (__mktime_internal) [!defined _LIBC]: New decl.
57352         (__gmtime_r) [!defined _LIBC]: New macro and function.
57353         (timegm): Use a prototype, since gnulib assumes C89.
57354         Do not bother declaring tmp to be const, as it's not really usefu.
57355         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57356         (timegm): Declare only if HAVE_DECL_TIMEGM.
57357
57358 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57359
57360         * MODULES.html.sh (func_all_modules): Add time_r.
57361         * modules/time_r: New file.
57362         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57363         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57364
57365 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57366
57367         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57368         Bug reported by Lute Kamstra in
57369         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57370
57371         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57372         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57373         course with correspondingly smaller numbers for tomorrow and
57374         yesterday.  From Tadayoshi Funaba.  Originally installed into
57375         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57376         coreutils merge?).
57377
57378 2003-08-31  Simon Josefsson  <jas@extundo.com>
57379
57380         * modules/timegm: New file.
57381         * MODULES.html.sh (func_all_modules): Add timegm.
57382
57383 2003-08-31  Simon Josefsson  <jas@extundo.com>
57384
57385         * m4/timegm.m4: New file.
57386
57387 2003-08-31  Simon Josefsson  <jas@extundo.com>
57388
57389         * lib/timegm.h: New file.
57390         * lib/timegm.c: New file.  Based on
57391         wget-1.8.2/src/http.c:mktime_from_utc.
57392
57393 2003-08-31  Karl Berry  <karl@gnu.org>
57394
57395         * lib/argp.h: update from libc.
57396
57397 2003-08-28  Bruno Haible  <bruno@clisp.org>
57398
57399         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57400         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57401         followed by '#define fnmatch fnmatch_posix' gives an error.
57402
57403 2003-08-28  Bruno Haible  <bruno@clisp.org>
57404
57405         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57406         warning on QNX, which defines O_BINARY to 000000.
57407
57408 2003-08-27  Jim Meyering  <jim@meyering.net>
57409
57410         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57411         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57412         would fail after 32.  Reported by Danny Levinson.  Details here:
57413         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57414
57415 2003-08-24  Bruno Haible  <bruno@clisp.org>
57416
57417         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57418         MSVC7 <stdio.h> is included later.
57419
57420 2003-08-22  Simon Josefsson  <jas@extundo.com>
57421
57422         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57423
57424 2003-08-20  Karl Berry  <karl@gnu.org>
57425
57426         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57427
57428 2003-08-20  Bruno Haible  <bruno@clisp.org>
57429
57430         * modules/progname: New file.
57431         * MODULES.html.sh (func_all_modules): Add progname.
57432
57433 2003-08-20  Bruno Haible  <bruno@clisp.org>
57434
57435         * lib/progname.h: New file, from GNU gettext.
57436         * lib/progname.c: New file, from GNU gettext.
57437         * lib/progreloc.c: New file, from GNU gettext.
57438
57439 2003-08-19  Jim Meyering  <jim@meyering.net>
57440
57441         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57442         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57443
57444 2003-08-19  Bruno Haible  <bruno@clisp.org>
57445
57446         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57447         more.
57448
57449 2003-08-19  Bruno Haible  <bruno@clisp.org>
57450
57451         * lib/xstrdup.c: Assume <string.h> exists.
57452
57453 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57454
57455         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57456         in makefile rules.
57457
57458 2003-08-18  Jim Meyering  <jim@meyering.net>
57459
57460         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57461         * m4/lib-ld.m4: Likewise.
57462
57463 2003-08-18  Jim Meyering  <jim@meyering.net>
57464
57465         * lib/setenv.h: Indent nested cpp directive.
57466         * lib/vasnprintf.c: Remove trailing blanks.
57467
57468 2003-08-17  Simon Josefsson  <jas@extundo.com>
57469
57470         * modules/xstrndup: New file.
57471         * MODULES.html.sh (func_all_modules): Add xstrndup.
57472
57473 2003-08-17  Simon Josefsson  <jas@extundo.com>
57474
57475         * modules/argp: Fix autoconf macro name. Add more dependencies.
57476
57477 2003-08-17  Simon Josefsson  <jas@extundo.com>
57478
57479         * m4/xstrndup.m4: New file.
57480
57481 2003-08-17  Simon Josefsson  <jas@extundo.com>
57482
57483         * m4/argp.m4: New file.
57484
57485 2003-08-17  Simon Josefsson  <jas@extundo.com>
57486             Bruno Haible  <bruno@clisp.org>
57487
57488         * lib/xstrndup.h: New file.
57489         * lib/xstrndup.c: New file.
57490
57491 2003-08-17  Bruno Haible  <bruno@clisp.org>
57492
57493         * modules/strndup (Files, Include): Add lib/strndup.h.
57494
57495 2003-08-17  Bruno Haible  <bruno@clisp.org>
57496
57497         * modules/euidaccess (Files): Add lib/euidaccess.h.
57498
57499 2003-08-17  Bruno Haible  <bruno@clisp.org>
57500
57501         * lib/strndup.h: New file.
57502
57503 2003-08-17  Bruno Haible  <bruno@clisp.org>
57504
57505         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57506         like AC_GNU_SOURCE.
57507         * modules/extensions (configure.ac): Comment out the invocation of
57508         gl_USE_SYSTEM_EXTENSIONS.
57509
57510 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57511
57512         Merges from coreutils, etc.
57513         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57514         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57515         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57516         fixing a typo.
57517         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57518         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57519
57520 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57521
57522         Document merge from coreutils.
57523         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57524         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57525         * modules/utime: Add m4/utimes-null.m4.
57526
57527 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57528
57529         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57530         space, undoing this 2003-08-12 change:
57531         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57532
57533 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57534
57535         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57536         strtoul.c from libc, undoing this 2003-08-12 change:
57537         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57538
57539 2003-08-16  Jim Meyering  <jim@meyering.net>
57540
57541         Merges from coreutils.
57542         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57543         prefix.  Adjust cache variables similarly.  Create 500 rather than
57544         just 300 files, to exercise bug on Darwin6.5, too.
57545         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57546         $missing_dir.
57547         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57548         AM_SYS_POSIX_TERMIOS.
57549         Reported by mkc@mathdogs.com.
57550         Also change use of $am_cv_sys_posix_termios
57551         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57552         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57553         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57554         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57555         in /proc/mounts until it finds one with matching device number.  This
57556         is unnecessary when the FILE argument *is* a mount point.  No stat call
57557         is necessary in that case.  So, disable the statvfs-testing code on
57558         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57559         as RedHat bug# 84846.
57560         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57561         to 1MB, so as not to render systems with no stack size limit (e.g.,
57562         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57563         Include <unistd.h>.  On some systems,
57564         it is required for the definition of _SC_PAGESIZE.
57565
57566 2003-08-16  Jim Meyering  <jim@meyering.net>
57567
57568         Merge from coreutils.
57569         * lib/xstrtoimax.c: #else #if -> #elif.
57570         * lib/xstrtoumax.c: Likewise.
57571
57572 2003-08-16  Jim Meyering  <jim@meyering.net>
57573
57574         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57575         * m4/utimes.m4: Removed.
57576         * m4/utimes-null.m4: Renamed from utimes.m4.
57577
57578         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57579         to 1MB, so as not to render systems with no stack size limit (e.g.,
57580         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57581         Include <unistd.h>.  On some systems,
57582         it is required for the definition of _SC_PAGESIZE.
57583
57584 2003-08-16  Jim Meyering  <jim@meyering.net>
57585         and Paul Eggert  <eggert@cs.ucla.edu>
57586
57587         Merges from coreutils, etc.
57588
57589         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57590         using the latest version from cvs.  This avoids problems with #line
57591         directives using a vendor (Sun) compiler.
57592         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57593         Don't set GETGROUPS_LIB here; now it's
57594         done via getgroups.m4's wrapper function.
57595         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57596         rather than just in sh-util/configure.in, so that the
57597         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57598         same.
57599         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57600         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57601         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57602         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57603         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57604         Remove code that is now done by the newly-required macros.
57605         Append $(EXEEXT) to DF_PROG.
57606         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57607         Do not invoke or require the following here,
57608         since prereq.m4 or some gnulib .m4 now does this for us:
57609         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57610         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57611         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57612         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57613         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57614         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57615         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57616         AC_FUNC_OBSTACK.
57617         Do not replace the following functions, as this is now the job
57618         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57619         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57620         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57621         atexit getpass, strdup, getpagesize.
57622         Replace 'raise'.
57623         Do not check for the following functions, as this is now the job
57624         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57625         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57626         setregid.
57627         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57628         Check for sys/sysctl.h.
57629         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57630         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57631         of checking for ssize_t ourselves.
57632
57633         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57634         Require every macro that gnulib/modules/* suggests for us.
57635         (jm_PREREQ_ADDEXT): New macro.
57636         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57637         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57638
57639         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57640         (gl_PHYSMEM): Use it.
57641         Also check for `table' function.
57642         Check for new headers and functions.
57643         Add check for sys/sysmp.h.
57644         With suggestions from Kaveh Ghazi.
57645         Ignore headers that are present but cannot be compiled.  This
57646         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57647         C 5.4.
57648
57649 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57650
57651         Document merge from coreutils.
57652         * modules/userspec: Depend on posixver.
57653         * modules/strftime: Depend on tzset.
57654
57655 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57656
57657         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57658         rather than tab, after '#' in shell-script copyright notices.
57659         Suggested by Bruno Haible.
57660
57661 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57662
57663         * config/srclist-update: Use three spaces, rather than tab, after '#'
57664         in shell-script copyright notices.  Suggested by Bruno Haible.
57665         Remove unnecessary parenthesization in regular expression.
57666
57667 2003-08-15  Jim Meyering  <jim@meyering.net>
57668
57669         Merge from coreutils.
57670         * lib/xgethostname.c: Include <stdlib.h>.
57671         (xghostname): Don't exit for anything other than memory-related
57672         failure; just return NULL.
57673         * lib/userspec.c: Include "posixver.h".
57674         (parse_user_spec): Accept `.' as a separator only
57675         in pre-POSIX-200112 mode.
57676         * lib/strtoimax.c: Use #elif rather than #else #if.
57677         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57678         Remove function, now that we can rely on a working tzset function.
57679         [!_LIBC]: Ensure that the required autoconf test has been run.
57680         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57681         Use underlying_strftime for %r.
57682         * lib/sha.c: Merge in some clean-up and optimization changes from
57683         glibc.
57684         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57685         Ensure that it is a multiple of 64.
57686         Rearrange loop exit tests so as to avoid performing an
57687         additional fread after encountering an error or EOF.
57688         * lib/realloc.c: Update copyright date.
57689
57690 2003-08-15  Jim Meyering  <jim@meyering.net>
57691         and Paul Eggert  <eggert@twinsun.com>
57692
57693         Merge from coreutils.
57694         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57695         member but strut utmpx does not.  Needed for AIX 4.3.3.
57696         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57697
57698 2003-08-15  Jim Meyering  <jim@meyering.net>
57699         and Paul Eggert  <eggert@cs.ucla.edu>
57700
57701         Merges from coreutils, etc.
57702         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57703         Require gl_FUNC_TZSET_CLOBBER.
57704         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57705         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57706         members.
57707
57708 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57709
57710         Help the merge from coreutils.
57711         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57712         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57713         * m4/tzset.m4: Use it too.
57714
57715 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57716
57717         * modules/tzset: New file.
57718
57719 2003-08-14  Jim Meyering  <jim@meyering.net>
57720
57721         Merges from coreutils.
57722         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57723         variable names, rather than @FNMATCH_H@.
57724         * modules/alloca: Likewise for $(ALLOCA_H).
57725
57726         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57727         the three copies of the literal target, `fnmatch.h'.
57728         * modules/alloca (alloca.h): Likewise.
57729
57730 2003-08-14  Jim Meyering  <jim@meyering.net>
57731
57732         Merge from coreutils.
57733         * m4/tzset.m4: New file.
57734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57735         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57736         otherwise, AIX 5.1 systems would end up using the latter.
57737         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57738         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57739         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57740         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57741
57742 2003-08-14  Jim Meyering  <jim@meyering.net>
57743
57744         Merge from coreutils.
57745         * lib/obstack.h: Whitespace changes.
57746         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57747         and xcalloc return values.
57748         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57749         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57750         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57751         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57752         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57753         error from mntctl.
57754         Use mntctl's return value to drive the entry-processing loop, since
57755         we can't rely on the value of the vmt_length member in the last
57756         entry.  On some systems doing so could result in exhausting
57757         virtual memory.  Based in part on a patch from Mike Jetzer.
57758
57759 2003-08-14  Jim Meyering  <jim@meyering.net>
57760         and Paul Eggert  <eggert@twinsun.com>
57761
57762         Merges from coreutils, plus other fixes.
57763         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57764         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57765         for credits and details.  Thanks to Kaveh Ghazi for helping
57766         to keep these files in sync.
57767         (ARRAY_SIZE): Define it.
57768         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57769         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57770         (memcasecmp): Don't assume size_t fits in unsigned int.
57771         Remove casts and duplicate code.
57772         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57773         (memcpy): Remove definition.
57774         Merge in some clean-up and optimization changes from glibc.
57775         [BLOCKSIZE]: Move definition to top of file.
57776         Ensure that it is a multiple of 64.
57777         Rearrange loop exit tests so as to avoid performing an
57778         additional fread after encountering an error or EOF.
57779         * lib/md5.h (md5_uintptr): Define.
57780         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
57781         return to the initial working directory.  Preserve errno
57782         for caller.
57783         * lib/idcache.c: Include "xalloc.h".
57784         (xmalloc, xrealloc): Remove decls.
57785         (getuser): Remove casts no longer required in C89.
57786         * lib/human.c: Include stdio.h, for sprintf.
57787         * lib/group-member.c: Include "xalloc.h".
57788         (xmalloc, xrealloc): Remove decls.
57789         (get_group_info): Remove casts no longer required in C89.
57790         * lib/getusershell.c (readname): Remove casts no longer required in
57791         C89.
57792         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
57793         * lib/getline.c: Whitespace fix, from coreutils.
57794
57795 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57796
57797         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
57798         Check for isascii.
57799
57800         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57801         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57802         Undo previous (whitespace-only) change.
57803
57804 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57805
57806         * lib/exclude.c: Include <ctype.h>
57807         (IN_CTYPE_DOMAIN): New macro.
57808         (is_space): New fn.
57809         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
57810         and empty lines.
57811
57812         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57813         Undo previous (whitespace-only) change.
57814
57815 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57816
57817         * config/srclist-update: Change update back to the old behavior,
57818         leaving whitespace alone.  Use one 'sed' command rather than a
57819         pipeline.
57820         (fixlicense): Now a variable, not a function.
57821         (remove_trailing_blanks): Remove.
57822         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
57823         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57824         Undo previous (whitespace-only) change.
57825
57826 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57827
57828         Merge from coreutils.
57829         * modules/euidaccess: Add lib_SOURCES, include for new
57830         file euidaccess.h
57831
57832 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57833
57834         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57835         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57836         Normalize leading white space and remove trailing white space.
57837
57838         Merge from coreutils
57839         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
57840
57841         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
57842         0.12.1.  These files are now being upgraded automatically by
57843         ../config/srclist-update.
57844
57845 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57846
57847         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57848         Normalize leading white space and remove trailing white space.
57849         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
57850         notice, as per ../config/srclist-update.
57851
57852         Merge from coreutils.
57853         * lib/euidaccess.h: New file.
57854         * lib/euidaccess.c: Include it.
57855         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
57856         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
57857         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
57858
57859 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57860
57861         * config/srclist-update: Add copyright notice.
57862         (remove_id_lines, remove_trailing_blanks): New constants.
57863         (fixfile): Use them to normalize spacing a bit in copied files.
57864         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57865         Normalize leading white space and remove trailing white space.
57866
57867         * config/texinfo.tex: Sync with texinfo.
57868
57869         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
57870         strtoul.c from libc, to merge coreutils whitespace changes.
57871
57872         * config/srclist.txt: Get the following m4 files from gettext:
57873         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
57874         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
57875         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
57876         wint_t.m4.
57877
57878 2003-08-12  Karl Berry  <karl@gnu.org>
57879
57880         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
57881         been made.
57882
57883 2003-08-11  Paul Eggert  <eggert@twinsun.com>
57884
57885         * modules/gnu-source, m4/gnu-source.m4:
57886         Remove; we're assuming Autoconf 2.54 or later now.
57887         Suggested by Bruno Haible.
57888         * MODULES.html.sh (func_all_modules): Remove gnu-source.
57889
57890 2003-08-11  Bruno Haible  <bruno@clisp.org>
57891
57892         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
57893
57894 2003-08-11  Bruno Haible  <bruno@clisp.org>
57895
57896         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
57897         (vasnprintf): Use it instead of wcslen.
57898
57899 2003-08-11  Bruno Haible  <bruno@clisp.org>
57900
57901         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
57902         value to ensure that _Bool promotes to int. Use #define for _Bool when
57903         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
57904
57905 2003-08-10  Karl Berry  <karl@gnu.org>
57906
57907         * lib/regex.h: update from libc (whitespace fix).
57908
57909 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57910
57911         Merge some files from coreutils.  These changes were
57912         originally made by Jim Meyering.
57913         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
57914         many older Unixes require this.
57915         * lib/alloca.c (alloca): Remove cast to argument of free;
57916         no longer needed in C89.
57917         * lib/alloca_.h, regex.h: Fix white space to match
57918         what GNU indent does.
57919
57920 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57921
57922         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
57923         apparently Emacs's Unicode mode got confused before my 2003-08-05
57924         checkin.
57925
57926 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57927
57928         * m4/extensions.m4: New file.
57929         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
57930         Require gl_USE_SYSTEM_EXTENSIONS.
57931         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
57932         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
57933
57934 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57935
57936         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
57937         * modules/extensions, modules/gnu-source: New files.
57938         * modules/timespec, modules/unlocked-io: Depend on extensions.
57939
57940 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57941
57942         * modules/restrict: New file.
57943         * MODULES.html.sh (func_all_modules): Add restrict.
57944         * modules/regex: Depend on restrict.
57945
57946 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57947
57948         * m4/restrict.m4: New file.
57949         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
57950
57951 2003-08-07  Bruno Haible  <bruno@clisp.org>
57952
57953         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
57954         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
57955
57956 2003-08-07  Bruno Haible  <bruno@clisp.org>
57957
57958         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
57959         makes the module 'getndelim2' compatible with the module 'getline'.
57960
57961 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57962
57963         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
57964         byte with "\201" to avoid glitches when editing that source file
57965         with multi-gnome-terminal.
57966
57967 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57968
57969         * lib/bumpalloc.h: Remove.
57970
57971 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57972
57973         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
57974         * modules/bumpalloc: Remove.
57975
57976 2003-08-04  Paul Eggert  <eggert@twinsun.com>
57977
57978         * lib/getloadavg.c: Change copyright notice and spacing to conform to
57979         GNU coding style.
57980
57981         Merge from coreutils.
57982         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
57983         1. From glibc.
57984         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
57985         from Karl Berry, implemented by Jim Meyering.
57986         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
57987         from Dmitry V. Levin.
57988         Remove anachronistic cast of xrealloc.
57989         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
57990         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
57991         type. Otherwise, it wouldn't compile with at least /bin/cc on
57992         ymp-cray-unicos9.0.2.X.
57993         Combine two mostly-identical uses of alloca into one.
57994         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
57995
57996 2003-08-04  Dave Love  <d.love@dl.ac.uk>
57997
57998         [From Emacs.]
57999
58000         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58001         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58002         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58003         obsolete NLIST_NAME_UNION.
58004         [__GNU__]: Undef BSD and FSCALE.
58005         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58006
58007 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58008
58009         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58010         an enum type, so that it's guaranteed to promote to int.  See:
58011         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58012
58013 2003-08-03  Karl Berry  <karl@gnu.org>
58014
58015         * config/depcomp: update from automake.
58016
58017 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58018
58019         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58020         (strerror): Don't assume that a printable int fits in 14 bytes.
58021
58022 2003-07-31  Bruno Haible  <bruno@clisp.org>
58023
58024         * modules/getpass-gnu: New file.
58025         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58026
58027 2003-07-31  Bruno Haible  <bruno@clisp.org>
58028
58029         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58030
58031 2003-07-24  Karl Berry  <karl@gnu.org>
58032
58033         * config/missing: update from automake.
58034
58035 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58036             Bruno Haible  <bruno@clisp.org>
58037
58038         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58039         * lib/getline.c (getline, getdelim): Likewise.
58040         Remove _GNU_SOURCE define; now it's defined in config.h through
58041         m4/getline.m4.
58042
58043 2003-07-23  Karl Berry  <karl@gnu.org>
58044
58045         * config/config.sub: update from prep.
58046
58047 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58048
58049         * modules/xalloc (Depends-on): Add exitfail.
58050         * modules/xmemcoll: Likewise.
58051
58052 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58053
58054         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58055         over-parenthesization in macros.
58056
58057         Sync with coreutils.
58058
58059         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58060         required by C99.
58061
58062         Use `exit_failure' for xalloc and xmemcoll instead of their own
58063         private exit-failure variables.
58064         * lib/xalloc.h (xalloc_exit_failure): Remove.
58065         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58066         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58067         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58068         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58069         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58070
58071 2003-07-20  Jim Meyering  <jim@meyering.net>
58072
58073         * modules/closeout (Depends-on): Add exitfail.
58074         Suggestion from Bruno Haible.
58075
58076 2003-07-19  Karl Berry  <karl@gnu.org>
58077
58078         * config/config.sub: update from prep.
58079
58080 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58081
58082         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58083         Remove.
58084         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58085         to test that it can stand by itself.  Include "exitfail.h".
58086         Clients should set exit_failure instead.
58087         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58088
58089 2003-07-18  Bruno Haible  <bruno@clisp.org>
58090
58091         * modules/getndelim2: New file.
58092         * modules/getline: Share files with module getndelim2.
58093         * modules/getnline: Depend on getndelim2 instead of sharing files with
58094         it. Add getnline.c to lib_SOURCES.
58095         * MODULES.html.sh (func_all_modules): Add getndelim2.
58096
58097 2003-07-18  Bruno Haible  <bruno@clisp.org>
58098
58099         * m4/getndelim2.m4: New file.
58100         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58101         invoke gl_PREREQ_GETNDELIM2.
58102         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58103         gl_PREREQ_GETNDELIM2.
58104         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58105         gl_GETNDELIM2.
58106
58107 2003-07-18  Bruno Haible  <bruno@clisp.org>
58108
58109         * lib/getndelim2.h: New file.
58110         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58111         getndelim2.h.
58112         (getndelim2): Make non-static. Change return type to ssize_t.
58113         * lib/getline.h: Change argument names.
58114         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58115         * lib/getnline.c: Include getndelim2.h.
58116
58117 2003-07-18  Andreas Schwab  <schwab@suse.de>
58118
58119         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58120
58121 2003-07-17  Karl Berry  <karl@gnu.org>
58122
58123         * config/config.sub: update from prep.
58124
58125 2003-07-17  Bruno Haible  <bruno@clisp.org>
58126
58127         * modules/getnline: New file.
58128         * modules/getline: Add lib/getndelim2.c to source file list.
58129         * MODULES.html.sh (func_all_modules): Add getnline.
58130
58131 2003-07-17  Bruno Haible  <bruno@clisp.org>
58132
58133         * m4/getnline.m4: New file.
58134
58135 2003-07-17  Bruno Haible  <bruno@clisp.org>
58136
58137         * m4/Makefile.am.in: Remove file.
58138         * m4/Makefile.am: Remove file.
58139         * m4/Makefile.in: Remove file.
58140
58141 2003-07-17  Bruno Haible  <bruno@clisp.org>
58142
58143         * lib/getnline.h: New file.
58144         * lib/getnline.c: New file.
58145         * lib/getndelim2.c: New file, extracted from getline.c.
58146         (getndelim2): Renamed from getdelim2, with added nmax argument.
58147         * lib/getline.c: Include getndelim2.c.
58148         (getdelim2): Moved out to getndelim2.c.
58149         (getline, getdelim): Update.
58150
58151 2003-07-17  Bruno Haible  <bruno@clisp.org>
58152
58153         * lib/Makefile.am: Remove file.
58154         * lib/Makefile.in: Remove file.
58155
58156 2003-07-17  Bruno Haible  <bruno@clisp.org>
58157
58158         * configure.in: Remove file.
58159         * Makefile.in: Remove file.
58160
58161 2003-07-17  Bruno Haible  <bruno@clisp.org>
58162
58163         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58164
58165 2003-07-16  Karl Berry  <karl@gnu.org>
58166
58167         * config/srclist-update: was running fixlicense twice, which caused
58168                 texinfo.tex to be nullified for some reason.  Simplify,
58169                 $gplsrc is no longer needed as far as I can see?
58170
58171 2003-07-16  Jim Meyering  <jim@meyering.net>
58172
58173         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58174
58175 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58176
58177         * config/srclist.txt: Get the following files from gettext-runtime/intl
58178         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58179         ref-del.sin.  From Bruno Haible.
58180         * config/srclist-update (fixfile): Change grep pattern again, since the
58181         previous fix didn't work (there was another trailing $).  Use
58182         '[$]' to escape the $s.
58183
58184 2003-07-15  Karl Berry  <karl@gnu.org>
58185
58186         * lib/vasnprintf.c: update from gettext.
58187
58188 2003-07-15  Karl Berry  <karl@gnu.org>
58189
58190         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58191         gets expanded when surrounded by '$'.
58192
58193 2003-07-15  Jim Meyering  <jim@meyering.net>
58194
58195         * modules/save-cwd: Don't depend on error.  From Derek Price.
58196
58197 2003-07-15  Jim Meyering  <jim@meyering.net>
58198
58199         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58200
58201 2003-07-14  Simon Josefsson  <jas@extundo.com>
58202
58203         * modules/mempcpy: New file.
58204         * MODULES.html.sh (func_all_modules): Add mempcpy.
58205
58206 2003-07-14  Simon Josefsson  <jas@extundo.com>
58207
58208         * m4/mempcpy.m4: New file.
58209
58210 2003-07-14  Simon Josefsson  <jas@extundo.com>
58211
58212         * lib/mempcpy.h: New file.
58213         * lib/mempcpy.c: New file.
58214
58215 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58216
58217         * modules/getdate, modules/posixtm: Depend on mktime.
58218
58219 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58220
58221         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58222         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58223         unicodeio.c, unicodeio.h, unlocked-io.h:
58224         Switch from LGPL to GPL.
58225
58226 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58227
58228         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58229         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58230         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58231         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58232         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58233         updated automatically by ../config/srclist-update.  This changes
58234         their license from LPGL to GPL.
58235
58236 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58237
58238         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58239         assumed to refer to the root of the most recent stable gettext version.
58240         * config/srclistvars.sh: Add defaults for eggert.
58241         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58242         Match "This program" as well as "The program".  This is needed
58243         for gettext.
58244
58245 2003-07-14  Jim Meyering  <jim@meyering.net>
58246
58247         Don't emit diagnostics.  Let callers do that.
58248         * lib/save-cwd.c: Don't include "error.h".
58249         (save_cwd): Don't call error.  Ensure that errno is valid
58250         when returning nonzero.
58251
58252         * lib/save-cwd.h (restore_cwd): Update prototype.
58253         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58254         Simplify.  Don't call error upon failure.  Let callers do that.
58255         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58256         when auditing is enabled.  But don't bother updating the #if.
58257
58258 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58259
58260         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58261         it breaks C++ compilation.
58262         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58263
58264 2003-07-10  Simon Josefsson  <jas@extundo.com>
58265
58266         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58267
58268 2003-07-10  Jim Meyering  <jim@meyering.net>
58269
58270         * m4/clock_time.m4: Remove trailing blank.
58271         * m4/intmax_t.m4: Likewise.
58272
58273 2003-07-10  Jim Meyering  <jim@meyering.net>
58274
58275         * lib/vasnprintf.c: Remove trailing blanks.
58276         Make cpp indentation consistent.
58277
58278 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58279
58280         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58281         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58282         Switch from LGPL to GPL.
58283
58284 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58285
58286         * config/srclist.txt: Sort sublists.  Add
58287         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58288         that differ from gnulib for one reason or another; we'd like this list
58289         to be smaller but for now let's document what we have.
58290
58291 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58292
58293         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58294         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58295         and sweeter "eval x=$x".
58296         * config/srclist.txt: Get lib/argp* from glibc.
58297
58298 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58299
58300         * lib/mktime.c: Fix some boundary cases and remove need for floating
58301         point.
58302
58303         Issue a compile-time diagnostic if time_t is floating point, or if
58304         two's complement arithmetic is not in effect, or if arithmetic
58305         right shift does not propagate the sign.  These assumptions were
58306         all in the original code but they weren't checked.
58307
58308         (TIME_T_MIDPOINT, verify): New macros.
58309         (__isleap): Remove; it has integer overflow problems.
58310         (leapyear): New function, without those problems.
58311         (ydhms_tm_diff): Remove; splitting into two parts.
58312         (ydhms_diff): New function, containing the arithmetic part of
58313         the old ydhms_tm_diff function.  Issue a compile-time
58314         diagnostic if we are not using C99 integer division.
58315         Avoid casts when possible.
58316         (guess_time_tm): New function, containing the checking part of
58317         the old ydhms_tm_diff function.  Return the new value, rather than
58318         the difference between it and the old.  Accept a new argument T
58319         so that *T specifies the old value.  Check for overflow in the result.
58320
58321         (__mktime_internal): Use a time_t offset, not a long int offset.
58322         This undoes the 2003-06-04 change, which is no longer needed now
58323         that we have better overflow checking.
58324         (localtime_offset): Likewise.
58325
58326         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58327         and long are 64-bit but int is only 32-bit.
58328         (ydhms_diff): Use long int to store year1 and yday1.
58329         Issue a compile-time diagnostic if long int is not wide enough.
58330
58331         (__mktime_internal): Use long int to store adjusted year and yday.
58332         Use plain C rather than preprocessor commands, if that doesn't
58333         affect efficiency.
58334         Check for overflow (and try to repair) after each probe
58335         rather than checking only at the very end.  This avoids some bugs
58336         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58337         does not equal GMT offset at maximum time).
58338         Use integer to check for overflow rather than floating point; this
58339         is more portable to non-IEEE hosts, and is a tad faster.
58340         When we detect that we are oscillating between two values,
58341         don't check whether tm_isdst has the requested value, since
58342         we already know the answer.  When tm_isdst has the wrong value,
58343         use a different heuristic to find the right one, based on the
58344         extreme values actually observed in practice in tz2003a,
58345         rather than the (overly optimistic) "previous 3 calendar quarters".
58346
58347         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58348         "T const" to accommodate glibc style.
58349         (check_result): Use less-confusing report format.  "long" -> "long int.
58350         (main): Likewise.
58351         Don't loop if the iteration overflows time_t.
58352         Allow a negative step in the iteration.
58353
58354 2003-07-06  Karl Berry  <karl@gnu.org>
58355
58356         * config/depcomp: update from automake.
58357         * config/config.sub: update from prep.
58358
58359 2003-07-03  Karl Berry  <karl@gnu.org>
58360
58361         * config/config.guess: update from prep.
58362
58363 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58364
58365         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58366         xreadlink.c now includes it unconditionally.
58367
58368 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58369
58370         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58371         having it depend on HAVE_SYS_TYPES_H.
58372
58373 2003-07-01  Bruno Haible  <bruno@clisp.org>
58374
58375         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58376         <sys/types.h> should be sufficient.
58377         Reported by Paul Eggert.
58378
58379 2003-06-26  Karl Berry  <karl@gnu.org>
58380
58381         * config/depcomp: update from automake.
58382
58383 2003-06-26  Bruno Haible  <bruno@clisp.org>
58384
58385         * modules/human: Depend on module stdbool.
58386
58387 2003-06-25  Bruno Haible  <bruno@clisp.org>
58388
58389         * modules/readlink: New file.
58390         * modules/xreadlink: Depend on it.
58391         * MODULES.html.sh (func_all_modules): Add readlink.
58392
58393 2003-06-25  Bruno Haible  <bruno@clisp.org>
58394
58395         * m4/readlink.m4: New file.
58396
58397 2003-06-25  Bruno Haible  <bruno@clisp.org>
58398
58399         * lib/readlink.c: New file.
58400
58401 2003-06-22  Karl Berry  <karl@gnu.org>
58402
58403         * config/srclist.txt: update mkinstalldirs from automake.
58404         * config/mkinstalldirs: update.
58405
58406 2003-06-22  Bruno Haible  <bruno@clisp.org>
58407
58408         Portability to mingw32.
58409         * m4/ssize_t.m4: New file, from GNU gettext.
58410         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58411         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58412
58413 2003-06-22  Bruno Haible  <bruno@clisp.org>
58414
58415         * modules/safe-read: Add m4/ssize_t.m4.
58416         * modules/xreadlink: Add m4/ssize_t.m4.
58417
58418 2003-06-20  Bruno Haible  <bruno@clisp.org>
58419
58420         Assume C89, so PARAMS isn't needed.
58421         * lib/unicodeio.h (PARAMS): Remove.
58422         * lib/unicodeio.c: Don't use PARAMS.
58423
58424 2003-06-18  Karl Berry  <karl@gnu.org>
58425
58426         * config/config.{guess,sub}: update from prep.
58427
58428 2003-06-18  Jim Meyering  <jim@meyering.net>
58429
58430         Merge changes from coreutils.
58431         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58432         Remove explicit declarations of xmalloc and realloc.
58433         Include xalloc.h.
58434         (read_utmp): Remove anachronistic cast of xmalloc.
58435
58436 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58437
58438         Assume C89, so PARAMS isn't needed.
58439         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58440         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58441         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58442         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58443         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58444         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58445         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58446         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58447         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58448         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58449         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58450         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58451         no longer needed. Anyway, config.h should always be included before any
58452         other file.
58453
58454 2003-06-11  Simon Josefsson  <jas@extundo.com>
58455
58456         * modules/sysexits: New file.
58457         * MODULES.html.sh (func_all_modules): Add sysexits.
58458
58459 2003-06-11  Simon Josefsson  <jas@extundo.com>
58460
58461         * lib/sysexit_.h: New file.
58462
58463 2003-06-11  Derek Price  <derek@ximbiot.com>
58464
58465         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58466         necessary.
58467
58468 2003-06-11  Bruno Haible  <bruno@clisp.org>
58469
58470         * m4/sysexits.m4: New file.
58471
58472 2003-06-10  Simon Josefsson  <jas@extundo.com>
58473
58474         * lib/argp.h: New file, from glibc.
58475         * lib/argp-ba.c: New file, from glibc.
58476         * lib/argp-eexst.c: New file, from glibc.
58477         * lib/argp-fmtstream.c: New file, from glibc.
58478         * lib/argp-fmtstream.h: New file, from glibc.
58479         * lib/argp-fs-xinl.c: New file, from glibc.
58480         * lib/argp-help.c: New file, from glibc.
58481         * lib/argp-namefrob.h: New file, from glibc.
58482         * lib/argp-parse.c: New file, from glibc.
58483         * lib/argp-pv.c: New file, from glibc.
58484         * lib/argp-pvh.c: New file, from glibc.
58485         * lib/argp-xinl.c: New file, from glibc.
58486
58487 2003-06-10  Simon Josefsson  <jas@extundo.com>
58488
58489         * modules/strchrnul: New file.
58490
58491 2003-06-10  Simon Josefsson  <jas@extundo.com>
58492
58493         * modules/argp: New file.
58494
58495 2003-06-10  Simon Josefsson  <jas@extundo.com>
58496
58497         * m4/strchrnul.m4: New file.
58498
58499 2003-06-10  Simon Josefsson  <jas@extundo.com>
58500
58501         * lib/strchrnul.h: New file.
58502         * lib/strchrnul.c: New file.
58503
58504 2003-06-10  Bruno Haible  <bruno@clisp.org>
58505
58506         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58507
58508 2003-06-07  Karl Berry  <karl@gnu.org>
58509
58510         * config/config.{guess,sub}: update from prep.
58511
58512 2003-06-07  Jim Meyering  <jim@meyering.net>
58513
58514         * modules/strtod: Use $(...) notation, not @...@ for
58515         AC_REPLACE'd variables.
58516         * modules/localcharset: Likewise.
58517
58518 2003-06-07  Jim Meyering  <jim@meyering.net>
58519
58520         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58521         in place of my name in the copyright comment.
58522         Remove definition and uses of __P.
58523
58524         From coreutils.
58525         * lib/stat.c: Don't declare xmalloc explicitly.
58526         Instead, include "xalloc.h".
58527         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58528         xrealloc, and xcalloc return values.
58529         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58530         Improve comment.
58531         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58532
58533 2003-06-07  Bruno Haible  <bruno@clisp.org>
58534
58535         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58536         avoid AC_CONFIG_LINKS.
58537         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58538         fnmatch.h, to avoid AC_CONFIG_LINKS.
58539         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58540
58541 2003-06-07  Bruno Haible  <bruno@clisp.org>
58542
58543         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58544         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58545         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58546         directory.
58547         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58548         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58549         directory.
58550
58551 2003-06-06  Jim Meyering  <jim@meyering.net>
58552
58553         Merge from coreutils.
58554         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58555         Consolidate declarations and initializations of *_base* locals.
58556
58557         Merge from coreutils.
58558         This avoids a core dump on systems without GNU putenv,
58559         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58560         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58561         (unsetenv): New static function, from GNU libc.
58562         (rpl_putenv): Use it.
58563
58564         * lib/modechange.c: Remove trailing blanks.
58565
58566         Merge from coreutils.
58567         * lib/fsusage.c: Remove declaration of statfs.
58568         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58569
58570         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58571
58572 2003-06-06  Jim Meyering  <jim@meyering.net>
58573
58574         * lib/stdbool_.h: Renamed from stdbool.h.in.
58575
58576 2003-06-06  Jim Meyering  <jim@meyering.net>
58577             Bruno Haible  <bruno@clisp.org>
58578
58579         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58580         Adjust Makefile.am snippet not to redirect directly to target.
58581         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58582
58583 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58584
58585         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58586         mismatch, look in future quarters as well as past.  This fixes a
58587         bug when processing fall-backwards gaps immediately after a long
58588         period of daylight-saving time.
58589
58590         * lib/mktime.c: Assume freestanding C89 or better.
58591         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58592         (__P): Remove; not used.
58593         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58594         (mktime, not_equal_tm, print_tm, check_result,
58595         main): Use prototypes.  Use const * where appropriate.
58596         (main): Fix typo in testing code that uncovered by above changes.
58597         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58598
58599 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58600
58601         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58602         locale.h, localeconv.  This merges changes from coreutils.
58603
58604         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58605         It can be removed after the next Autoconf is released.
58606         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58607         needed.
58608
58609 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58610
58611         * lib/mktime.c: Fix Debian bug 177940
58612         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58613         (localtime_offset): Now long int, not time_t, because we want it
58614         to be guaranteed to be signed.  All uses changed.
58615         (__mktime_internal): If overflow would occur when adding offset,
58616         don't add it.
58617
58618         Merge 'human' changes from coreutils.  Rewrite to support
58619         locale-specific notations like thousands separators.
58620         * lib/human.c: Simplify authorship notice.
58621         Include human.h immediately after config.h.
58622         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58623         <limits.h>: Do not include, since human.h does.
58624         (SIZE_MAX, UINTMAX_MAX): New macros.
58625         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58626         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58627         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58628         (power_letter): Renamed from suffixes.
58629         (generate_suffix_backwards): Remove.
58630         (adjust_value): Now takes int style (because of human.h changes)
58631         and long double value (for greater precision on some platforms).
58632         (group_number): New function.
58633         (human_readable): Use it.  Use integer options, not enum.
58634         Put the options before the sizes in the arg list.
58635         Support all the new options.
58636         The old human_readable function has been removed;
58637         use inttostr.h instead.
58638         (human_readable, default_block_size, humblock):
58639         Use uintmax_t, not int, for block sizes.
58640         (human_readable_inexact, block_size_types): Remove.
58641         (block_size_opts): New constant.
58642         (human_options): Renamed from human_block_size, with new signature
58643         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58644         * lib/human.h: Add copyright and authorship notice.
58645         Include <limits.h> and <stdbool.h> unconditionally.
58646         (PARAMS): Remove.  All uses removed.
58647         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58648         (enum human_inexact_style): Remove tag; now a nameless enum.
58649         (human_floor, human_ceiling, human_round_to_even): Now have
58650         values 2, 0, 1 rather than -1, 1, 0.
58651         (human_group_digits, human_suppress_point_zero, human_autoscale,
58652         human_base_1024, human_SI, human_B): New constants.
58653         (human_readable_inexact, human_block_size): Remove.
58654         (human_readable): Size args are now uintmax_t, not int.
58655         (human_options): New decl.
58656
58657         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58658         unnecessary now that we assume C89 or better.  This change
58659         imported from coreutils.
58660
58661         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58662         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58663         in the 2003-05-30 sync from glibc.
58664
58665         .h files should stand alone, but we shouldn't include <sys/types.h>
58666         if we can get away with just <stddef.h>.
58667
58668         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58669         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58670         rather than <sys/types.h>, as we merely need size_t.
58671         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58672         to get size_t.
58673         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58674         Include <stdio.h>, to get FILE.
58675         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58676         memcasecmp.h has included <stddef.h> and all we need is size_t.
58677         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58678         our interface, instead of including <sys/types.h>
58679
58680 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58681
58682         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58683         now, as glibc mktime is buggy on non-glibc systems.
58684
58685 2003-06-03  Karl Berry  <karl@gnu.org>
58686
58687         * config/config.sub: update from prep.
58688
58689 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58690
58691         [from coreutils]
58692         Fix some minor time-related bugs with POSIX time arguments.
58693         Some valid time stamps were being rejected (notably -1, and
58694         time stamps before 1900 on 64-bit hosts).  And some invalid
58695         time stamps were being accepted, e.g. September 31.
58696
58697         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58698         that we can return (time_t) -1 successfully.
58699         * lib/posixtm.c: Likewise.
58700         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58701         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58702         (t): Remove static var.
58703         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58704         of static var.  All uses changed.
58705         (year): Do not reject years before 1900; they can occur with
58706         64-bit time_t.
58707         (posix_time_parse): Do not check for out-of-range components;
58708         that is now the caller's responsibility, since our checks were
58709         only approximations.
58710         (posixtime): Use mktime to check for out-of-range components,
58711         since it knows them exactly.
58712         If mktime returns (time_t) -1, check whether an error actually occurred
58713         by invoking localtime on -1.
58714         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58715         posixtime failures better.
58716         Improve the test data (in comments only).
58717
58718 2003-06-02  Karl Berry  <karl@gnu.org>
58719
58720         * config/mkinstalldirs (version): new variable.
58721         (--version): new option.
58722         (usage): improve message.
58723
58724 2003-05-30  Karl Berry  <karl@gnu.org>
58725
58726         * lib/mktime.c: update from libc.
58727
58728 2003-05-30  Bruno Haible  <bruno@clisp.org>
58729
58730         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58731         * config/config.rpath: Upgrade to gettext-0.12.1.
58732
58733 2003-05-30  Bruno Haible  <bruno@clisp.org>
58734
58735         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58736         * m4/nls.m4: New file, from gettext-0.12.1.
58737         * m4/po.m4: New file, from gettext-0.12.1.
58738         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58739
58740 2003-05-30  Bruno Haible  <bruno@clisp.org>
58741
58742         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58743         * lib/localcharset.h: Likewise.
58744         * lib/localcharset.c: Likewise.
58745
58746 2003-05-29  Karl Berry  <karl@gnu.org>
58747
58748         * config/config.rpath: update from gettext.
58749
58750 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58751
58752         Assume the headers required for C89 freestanding compilers.
58753         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58754         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58755         * m4/human.m4 (gl_HUMAN): Likewise.
58756         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58757         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58758         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58759         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58760         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58761         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58762
58763 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58764
58765         Assume the headers required for C89 freestanding compilers.
58766         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58767         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58768         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58769         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58770         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58771         define, since <limits.h> is guaranteed to do that.
58772         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58773         * lib/exclude.c: Include <stdbool.h> unconditionally.
58774         * lib/tempname.c: Include <stddef.h> unconditionally.
58775         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58776         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58777         <stddef.h> does that.
58778         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58779         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
58780         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
58781         needed.
58782         * lib/xstrtol.c: Likewise.
58783         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
58784         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
58785
58786         * lib/addext.c (addext): Use assignment rather than cast, to avoid
58787         warnings on some platforms.
58788
58789         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58790         arbitrarily.
58791
58792 2003-05-26  Jim Meyering  <jim@meyering.net>
58793
58794         Merge in a change from coreutils:
58795         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
58796         that is guaranteed to be `no'.  Use `no_such_member' to indicate
58797         that condition, rather than `-1' which is slightly misleading.
58798         Change the name of the cache variable to have the gl_ prefix.
58799         Prompted by a patch from Richard Dawe for DJGPP.
58800
58801 2003-05-24  Karl Berry  <karl@gnu.org>
58802
58803         * config/config.guess: update from prep.
58804
58805 2003-05-22  Karl Berry  <karl@gnu.org>
58806
58807         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
58808
58809 2003-05-20  Karl Berry  <karl@gnu.org>
58810
58811         * config/config.guess: update from prep.
58812
58813 2003-05-18  Karl Berry  <karl@gnu.org>
58814
58815         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
58816         might actually be set by the user.
58817
58818         * config/depcomp, install-sh, mdate-sh: update from automake.
58819
58820 2003-05-17  Bruno Haible  <bruno@clisp.org>
58821
58822         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
58823         invalid expansion for AC_EGREP_CPP.
58824         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
58825         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
58826         Suggested by Akim Demaille <akim@epita.fr> in
58827         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
58828
58829 2003-05-12  Jim Meyering  <jim@meyering.net>
58830
58831         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
58832         the space-padded-by-default conversion specifiers, %e, %k, %l.
58833
58834 2003-05-12  Bruno Haible  <bruno@clisp.org>
58835
58836         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
58837         the string is longer than 4 KB.
58838
58839 2003-05-11  Karl Berry  <karl@gnu.org>
58840
58841         * config/config.{guess,sub}: update from prep.
58842
58843 2003-05-09  Bruno Haible  <bruno@clisp.org>
58844
58845         * modules/error: Add m4/strerror_r.m4 to file list.
58846
58847 2003-05-03  Bruno Haible  <bruno@clisp.org>
58848
58849         Upgrade to Unicode-4.0.
58850         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
58851         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
58852         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
58853         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
58854         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
58855         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
58856         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
58857         Change width of U+E0100..U+E01EF from 1 to 0.
58858
58859 2003-04-25  Jim Meyering  <jim@meyering.net>
58860
58861         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
58862         of type size_t, not int.
58863
58864 2003-04-25  Bruno Haible  <bruno@clisp.org>
58865
58866         * lib/copy-file.c: Include <stddef.h>, for size_t.
58867
58868 2003-04-21  Paul Eggert  <eggert@twinsun.com>
58869
58870         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
58871         code which expansion is under static control.  Patch imported from
58872         Akim Demaille's patch to Bison; see
58873         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
58874
58875 2003-04-14  Bruno Haible  <bruno@clisp.org>
58876
58877         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
58878
58879 2003-04-11  Jim Meyering  <jim@meyering.net>
58880
58881         Merge changes from Coreutils.
58882
58883         2003-03-22  Jim Meyering  <jim@meyering.net>
58884
58885         * lib/strftime.c (widen): Cast alloca return value to proper type.
58886
58887         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
58888
58889         From GNU libc.
58890         * lib/strftime.c (my_strftime): Handle very large width
58891         specifications for numeric values correctly.  Improve checks for
58892         overflow.
58893
58894         2003-01-19  Jim Meyering  <jim@meyering.net>
58895
58896         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
58897         definitions.
58898         (nl_get_alt_digit) [! defined my_strftime]: Define.
58899         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
58900         _nl_get_alt_digit and _nl_get_walt_digit.
58901
58902         * lib/strftime.c (my_strftime): Merge in locale-related changes from
58903         libc. These changes have no effect outside of _LIBC.
58904
58905 2003-04-10  Bruno Haible  <bruno@clisp.org>
58906
58907         * modules/findprog: New file.
58908         * MODULES.html.sh (func_all_modules): Add it.
58909
58910 2003-04-10  Bruno Haible  <bruno@clisp.org>
58911
58912         * m4/findprog.m4: New file.
58913         * m4/eaccess.m4: New file.
58914
58915 2003-04-10  Bruno Haible  <bruno@clisp.org>
58916
58917         * lib/findprog.h: New file, from GNU gettext.
58918         * lib/findprog.c: New file, from GNU gettext.
58919
58920 2003-04-05  Jim Meyering  <jim@meyering.net>
58921
58922         Merge changes from Coreutils.
58923
58924         * lib/exclude.h (PARAMS): Remove definition and uses.
58925         * lib/exclude.c: Remove uses of `PARAMS'.
58926
58927         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
58928         Add test-cases for DOS filenames. Declare program_name.
58929         (main): Set up program_name.  Patch by Rich Dawe.
58930
58931         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58932         error from mntctl.
58933         Use mntctl's return value to drive the entry-processing loop, since
58934         we can't rely on the value of the vmt_length member in the last
58935         entry.  On some systems doing so could result in exhausting
58936         virtual memory.  Based in part on a patch from Mike Jetzer.
58937
58938 2003-04-04  Bruno Haible  <bruno@clisp.org>
58939
58940         * modules/linebreak: New file.
58941         * MODULES.html.sh (func_all_modules): Add it.
58942
58943 2003-04-04  Bruno Haible  <bruno@clisp.org>
58944
58945         * m4/linebreak.m4: New file.
58946
58947 2003-04-04  Bruno Haible  <bruno@clisp.org>
58948
58949         * lib/linebreak.h: New file, from GNU gettext.
58950         * lib/linebreak.c: New file, from GNU gettext with slight
58951         modifications.
58952         * lib/lbrkprop.h: New file, from GNU gettext.
58953
58954 2003-04-03  Bruno Haible  <bruno@clisp.org>
58955
58956         * modules/utf8-ucs4: New file.
58957         * modules/utf16-ucs4: New file.
58958         * modules/ucs4-utf8: New file.
58959         * modules/ucs4-utf16: New file.
58960         * MODULES.html.sh (func_all_modules): Add them.
58961
58962 2003-04-03  Bruno Haible  <bruno@clisp.org>
58963
58964         * m4/utf-ucs4.m4: New file.
58965         * m4/ucs4-utf.m4: New file.
58966
58967 2003-04-03  Bruno Haible  <bruno@clisp.org>
58968
58969         * lib/utf8-ucs4.h: New file, from GNU gettext.
58970         * lib/utf16-ucs4.h: New file, from GNU gettext.
58971         * lib/ucs4-utf8.h: New file, from GNU gettext.
58972         * lib/ucs4-utf16.h: New file, from GNU gettext.
58973
58974 2003-04-02  Bruno Haible  <bruno@clisp.org>
58975
58976         * modules/binary-io: New file.
58977         * MODULES.html.sh (func_all_modules): Add it.
58978
58979 2003-04-02  Bruno Haible  <bruno@clisp.org>
58980
58981         * lib/binary-io.h: New file, from GNU gettext.
58982
58983 2003-04-01  Bruno Haible  <bruno@clisp.org>
58984
58985         * modules/pathname: New file.
58986         * MODULES.html.sh (func_all_modules): Add it.
58987
58988 2003-04-01  Bruno Haible  <bruno@clisp.org>
58989
58990         * lib/pathname.h: New file, from GNU gettext.
58991         * lib/concatpath.c: New file, from GNU gettext.
58992
58993 2003-03-30  Bruno Haible  <bruno@clisp.org>
58994
58995         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
58996
58997 2003-03-30  Bruno Haible  <bruno@clisp.org>
58998
58999         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59000         function chown() doesn't exist.
59001
59002 2003-03-28  Bruno Haible  <bruno@clisp.org>
59003
59004         * modules/copy-file: New file.
59005         * MODULES.html.sh (func_all_modules): Add it.
59006
59007 2003-03-28  Bruno Haible  <bruno@clisp.org>
59008
59009         * m4/copy-file.m4: New file.
59010
59011 2003-03-28  Bruno Haible  <bruno@clisp.org>
59012
59013         * lib/copy-file.h: New file, from GNU gettext.
59014         * lib/copy-file.c: New file, from GNU gettext.
59015
59016 2003-03-18  Jim Meyering  <jim@meyering.net>
59017
59018         * lib/quote.c (quote_n): Fix typo in comment.
59019
59020 2003-03-18  Bruno Haible  <bruno@clisp.org>
59021
59022         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59023         checking.
59024         * m4/onceonly_2_57.m4: Likewise.
59025
59026 2003-03-17  Bruno Haible  <bruno@clisp.org>
59027
59028         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59029         (m4_quote): Remove macro.
59030         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59031
59032 2003-03-14  Jim Meyering  <jim@meyering.net>
59033
59034         Merge changes from Coreutils.
59035         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59036         to be const, in order to avoid warnings.
59037         (obstack_room): Likewise.
59038         (obstack_empty_p): Likewise.
59039
59040 2003-03-14  Bruno Haible  <bruno@clisp.org>
59041
59042         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59043         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59044
59045 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59046
59047         Merge changes from Bison.
59048         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59049         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59050         when compiling Bison 1.875's `bitset bset = obstack_alloc
59051         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59052         * lib/hash.c: Include <stdbool.h> unconditionally.
59053
59054 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59055
59056         * m4/onceonly.m4 (m4_quote): New macro.
59057         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59058         Quote AC_FOREACH variable-expansions properly.
59059
59060 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59061
59062         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59063
59064 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59065
59066         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59067         Reported by Bruce Becker; see:
59068         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59069
59070 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59071             Bruno Haible  <bruno@clisp.org>
59072
59073         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59074         Reported by John Hughes, see
59075         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59076
59077 2003-02-20  Bruno Haible  <bruno@clisp.org>
59078
59079         * MODULES.html.sh (func_all_modules): Add poll.
59080
59081 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59082
59083         * modules/poll: New file.
59084
59085 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59086
59087         * lib/poll_.h: New file.
59088         * lib/poll.c: New file.
59089
59090 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59091
59092         * m4/poll.m4: New file.
59093
59094 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59095
59096         * modules/mathl: New file.
59097
59098 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59099
59100         * lib/mathl.h: New file.
59101         * lib/acosl.c: New file.
59102         * lib/asinl.c: New file.
59103         * lib/atanl.c: New file.
59104         * lib/ceill.c: New file.
59105         * lib/cosl.c: New file.
59106         * lib/expl.c: New file.
59107         * lib/floorl.c: New file.
59108         * lib/frexpl.c: New file.
59109         * lib/ldexpl.c: New file.
59110         * lib/logl.c: New file.
59111         * lib/sincosl.c: New file.
59112         * lib/sinl.c: New file.
59113         * lib/sqrtl.c: New file.
59114         * lib/tanl.c: New file.
59115         * lib/trigl.c: New file.
59116         * lib/trigl.h: New file.
59117
59118 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59119
59120         * m4/mathl.m4: New file.
59121
59122 2003-02-18  Bruno Haible  <bruno@clisp.org>
59123
59124         * MODULES.html.sh (func_all_modules): Add mathl.
59125
59126 2003-02-17  Bruno Haible  <bruno@clisp.org>
59127
59128         * modules/mkdtemp: New module.
59129         * MODULES.html.sh (func_all_modules): Add it.
59130
59131 2003-02-17  Bruno Haible  <bruno@clisp.org>
59132
59133         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59134
59135 2003-02-17  Bruno Haible  <bruno@clisp.org>
59136
59137         * lib/mkdtemp.h: New file, from GNU gettext.
59138         * lib/mkdtemp.c: New file, from GNU gettext.
59139
59140 2003-02-02  Jim Meyering  <jim@meyering.net>
59141
59142         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59143         e.g. glibc-2.2.93.
59144
59145 2003-01-31  Bruno Haible  <bruno@clisp.org>
59146
59147         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59148         'rpl_rename'.
59149         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59150         'rpl_strnlen'.
59151         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59152         'rpl_strtod'.
59153         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59154         'rpl_utime'.
59155
59156 2003-01-31  Bruno Haible  <bruno@clisp.org>
59157
59158         * lib/rename.c: #undef rename before defining rpl_rename.
59159         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59160
59161 2003-01-30  Bruno Haible  <bruno@clisp.org>
59162
59163         * modules/vasnprintf, modules/vasprintf: New modules.
59164         * MODULES.html.sh (func_all_modules): Add them.
59165
59166 2003-01-30  Bruno Haible  <bruno@clisp.org>
59167
59168         * m4/signed.m4: New file, from GNU gettext.
59169         * m4/longdouble.m4: New file, from GNU gettext.
59170         * m4/wchar_t.m4: New file, from GNU gettext.
59171         * m4/wint_t.m4: New file, from GNU gettext.
59172         * m4/vasnprintf.m4: New file.
59173         * m4/vasprintf.m4: New file.
59174
59175 2003-01-30  Bruno Haible  <bruno@clisp.org>
59176
59177         * lib/printf-args.h: New file, from GNU gettext.
59178         * lib/printf-args.c: New file, from GNU gettext.
59179         * lib/printf-parse.h: New file, from GNU gettext.
59180         * lib/printf-parse.c: New file, from GNU gettext.
59181         * lib/vasnprintf.h: New file, from GNU gettext.
59182         * lib/vasnprintf.c: New file, from GNU gettext.
59183         * lib/asnprintf.c: New file, from GNU gettext.
59184         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59185         * lib/vasprintf.c: New file, from GNU gettext.
59186         * lib/asprintf.c: New file, from GNU gettext.
59187
59188 2003-01-29  Bruno Haible  <bruno@clisp.org>
59189
59190         * modules/stpncpy: New module.
59191         * MODULES.html.sh (func_all_modules): Add it.
59192
59193 2003-01-29  Bruno Haible  <bruno@clisp.org>
59194
59195         * m4/stpncpy.m4: New file.
59196
59197 2003-01-29  Bruno Haible  <bruno@clisp.org>
59198
59199         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59200         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59201
59202 2003-01-28  Bruno Haible  <bruno@clisp.org>
59203
59204         * modules/c-ctype: New module.
59205         * MODULES.html.sh (func_all_modules): Add it.
59206
59207 2003-01-28  Bruno Haible  <bruno@clisp.org>
59208
59209         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59210         Paul Eggert.
59211         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59212         Paul Eggert.
59213
59214 2003-01-27  Bruno Haible  <bruno@clisp.org>
59215
59216         * modules/xsetenv: New module.
59217         * MODULES.html.sh (func_all_modules): Add it.
59218
59219 2003-01-27  Bruno Haible  <bruno@clisp.org>
59220
59221         * lib/xsetenv.h: New file, from GNU gettext.
59222         * lib/xsetenv.c: New file, from GNU gettext.
59223
59224 2003-01-23  Jim Meyering  <jim@meyering.net>
59225
59226         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59227         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59228
59229 2003-01-23  Bruno Haible  <bruno@clisp.org>
59230
59231         * modules/minmax: New module.
59232         * MODULES.html.sh (func_all_modules): Add it.
59233
59234 2003-01-23  Bruno Haible  <bruno@clisp.org>
59235
59236         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59237         Eggert.
59238
59239 2003-01-22  Bruno Haible  <bruno@clisp.org>
59240
59241         * modules/exit: New module.
59242         * MODULES.html.sh (func_all_modules): Add it.
59243
59244 2003-01-22  Bruno Haible  <bruno@clisp.org>
59245
59246         * lib/exit.h: New file, from GNU gettext.
59247
59248 2003-01-19  Bruno Haible  <bruno@clisp.org>
59249
59250         * gnulib-tool: Recognize option --extract-maintainer.
59251         (func_get_maintainer): New function.
59252         * modules/*: Add Maintainer entry.
59253
59254 2003-01-16  Jim Meyering  <jim@meyering.net>
59255
59256         * m4/regex.m4: The `regex' struct is both input and output.
59257         Initialize it before each use.  Patch by Tim Waugh.
59258
59259 2003-01-16  Bruno Haible  <bruno@clisp.org>
59260
59261         * MODULES.html.sh: Add a table of contents. Add the module name as
59262         leftmost column. Add hyperlinks.
59263
59264 2003-01-15  Bruno Haible  <bruno@clisp.org>
59265
59266         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59267
59268 2003-01-15  Bruno Haible  <bruno@clisp.org>
59269
59270         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59271         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59272         suffix.
59273
59274 2003-01-15  Bruno Haible  <bruno@clisp.org>
59275
59276         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59277
59278 2003-01-15  Bruno Haible  <bruno@clisp.org>
59279
59280         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59281         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59282
59283 2003-01-14  Jim Meyering  <jim@meyering.net>
59284
59285         * lib/same.c (same_name): Tweak a comment.
59286
59287 2003-01-14  Bruno Haible  <bruno@clisp.org>
59288
59289         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59290         when a string comparison is sufficient.
59291
59292 2003-01-14  Bruno Haible  <bruno@clisp.org>
59293
59294         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59295         'unsigned int'.
59296
59297 2003-01-14  Bruno Haible  <bruno@clisp.org>
59298
59299         * lib/hash-pjw.c: Add comment about low quality of this function.
59300
59301 2003-01-13  Bruno Haible  <bruno@clisp.org>
59302
59303         * modules/stpcpy: Distribute lib/stpcpy.h.
59304         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59305
59306 2003-01-13  Bruno Haible  <bruno@clisp.org>
59307
59308         * modules/*: Add a description.
59309         * modules/strpbrk: Fix Makefile.am snippet.
59310         * modules/strtoimax: Fix dependencies.
59311         * modules/strtoumax: Likewise.
59312
59313 2003-01-13  Bruno Haible  <bruno@clisp.org>
59314
59315         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59316         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59317         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59318
59319 2003-01-13  Bruno Haible  <bruno@clisp.org>
59320
59321         * gnulib-tool (func_create_testdir): Store config/* files in the main
59322         directory.
59323         * config.rpath: Move to ...
59324         * config/config.rpath: ... here.
59325         * modules/gettext: Contains config/config.rpath, not config.rpath.
59326         * modules/iconv: Likewise.
59327
59328 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59329
59330         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59331         to avoid collisions with libcurses and libreadline.
59332
59333         * m4/getstr.m4: Remove.
59334         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59335
59336 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59337
59338         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59339         to avoid collisions with libcurses and libreadline.
59340
59341         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59342         * lib/getstr.h, getstr.c: Remove.
59343         * lib/getline.c: Include "getline.h", to check interface.
59344         Move body of old getstr.c here: this defines MIN_CHUNK and
59345         declares getdelim2, which is renamed from getstr.
59346         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59347
59348         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59349         All uses changed.
59350         * lib/linebuffer.h: Likewise.
59351         (readline): Remove backward-compatibility macro.
59352
59353 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59354
59355         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59356         to avoid collisions with libcurses and libreadline.
59357         * getstr: Remove.
59358         * MODULES.html.sh: Remove getstr.
59359         * modules/getline: Depend on unlocked-io, not getstr.
59360
59361 2003-01-12  Jim Meyering  <jim@meyering.net>
59362
59363         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59364
59365 2003-01-10  Bruno Haible  <bruno@clisp.org>
59366
59367         * modules/alloca: Change Makefile.am requirements. Simplify Include
59368         requirements. Add lib/alloca_.h to file list.
59369
59370 2003-01-10  Bruno Haible  <bruno@clisp.org>
59371
59372         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59373
59374 2003-01-10  Bruno Haible  <bruno@clisp.org>
59375
59376         * lib/alloca_.h: New file.
59377         * lib/getdate.y: Unconditionally include alloca.h.
59378         * lib/makepath.c: Likewise.
59379         * lib/setenv.c: Likewise.
59380         * lib/userspec.c: Likewise.
59381
59382 2003-01-09  Karl Berry  <karl@gnu.org>
59383
59384         * MODULES.html.sh: include `dirname $0` in PATH, to find
59385         gnulib-tool.
59386
59387 2003-01-09  Bruno Haible  <bruno@clisp.org>
59388
59389         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59390         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59391
59392 2003-01-09  Bruno Haible  <bruno@clisp.org>
59393
59394         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59395
59396 2003-01-09  Bruno Haible  <bruno@clisp.org>
59397
59398         * lib/stdbool.h.in: New file.
59399
59400 2003-01-09  Bruno Haible  <bruno@clisp.org>
59401
59402         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59403         * MODULES.html.sh: Likewise.
59404
59405 2003-01-08  Jim Meyering  <jim@meyering.net>
59406
59407         * lib/full-write.c: Undefine and define-away `const' after inclusion
59408         of errno.h, not before.  Suggestion from Bruno Haible.
59409
59410 2003-01-08  Bruno Haible  <bruno@clisp.org>
59411
59412         * modules/full-read: Depend on full-write.
59413
59414 2003-01-08  Bruno Haible  <bruno@clisp.org>
59415
59416         * lib/safe-read.c: Include specification header first, to ensure its
59417         selfcontainedness.
59418         * lib/full-write.c: Likewise.
59419
59420 2003-01-07  Jim Meyering  <jim@meyering.net>
59421
59422         * lib/full-write.c: Rework so that it may serve to define full_read,
59423         too.
59424         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59425
59426 2003-01-07  Bruno Haible  <bruno@clisp.org>
59427
59428         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59429         <inttypes.h>.
59430         * lib/xstrtol.h: Likewise.
59431         * lib/xstrtoimax.c: Likewise.
59432         * lib/xstrtoumax.c: Likewise.
59433         * lib/human.h: Likewise.
59434
59435         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59436         on systems that have <inttypes.h> but not <stdint.h>.
59437
59438 2003-01-07  Bruno Haible  <bruno@clisp.org>
59439
59440         * MODULES.html.sh: Add copyright notice.
59441         (missed_files): Omit CVS directory entries.
59442         (func_module): Make it work with sed-3.02.
59443         * MODULES.txt: Remove file.
59444
59445 2003-01-06  Jim Meyering  <jim@meyering.net>
59446
59447         * lib/version-etc.c: Update year in translatable copyright string.
59448
59449 2003-01-03  Karl Berry  <karl@gnu.org>
59450
59451         * config/config.{guess,sub}: update from prep.
59452
59453 2003-01-02  Karl Berry  <karl@gnu.org>
59454
59455         * doc/COPYING.DOC: belatedly updated to 1.2.
59456
59457 2003-01-01  Karl Berry  <karl@gnu.org>
59458
59459         * gnulib-tool (func_verify_module): report module name $module in
59460         error message, not $1.
59461         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59462         be created, only if it doesn't exist.
59463         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59464
59465 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59466
59467         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59468
59469 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59470
59471         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59472         memcmp if strcoll doesn't work.
59473
59474 2002-12-31  Bruno Haible  <bruno@clisp.org>
59475
59476         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59477         nonempty.
59478
59479 2002-12-31  Bruno Haible  <bruno@clisp.org>
59480
59481         * lib/memcoll.c (STRCOLL): New macro.
59482         (memcoll): Use it.
59483
59484 2002-12-31  Bruno Haible  <bruno@clisp.org>
59485
59486         * lib/localcharset.h: New file.
59487         * lib/localcharset.c: Include it.
59488         * lib/unicodeio.c: Likewise.
59489
59490 2002-12-31  Bruno Haible  <bruno@clisp.org>
59491
59492         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59493         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59494
59495 2002-12-31  Bruno Haible  <bruno@clisp.org>
59496
59497         * lib/getline.h: Include <stddef.h>, for size_t.
59498
59499         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59500         * lib/unicodeio.c: Don't include <stddef.h>.
59501
59502 2002-12-31  Bruno Haible  <bruno@clisp.org>
59503
59504         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59505         HAVE_TM_ZONE.
59506
59507 2002-12-24  Karl Berry  <karl@gnu.org>
59508
59509         * config/config.guess: update from prep.
59510
59511 2002-12-24  Bruno Haible  <bruno@clisp.org>
59512
59513         General infrasructure.
59514         * m4/README: Rewritten.
59515         * m4/onceonly.m4: New file.
59516         * m4/onceonly_2_57.m4: New file.
59517
59518         Module atexit.
59519         * m4/atexit.m4: New file.
59520
59521         Module strtod.
59522         * m4/strtod.m4: New file.
59523
59524         Module strtol.
59525         * m4/strtol.m4: New file.
59526
59527         Module strtoul.
59528         * m4/strtoul.m4: New file.
59529
59530         Module memchr.
59531         * m4/memchr.m4: New file.
59532
59533         Module memcmp.
59534         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59535         (jm_FUNC_MEMCMP): Invoke it.
59536
59537         Module memcpy.
59538         * m4/memcpy.m4: New file.
59539
59540         Module memmove.
59541         * m4/memmove.m4: New file.
59542
59543         Module memset.
59544         * m4/memset.m4: New file.
59545
59546         Module strcspn.
59547         * m4/strcspn.m4: New file.
59548
59549         Module strpbrk.
59550         * m4/strpbrk.m4: New file.
59551
59552         Module strstr.
59553         * m4/strstr.m4: New file.
59554
59555         Module strerror.
59556         * m4/strerror.m4: New file.
59557
59558         Module mktime.
59559         * m4/mktime.m4: Renamed from jm-mktime.m4.
59560         (gl_PREREQ_MKTIME): New macro.
59561         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59562
59563         Module malloc.
59564         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59565         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59566         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59567
59568         Module realloc.
59569         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59570         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59571         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59572
59573         Module strftime.
59574         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59575         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59576         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59577         gl_TM_GMTOFF.
59578         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59579
59580         Module xalloc.
59581         * m4/xalloc.m4: New file.
59582
59583         Module alloca.
59584         * m4/alloca.m4: New file.
59585
59586         Module putenv.
59587         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59588         (jm_FUNC_PUTENV): Invoke it.
59589
59590         Module setenv.
59591         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59592         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59593         when invoked twice.
59594         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59595         gt_FUNC_SETENV.
59596
59597         Module memrchr.
59598         * m4/memrchr.m4: New file.
59599
59600         Module stpcpy.
59601         * m4/stpcpy.m4: New file.
59602
59603         Module strcase.
59604         * m4/strcase.m4: New file.
59605
59606         Module strdup.
59607         * m4/strdup.m4: New file.
59608
59609         Module strnlen.
59610         * m4/strnlen.m4: New file.
59611
59612         Module strndup.
59613         * m4/strndup.m4: New file.
59614
59615         Module xstrtod.
59616         * m4/xstrtod.m4: New file.
59617
59618         Module xstrtol.
59619         * m4/xstrtol.m4: New file.
59620
59621         Module getdate.
59622         * m4/getdate.m4: New file.
59623
59624         Module unlocked-io.
59625         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59626         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59627         * m4/jm-glibc-io.m4n: Remove file.
59628
59629         Module long-options.
59630         * m4/long-options.m4: New file.
59631
59632         Module md5.
59633         * m4/md5.m4: New file.
59634
59635         Module sha.
59636         * m4/sha.m4: New file.
59637
59638         Module getstr.
59639         * m4/getstr.m4: New file.
59640
59641         Module getline.
59642         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59643         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59644         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59645         simply getline. Infoke gl_PREREQ_GETLINE.
59646
59647         Module obstack.
59648         * m4/obstack.m4: New file.
59649
59650         Module hash.
59651         * m4/hash.m4: New file.
59652
59653         Module readtokens.
59654         * m4/readtokens.m4: New file.
59655
59656         Module strverscmp.
59657         * m4/strverscmp.m4: New file.
59658
59659         Module stdbool.
59660         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59661         OSF/1.
59662
59663         Module strtoll.
59664         * m4/strtoll.m4: New file.
59665
59666         Module strtoull.
59667         * m4/strtoull.m4: New file.
59668
59669         Module strtoimax.
59670         * m4/strtoimax.m4: New file.
59671
59672         Module strtoumax.
59673         * m4/strtoumax.m4: New file.
59674
59675         Module xstrtoimax.
59676         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59677         jm_AC_PREREQ_XSTRTOIMAX.
59678         Moved the strtol prerequisites to strtol.m4.
59679         Moved the strtoll prerequisites to strtoll.m4.
59680         Moved the strtoimax prerequisites to strtoimax.m4.
59681
59682         Module xstrtoumax.
59683         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59684         jm_AC_PREREQ_XSTRTOUMAX.
59685         Moved the strtoul prerequisites to strtoul.m4.
59686         Moved the strtoull prerequisites to strtoull.m4.
59687         Moved the strtoumax prerequisites to strtoumax.m4.
59688
59689         Module chown.
59690         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59691         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59692
59693         Module dup2.
59694         * m4/dup2.m4: New file.
59695
59696         Module ftruncate.
59697         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59698         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59699
59700         Module getgroups.
59701         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59702         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59703
59704         Module gettimeofday.
59705         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59706         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59707         gl_PREREQ_GETTIMEOFDAY.
59708
59709         Module mkdir.
59710         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59711         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59712
59713         Module mkstemp.
59714         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59715         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59716         jm_AC_TYPE_UINTMAX_T.
59717         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59718
59719         Module stat.
59720         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59721         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59722
59723         Module lstat.
59724         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59725         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59726
59727         Module timespec.
59728         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59729         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59730         * m4/st_mtim.m4: Indentation.
59731
59732         Module nanosleep.
59733         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59734         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59735         gl_PREREQ_NANOSLEEP.
59736
59737         Module regex.
59738         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59739         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59740         (gl_REGEX): New macro.
59741
59742         Module rename.
59743         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59744         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59745
59746         Module rmdir.
59747         * m4/rmdir.m4: New file.
59748
59749         Module utime.
59750         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59751         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59752         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59753
59754         Module dirname.
59755         * m4/dirname.m4: New file.
59756
59757         Module getopt.
59758         * m4/getopt.m4: New file.
59759
59760         Module unistd-safer.
59761         * m4/unistd-safer.m4: New file.
59762
59763         Module fnmatch.
59764         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59765         declaration.
59766         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59767         (gl_FUNC_FNMATCH_POSIX): New macro.
59768         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59769         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59770         simply fnmatch.
59771
59772         Module exclude.
59773         * m4/exclude.m4: New file.
59774
59775         Module human.
59776         * m4/human.m4: New file.
59777
59778         Module acl.
59779         * m4/acl.m4: Nop.
59780
59781         Module backupfile.
59782         * m4/backupfile.m4: New file.
59783         * m4/d-ino.m4: Indentation.
59784
59785         Module fsusage.
59786         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
59787         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
59788         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
59789
59790         Module dirfd.
59791         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
59792         requirements.
59793
59794         Module euidaccess.
59795         * m4/euidaccess.m4: New file.
59796
59797         Module file-type.
59798         * m4/file-type.m4: New file.
59799
59800         Module fileblocks.
59801         * m4/fileblocks.m4: New file.
59802
59803         Module filemode.
59804         * m4/filemode.m4: New file.
59805
59806         Module isdir.
59807         * m4/isdir.m4: New file.
59808
59809         Module lchown.
59810         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
59811         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
59812
59813         Module makepath.
59814         * m4/makepath.m4: New file.
59815
59816         Module modechange.
59817         * m4/modechange.m4: New file.
59818
59819         Module mountlist.
59820         * m4/mountlist.m4: New file.
59821         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
59822         Indentation.
59823
59824         Module path-concat.
59825         * m4/path-concat.m4: New file.
59826
59827         Module pathmax.
59828         * m4/pathmax.m4: New file.
59829
59830         Module same.
59831         * m4/same.m4: New file.
59832
59833         Module save-cwd.
59834         * m4/save-cwd.m4: New file.
59835
59836         Module savedir.
59837         * m4/savedir.m4: New file.
59838
59839         Module xgetcwd.
59840         * m4/xgetcwd.m4: New file.
59841         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
59842
59843         Module xreadlink.
59844         * m4/xreadlink.m4: New file.
59845
59846         Module safe-read.
59847         * m4/safe-read.m4: New file.
59848
59849         Module safe-write.
59850         * m4/safe-write.m4: New file.
59851
59852         Module closeout.
59853         * m4/closeout.m4: New file.
59854
59855         Module stdio-safer.
59856         * m4/stdio-safer.m4: New file.
59857
59858         Module getpass.
59859         * m4/getpass.m4: New file.
59860
59861         Module getugroups.
59862         * m4/getugroups.m4: New file.
59863
59864         Module group-member.
59865         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
59866         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
59867
59868         Module idcache.
59869         * m4/idcache.m4: New file.
59870
59871         Module userspec.
59872         * m4/userspec.m4: New file.
59873
59874         Module gettime.
59875         * m4/clock_time.m4: New file.
59876         * m4/gettime.m4: New file.
59877
59878         Module settime.
59879         * m4/settime.m4: New file.
59880
59881         Module posixtm.
59882         * m4/posixtm.m4: New file.
59883
59884         Module gethostname.
59885         * m4/gethostname.m4: New file.
59886
59887         Module canon-host.
59888         * m4/canon-host.m4: New file.
59889
59890         Module gettext.
59891         * m4/codeset.m4: New file, from gettext-0.11.5.
59892         * m4/gettext.m4: New file, from gettext-0.11.5.
59893         * m4/glibc21.m4: New file, from gettext-0.11.5.
59894         * m4/iconv.m4: New file, from gettext-0.11.5.
59895         * m4/intdiv0.m4: New file, from gettext-0.11.5.
59896         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
59897         * m4/inttypes.m4: New file, from gettext-0.11.5.
59898         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
59899         * m4/isc-posix.m4: New file, from gettext-0.11.5.
59900         * m4/lcmessage.m4: New file, from gettext-0.11.5.
59901         * m4/lib-ld.m4: New file, from gettext-0.11.5.
59902         * m4/lib-link.m4: New file, from gettext-0.11.5.
59903         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
59904         * m4/progtest.m4: New file, from gettext-0.11.5.
59905         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
59906         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
59907         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
59908
59909         Module localcharset.
59910         * m4/localcharset.m4: New file.
59911
59912         Module hard-locale.
59913         * m4/hard-locale.m4: New file.
59914
59915         Module mbswidth.
59916         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
59917         onceonly macros.
59918         * m4/mbrtowc.m4: Add comment.
59919
59920         Module memcasecmp.
59921         * m4/memcasecmp.m4: New file.
59922
59923         Module memcoll.
59924         * m4/memcoll.m4: New file.
59925
59926         Module unicodeio.
59927         * m4/unicodeio.m4: New file.
59928
59929         Module rpmatch.
59930         * m4/rpmatch.m4: New file.
59931
59932         Module yesno.
59933         * m4/yesno.m4: New file.
59934
59935         Module exitfail.
59936         * m4/exitfail.m4: New file.
59937
59938         Module c-stack.
59939         * m4/c-stack.m4 (gl_C_STACK): New macro.
59940         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
59941
59942         Module error.
59943         * m4/error.m4 (gl_ERROR): New macro.
59944         (jm_PREREQ_ERROR): Use onceonly macros.
59945
59946         Module fatal.
59947         * m4/fatal.m4: New file.
59948
59949         Module getloadavg.
59950         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
59951         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
59952
59953         Module getpagesize.
59954         * m4/getpagesize.m4: New file.
59955
59956         Module getusershell.
59957         * m4/getusershell.m4: New file.
59958
59959         Module physmem.
59960         * m4/physmem.m4: New file.
59961
59962         Module posixver.
59963         * m4/posixver.m4: New file.
59964
59965         Module quotearg.
59966         * m4/quotearg.m4: New file.
59967
59968         Module quote.
59969         * m4/quote.m4: New file.
59970
59971         Module readutmp.
59972         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
59973
59974         Module sig2str.
59975         * m4/sig2str.m4: New file.
59976
59977         Other.
59978         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
59979         ulonglong.m4.
59980         * m4/intmax_t.m4: New file.
59981         * m4/d-type.m4: Indentation.
59982         * m4/jm-macros.m4: Update.
59983         * m4/prereq.m4 (jm_PREREQ): Update.
59984         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
59985         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
59986         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
59987         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
59988         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
59989         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
59990         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
59991         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
59992         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
59993         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
59994         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
59995         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
59996         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
59997         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
59998         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
59999         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60000         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60001         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60002         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60003
60004 2002-12-24  Bruno Haible  <bruno@clisp.org>
60005
60006         * MODULES.txt: Update according to m4/ changes.
60007
60008         Module gettext.
60009         * config.rpath: New file, from gettext-0.11.5.
60010
60011         * modules/*: New module descriptions.
60012         * gnulib-tool: New file.
60013         * MODULES.html.sh: New file.
60014
60015 2002-12-21  Karl Berry  <karl@gnu.org>
60016
60017         * doc/fdl.texi: update to version 1.2.
60018
60019 2002-12-19  Karl Berry  <karl@gnu.org>
60020
60021         * config/config.guess: update from prep.
60022
60023 2002-12-18  Bruno Haible  <bruno@clisp.org>
60024
60025         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60026         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60027
60028 2002-12-17  Bruno Haible  <bruno@clisp.org>
60029
60030         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60031         stdlib.h, string.h.
60032
60033 2002-12-17  Bruno Haible  <bruno@clisp.org>
60034
60035         * lib/canon-host.c (strdup): Remove unused declaration.
60036
60037         * lib/fsusage.c: Include full_read.h.
60038         (get_fs_usage): Use full_read instead of safe_read.
60039
60040         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60041
60042 2002-12-12  Karl Berry  <karl@gnu.org>
60043
60044         * config/config.guess: update from prep.
60045
60046 2002-12-11  Bruno Haible  <bruno@clisp.org>
60047
60048         * m4/setenv.m4: New file, from gettext-0.11.5.
60049
60050 2002-12-11  Bruno Haible  <bruno@clisp.org>
60051
60052         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60053         not unsetenv().
60054         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60055         modifications:
60056
60057         2002-12-11  Bruno Haible  <bruno@clisp.org>
60058
60059                 * setenv.c (alloca): Fall back to malloc.
60060                 (freea): New macro.
60061                 (setenv): Use freea() to free memory allocated with alloca().
60062
60063         2002-11-13  Bruno Haible  <bruno@clisp.org>
60064
60065                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60066                 function declarations.
60067                 * unsetenv.c (unsetenv): Likewise.
60068
60069         2002-03-04  Bruno Haible  <bruno@clisp.org>
60070
60071                 Portability to AIX 4.3.3.
60072                 * unsetenv.c: New file, extracted from setenv.c.
60073                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60074
60075         2001-12-20  Bruno Haible  <bruno@clisp.org>
60076
60077                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60078                 use malloc instead. For SunOS 4.
60079
60080         2001-12-11  Bruno Haible  <bruno@clisp.org>
60081
60082                 * setenv.c: Declare alloca.
60083                 (compar_fn_t): New typedef.
60084                 (KNOWN_VALUE, STORE_VALUE): Use it.
60085
60086         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60087         setenv.h.
60088
60089 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60090
60091         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60092         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60093         Choose values that are less likely to collide with system fnmatch
60094         options.
60095         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60096         defined (e.g., a pure POSIX system).
60097         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60098         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60099
60100 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60101
60102         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60103         a pain in practice to deal with generated m4 files.  This change
60104         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60105
60106         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60107         and jm-glibc-io.m4, as they are no longer a special case.
60108         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60109         kludge and the auto-generation stuff.  Check only whether the
60110         functions are declared, not whether they exist, since older hosts
60111         that don't declare the functions can't use the optimization anyway.
60112
60113 2002-12-06  Jim Meyering  <jim@meyering.net>
60114
60115         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60116
60117         Merge in changes from libc's misc/error.c, in preparation
60118         for the merge of gnulib's changes back into libc.
60119
60120         * lib/error.c (_): Define only if not already defined.
60121         Move definition to follow all #include directives.
60122         Include unlocked-io.h only if !_LIBC.
60123         [_LIBC]: Include <libio/libioP.h>.
60124         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60125         (fflush): Tweak definition to use INTUSE.
60126         (putc): Define.
60127
60128 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60129
60130         * lib/alloca.c [defined emacs]: Include "lisp.h".
60131         (xalloc_die) [defined emacs]: New macro.
60132         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60133         [! defined emacs]: Include <xalloc.h>.
60134         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60135         (pointer): Typedef to POINTER_TYPE *.
60136         (malloc): Remove decl; we now always use xmalloc.
60137         (alloca): Use old-style definition, since Emacs needs this.
60138         Check for arithmetic overflow when computing combined size.
60139
60140 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60141
60142         Do not generate unlocked-io.h automatically, since it's easier to
60143         maintain it by hand.
60144
60145         * lib/unlocked-io.h: New file, from GNU diffutils,
60146         but with proper copyright notice and attribution.
60147         * lib/gen-uio: Remove.
60148         * lib/Makefile.am: Add copyright notice.
60149         (libfetish_a_SOURCES): Add unlocked-io.h.
60150         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60151         (DISTCLEANFILES, io_functions): Remove macros.
60152         (EXTRA_DIST): Remove gen_uio.
60153         (unlocked-io.h): Remove rule.
60154
60155 2002-12-04  Jim Meyering  <jim@meyering.net>
60156
60157         Reflect the fact that stat.c and lstat.c are no longer generated.
60158         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60159         (DISTCLEANFILES): Likewise.
60160         (EXTRA_DIST): Likewise.
60161         (all_local): Don't depend on stat.c or lstat.c.
60162         (stat.c, lstat.c): Remove rules.
60163         (EXTRA_DIST): Remove xstat.in.
60164
60165         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60166         * lib/stat.c: New file.  Contents mostly from xstat.in.
60167         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60168         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60169
60170         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60171         too.
60172         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60173
60174 2002-12-03  Jim Meyering  <jim@meyering.net>
60175
60176         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60177         but not semantics, to minimize the differences between these two files.
60178         (safe_read): Change comment to mention SAFE_READ_ERROR.
60179
60180         * lib/safe-read.c (IS_EINTR): Define.
60181         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60182
60183 2002-12-02  Jim Meyering  <jim@meyering.net>
60184
60185         * lib/safe-read.c (EINTR): Define.
60186         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60187         (INT_MAX): Provide fallback.
60188         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60189
60190         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60191
60192 2002-12-02  Bruno Haible  <bruno@clisp.org>
60193
60194         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60195         Define, taken from safe-read.c.
60196         (INT_MAX): Provide fallback.
60197         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60198         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60199
60200         * lib/safe-read.c (EINTR): Remove definition.
60201         (safe_read): Don't use EINTR if it is absent.
60202
60203 2002-12-01  Jim Meyering  <jim@meyering.net>
60204
60205         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60206         zero.
60207         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60208
60209 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60210
60211         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60212         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60213         with `if (! (value < limit)) abort ();', for readability.
60214
60215 2002-11-26  Karl Berry  <karl@gnu.org>
60216
60217         * lib/strdup.c: copy from libc again, with jim's ok.
60218         * lib/.cppi-disable: re-add strdup.c
60219
60220 2002-11-25  Karl Berry  <karl@gnu.org>
60221
60222         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60223         instead of "strtol.c".
60224
60225 2002-11-25  Karl Berry  <karl@gnu.org>
60226
60227         * config/install-sh: update from automake for variable quoting, $0 in
60228         error msgs, etc.
60229
60230         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60231         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60232         entry.
60233
60234 2002-11-25  Jim Meyering  <jim@meyering.net>
60235
60236         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60237
60238 2002-11-24  Karl Berry  <karl@gnu.org>
60239
60240         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60241         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60242
60243 2002-11-24  Jim Meyering  <jim@meyering.net>
60244
60245         Update from coreutils:
60246
60247         * lib/mktime.c: Merge in changes from libc.
60248
60249         Avoid a link-time failure on some Linux systems.
60250         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60251         (otherwise).
60252         (__mon_yday): Declare with the STATIC attribute.
60253         (__mktime_internal): Likewise.
60254         Based on a report from Greg Schafer.
60255
60256 2002-11-23  Jim Meyering  <jim@meyering.net>
60257
60258         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60259         Use `unsigned', not `int', as type of index.
60260
60261         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60262
60263         * lib/fsusage.c: Remove unneeded parentheses around operands of
60264         `defined'.
60265
60266 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60267
60268         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60269         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60270         so that we can be included first.
60271         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60272         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60273         No need to include stddef.h or sys/types.h any more.
60274         Surround local include files with "", not "<>".
60275         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60276         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60277         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60278         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60279         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60280         (ISPRINT): Remove; no longer needed now that we assume C89.
60281
60282         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60283         Preserve errno.
60284
60285         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60286         quotearg_char): Use SIZE_MAX rather than
60287         (size_t) -1 when we are talking about "infinity".
60288
60289         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60290
60291 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60292
60293         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60294         hint that one should use `if (! x) abort ();' rather than `assert
60295         (x);', and anyway it's one less thing to worry about configuring.
60296         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60297         hash_rehash, hash_insert): Use abort rather than assert.
60298
60299 2002-11-22  Bruno Haible  <bruno@clisp.org>
60300
60301         * lib/safe-read.h: Assume C89. Add comments.
60302         (safe_read): Change return type to size_t.
60303         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60304         byte counts > SSIZE_MAX correctly.
60305         * lib/safe-write.h: New file.
60306         * lib/safe-write.c: New file.
60307         * lib/full-read.h: New file.
60308         * lib/full-read.c: New file.
60309         * lib/full-write.h: Assume C89. Add comments.
60310         * lib/full-write.c: Include safe-write.h.
60311         (full_write): Rewritten to use safe_write.
60312         Suggested by Jim Meyering and Paul Eggert.
60313
60314 2002-11-21  Jim Meyering  <jim@meyering.net>
60315
60316         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60317
60318         Merge in changes from the coreutils.
60319
60320         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60321         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60322         <stdint.h>.
60323         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60324         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60325         int.  Work more efficiently if X is the same width as uintmax_t.
60326         Do not compare X to -1, to avoid bogus compiler warning.
60327         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60328         Don't assume that f_frsize and f_bsize are the same type.
60329
60330         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60331         warning on FreeBSD.
60332
60333         * lib/makepath.c (make_path): Restore umask *before* creating the final
60334         component.
60335         (make_path): Minor reformatting.
60336
60337         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60338         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60339         HAVE_MALLOC/HAVE_REALLOC.
60340
60341         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60342         dummy ones.  At least on GNU/Linux systems, `auto' means something
60343         else.
60344         From Michael Stone.
60345
60346 2002-11-21  Bruno Haible  <bruno@clisp.org>
60347
60348         Remove case insensitive option matching.
60349         * lib/argmatch.h (argcasematch): Remove declaration.
60350         (ARGCASEMATCH): Remove macro.
60351         (__xargmatch_internal): Remove case_sensitive argument.
60352         (XARGMATCH): Update.
60353         (XARGCASEMATCH): Remove macro.
60354         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60355         case_sensitive argument.
60356         (argcasematch): Remove function.
60357         (__xargmatch_internal): Remove case_sensitive argument.
60358         (main): Use XARGMATCH instead of XARGCASEMATCH.
60359
60360         * lib/xmalloc.c: Change compile-time error message. Add comment about
60361         required autoconf version.
60362
60363 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60364
60365         Merge argmatch cleanups from Bison.  Assume C89.
60366
60367         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60368         Include stdlib.h, for EXIT_FAILURE.
60369         Always include <string.h>, since we assume C89.
60370         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60371         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60372         Include <stddef.h> instead, since it's all we need for size_t.
60373         (PARAMS): Remove.  All uses removed.
60374         (ARRAY_CARDINALITY): Do not bother to #undef.
60375         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60376         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60377         Remove unnecessary parentheses.
60378         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60379         Insert necessary parentheses.
60380         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60381         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60382
60383 2002-11-19  Bruno Haible  <bruno@clisp.org>
60384
60385         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60386         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60387
60388         * lib/mbswidth.h (PARAMS): Remove macro.
60389         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60390         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60391
60392         * lib/gcd.h (PARAMS): Remove macro.
60393         (gcd): Use ANSI C function declarations.
60394         * lib/gcd.c (gcd): Likewise.
60395
60396 2002-11-15  Bruno Haible  <bruno@clisp.org>
60397
60398         * lib/strcspn.c: Include <stddef.h>.
60399         (strcspn): Use ANSI C function declaration. Change return type to
60400         size_t. Use NULL.
60401         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60402         (strpbrk): Use NULL.
60403         * lib/strpbrk.h (PARAMS): Remove macro.
60404         (strpbrk): Use ANSI C function declaration.
60405         * lib/strstr.c: Don't include <sys/types.h>.
60406         * lib/strstr.h (PARAMS): Remove macro.
60407         (strstr): Use ANSI C function declarations.
60408
60409 2002-11-14  Karl Berry  <karl@gnu.org>
60410
60411         * config/mkinstalldirs: `do' on separate line, instead of
60412         `for var; do'.
60413
60414 2002-11-06  Bruno Haible  <bruno@clisp.org>
60415
60416         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60417         * lib/gcd.c (gcd): Likewise.
60418
60419 2002-11-05  Bruno Haible  <bruno@clisp.org>
60420
60421         * lib/gcd.h: New file, from gettext-0.11.5.
60422         * lib/gcd.c: New file, from gettext-0.11.5.
60423
60424 2002-11-05  Bruno Haible  <bruno@clisp.org>
60425
60426         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60427         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60428         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60429         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60430
60431         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60432         <libintl.h>.
60433         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60434         <libintl.h>.
60435
60436         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60437         * lib/human.c: Include gettext.h instead of <libintl.h>.
60438         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60439         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60440         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60441         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60442         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60443         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60444         (textdomain): Remove definition.
60445         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60446
60447         * lib/long-options.c: Remove include of <libintl.h> and definition of
60448         _.
60449         * lib/same.c: Remove include of <libintl.h> and definition of _.
60450
60451 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60452
60453         * lib/config.charset: A few additions for Solaris.
60454
60455 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60456
60457         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60458         * lib/localcharset.c (locale_charset): Declare as extern "C".
60459
60460 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60461
60462         * lib/config.charset: msdos in uk_UA uses CP1125.
60463
60464 2002-11-04  Bruno Haible  <bruno@clisp.org>
60465
60466         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60467         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60468         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60469         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60470         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60471
60472 2002-11-04  Bruno Haible  <bruno@clisp.org>
60473
60474         * lib/localcharset.c (locale_charset): Don't return an empty string.
60475
60476 2002-11-04  Bruno Haible  <bruno@clisp.org>
60477
60478         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60479         aliases.
60480
60481 2002-11-04  Bruno Haible  <bruno@clisp.org>
60482
60483         * lib/config.charset: Update for newest glibc. Add canonical names
60484         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60485
60486 2002-11-04  Bruno Haible  <bruno@clisp.org>
60487
60488         * lib/config.charset: Add support for NetBSD.
60489
60490 2002-11-04  Bruno Haible  <bruno@clisp.org>
60491
60492         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60493
60494 2002-11-01  Bruno Haible  <bruno@clisp.org>
60495
60496         * configure.in: Add AC_CONFIG_AUX_DIR call.
60497         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60498         test/Makefile.
60499         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60500
60501 2002-09-28  Karl Berry  <karl@gnu.org>
60502
60503         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60504         installed automake until the next release, since changes have been
60505         made.
60506
60507 2002-09-25  Karl Berry  <karl@gnu.org>
60508
60509         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60510         * lib/getopt*: copy from libc/posix.
60511         * lib/gettext.h: copy from gettext.
60512         * lib/.cppi-disable: add strdup.c, gettext.h.
60513
60514 2002-09-25  Karl Berry  <karl@gnu.org>
60515
60516         * config/srclist.txt: enable gettext.h check.
60517         * config/config.{guess,sub}: update from prep.
60518         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60519                 from automake 1.6.3.
60520         See srclist*.
60521
60522 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60523
60524         * regex.c (PATFETCH): Remove the translating fetch.
60525         (PATFETCH_RAW): Rename to PATFETCH.
60526         (set_image_of_range): New fun.
60527         (SET_RANGE_TABLE_WORK_AREA): Use it.
60528         (regex_compile): Don't translate the pattern chars so eagerly.
60529         Only do it when inserting an `exactn' bytecode or when handling
60530         a char-range.
60531         (mutually_exclusive_p): Avoid empty statement.
60532
60533 2002-07-06  Jim Meyering  <meyering@lucent.com>
60534
60535         * m4/README: Don't mention Makefile.am.in.
60536         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60537
60538 2002-07-01  Jim Meyering  <meyering@lucent.com>
60539
60540         * lib/c-stack.c: Include sys/time.h.
60541         From Volker Borchert.
60542
60543 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60544
60545         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60546
60547 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60548
60549         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60550         New macro.  Use it uniformly instead of
60551         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60552         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60553         reported by Vin Shelton.
60554
60555 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60556
60557         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60558         Do not assume SA_SIGINFO behavior.
60559         Bug reported by Jim Meyering on NetBSD 1.5.2.
60560
60561 2002-06-22  Jim Meyering  <meyering@lucent.com>
60562
60563         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60564         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60565
60566         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60567         now that configure.ac uses AC_GNU_SOURCE.
60568         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60569         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60570
60571         Update to latest tools.  Suggestions from Paul Eggert.
60572         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60573         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60574         * m4/fnmatch.m4: Likewise.
60575         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60576         to AC_HEADER_STDBOOL
60577
60578 2002-06-22  Jim Meyering  <meyering@lucent.com>
60579
60580         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60581         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60582
60583 2002-06-22  Jim Meyering  <meyering@lucent.com>
60584
60585         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60586
60587         * lib/exitfail.c, exitfail.h: Likewise.
60588         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60589
60590         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60591         of fnmatch.h.
60592         (EXTRA_DIST): Add fnmatch_loop.c.
60593         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60594
60595         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60596         * lib/fnmatch.c: Update from diffutils-2.8.2.
60597         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60598         * lib/fnmatch.h: Remove file.
60599
60600 2002-06-21  Jim Meyering  <meyering@lucent.com>
60601
60602         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60603         * m4/mbrtowc.m4: Likewise.
60604
60605         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60606         * m4/mbswidth.m4: Reflect name change:
60607         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60608         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60609
60610         * m4/lib-link.m4: Update from gettext-0.11.2.
60611         * m4/gettext.m4: Likewise.
60612
60613         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60614         From Alfred M. Szmidt.
60615
60616 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60617
60618         * lib/file-type.h: Report an error if neither S_ISREG nor
60619         S_IFREG is defined, instead of using a test specific to glibc
60620         2.2.  This should be safe, since POSIX requires S_ISREG and
60621         Unix Version 7 had S_IFREG.  We don't need to check for
60622         <sys/types.h> since we don't use any symbols that it defines.
60623
60624 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60625
60626         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60627         $@-t, so that each temporary file name is unique and valid in the first
60628         8 characters, for operation under DOS.
60629
60630 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60631
60632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60633
60634 2002-06-15  Jim Meyering  <meyering@lucent.com>
60635
60636         Work even with DJGPP 2.03, which lacks support for symlinks.
60637         From Richard Dawe.
60638         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60639         is defined.
60640         * lib/lchown.c (S_ISLNK): Likewise.
60641
60642 2002-06-15  Jim Meyering  <meyering@lucent.com>
60643
60644         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60645         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60646         have been included before this file.
60647
60648 2002-06-14  Jim Meyering  <meyering@lucent.com>
60649
60650         * lib/file-type.h: Use the version from diffutils-2.8.2.
60651         * lib/file-type.c: Likewise.
60652
60653 2002-06-07  Jim Meyering  <meyering@lucent.com>
60654
60655         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60656         They're needed at least for NetBSD 1.5.2.
60657         ($statxfs_includes): Include those same headers.
60658         ($statxfs_includes): Include sys/vfs.h if available.
60659         ($statxfs_includes): Likewise for sys/statvfs.h.
60660         Check for the following members in both structs statfs and statvfs:
60661         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60662
60663 2002-06-01  Jim Meyering  <meyering@lucent.com>
60664
60665         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60666         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60667
60668 2002-05-28  Jim Meyering  <meyering@lucent.com>
60669
60670         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60671         Reported by Volker Borchert.
60672
60673 2002-05-27  Jim Meyering  <meyering@lucent.com>
60674
60675         Fix a problem seen only on nonconforming systems whereby ls.c's
60676         use of localtime, and then of gettimeofday would cause trouble:
60677         the localtime call used to initialize rpl_gettimeofday's save
60678         mechanism would clobber ls's current local time information so
60679         that in any long listing the first file would always be listed
60680         with date 1970-01-01.  Analysis by Volker Borchert.
60681
60682         * lib/gettimeofday.c (localtime): Undefine.
60683         (rpl_localtime): New function.
60684
60685 2002-05-27  Jim Meyering  <meyering@lucent.com>
60686
60687         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60688         localtime.
60689
60690         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60691         use the replacement function; it wouldn't resolve at link time.
60692         Reported by Volker Borchert.
60693
60694 2002-05-22  Jim Meyering  <meyering@lucent.com>
60695
60696         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60697         file-type.h.
60698         * lib/file-type.h: New file.
60699         * lib/file-type.c (file_type): New file/function.  Extracted from
60700         diffutils.
60701
60702 2002-04-30  Jim Meyering  <meyering@lucent.com>
60703
60704         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60705
60706 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60707
60708         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60709
60710 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60711
60712         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60713         Do not check for alloca.h (no longer used) or stdbool.h (was never
60714         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60715
60716 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60717
60718         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60719
60720 2002-04-29  Jim Meyering  <meyering@lucent.com>
60721
60722         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60723         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60724         Use AC_FUNC_STRNLEN here instead.
60725
60726         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60727         With autoconf-2.53a, it's part of AC_PROG_CC.
60728
60729 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60730
60731         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60732         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60733
60734 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60735
60736         * lib/sig2str.h, lib/sig2str.c: New files.
60737         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60738
60739 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60740
60741         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60742         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60743         of 127, since 64 is the largest conceivable number for ancient
60744         nonstandard hosts.
60745         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60746
60747 2002-04-28  Jim Meyering  <meyering@lucent.com>
60748
60749         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60750
60751 2002-04-24  Jim Meyering  <meyering@lucent.com>
60752
60753         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60754         (jm_PREREQ): Use it.
60755
60756         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60757         mach/mach.h fcntl.h.
60758         Check for this function: setlocale.
60759
60760 2002-04-24  Jim Meyering  <meyering@lucent.com>
60761
60762         * lib/gettext.h: New file, from Gettext.
60763         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60764         (libfetish_a_SOURCES): Add gettext.h.
60765
60766 2002-04-16  Jim Meyering  <meyering@lucent.com>
60767
60768         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60769         ut_pid, ut_id, ut_exit.
60770
60771 2002-04-16  Jim Meyering  <meyering@lucent.com>
60772
60773         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60774         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60775         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60776
60777 2002-04-12  Jim Meyering  <meyering@lucent.com>
60778
60779         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
60780         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
60781         existence of the getmntinfo function.  Needed for Darwin 5.3.
60782
60783         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
60784         This is necessary at least on Darwin 5.3.
60785
60786         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
60787         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
60788         strnlen.o in the library, and that makes some versions of ranlib
60789         object.
60790
60791 2002-04-12  Jim Meyering  <meyering@lucent.com>
60792
60793         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
60794
60795 2002-04-09  Jim Meyering  <meyering@lucent.com>
60796
60797         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
60798         to be more precise.  Rather than saying we're checking whether the
60799         function `works', say what we're testing.
60800         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
60801         Reported by Bruno Haible.
60802
60803 2002-03-10  Jim Meyering  <meyering@lucent.com>
60804
60805         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
60806         Suggestion from Santiago Vila.
60807
60808 2002-03-08  Jim Meyering  <meyering@lucent.com>
60809
60810         * lib/rename.c: Mention that this wrapper is needed also on
60811         mips-dec-ultrix4.4 systems.
60812
60813 2002-03-02  Jim Meyering  <meyering@lucent.com>
60814
60815         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
60816         not HAVE_CLOCK_SETTIME.
60817
60818 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60819
60820         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
60821         Check for clock_settime.
60822
60823 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60824
60825         * lib/nanosleep.h: Rename to....
60826         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
60827
60828         * lib/gettime.c: New file.
60829         * lib/settime.c: New file.
60830         * lib/stime.c: Remove.
60831
60832         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
60833         timespec.h.  Remove nanosleep.h.
60834
60835 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60836
60837         * m4/acl.m4: New file.
60838         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
60839         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
60840
60841 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60842
60843         * lib/acl.c, lib/acl.h: New files.
60844         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
60845
60846 2002-02-24  Jim Meyering  <meyering@lucent.com>
60847
60848         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
60849         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
60850         cause trouble.  Reported by Nelson Beebe.
60851
60852 2002-02-23  Paul Eggert  <eggert@twinsun.com>
60853
60854         * lib/path-concat.c (xpath_concat): Reorder code to pacify
60855         compilers that don't know that xalloc_die never returns.
60856
60857 2002-02-20  Jim Meyering  <meyering@lucent.com>
60858
60859         * lib/getdate.c: Regenerate using bison-1.33.
60860
60861 2002-02-17  Jim Meyering  <meyering@lucent.com>
60862
60863         * config/config.guess (main): Don't use `head -1'; it's no longer
60864         portable. Use `sed 1q' instead.
60865
60866 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
60867
60868         * m4/codeset.m4: Upgrade to gettext-0.11.
60869         * m4/gettext.m4: Upgrade to gettext-0.11.
60870         * m4/glibc21.m4: Upgrade to gettext-0.11.
60871         * m4/iconv.m4: Upgrade to gettext-0.11.
60872         * m4/isc-posix.m4: Upgrade to gettext-0.11.
60873         * m4/lcmessage.m4: Upgrade to gettext-0.11.
60874         * m4/lib-ld.m4: New file, from gettext-0.11.
60875         * m4/lib-link.m4: New file, from gettext-0.11.
60876         * m4/lib-prefix.m4: New file, from gettext-0.11.
60877         * m4/progtest.m4: Upgrade to gettext-0.11.
60878
60879 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60880
60881         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
60882         (jm_PREREQ): Use it.
60883
60884 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60885
60886         * lib/posixver.c, lib/posixver.h: New files.
60887         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60888
60889 2002-02-02  Paul Eggert  <eggert@twinsun.com>
60890             Bruno Haible  <bruno@clisp.org>
60891
60892         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
60893         (fwrite_success_callback): New declaration.
60894         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
60895         print_unicode_char. Call failure callback instead of error.
60896         (fwrite_success_callback): New function.
60897         (exit_failure_callback): New function.
60898         (fallback_failure_callback): New function.
60899         (print_unicode_char): Call unicode_to_mb.
60900
60901 2002-01-26  Jim Meyering  <meyering@lucent.com>
60902
60903         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
60904         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
60905
60906 2002-01-26  Jim Meyering  <meyering@lucent.com>
60907
60908         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
60909
60910 2002-01-22  Paul Eggert  <eggert@twinsun.com>
60911
60912         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
60913
60914 2002-01-22  Jim Meyering  <meyering@lucent.com>
60915
60916         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
60917         Otherwise, some versions of automake would omit the rule that makes
60918         Makefile from Makefile.in.
60919
60920 2002-01-21  Paul Eggert  <eggert@twinsun.com>
60921
60922         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
60923         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60924         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
60925         (memcoll): Set errno to zero if there is no error.
60926
60927         * lib/quotearg.c (quotearg_buffer_restyled):
60928         Fix bug with quoting buffers containing NUL when backslashing escapes.
60929         This bug was exposed by the other changes in this patch.
60930         (quotearg_n_options): New arg ARGSIZE.
60931         All callers changed.
60932         (quoting_options_from_style): New function.
60933         (quotearg_n_style): Use it.
60934         (quotearg_n_style_mem): New function.
60935
60936         * lib/quotearg.h (quotearg_n_style_mem): New function.
60937
60938 2002-01-19  Jim Meyering  <meyering@lucent.com>
60939
60940         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
60941         Remove useless quotes: DF_PROG="df".
60942         * m4/strnlen.m4: New file.
60943
60944 2002-01-16  Paul Eggert  <eggert@twinsun.com>
60945
60946         * lib/backupfile.c (ISDIGIT): Comment fix.
60947         * lib/getdate.y (ISDIGIT): Likewise.
60948         * lib/posixtm.c (ISDIGIT, year): Likewise.
60949         * lib/strverscmp.c (ISDIGIT): Likewise.
60950         * lib/userspec.c (ISDIGIT): Likewise.
60951
60952 2002-01-16  Jim Meyering  <meyering@lucent.com>
60953
60954         * lib/getdate.y: Add three semicolons, each just before a closing
60955         brace. Bison (as of version 1.31) no longer papers over that mistake.
60956
60957 2002-01-05  Jim Meyering  <meyering@lucent.com>
60958
60959         * lib/version-etc.c (version_etc_copyright): Update copyright year.
60960
60961 2001-12-19  Paul Eggert  <eggert@twinsun.com>
60962
60963         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
60964         not silently exit merely because the output buffer happens to
60965         have nothing pending.
60966
60967 2001-12-18  Paul Eggert  <eggert@twinsun.com>
60968
60969         See the big note in ../ChangeLog.
60970         * lib/human.c (suffixes): Prefer K to k for 1024.
60971         (generate_suffix_backwards): New function.
60972         (human_readable_inexact): Use it.
60973         * lib/xstrtol.c (__xstrtol): If there is no number but there
60974         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
60975         Accept 'K' as well as 'k'.
60976
60977 2001-12-15  Jim Meyering  <meyering@lucent.com>
60978
60979         * lib/regex.h (__restrict_arr): Update from libc.
60980
60981         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
60982         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
60983         (STREQ): Define.
60984
60985 2001-12-14  Jim Meyering  <meyering@lucent.com>
60986
60987         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
60988         Suggestion from Bruno Haible.
60989
60990 2001-12-10  Jim Meyering  <meyering@lucent.com>
60991
60992         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
60993         xrealloc, Instead, include "xalloc.h".
60994         (initbuffer): Don't cast xmalloc return value to char*.
60995         (readline): Reword comment.
60996         Don't cast xrealloc return value to char*
60997         Return NULL, not 0.
60998
60999 2001-12-09  Jim Meyering  <meyering@lucent.com>
61000
61001         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61002         about `signed and unsigned type in conditional expression'.
61003         * lib/posixtm.c (posix_time_parse): Likewise.
61004
61005         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61006
61007         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61008         to avoid a pedantic warning.
61009
61010         * lib/getstr.c: Don't include assert.h.
61011         (getstr): Remove warning-evoking assertions.
61012         Return -1 if offset parameter is out of bounds.
61013         Change the type of a local from int to size_t.
61014
61015         * lib/strftime.c (my_strftime_localtime_r): Include this function
61016         definition in the `#if ! HAVE_TM_GMTOFF' block.
61017
61018         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61019         Include xalloc.h instead.
61020
61021 2001-12-02  Jim Meyering  <meyering@lucent.com>
61022
61023         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61024         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61025         included.
61026
61027         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61028         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61029
61030 2001-11-30  Akim Demaille  <akim@epita.fr>
61031
61032         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61033         before being defined.
61034
61035 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61036
61037         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61038         First arg is int, not unsigned.
61039         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61040         (SIZE_MAX, UINT_MAX): New macros.
61041         (quotearg_n_options): Abort if N is negative.
61042         Avoid overflow check on hosts where size_t is 64 bits and int
61043         is 32 bits, as overflow is impossible there.
61044         Fix off-by-one typo that caused unnecessary reallocation.
61045
61046 2001-11-27  Jim Meyering  <meyering@lucent.com>
61047
61048         * lib/tempname.c: Merge with version from libc.
61049         * lib/regex.c: Likewise.
61050
61051         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61052         systems for which STDC_HEADERS is 0, it was not included, resulting in
61053         a warning about an integer-to-pointer conversion problem with getenv.
61054         Reported by Volker Borchert.
61055
61056 2001-11-26  Jim Meyering  <meyering@lucent.com>
61057
61058         * lib/gtod.h: Remove file.
61059         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61060         * lib/gettimeofday.c: Don't include gtod.h.
61061         (GTOD_init): Remove function.
61062         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61063         Suggestion from Volker Borchert.
61064
61065 2001-11-23  Jim Meyering  <meyering@lucent.com>
61066
61067         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61068         it.
61069         * lib/hash.c (struct hash_table): Define it here instead.
61070
61071 2001-11-22  Jim Meyering  <meyering@lucent.com>
61072
61073         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61074
61075 2001-11-20  Jim Meyering  <meyering@lucent.com>
61076
61077         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61078         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61079
61080 2001-11-19  Jim Meyering  <meyering@lucent.com>
61081
61082         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61083         directory.  Use "conftestXXXXXX" as the template.
61084         Suggestion from Paul Eggert.
61085
61086         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61087         immediately, so the test doesn't mistakenly hit the max-open-files
61088         limit.
61089
61090 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61091
61092         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61093         (TEMPORARIES): New macro.
61094         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61095         removes an artificial limitation (e.g. HP-UX 10.20, where
61096         TMP_MAX is 17576).
61097
61098 2001-11-18  Jim Meyering  <meyering@lucent.com>
61099
61100         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61101
61102 2001-11-18  Jim Meyering  <meyering@lucent.com>
61103
61104         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61105         on SunOS 4.
61106
61107         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61108         files will be created before anything else.
61109
61110 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61111
61112         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61113         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61114
61115 2001-11-17  Jim Meyering  <meyering@lucent.com>
61116
61117         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61118         Prompted by a report from Bob Proulx.
61119
61120         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61121         Instead, require UTILS_FUNC_MKSTEMP.
61122
61123 2001-11-17  Jim Meyering  <meyering@lucent.com>
61124
61125         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61126         Now, that's done as part of AC_FUNC_STRTOD.
61127
61128 2001-11-17  Jim Meyering  <meyering@lucent.com>
61129
61130         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61131         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61132         rather than group writable.  Patch by Juan F. Codagnone.
61133
61134         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61135         xrealloc, Instead, include "xalloc.h".
61136
61137         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61138         Remove explicit declarations of xmalloc, xrealloc,
61139         and xstrdup.  Instead, include "xalloc.h".
61140
61141         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61142         unlocked-io.h.
61143         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61144         Likewise.
61145         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61146
61147         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61148         Reported by Padraig Brady.
61149
61150         * lib/mkstemp.c: #undef mkstemp.
61151         Include config.h.
61152         (rpl_mkstemp): Rename from mkstemp.
61153         Protoize.
61154
61155 2001-11-16  Jim Meyering  <meyering@lucent.com>
61156
61157         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61158         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61159         determine the amount of total physical memory, use pstat_getstatic.
61160         HPUX-11 doesn't define _SC_PHYS_PAGES.
61161         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61162         If sysconf couldn't be used to determine the amount of available
61163         physical memory, use both pstat_getstatic and pstat_getdynamic.
61164         Based on a patch from Bob Proulx.
61165
61166 2001-11-10  Jim Meyering  <meyering@lucent.com>
61167
61168         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61169         (jm_PREREQ): Use it.
61170
61171 2001-11-09  Jim Meyering  <meyering@lucent.com>
61172
61173         * m4/jm-macros.m4: Require autoconf-2.52f.
61174         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61175         Use these AC_-prefixed names, not the AM_-prefixed ones.
61176
61177         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61178
61179 2001-11-05  Jim Meyering  <meyering@lucent.com>
61180
61181         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61182
61183 2001-11-04  Jim Meyering  <meyering@lucent.com>
61184
61185         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61186         $DEFS.
61187
61188 2001-11-03  Jim Meyering  <meyering@lucent.com>
61189
61190         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61191         of AC_DEFUN.
61192
61193         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61194         know the name of the variable in the macro definition.
61195
61196 2001-11-03  Jim Meyering  <meyering@lucent.com>
61197
61198         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61199         in argmatch_to_argument call.
61200
61201         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61202         argument.
61203
61204         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61205         e.g., a fault due to an attempt to free a NULL pointer.
61206
61207 2001-11-01  Jim Meyering  <meyering@lucent.com>
61208
61209         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61210         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61211
61212 2001-11-01  Jim Meyering  <meyering@lucent.com>
61213
61214         * lib/dirfd.c, lib/dirfd.h: New files.
61215         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61216
61217         * lib/hash.c (hash_print) [TESTING]: Clean up.
61218
61219 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61220
61221         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61222         to avoid a warning if -Wall.
61223
61224 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61225
61226         * README: New file
61227         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61228         (per RMS's instructions, this is now the canonical source)
61229         * lgpl/, gpl/: New directories.
61230
61231 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61232
61233         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61234
61235 2001-10-21  Jim Meyering  <meyering@lucent.com>
61236
61237         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61238         this code would end up calling gettext even in packages built
61239         with --disable-nls.
61240         * lib/getopt.c (_): Likewise.
61241         * lib/regex.c (_): Likewise.
61242
61243 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61244
61245         * m4/error.m4 (jm_PREREQ_ERROR):
61246         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61247         AC_FUNC_STRERROR_R does that.
61248         Check for strerror declaration.
61249
61250         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61251         are supposed to have them these days.
61252         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61253         Merge changes from latest Autoconf CVS.
61254         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61255         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61256         POSIX decided to standardize on the int flavor of strerror_r.
61257
61258 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61259
61260         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61261         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61262         Use strerror_r that is only a macro, even if it is not a function.
61263         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61264         (private_strerror): Use prototypes, not old-style function definition.
61265         (print_errno_message): New function.
61266         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61267         char*-flavored one.
61268         (error_tail, error, error_at_line): Use it.
61269
61270 2001-10-11  Jim Meyering  <meyering@lucent.com>
61271
61272         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61273         and quote_n (1, ... to avoid clobbering a buffer.
61274
61275 2001-10-05  Jim Meyering  <meyering@lucent.com>
61276
61277         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61278         hash-pjw.h.
61279         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61280         * lib/hash-pjw.h: New file.
61281
61282 2001-09-30  Jim Meyering  <meyering@lucent.com>
61283
61284         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61285         `struct fsstat' has the `f_fstypename' member.
61286         Use that to define FS_TYPE, which is now used to make
61287         the getfsstat link test tighter.
61288
61289 2001-09-30  Jim Meyering  <meyering@lucent.com>
61290
61291         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61292         Include <sys/ucred.h>, for Apple Darwin.
61293         Include sys/mount.h and sys/fs_types.h only if available.
61294         (FS_TYPE): Define.
61295         (read_filesystem_list): Use FS_TYPE.
61296
61297 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61298
61299         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61300         a boolean context.
61301
61302 2001-09-29  Jim Meyering  <meyering@lucent.com>
61303
61304         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61305         [one-argument getmntent function]): Include stdio.h before mntent.h.
61306         SunOS 4.1.x needs it for the declaration of `FILE'.
61307         Patch by Volker Borchert.
61308
61309         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61310         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61311         sys/fs_types.h, and make the link-test for getfsstat guard #include
61312         directives with appropriate #if HAVE_*_H tests so that we can
61313         detect getfsstat on Apple Darwin1.3.7 systems.
61314         Reported by Nelson Beebe.
61315         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61316
61317 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61318
61319         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61320         #defines strtoimax.  Also treat the other strto* functions
61321         like strtoimax.
61322
61323         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61324         Check for strtoul and strtoumax,
61325         as those declarations are made even in the signed case.
61326         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61327         Likewise, for strtol and strtoimax.
61328
61329 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61330
61331         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61332         #defines strtoimax.  Also treat the other strto* functions
61333         like strtoimax.
61334
61335         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61336         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61337         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61338
61339 2001-09-26  Jim Meyering  <meyering@lucent.com>
61340
61341         Most macros in unlocked-io.h had the wrong number of arguments.
61342         * lib/gen-uio: New script.
61343         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61344         * lib/unlocked-io.hin: Remove file.
61345         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61346         rather than trying to embed it here.
61347         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61348         Reported by Padraig Brady.
61349
61350 2001-09-25  Volker Borchert  <bt@teknon.de>
61351
61352         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61353         `result'.
61354
61355 2001-09-24  Jim Meyering  <meyering@lucent.com>
61356
61357         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61358
61359 2001-09-23  Jim Meyering  <meyering@lucent.com>
61360
61361         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61362         instead of the mere test for existence of mntent.h.  The latter
61363         would get a false-positive on AIX 3.4 systems.
61364         In the outer getmntent if-block, don't die if neither of the getmntent
61365         tests succeeds.  Instead, just fall through and continue with the
61366         remaining tests.
61367
61368 2001-09-23  Jim Meyering  <meyering@lucent.com>
61369
61370         * lib/mountlist.c: Remove useless parentheses in #if directives.
61371         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61372         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61373
61374 2001-09-22  Jim Meyering  <meyering@lucent.com>
61375
61376         * m4/gettext.m4: New file.  From gettext.
61377         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61378         * m4/progtest.m4: Likewise
61379         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61380         * m4/glibc21.m4: Likewise.
61381
61382         * m4/libintl.m4: Remove.  No longer used.
61383
61384 2001-09-22  Jim Meyering  <meyering@lucent.com>
61385
61386         * lib/localcharset.c: Update from latest gettext.
61387         * lib/config.charset: Likewise.
61388
61389 2001-09-20  Jim Meyering  <meyering@lucent.com>
61390
61391         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61392         strtoimax.
61393         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61394         strtoumax.
61395
61396 2001-09-20  Jim Meyering  <meyering@lucent.com>
61397
61398         * lib/xstrtol.c (strtoimax): Guard declaration with
61399         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61400         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61401         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61402         (strtoumax): Likewise, for completeness (it wasn't necessary).
61403
61404 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61405
61406         * lib/strtoimax.c (HAVE_LONG_LONG):
61407         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61408         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61409         to work around bug in IBM C compiler.
61410
61411 2001-09-17  Jim Meyering  <meyering@lucent.com>
61412
61413         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61414         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61415         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61416         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61417         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61418         whenever the right hand side need not be expanded by the shell.
61419
61420 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61421
61422         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61423         library.  It's not correct, as some older glibcs are buggy.
61424         fnmatch wasn't fixed until glibc 2.2.
61425
61426         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61427         special shell magic here.
61428
61429 2001-09-16  Jim Meyering  <meyering@lucent.com>
61430
61431         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61432         * m4/jm-macros.m4: Require it.
61433
61434 2001-09-16  Jim Meyering  <meyering@lucent.com>
61435
61436         * lib/mkdir.c: New file.
61437
61438 2001-09-15  Jim Meyering  <meyering@lucent.com>
61439
61440         * m4/jm-macros.m4: Check for help2man.
61441
61442 2001-09-11  Jim Meyering  <meyering@lucent.com>
61443
61444         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61445         The body, by Paul Eggert, was moved here from configure.in.
61446         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61447
61448 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61449
61450         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61451         (jm_PREREQ): Use it.
61452
61453 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61454
61455         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61456         Use ssize_t, not int, to store result of readlink.
61457         Check for ssize_t overflow as well as size_t overflow,
61458         as POSIX says the result of readlink is implementation-defined
61459         when ssize_t overflows.
61460         Remove unnecessary cast to char*.
61461         Use free+malloc instead of realloc, as the storage doesn't need
61462         to be preserved and it's clearer and can be more efficient that way.
61463         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61464         * lib/xreadlink.h (xreadlink): Update prototype.
61465
61466 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61467
61468         * lib/xgetcwd.c: Revert some of the previous change; intead,
61469         fix the HAVE_GETCWD_NULL code to behave more like the
61470         !HAVE_GETCWD_NULL code used to.
61471
61472         Include "xalloc.h".
61473         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61474         invoke xalloc_die.
61475
61476 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61477
61478         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61479         sys/param.h, as pathmax.h includes them.
61480
61481 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61482
61483         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61484         (jm_PREREQ_XGETCWD): New macro.
61485
61486         * m4/getcwd.m4: New file.
61487
61488 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61489
61490         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61491         like the HAVE_GETCWD_NULL code.
61492         Include pathmax.h if not HAVE_GETCWD.
61493         Do not include xalloc.h.
61494         (INITIAL_BUFFER_SIZE): New symbol.
61495         Do not use xmalloc / xrealloc, since the caller is responsible for
61496         handling errors.  Preserve errno around `free' during failure.
61497         Do not overrun buffer when using getwd.
61498
61499 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61500
61501         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61502         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61503         getcwd (NULL, 0).
61504
61505 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61506
61507         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61508         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61509         spotted by Jim Meyering.
61510
61511 2001-09-03  Jim Meyering  <meyering@lucent.com>
61512
61513         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61514         failure.
61515
61516 2001-09-02  Jim Meyering  <meyering@lucent.com>
61517
61518         * lib/error.c: Update from GNU libc.
61519
61520 2001-09-01  Jim Meyering  <meyering@lucent.com>
61521
61522         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61523         Used by df.
61524
61525 2001-09-01  Jim Meyering  <meyering@lucent.com>
61526
61527         * lib/xreadlink.c: New file.
61528         * lib/xreadlink.h: New file.
61529         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61530         xreadlink.h.
61531
61532         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61533         doesn't conflict with sparc Solaris 7's definition in
61534         /usr/include/sys/int_types.h.
61535
61536         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61537         files.
61538         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61539         and strncasecmp as r-values.  Unixware didn't have declarations.
61540
61541 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61542
61543         * lib/xstrtol.h: Add copyright notice.
61544         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61545         LONGINT_INVALID_SUFFIX_CHAR.
61546
61547 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61548
61549         * lib/xstrtol.c (strtoimax): New decl.
61550
61551 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61552
61553         * lib/xgetcwd.c: Don't include pathmax.h.
61554         Include stdlib.h and unistd.h if available.
61555         Include xalloc.h.
61556         (xmalloc, xstrdup, free): Remove decls.
61557         (xgetcwd): Don't assume sizes fit in unsigned.
61558         Check for overflow when computing sizes.
61559         Simplify reallocation code.
61560
61561 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61562
61563         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61564         a directory's st_size can have an arbitrary value, so the old
61565         usage could waste an arbitrary amount of memory.  All uses
61566         changed.
61567         * lib/savedir.h: Update prototype.
61568
61569 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61570
61571         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61572
61573         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61574         old strtoimax.c.
61575
61576         Also, make the following further changes to make this file's
61577         configuration more similar to that of strtol.c:
61578         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61579         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61580         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61581         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61582         changed to signed values.
61583
61584         And make the following changes as well:
61585         Fix copyright notice, as 1999 was missing.
61586         (verify): New macro.
61587         (strtoimax): Check sizes at compile-time, not run-time.
61588         Prefer strtol to strtoll if both work.
61589         (main): Remove; it was not that useful and was a pain to maintain.
61590
61591         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61592
61593 2001-08-31  Jim Meyering  <meyering@lucent.com>
61594
61595         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61596         Use an initial, malloc'd, buffer of length 128 rather than
61597         a statically allocated one of length 1024.
61598
61599 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61600
61601         Simplify code, partly by assuming autoconf 2.52 semantics.
61602
61603         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61604
61605         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61606         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61607         All uses removed.
61608         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61609         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61610         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61611         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61612         jm_AC_HEADER_INTTYPES_H.
61613         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61614
61615         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61616
61617         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61618         Quote first arg of AC_DEFUN.
61619         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61620         since they are needed to parse the include file even if we need
61621         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61622         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61623         but with opposite signedness.
61624
61625 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61626
61627         Merge 'exclude' changes from tar 1.13.22.
61628         This fixes one or two unlikely storage allocation overflow bugs,
61629         but doesn't change user-visible behavior otherwise.
61630
61631 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61632
61633         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61634         (jm_PREREQ_EXCLUDE): New macro.
61635
61636 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61637
61638         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61639         tm to be declared.
61640
61641 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61642
61643         * lib/hash.c: Remove '2001' from copyright notice.
61644
61645 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61646
61647         * lib/full-write.h: New file.
61648         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61649         * lib/full-write.c: Correct credits, as cccp.c no longer
61650         exists and anyway it was so heavily changed from the old cccp
61651         code as to be unrecognizable.  Include full-write.h.
61652         (full_write) Return size_t, with short writes meaning failure.
61653         All callers changed.  This fixes a bug with large buffers
61654         on 64-bit hosts.
61655         * lib/utime.c: Include full-write.h.
61656
61657 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61658
61659         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61660         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61661         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61662         Include if available.
61663         (<xalloc.h>): Include
61664         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61665         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61666         collide with FNM macros.
61667         (struct patopts): New struct.
61668         (struct exclude): Use it, as exclude patterns now come with options.
61669         (new_exclude): Support above changes.
61670         (new_exclude, add_exclude_file):
61671         Initial size must now be a power of two to simplify overflow checking.
61672         (free_exclude, fnmatch_no_wildcards): New function.
61673         (excluded_filename): No longer requires options arg, as the options
61674         are determined by add_exclude.  Now returns bool, not int.
61675         (excluded_filename, add_exclude):
61676         Add support for the fancy new exclusion options.
61677         (add_exclude, add_exclude_file): Now takes int options arg.
61678         Check for arithmetic overflow when computing sizes.
61679         (add_exclude_file): xrealloc might modify errno, so don't
61680         realloc until after errno might be used.
61681
61682         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61683         New macros.
61684         (free_exclude): New decl.
61685         (add_exclude, add_exclude_file): Now takes int options arg.
61686         (excluded_filename): No longer requires options arg, as the options
61687         are determined by add_exclude.  Now returns bool, not int.
61688
61689 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61690
61691         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61692
61693 2001-08-27  Jim Meyering  <meyering@lucent.com>
61694
61695         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61696
61697         * lib/version-etc.c (N_): Remove definition.
61698         Revert most of last change.
61699         Instead, simply don't mark the `Copyright...' string for translation.
61700         Based on advice from Paul Eggert.
61701
61702         * lib/strtoxmax.c: Tweak comment.
61703
61704 2001-08-26  Jim Meyering  <meyering@lucent.com>
61705
61706         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61707
61708         * m4/xstrtoimax.m4: New file.
61709         * m4/xstrtoumax.m4: Add comments explaining why we
61710         AC_REPLACE_FUNCS(strtol).
61711
61712 2001-08-26  Jim Meyering  <meyering@lucent.com>
61713
61714         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61715         of copyright with `%s' so translators don't get an untranslated
61716         message in 2002.
61717         (COPYRIGHT_YEAR): Define.
61718         (version_etc): Use fprintf rather than fputs.
61719         Suggestion from Ulrich Drepper.
61720
61721         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61722
61723         * lib/strtoll.c: New file, from GNU libc.
61724         * lib/xstrtoimax.c: New file.
61725
61726         * lib/xstrtol.h: Add xstrtoimax.
61727         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61728         * lib/strtoimax.c: New file.  Likewise, but first define
61729         STRTOUXMAX_SIGNED.
61730
61731         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61732         ...
61733         * lib/strtoxmax.c: ... then renamed to this.
61734
61735 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61736
61737         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61738         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61739         (jm_AC_TYPE_INTMAX_T): New macro.
61740         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61741
61742         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61743
61744         * m4/longlong.m4: Renamed from ulonglong.m4.
61745         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61746         * m4/uintmax_t.m4: Removed.
61747
61748 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61749
61750         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61751         Port to Solaris 8, where 'sed' requires a space after the 'r'
61752         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61753         Redirect output to $tmp just once.
61754
61755 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61756
61757         * lib/addext.c (<errno.h>): Include.
61758         (errno): Declare if not defined.
61759         (addext): Work correctly when pathconf returns -1 and leaves
61760         errno alone because there is no limit.  Also, work even if
61761         pathconf returns a value greater than SIZE_MAX.
61762
61763 2001-08-12  Jim Meyering  <meyering@lucent.com>
61764
61765         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61766         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61767         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61768         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61769         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61770         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61771         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61772         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61773         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61774         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61775         utime.m4, utimes.m4, xstrtoumax.m4:
61776         Quote the first argument in each use of AC_DEFUN.
61777
61778 2001-08-12  Jim Meyering  <meyering@lucent.com>
61779
61780         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
61781         Simply `return getcwd (NULL, 0);'.
61782         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
61783         Use 1300 as initial value for length, not PATH_MAX.
61784
61785         * lib/pathmax.h: Clean up cpp syntax.
61786
61787 2001-08-12  Jim Meyering  <meyering@lucent.com>
61788
61789         * lib/gettimeofday.c: New file.
61790         * lib/gtod.h: New file.
61791         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
61792
61793 2001-08-05  Jim Meyering  <meyering@lucent.com>
61794
61795         * m4/jm-macros.m4: Require autoconf-2.52.
61796
61797 2001-08-04  Jim Meyering  <meyering@lucent.com>
61798
61799         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
61800         stmt, to get in sync with glibc.
61801
61802 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61803
61804         The following changes are from gettext 0.10.39 as maintained by
61805         Bruno Haible.
61806
61807         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
61808         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
61809         with inverted sense.  All uses changed.
61810
61811         * lib/mbswidth.c: Don't include <limits.h>.
61812         Include <stdlib.h> and <string.h> unconditionally.
61813         (iswcntrl, mbsinit, ISCNTRL): New macros.
61814         (mbsnwidth): Use K&R style function declarations.
61815         Don't bother checking for MB_LEN_MAX == 1, since the compiler
61816         can optimize it when MB_CUR_MAX == 1.
61817         The width of control characters is zero, not 1.
61818
61819 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61820
61821         The following changes are from gettext 0.10.39 as maintained by
61822         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
61823
61824         * m4/codeset.m4: Upgrade to serial AM1.
61825         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
61826         all uses changed.  Quote first arg of AC_DEFUN.
61827         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
61828
61829         * m4/iconv.m4: Upgrade to serial AM2.
61830         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
61831         Add --with-libconv-prefix.
61832         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
61833         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
61834         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
61835         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
61836         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
61837
61838         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
61839         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
61840         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
61841         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
61842         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
61843         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
61844         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
61845         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
61846         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
61847
61848         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
61849         string.h any more.
61850
61851         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
61852         not the default value.
61853
61854         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
61855         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
61856         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
61857         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
61858         Also check for iswcntrl, used for wcwidth fallback.
61859         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
61860         to Autoconf 2.13.
61861
61862 2001-08-03  Jim Meyering  <meyering@lucent.com>
61863
61864         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
61865         as it was in the original.  Reported by Paul Eggert.
61866
61867 2001-07-16  Jim Meyering  <meyering@lucent.com>
61868
61869         * m4/gettimeofday.m4: New file.
61870         Prompted by a report from Bernhard Baehr.
61871
61872 2001-07-15  Jim Meyering  <meyering@lucent.com>
61873
61874         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
61875         stuff. Now it's in ../Makefile.cfg.
61876
61877 2001-07-15  Jim Meyering  <meyering@lucent.com>
61878
61879         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
61880         (BUILT_SOURCES): Add unlocked-io.h.
61881         (io_functions): Define.
61882         (unlocked-io.h): New rule.
61883         (DISTCLEANFILES): Add unlocked-io.h.
61884         (all-local): Depend on unlocked-io.h, to ensure it is created.
61885
61886         * lib/unlocked-io.hin: New file
61887
61888         * lib/regex.c: Update from glibc.
61889
61890 2001-07-05  Jim Meyering  <meyering@lucent.com>
61891
61892         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
61893         recommendation.
61894         (libfetish_a_SOURCES): Put all .h files here instead.
61895         Remove a thus-exposed (better checks in automake) duplicate and
61896         two unnecessary .h files.
61897
61898 2001-07-04  Jim Meyering  <meyering@lucent.com>
61899
61900         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
61901         that generates jm-glibc-io.m4 so that it doesn't trigger any make
61902         distcheck failure.
61903
61904 2001-07-02  Jim Meyering  <meyering@lucent.com>
61905
61906         The following changes were prompted by suggestions from Bruno Haible.
61907
61908         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
61909         is now generated.
61910         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
61911         definition of EXTRA_DIST.
61912         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
61913         ensure that the generated file is created/updated whenever the list
61914         of $(unlocked_functions) is changed.
61915         (jm-glibc-io.m4): New rule.
61916         (unlocked-io.h): New rule -- currently unused.
61917
61918 2001-06-24  Jim Meyering  <meyering@lucent.com>
61919
61920         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
61921         unmatched right bracket, rather than kludging it with an extra,
61922         falsely-matching quote in a comment.  Patch by Akim Demaille.
61923
61924 2001-06-11  Jim Meyering  <meyering@lucent.com>
61925
61926         * lib/regex.c: Update from GNU libc.
61927
61928 2001-05-27  Jim Meyering  <meyering@lucent.com>
61929
61930         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
61931         Check for ut_type in struct utmp.
61932
61933 2001-05-27  Jim Meyering  <meyering@lucent.com>
61934
61935         * lib/readutmp.h (UT_TYPE): Define.
61936
61937 2001-05-24  Jim Meyering  <meyering@lucent.com>
61938
61939         * lib/argmatch.c: Include "quote.h".
61940         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
61941         quote function.  Reported by Göran Uddeborg.
61942
61943 2001-05-22  Jim Meyering  <meyering@lucent.com>
61944
61945         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
61946         now that we use the package-supplied version unconditionally.
61947         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
61948
61949 2001-05-21  Jim Meyering  <meyering@lucent.com>
61950
61951         * m4/regex.m4: Change a couple backticks to single quotes to avoid
61952         shell syntax errors.
61953
61954 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61955
61956         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
61957
61958 2001-05-20  Paul Eggert  <eggert@twinsun.com>
61959
61960         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
61961         Don't bother to check library strftime, since
61962         we'll be using our own my_strftime function anyway.
61963         Define my_strftime instead of strftime.
61964
61965 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
61966
61967         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
61968         which is not yet declared.
61969
61970 2001-05-15  Jim Meyering  <meyering@lucent.com>
61971
61972         * m4/regex.m4: Use proper quoting so brackets appear in the test
61973         program.
61974         Reported by, and with help from, Bruno Haible.
61975
61976 2001-05-13  Jim Meyering  <meyering@lucent.com>
61977
61978         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
61979         undefined.
61980
61981 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61982
61983         dirname code cleanup.  base_name now behaves more compatibly
61984         with POSIX basename when given file names that have trailing
61985         slashes, and similarly for dir_name.  Add new primitives
61986         base_len and dir_len.  Put the directory-name-related decls
61987         into dirname.h.
61988
61989         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
61990         * lib/backupfile.c (base_name): Likewise.
61991         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
61992         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
61993         * lib/makepath.c (strip_trailing_slashes): Likewise.
61994         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
61995         ISSLASH): Likewise.
61996         * lib/rename.c (strip_trailing_slashes): Likewise.
61997         * lib/same.c (base_name): Likewise.
61998         * lib/stripslash.c (ISSLASH): Likewise.
61999
62000         * lib/addext.c: Include <dirname.h> after size_t is defined.
62001         * lib/backupfile.c: Likewise.
62002
62003         * lib/addext.c (addext): Use base_len to trim redundant
62004         trailing slashes instead of doing it ourselves.
62005         But do not trim the last slash if it is not redundant.
62006
62007         * lib/backupfile.c (find_backup_file_name,
62008         max_backup_version): Use base_len instead of rolling it ourselves.
62009         Handle the case of "" and (on DOS) "C:" correctly.
62010
62011         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62012         needed. Include <string.h>, <dirname.h>.
62013         (base_name): Allow file names ending in slashes, other than names
62014         that are all slashes.  In this case, return the basename followed
62015         by the slashes.  This is more general, and can be used in places
62016         where the original base_name purposely had an assertion failure.
62017         (base_len): New function.
62018
62019         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62020         Do not include <assert.h>; no longer needed.
62021         Include xalloc.h.
62022         (memrchr): Remove decl.
62023         (dir_name_r): Remove.
62024         (dir_len): Renamed from dirlen.  All callers changed.
62025         Rewrite in terms of base_name, for simplicity and consistency.
62026         (dir_name): Never return NULL.  All callers changed.
62027         Do not include <stdlib.h> in test program; no longer needed.
62028         return 0; is fine for test program.
62029
62030         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62031         New macros.
62032         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62033
62034         * lib/path-concat.c (path_concat): Use base_len to compute
62035         base length, not strlen; this means we cannot rely on memcpy
62036         to null-terminate.
62037
62038         * lib/same.c (STREQ): Remove.
62039         (same_name): Handle the case where the basename ends in trailing '/'.
62040
62041         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62042         a slash was stripped.  Do not strip the last slash after a
62043         file system prefix.
62044
62045 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62046
62047         * lib/Makefile.am (libfetish_a_SOURCES):
62048         Add strftime.c, since we now compile it on all hosts.
62049
62050         * lib/strftime.c (my_strftime):
62051         Define to nstrftime if emacs, but only if my_strftime is not defined.
62052         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62053         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62054         Add one more extra argument: a nanoseconds value.
62055         All uses changed.
62056         (ns): New macro.
62057         (my_strftime function): Add %N format.
62058         (emacs_strftimeu): Renamed from emacs_strftime,
62059         with extra ut argument.
62060
62061 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62062
62063         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62064
62065 2001-04-21  Jim Meyering  <meyering@lucent.com>
62066
62067         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62068         doesn't interfere.
62069
62070 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62071
62072         * m4/ftruncate.m4: Check for chsize.
62073         Link with ftruncate.o unconditionally if ftruncate is missing.
62074         This was required when cross-compiling to i586-mingw32msvc.
62075
62076 2001-04-08  Jim Meyering  <meyering@lucent.com>
62077
62078         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62079         recomputed; that's necessary when the offset spans a DST transition.
62080         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62081
62082 2001-04-02  Jim Meyering  <meyering@lucent.com>
62083
62084         * lib/regex.h, regex.c: Update from GNU libc.
62085
62086 2001-03-24  Jim Meyering  <meyering@lucent.com>
62087
62088         * m4/jm-macros.m4: Require autoconf-2.49d.
62089
62090 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62091
62092         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62093
62094 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62095
62096         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62097
62098 2001-03-17  Jim Meyering  <meyering@lucent.com>
62099
62100         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62101         now that the version in autoconf is equivalent.
62102         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62103
62104         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62105         Suggestion from Akim Demaille.
62106
62107         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62108         (jm_PREREQ_TEMPNAME): New function.
62109
62110 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62111
62112         * lib/tempname.c (uint64_t): Define to uintmax_t if
62113         not defined, and if UINT64_MAX is not defined.
62114         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62115         Reported by John David Anglin.
62116
62117 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62118
62119         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62120         resolve alias if codeset is empty.
62121         * lib/config.charset (BeOS): Use wildcard syntax.
62122
62123 2001-03-13  Jim Meyering  <meyering@lucent.com>
62124
62125         * lib/path-concat.c (path_concat)
62126         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62127         concatenating e.g., `C:' and `foo'.
62128         From Bruno Haible.
62129
62130 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62131
62132         * lib/localcharset.c (locale_charset): Don't use
62133         setlocale(LC_CTYPE,NULL). Don't return NULL.
62134         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62135
62136 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62137
62138         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62139         support for DOS/DJGPP.
62140
62141 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62142
62143         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62144         lacks mkstemp.  Compile our own tempname.c if we compile our own
62145         mkstemp.c, as mkstemp relies on tempname.
62146
62147 2001-03-01  Jim Meyering  <meyering@lucent.com>
62148
62149         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62150         AH_VERBATIM really does output its argument verbatim.
62151
62152 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62153
62154         * lib/Makefile.am (libfetish_a_SOURCES):
62155         Add dup-safer.c, fopen-safer.c.
62156         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62157
62158         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62159         * lib/unistd-safer.h: New files.
62160
62161 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62162
62163         The mkstemp replacement is taken from glibc 2.2.2, with some
62164         portability fixes for use outside glibc, as follows:
62165
62166         * lib/tempname.c (struct_stat64): New macro.
62167         (direxists, __gen_tempname): Use it.
62168         This avoids a portability problem with Solaris 8.
62169
62170         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62171         (<stddef.h>, <stdint.h>, <string.h>):
62172         Include only if STDC_HEADERS || _LIBC.
62173         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62174         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62175         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62176         (__set_errno): Define this macro if <errno.h> doesn't.
62177         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62178         Define these macros if <stdio.h> doesn't.
62179         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62180         Define these macros if <sys/stat.h>
62181         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62182         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62183         __xstat64): Define if not _LIBC.
62184         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62185         (__gen_tempname): Invoke gettimeofday only if
62186         HAVE_GETTIMEOFDAY || _LIBC;
62187         otherwise, fall back on plain "time".
62188         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62189
62190         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62191
62192         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62193
62194 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62195
62196         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62197
62198 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62199
62200         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62201         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62202         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62203         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62204
62205 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62206
62207         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62208         Remove workaround macros for hosts that have mbrtowc but not
62209         mbstate_t, as we now insist on proper declarations for both
62210         before using mbrtowc.
62211
62212 2001-02-17  Jim Meyering  <meyering@lucent.com>
62213
62214         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62215         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62216         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62217         UnixWare 7.1.1.
62218
62219         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62220         rather than AC_CACHE_VAL.
62221
62222 2001-02-17  Jim Meyering  <meyering@lucent.com>
62223
62224         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62225         around included file name.
62226
62227         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62228
62229         * lib/strftime.c: Update from GNU libc (the only changes were to
62230         comments).
62231
62232 2001-02-17  Jim Meyering  <meyering@lucent.com>
62233
62234         * lib/regex.c: Update from libc.
62235
62236 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62237
62238         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62239         clash.
62240
62241 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62242
62243         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62244         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62245         Reported by Mark Hounschell via Paul Eggert.
62246
62247 2001-02-07  Jim Meyering  <meyering@lucent.com>
62248
62249         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62250
62251 2001-02-05  Jim Meyering  <meyering@lucent.com>
62252
62253         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62254         it includes the patch required for `large file' support with at least
62255         HP-UX's 10.20 /bin/cc.
62256
62257 2001-02-03  Jim Meyering  <meyering@lucent.com>
62258
62259         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62260         AS_IF, now that it works once again (mysteriously).
62261         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62262
62263 2001-01-30  Jim Meyering  <meyering@lucent.com>
62264
62265         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62266         * m4/chown.m4: Rename conftestchown to conftest.chown.
62267         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62268         s/conftestdir2/conftest.d2/.
62269         * m4/utimes.m4: s/conftestdata/conftest.data/
62270         Inspired by Pavel Roskin's change in autoconf.
62271
62272 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62273
62274         * lib/config.charset: Update for FreeBSD 4.2.
62275
62276 2001-01-27  Jim Meyering  <meyering@lucent.com>
62277
62278         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62279         a use of AS_IF.
62280         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62281
62282 2001-01-26  Jim Meyering  <meyering@lucent.com>
62283
62284         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62285         quotearg.c includes it.
62286
62287 2001-01-26  Jim Meyering  <meyering@lucent.com>
62288
62289         * lib/quotearg.c: Include stddef.h.
62290         * lib/quote.c: Include stddef.h.
62291         Reported by Axel Kittenberger.
62292
62293         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62294         line in double quotes so that it evokes a better diagnostic.
62295         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62296         Reported by Axel Kittenberger.
62297
62298 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62299
62300         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62301         as if it was a `charset'.
62302
62303 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62304
62305         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62306         has const.
62307
62308 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62309
62310         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62311         to avoid a warning.  Add back 'const' to inptr.
62312
62313 2001-01-20  Jim Meyering  <meyering@lucent.com>
62314
62315         Be sure that headers are checked before used in code compiled
62316         for the type checks.
62317         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62318         In place of that, invoke jm_CHECK_ALL_TYPES.
62319         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62320         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62321         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62322         The check for ssize_t was mistakenly run before the test for unistd.h.
62323
62324         The configure-time check for stdbool.h was missing.
62325         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62326         (jm_PREREQ_HASH): New function.
62327
62328 2001-01-17  Jim Meyering  <meyering@lucent.com>
62329
62330         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62331         for autoconf-2.49c.
62332         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62333
62334 2001-01-16  Jim Meyering  <meyering@lucent.com>
62335
62336         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62337         From Bruno Haible.
62338
62339 2001-01-14  Jim Meyering  <meyering@lucent.com>
62340
62341         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62342         foo and bar.  Create conftestdir/ in the script, not in the C code.
62343         Remove directories in the script, not in the C code.
62344         Remove conftestdir{,2} before trying to create the directory.
62345         Make the entire configure script fail if the mkdir fails.
62346
62347 2001-01-14  Jim Meyering  <meyering@lucent.com>
62348
62349         * lib/rename.c: New file.  From Volker Borchert.
62350         Include stdlib.h, string.h or strings.h, and xalloc.h.
62351         Use strip_trailing_slashes rather than open-coding it.
62352
62353 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62354
62355         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62356
62357 2001-01-03  Jim Meyering  <meyering@lucent.com>
62358
62359         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62360         of local `inptr' to avoid warning with some system declarations of
62361         iconv.
62362
62363 2001-01-02  Volker Borchert  <bt@teknon.de>
62364
62365         * m4/rename.m4: New file.
62366         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62367
62368 2001-01-01  Jim Meyering  <meyering@lucent.com>
62369
62370         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62371         even on systems with utmpx.h.  It's necessary for the declaration of
62372         utmp's ut_user member.  Reported by Andreas Jaeger.
62373
62374         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62375         available. They are required for the declarations of getgrgid and
62376         getpwuid resp.
62377         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62378         Reported by Andreas Jaeger.
62379
62380 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62381
62382         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62383         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62384         so `make install' also works in VPATH builds.
62385
62386 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62387
62388         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62389         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62390         can be used in subdirectories.
62391
62392 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62393
62394         * lib/modechange.c: Do not assume that mode_t uses the
62395         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62396         the other-execute bit of FOO even if S_IXOTH != 1.
62397
62398         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62399         WOTH, XOTH, ALLM): New macros.
62400         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62401          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62402         Use them.
62403         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62404         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62405         (mode_compile):
62406         No need to use uintmax_t; unsigned long is long enough.
62407         Don't bother to get suffix since we don't use it.
62408
62409 2000-12-26  Jim Meyering  <meyering@lucent.com>
62410
62411         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62412         better with autoheader.
62413
62414 2000-12-24  Jim Meyering  <meyering@lucent.com>
62415
62416         * lib/hash.c (is_prime): Return explicit boolean values.
62417         (hash_get_first): Return NULL to appease Irix5.6's 89.
62418         Reported by Nelson Beebe.
62419
62420 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62421
62422         * lib/localcharset.c (locale_charset): Add support for Win32.
62423
62424 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62425
62426         * lib/physmem.h, lib/physmem.c: New files.
62427
62428         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62429         (noinst_HEADERS): Add physmem.h.
62430
62431         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62432         't' for compatibility with Solaris 8 sort.
62433
62434 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62435
62436         * lib/config.charset: Add support for BeOS.
62437
62438 2000-12-17  Jim Meyering  <meyering@lucent.com>
62439
62440         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62441         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62442
62443 2000-12-16  Jim Meyering  <meyering@lucent.com>
62444
62445         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62446         N and M) would have treated it like `chown N:N FILE'.
62447
62448         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62449
62450 2000-12-16  Jim Meyering  <meyering@lucent.com>
62451
62452         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62453         SHELLS_FILE to a file name that's useful on djgpp systems.
62454         Include stdlib.h.
62455         (ADDITIONAL_DEFAULT_SHELLS): Define.
62456         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62457         Based mostly on a patch from Prashant TR.
62458
62459 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62460
62461         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62462         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62463         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62464
62465 2000-12-08  Andreas Schwab  <schwab@suse.de>
62466
62467         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62468         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62469
62470 2000-12-07  Jim Meyering  <meyering@lucent.com>
62471
62472         * lib/stripslash.c (ISSLASH): Define.
62473         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62474         `/'.
62475         From Prashant TR.
62476
62477         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62478         (dir_name_r): Declare this function as static.
62479         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62480         manifest itself on a name containing a mix of slashes and
62481         backslashes.
62482         Make this function work with names starting with a DOS-style
62483         drive letter and colon prefix.
62484         (dir_name): Append `.' if necessary.
62485         Based mostly on patches from Prashant TR and Eli Zaretskii.
62486
62487         * lib/dirname.h (dir_name_r): Remove prototype.
62488
62489 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62490
62491         * m4/off_t-format.m4: Remove this file.
62492         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62493
62494 2000-12-06  Jim Meyering  <meyering@lucent.com>
62495
62496         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62497         replacement strtoull, we may well need the replacement strtoul, too.
62498         Check for declarations of strtoul and strtoull.
62499         Check for strtol.  Mainly as a cue to cause automake to include
62500         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62501         Check for limits.h -- strtol.c needs it.
62502
62503 2000-12-05  Jim Meyering  <meyering@lucent.com>
62504
62505         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62506
62507 2000-12-04  Jim Meyering  <meyering@lucent.com>
62508
62509         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62510         Also include memory.h, stdlib.h, unistd.h if appropriate.
62511         Reported by Andreas Jaeger (conflicting declaration of malloc).
62512
62513 2000-12-02  Jim Meyering  <meyering@lucent.com>
62514
62515         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62516         * m4/jm-macros.m4 (jm_MACROS): require it.
62517
62518 2000-12-02  Jim Meyering  <meyering@lucent.com>
62519
62520         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62521
62522 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62523
62524         * lib/memrchr.c: Include <config.h> before any system include file.
62525
62526 2000-11-30  Jim Meyering  <meyering@lucent.com>
62527
62528         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62529
62530 2000-11-30  Jim Meyering  <meyering@lucent.com>
62531
62532         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62533
62534 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62535
62536         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62537
62538 2000-11-26  Jim Meyering  <meyering@lucent.com>
62539
62540         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62541
62542 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62543
62544         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62545         size of (size_t) -1; it's not portable.
62546
62547 2000-11-17  Jim Meyering  <meyering@lucent.com>
62548
62549         * lib/strstr.c: Update from GNU libc.
62550
62551 2000-11-17  Akim Demaille  <akim@epita.fr>
62552
62553         * lib/obstack.h: Formatting changes.
62554         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62555         prevent type checking.
62556         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62557         cast the value to (void *): assigning a `foo *' to a `void *'
62558         variable is valid.
62559         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62560
62561 2000-11-16  Jim Meyering  <meyering@lucent.com>
62562
62563         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62564
62565 2000-11-11  Jim Meyering  <meyering@lucent.com>
62566
62567         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62568
62569 2000-11-10  Jim Meyering  <meyering@lucent.com>
62570
62571         * lib/obstack.h: Update from GNU libc.
62572         * lib/obstack.c: Likewise.
62573
62574 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62575
62576         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62577
62578 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62579
62580         * lib/getusershell.c (setusershell): Use rewind rather than
62581         fseek/fseeko, to avoid configuration hassles with fseeko.
62582         Don't bother opening SHELLS_FILE if shellstream is NULL;
62583         it's not necessary.
62584
62585 2000-11-05  Jim Meyering  <meyering@lucent.com>
62586
62587         * lib/makepath.h (make_dir): Declare.
62588         * lib/makepath.c (make_dir): Remove `static' attribute.
62589         Tweak a comment.
62590
62591 2000-11-04  Jim Meyering  <meyering@lucent.com>
62592
62593         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62594
62595 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62596
62597         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62598         last one in a bucket, advance to the next bucket.
62599
62600 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62601
62602         * lib/fnmatch.c: Do not comment out all the code if we are using
62603         the GNU C library, because in some cases we are replacing buggy
62604         code in the GNU C library itself.
62605
62606 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62607
62608         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62609         (regex_compile): Catch bogus \(\1\).
62610
62611 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62612
62613         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62614         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62615         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62616
62617 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62618
62619         * lib/error.h, getline.h, modechange.h:
62620         Remove "2000" from Copyright line, as the file hasn't been
62621         changed this year other than in the copyright notice.
62622
62623         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62624         was changed this year.
62625
62626 2000-10-29  Jim Meyering  <meyering@lucent.com>
62627
62628         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62629         renaming.
62630         * m4/ls-mntd-fs.m4: Likewise
62631
62632 2000-10-29  Jim Meyering  <meyering@lucent.com>
62633
62634         * lib/xstat.in: Fix grammar in comment.
62635
62636 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62637
62638         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62639         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62640         doesn't define __restrict_arr.
62641
62642 2000-10-28  Jim Meyering  <meyering@lucent.com>
62643
62644         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62645         (jm_PREREQ_MEMCHR): New function.
62646
62647 2000-10-28  Jim Meyering  <meyering@lucent.com>
62648
62649         * lib/memchr.c: Update from libc.
62650         Adjust for portability:
62651         [HAVE_STDLIB_H]: Include stdlib.h.
62652         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62653         Undef __memchr, too.
62654         [!weak_alias]: Define __memchr to memchr.
62655
62656         * lib/regex.c: Update from libc.
62657         * lib/regex.h: Likewise.
62658         * lib/getopt1.c: Likewise.
62659         * lib/memcmp.c: Likewise.
62660
62661         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62662         Avoid using fseek, when possible -- it's broken by design.
62663         Patch by Ulrich Drepper.
62664
62665 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62666
62667         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62668         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62669         Giving in to popular pressure to shut up the compiler with casts.
62670
62671 2000-10-26  Jim Meyering  <meyering@lucent.com>
62672
62673         * lib/strftime.c: Update from libc.
62674
62675 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62676
62677         * regex.c: More `unsigned char' -> `re_char' changes.
62678         Also change several `int' into `re_wchar_t'.
62679         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62680         (PUSH_FAILURE_POINTER): Don't cast any more.
62681         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62682         We want GCC to complain, since this piece of code makes
62683         re_match non-reentrant, which *should* be fixed.
62684         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62685         (EXTEND_BUFFER): Use RETALLOC.
62686         (SET_LIST_BIT): Don't cast.
62687         (re_wchar_t): New type.
62688         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62689         that those two functions will always properly return.
62690         (IMMEDIATE_QUIT_CHECK): Cast to void.
62691         (analyse_first): Use recursion rather than an explicit stack.
62692         (re_compile_fastmap): Can't fail anymore.
62693         (re_search_2): Don't check re_compile_fastmap for failure.
62694         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62695         Now also sets the new value (passed in a new argument).
62696         (re_match_2_internal): Use it.
62697         Also, use a new var `reg' of type size_t when looping through regs
62698         rather than reuse the inappropriate `mcnt'.
62699
62700 2000-10-25  Jim Meyering  <meyering@lucent.com>
62701
62702         * lib/obstack.c: Update from libc.
62703
62704 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62705
62706         * regex.c (regex_compile): Change the way of handling a range from
62707         a char less than 256 to a char not less than 256.
62708
62709 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62710
62711         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62712         NT-Emacs only.
62713         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62714         so that re_search functions only quit when callers expect them to.
62715
62716 2000-10-23  Jim Meyering  <meyering@lucent.com>
62717
62718         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62719         wrong.  That set_locale call must not have any side effects.
62720         From Paul Eggert.
62721
62722 2000-10-22  Jim Meyering  <meyering@lucent.com>
62723
62724         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62725         [CYCLIC]: Remove now-unused definition.
62726
62727         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62728         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62729         Suggestion from Ulrich Drepper.
62730
62731 2000-10-21  Jim Meyering  <meyering@lucent.com>
62732
62733         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62734         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62735         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62736
62737 2000-10-21  Jim Meyering  <meyering@lucent.com>
62738
62739         * lib/dirname.c (memrchr): Declare if necessary.
62740         (dir_name): Remove the restriction that there be no
62741         trailing slashes.  Now, this code skips past them, effectively
62742         ignoring them.
62743         [TEST_DIRNAME] (main): New unit tests.
62744
62745         * lib/memrchr.c: New file from GNU libc.
62746         Undef __memrchr, too.
62747         [!weak_alias]: Define __memrchr to memrchr.
62748         Guard weak_alias use with `#ifdef weak_alias'.
62749
62750 2000-10-21  Jim Meyering  <meyering@lucent.com>
62751
62752         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62753         (dir_name): Use dir_name_r.
62754         * lib/dirname.h (dir_name_r): Declare it.
62755
62756 2000-10-17  Jim Meyering  <meyering@lucent.com>
62757
62758         * lib/quote.h (PARAMS): Define and use.
62759         Reported by Akim Demaille.
62760
62761         * lib/getopt.c: Update from libc.
62762
62763 2000-10-16  Jim Meyering  <meyering@lucent.com>
62764
62765         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62766         setlocale.
62767         From Jan Fedak.
62768
62769 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62770
62771         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62772
62773 2000-09-25  Jim Meyering  <meyering@lucent.com>
62774
62775         * lib/md5.h (rol): Define (from GnuPG).
62776
62777         * lib/sha.c: Give credit (GnuPG) where due.
62778         (M): Use rol rather than open-coding it.
62779         Add a FIXME comment.
62780
62781 2000-09-21  Jim Meyering  <meyering@lucent.com>
62782
62783         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
62784         Reported by Michael Stone.
62785
62786 2000-09-20  Jim Meyering  <meyering@lucent.com>
62787
62788         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
62789         (noinst_HEADERS): Add sha.h.
62790         Based on code from Scott G. Miller and from GnuPG.
62791
62792 2000-09-18  Jim Meyering  <meyering@lucent.com>
62793
62794         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
62795         LIBS. Otherwise, everyone ends up linking with -lelf for some
62796         configurations.
62797         Reported by Mike Stone.
62798
62799 2000-09-15  Jim Meyering  <meyering@lucent.com>
62800
62801         * lib/regex.c: Update from libc.
62802
62803 2000-09-10  Jim Meyering  <meyering@lucent.com>
62804
62805         * lib/getopt.c (_getopt_internal): Update from glibc.
62806
62807 2000-09-09  Jim Meyering  <meyering@lucent.com>
62808
62809         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
62810         think it should be used as a general replacement for isascii.
62811         * lib/fnmatch.c: Likewise.
62812         * lib/mbswidth.c: Likewise
62813         * lib/regex.c: Likewise.
62814
62815         Don't use atoi.
62816         * lib/userspec.c: Include sys/param.h and limits.h.
62817         Include xstrtol.h.
62818         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
62819         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
62820         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
62821         UID, GID.  Check range.
62822
62823 2000-09-06  Jim Meyering  <meyering@lucent.com>
62824
62825         * lib/getopt.c (_getopt_internal): Update from glibc.
62826
62827 2000-08-30  Jim Meyering  <meyering@lucent.com>
62828
62829         * lib/strftime.c: Merge in changes from GNU libc.
62830
62831 2000-08-26  Jim Meyering  <meyering@lucent.com>
62832
62833         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
62834         * m4/fpending.m4: New file.
62835
62836 2000-08-26  Jim Meyering  <meyering@lucent.com>
62837
62838         * lib/closeout.c: Include "__fpending.h".
62839         (close_stdout_status): Return right away if there's nothing to flush.
62840
62841         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
62842         * lib/__fpending.c: New file.
62843         * lib/__fpending.h: New file.
62844
62845 2000-08-20  Jim Meyering  <meyering@lucent.com>
62846
62847         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
62848         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
62849         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
62850
62851 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
62852
62853         Improve fileutils installation on systems where running
62854         programs (like install) can't be unlinked.
62855         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
62856         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
62857
62858 2000-08-07  Paul Eggert  <eggert@twinsun.com>
62859
62860         Standardize on "memory exhausted" instead of "Memory exhausted"
62861         or "virtual memory exhausted".
62862         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
62863         "virtual memory exhausted".
62864         * lib/same.c (same_name): Invoke xalloc_die instead of printing
62865         our own message.
62866         * lib/userspec.c (parse_user_spec): Likewise.
62867         * lib/bumpalloc.h: comment fix
62868         * lib/same.c, userspec.c: Include xalloc.h.
62869
62870         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
62871         not char *const and pointing to a constant array.
62872         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
62873         (xrealloc): Comment fix.
62874
62875         * lib/userspec.c (parse_user_spec):
62876         Don't translate a message until just before returning,
62877         to avoid unnecessary translation.
62878
62879 2000-08-07  Jim Meyering  <meyering@lucent.com>
62880
62881         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
62882         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
62883         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
62884         getgroups.c, gethostname.c, getopt.h, group-member.c,
62885         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
62886         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
62887         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
62888         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
62889         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
62890         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
62891         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
62892         yesno.c: Back out Copyright date changes for each file with no change
62893         this year.  This eases coordination with other programs using the same
62894         source code modules.  From Paul Eggert.
62895
62896 2000-08-06  Paul Eggert  <eggert@twinsun.com>
62897
62898         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
62899         not char, for compatibility with glibc 2.1.3 strftime.c.
62900
62901 2000-08-03  Greg McGary  <greg@mcgary.org>
62902
62903         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
62904         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
62905         (EXTEND_BUFFER): Use them.
62906
62907 2000-08-01  Jim Meyering  <meyering@lucent.com>
62908
62909         * lib/dirname.c (ISSLASH): Define.
62910         (BACKSLASH_IS_PATH_SEPARATOR): Define.
62911         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
62912         both `\' and `/' may be use as path separators.
62913         Based on a patch from Prashant TR.
62914
62915 2000-07-31  Paul Eggert  <eggert@twinsun.com>
62916
62917         * lib/quotearg.c (quotearg_n_options): Don't make the initial
62918         slot vector a constant, since it might get modified.
62919
62920 2000-07-31  Jim Meyering  <meyering@lucent.com>
62921
62922         * lib/xmalloc.c: Use `virtual memory exhausted', not
62923         `Memory exhausted'.
62924         * lib/obstack.c (print_and_abort): Likewise.
62925
62926 2000-07-30  Paul Eggert  <eggert@twinsun.com>
62927
62928         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
62929         buffer, so that the caller can always quote one small
62930         component of a "memory exhausted" message in slot 0.
62931         From a suggestion by Jim Meyering.
62932
62933 2000-07-30  Jim Meyering  <meyering@lucent.com>
62934
62935         * lib/makepath.c (make_path): Quote the other instance, too.
62936
62937         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
62938         (STATIC_BUF_SIZE): Define.
62939         (quotearg_n_options): Use only statically allocated storage when
62940         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
62941         than STATIC_BUF_SIZE.
62942
62943 2000-07-29  Jim Meyering  <meyering@lucent.com>
62944
62945         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
62946         * lib/dirname.c (dir_name): Likewise.
62947
62948         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
62949         `/'.
62950
62951         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
62952         (dir_name): Assert that there are no trailing slashes.
62953
62954 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
62955
62956         * lib/mbswidth.h (mbswidth): Add a flags argument.
62957         (mbswidth): New declaration.
62958         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
62959         * lib/mbswidth.c (mbswidth): Add a flags argument.
62960         (mbsnwidth): New function.
62961
62962 2000-07-24  Jim Meyering  <meyering@lucent.com>
62963
62964         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
62965
62966 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62967
62968         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
62969
62970 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62971
62972         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
62973         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
62974         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
62975         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
62976         invoke multibyte primitives.
62977
62978 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62979
62980         * lib/quotearg.c:
62981         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
62982         so that mbstate_t is always defined.
62983
62984         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
62985         be 1 in at least one GCC installation, and this configuration
62986         error is likely to be common.  Ignoring MB_LEN_MAX hurts
62987         performance on hosts that have mbrtowc but have only unibyte
62988         locales, but I assume these hosts are rare.
62989
62990 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62991
62992         * lib/mbswidth.c (_XOPEN_SOURCE):
62993         Don't define; this causes problems on Solaris 7.
62994         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
62995
62996 2000-07-23  Jim Meyering  <meyering@lucent.com>
62997
62998         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
62999         too: getgrgid, getpwuid, getuid.
63000
63001 2000-07-23  Jim Meyering  <meyering@lucent.com>
63002
63003         * lib/basename.c (base_name): Add an assertion.
63004
63005 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63006
63007         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63008         shadow its mbsinit function.
63009
63010 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63011
63012         * lib/mbswidth.h: New file.
63013         * lib/mbswidth.c: New file.
63014         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63015         (noinst_HEADERS): Add mbswidth.h.
63016
63017 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63018
63019         * lib/config.charset: Add support for FreeBSD. Improve support for
63020         HP-UX and IRIX 6.
63021
63022 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63023
63024         * m4/mbswidth.m4: New file.
63025         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63026
63027 2000-07-15  Jim Meyering  <meyering@lucent.com>
63028
63029         * lib/makepath.c: Include quote.h.
63030         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63031         corresponding argument in a `quote (...)' call.
63032         Give better diagnostics.
63033
63034         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63035         (noinst_HEADERS): Add quote.h.
63036
63037         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63038         from tar's src/misc.c.
63039         * lib/quote.h: New file.  Prototypes for same.
63040
63041 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63042
63043         From a suggestion by Bruno Haible.
63044         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63045         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63046         to decide whether to define the BeOS workaround macro;
63047         this adjusts to the change to AC_MBSTATE_T.
63048
63049 2000-07-14  Jim Meyering  <meyering@lucent.com>
63050
63051         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63052         jm_AC_TYPE_UINTMAX_T.
63053
63054 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63055
63056         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63057
63058         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63059         quotearg_buffer_restyled): Add support for
63060         clocale_quoting_style.  Undo previous change to
63061         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63062         and "{RIGHT QUOTATION MARK}" msgids.
63063
63064 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63065
63066         From a suggestion by Bruno Haible.
63067         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63068         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63069         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63070         and mbstate_t, to a single-part test that simply defines mbstate_t.
63071         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63072         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63073
63074 2000-07-10  Jim Meyering  <meyering@lucent.com>
63075
63076         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63077
63078         * m4/gnu-source.m4: Output to confdefs.h directly.
63079         Suggestion from Akim Demaille.
63080
63081 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63082
63083         The old behavior of quoting `like this' doesn't look good with
63084         newer, ISO-style fonts.  See:
63085         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63086
63087         Instead, quote "like this" by default.  Let the translator
63088         tailor the locale-specific quoting behavior by providing
63089         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63090
63091         * lib/quotearg.c (N_): New macro.
63092         (gettext_default): New function.
63093         (quotearg_buffer_restyled): Use
63094         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63095         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63096
63097 2000-07-09  Jim Meyering  <meyering@lucent.com>
63098
63099         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63100         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63101
63102         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63103         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63104
63105 2000-07-09  Jim Meyering  <meyering@lucent.com>
63106
63107         * lib/Most files: Update copyright dates to include 2000.
63108
63109 2000-07-08  Jim Meyering  <meyering@lucent.com>
63110
63111         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63112         if not defined.
63113         (xgethostname): Remove now-unnecessary #ifdef.
63114         Move declaration of `err' into loop where it's used.
63115
63116 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63117         and Bruno Haible  <haible@clisp.cons.org>
63118
63119         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63120         only if the test for an object-type mbstate_t fails.  This
63121         prevents us from mistakenly reporting that mbstate_t is a
63122         system object type after we "#define mbstate_t int" to work
63123         around its lack.
63124
63125 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63126         and Bruno Haible  <haible@clisp.cons.org>
63127
63128         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63129
63130 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63131
63132         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63133         to strerror_r.
63134         Include <ctype.h> for use of isalpha.
63135
63136 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63137
63138         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63139         by allocating a larger buffer. Test the gethostname return value for
63140         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63141         returns an error and ENAMETOOLONG isn't defined.
63142
63143 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63144
63145         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63146         dimension.
63147
63148 2000-07-04  Jim Meyering  <meyering@lucent.com>
63149
63150         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63151         of the deprecated AC_CHECKING.
63152
63153 2000-07-04  Jim Meyering  <meyering@lucent.com>
63154
63155         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63156         Reported by Bruno Haible.
63157
63158 2000-07-04  Jim Meyering  <meyering@lucent.com>
63159
63160         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63161         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63162         lacks mbrtowc.
63163
63164 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63165
63166         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63167         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63168
63169 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63170         and Bruno Haible  <haible@clisp.cons.org>
63171
63172         * lib/quotearg.c (mbrtowc):
63173         Assign to *pwc, and return 1 only if result is nonzero.
63174         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63175
63176 2000-07-03  Jim Meyering  <meyering@lucent.com>
63177
63178         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63179
63180 2000-07-03  Jim Meyering  <meyering@lucent.com>
63181
63182         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63183         This is necessary to get a definition of e.g., UTMP_FILE on
63184         HP-UX 10.20.
63185         From Bob Proulx.
63186
63187 2000-07-02  Jim Meyering  <meyering@lucent.com>
63188
63189         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63190
63191         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63192         AC_LIBOBJ(function_name).
63193         * m4/chown.m4: Likewise.
63194         * m4/fnmatch.m4: Likewise.
63195         * m4/ftruncate.m4: Likewise.
63196         * m4/getgroups.m4: Likewise.
63197         * m4/getline.m4: Likewise.
63198         * m4/group-member.m4: Likewise.
63199         * m4/jm-macros.m4: Likewise.
63200         * m4/lstat.m4: Likewise.
63201         * m4/malloc.m4: Likewise.
63202         * m4/memcmp.m4: Likewise.
63203         * m4/nanosleep.m4: Likewise.
63204         * m4/putenv.m4: Likewise.
63205         * m4/realloc.m4: Likewise.
63206         * m4/regex.m4: Likewise.
63207         * m4/stat.m4: Likewise.
63208         * m4/strftime.m4: Likewise.
63209
63210 2000-07-02  Jim Meyering  <meyering@lucent.com>
63211
63212         * lib/quotearg.c (mbstate_t): Don't define here.
63213
63214 2000-07-02  Jim Meyering  <meyering@lucent.com>
63215
63216         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63217
63218 2000-07-01  Jim Meyering  <meyering@lucent.com>
63219
63220         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63221
63222 2000-07-01  Jim Meyering  <meyering@lucent.com>
63223
63224         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63225         problem.
63226
63227 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63228
63229         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63230         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63231
63232 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63233
63234         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63235         per change in ../m4/ls-mntd-fs.m4.
63236         (read_filesystem_list): Ignore symbolic links.
63237
63238 2000-06-29  Jim Meyering  <meyering@lucent.com>
63239
63240         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63241         for declaration of strcmp.
63242
63243         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63244
63245         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63246         Avoid warning by casting result to `char *' to remove `const'.
63247
63248 2000-06-28  Jim Meyering  <meyering@lucent.com>
63249
63250         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63251         included by quotearg.c, for which we perform this test.  From
63252         Bruno Haible.
63253
63254 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63255
63256         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63257         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63258         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63259
63260 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63261
63262         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63263
63264 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63265
63266         savedir now sets errno on failure and invokes xmalloc to get memory.
63267         Fix a couple of other minor bugs while we're at it.
63268
63269         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63270         (NAMLEN): Remove macro.
63271         (malloc, realloc): Remove decls.
63272         (stpcpy): Likewise.
63273         ("xalloc.h"): Include.
63274         (NAME_SIZE_DEFAULT): New macro.
63275         (savedir): Use xmalloc / xrealloc to allocate memory.
63276         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63277         Skip "" directory entries.
63278         Use strlen to calculate directory entry length, since the old method
63279         is rarely used these days and isn't worth supporting.
63280         Don't use a pointer after freeing it.
63281         Check for integer overflow when calculating allocation size.
63282         Use memcpy to copy entries, instead of stpcpy.
63283         Set errno properly when returning NULL.
63284         Check for readdir error.
63285
63286 2000-06-26  Jim Meyering  <meyering@lucent.com>
63287
63288         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63289
63290 2000-06-25  Jim Meyering  <meyering@lucent.com>
63291
63292         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63293         Linux header bug when _XOPEN_SOURCE is defined to 500.
63294
63295 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63296
63297         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63298         deficiency.
63299
63300 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63301
63302         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63303         Include xalloc.h.
63304         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63305
63306 2000-06-24  Jim Meyering  <meyering@lucent.com>
63307
63308         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63309         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63310         for which strerror does return char*, but which lacks a conveniently
63311         accessible declaration of the function.  If the compile-test says
63312         strerror_r doesn't work, then resort to a `run'-test that works on
63313         BeOS and segfaults on DEC Unix.
63314
63315 2000-06-24  Jim Meyering  <meyering@lucent.com>
63316
63317         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63318
63319 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63320
63321         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63322         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63323
63324 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63325
63326         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63327         (mbrtowc, mbstate_t): Define substitutes if
63328         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63329         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63330         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63331
63332 2000-06-23  Jim Meyering  <meyering@lucent.com>
63333
63334         * m4/afs.m4: Add missing AC_MSG_RESULT.
63335         Reported by Bruno Haible.
63336
63337         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63338         Suggestion from Bruno Haible.
63339
63340 2000-06-23  Jim Meyering  <meyering@lucent.com>
63341
63342         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63343
63344 2000-06-21  Jim Meyering  <meyering@lucent.com>
63345
63346         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63347
63348 2000-06-21  Jim Meyering  <meyering@lucent.com>
63349
63350         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63351         (noinst_HEADERS): Add getstr.h.
63352
63353         * lib/getline.c (getstr): Move into a separate file.
63354         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63355         the following changes: new parameter, delim2; both delim[12]
63356         parameters have type `int', not `char'.  The latter would lose
63357         with 8-bit delimiters.
63358         * lib/getstr.h: New file.
63359
63360 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63361
63362         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63363         than 1024, return a memory chunk of least possible size, instead
63364         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63365         Use free/xmalloc instead of xrealloc to avoid copying for very long
63366         paths.
63367
63368 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63369
63370         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63371         the empty string.
63372
63373 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63374
63375         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63376         address, not strdup.  Include <stdlib.h> and don't declare free().
63377
63378 2000-06-19  Jim Meyering  <meyering@lucent.com>
63379
63380         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63381
63382 2000-06-18  Jim Meyering  <meyering@lucent.com>
63383
63384         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63385
63386         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63387         `checking whether...' message to be consistent with that of the
63388         lstat test.
63389
63390 2000-06-18  Jim Meyering  <meyering@lucent.com>
63391
63392         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63393         Besides, these days every porting target provides a mkdir function.
63394
63395         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63396         needed. (this snippet comes from src/system.h).
63397
63398 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63399
63400         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63401
63402 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63403
63404         * lib/human.c (adjust_value): New function.
63405         (human_readable_inexact): Apply rounding style even when
63406         printing approximate values.
63407
63408 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63409
63410         * lib/human.c (human_readable_inexact): Allow an input block
63411         size that is not a multiple of the output block size, and vice versa.
63412         Reported by Piergiorgio Sartor.
63413
63414 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63415
63416         * lib/getdate.y (get_date): Apply relative times after time
63417         zone indicator, not before.  Reported by Todd A. Jacobs.
63418
63419 2000-06-13  Jim Meyering  <meyering@lucent.com>
63420
63421         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63422
63423         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63424
63425 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63426
63427         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63428
63429 2000-06-12  Jim Meyering  <meyering@lucent.com>
63430
63431         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63432         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63433         optional argument.
63434         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63435         the optional argument, `lib'.
63436
63437 2000-06-08  Jim Meyering  <meyering@lucent.com>
63438
63439         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63440
63441 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63442
63443         Rewrite largefile configuration so that we don't need to run
63444         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63445         AC_CANONICAL_HOST in configure.in -- jmm]
63446
63447         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63448         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63449         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63450         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63451         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63452         All uses changed.
63453         Instead of inspecting the output of getconf, try to compile the
63454         test program without and with the macro definition.
63455         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63456         for getconf.  Instead, check for the needed flags by compiling
63457         test programs.
63458
63459 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63460
63461         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63462
63463 2000-06-04  Jim Meyering  <meyering@lucent.com>
63464
63465         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63466         SunOS 4.1.4 for which gid_t is an unsigned type.
63467
63468 2000-06-03  Jim Meyering  <meyering@lucent.com>
63469
63470         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63471         now that autoconf requires that.
63472
63473         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63474         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63475         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63476
63477 2000-06-03  Jim Meyering  <meyering@lucent.com>
63478
63479         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63480
63481 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63482
63483         * m4/glibc21.m4: New file.
63484         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63485
63486 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63487
63488         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63489         newer, don't install charset.alias.
63490         * lib/config.charset: Change the Linux/glibc rules so they become empty
63491         on glibc-2.1 or newer.
63492
63493 2000-06-02  Jim Meyering  <meyering@lucent.com>
63494
63495         * lib/mountlist.c: Back out last change.  Instead, do this...
63496         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63497         me_dummy member using the same `ignore'-testing code.
63498         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63499         fs_type strings.
63500         From Mark D. Roth.
63501
63502 2000-05-29  Jim Meyering  <meyering@lucent.com>
63503
63504         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63505         mounts with the `ignore' attribute.  Based on a patch from
63506         Mark D. Roth.
63507
63508 2000-05-28  Jim Meyering  <meyering@lucent.com>
63509
63510         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63511         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63512         * m4/stat.m4: Likewise.
63513         * m4/lstat.m4: Likewise.
63514         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63515
63516         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63517         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63518
63519 2000-05-26  Jim Meyering  <meyering@lucent.com>
63520
63521         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63522
63523 2000-05-24  Jim Meyering  <meyering@lucent.com>
63524
63525         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63526         autoconf requires that.
63527         * m4/lib-check.m4: Likewise.
63528         * m4/jm-macros.m4: Likewise.
63529         * m4/strftime.m4: Likewise.
63530
63531         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63532         AC_CHECK_DECLS, now that autoconf requires that.
63533
63534 2000-05-22  Jim Meyering  <meyering@lucent.com>
63535
63536         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63537         * m4/lstat.m4: Likewise.
63538
63539 2000-05-22  Jim Meyering  <meyering@lucent.com>
63540
63541         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63542
63543 2000-05-20  Jim Meyering  <meyering@lucent.com>
63544
63545         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63546         (jm_PREREQ): Use it.
63547
63548 2000-05-18  Jim Meyering  <meyering@lucent.com>
63549
63550         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63551         back, too, since it may have been modified by allocate_entry.
63552         (hash_delete): Rewrite to use neither the assignment operator
63553         nor the comma operator in an if-expression.
63554
63555 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63556
63557         * lib/closeout.c:
63558         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63559         Remove; no longer needed.
63560         "quotearg.h": Add include.
63561         (file_name): Do not bother to explicitly initialize to NULL; it's less
63562         efficient on some hosts.
63563         (close_stdout_status): Remove test as to whether stdout was already
63564         closed; it breaks for the case "echo x | sort >&-".
63565         Quote file name colons.
63566         Do not assume that _("write error") lacks format strings.
63567
63568 2000-05-15  Jim Meyering  <meyering@lucent.com>
63569
63570         * lib/version-etc.c (version_etc_copyright): Update the copyright
63571         string used in all --version output.
63572
63573 2000-05-14  Jim Meyering  <meyering@lucent.com>
63574
63575         * lib/closeout.c (close_stdout_set_file_name): New function.
63576         (close_stdout_status): Use new file-scoped global.
63577         Return right away if fstat says the stdout file descriptor is invalid.
63578         * lib/closeout.h (close_stdout_set_file_name): Declare.
63579
63580 2000-05-10  Jim Meyering  <meyering@lucent.com>
63581
63582         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63583         (close_stdout_set_status): New function.
63584         * lib/closeout.h (close_stdout_set_status): Declare.
63585
63586 2000-05-09  Jim Meyering  <meyering@lucent.com>
63587
63588         * m4/gettext.m4: Rename this...
63589         * m4/libintl.m4: ...to this.
63590
63591 2000-05-08  Jim Meyering  <meyering@lucent.com>
63592
63593         * lib/long-options.c: Don't include closeout.h.
63594         (parse_long_options): Don't call close_stdout for --version.
63595
63596 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63597
63598         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63599         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63600         2.1.3 bug.  This avoids a clash when files like regex.c define
63601         _GNU_SOURCE.
63602
63603 2000-05-06  Jim Meyering  <meyering@lucent.com>
63604
63605         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63606         (AC_REPLACE_FUNCS): Add strnlen.
63607
63608         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63609         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63610
63611         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63612         AC_SEARCH_LIBS call for nanosleep.
63613         (LIB_NANOSLEEP): Set and AC_SUBST.
63614
63615 2000-05-06  Jim Meyering  <meyering@lucent.com>
63616
63617         * lib/strnlen.c: Undefine __strnlen and strnlen.
63618         [!weak_alias]: Define __strnlen to strnlen.
63619
63620         * lib/atexit.c: New file, from libiberty.
63621
63622 2000-05-06  Jim Meyering  <meyering@lucent.com>
63623
63624         * lib/closeout.c (close_stdout_status): Also check for errors on the
63625         stderr stream.
63626
63627 2000-05-05  Jim Meyering  <meyering@lucent.com>
63628
63629         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63630         AC_SEARCH_LIBS call for clock_gettime.
63631         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63632
63633         * m4/search-libs.m4: Update from autoconf.
63634
63635         su doesn't work on Solaris 2.6.
63636         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63637         <shadow.h>.  Reported by Dragos Harabor.
63638
63639 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63640
63641         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63642         memcpy instead of xmalloc, xrealloc, path_concat.
63643         (locale_charset): Treat empty environment variables as absent.
63644         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63645
63646 2000-05-04  Jim Meyering  <meyering@lucent.com>
63647
63648         * lib/getopt.c: Update from glibc.
63649         * lib/obstack.c: Likewise.
63650         * lib/obstack.h: Likewise.
63651         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63652         file
63653
63654         * lib/regex.h: Likewise.
63655         * lib/strndup.c: Likewise.
63656         * lib/strnlen.c: New file, from glibc.
63657
63658 2000-05-03  Jim Meyering  <meyering@lucent.com>
63659
63660         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63661
63662 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63663
63664         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63665         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63666         compile-time test, rather than inspecting host and OS, to
63667         decide whether to define _LARGEFILE_SOURCE.
63668
63669 2000-05-01  Jim Meyering  <meyering@lucent.com>
63670
63671         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63672
63673         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63674         Based on a patch from Bruno Haible.
63675
63676 2000-05-01  Jim Meyering  <meyering@lucent.com>
63677
63678         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63679
63680 2000-04-29  Jim Meyering  <meyering@lucent.com>
63681
63682         * lib/path-concat.c: Declare strdup only if it's not defined.
63683         * lib/canon-host.c: Likewise.
63684
63685 2000-04-28  Jim Meyering  <meyering@lucent.com>
63686
63687         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63688         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63689         is included first, then limits.h is included by locale.h by libintl.h.
63690         From John David Anglin.
63691
63692 2000-04-25  Jim Meyering  <meyering@lucent.com>
63693
63694         * lib/makepath.c (S_IRWXUGO): Define.
63695         (make_path): Always perform explicit chmod if MODE specifies any
63696         of the `special' permission bits.  Prompted by a bug report against
63697         install from Mate Wierdl and Joost van Baal.
63698
63699 2000-04-18  Jim Meyering  <meyering@lucent.com>
63700
63701         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63702         (jm_PREREQ): Use it.
63703
63704 2000-04-18  Jim Meyering  <meyering@lucent.com>
63705
63706         * lib/README: New file.
63707
63708         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63709         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63710
63711 2000-04-17  Jim Meyering  <meyering@lucent.com>
63712
63713         Get it right :-)
63714         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63715         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63716         Suggestion from Akim Demaille.
63717
63718 2000-04-17  Jim Meyering  <meyering@lucent.com>
63719
63720         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63721         the definition of it to rpl_strftime also defined-away the system's
63722         declaration.
63723
63724 2000-04-15  Jim Meyering  <meyering@lucent.com>
63725
63726         Use `C' to denote so-called `contiguous' files, the same way
63727         that tar does.
63728         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63729         (ftypelet): Use S_ISCTG.
63730         From Michael Deutschmann.
63731
63732 2000-04-14  Jim Meyering  <meyering@lucent.com>
63733
63734         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63735         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63736         clobbered.
63737
63738 2000-04-14  Jim Meyering  <meyering@lucent.com>
63739
63740         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63741
63742 2000-04-13  Jim Meyering  <meyering@lucent.com>
63743
63744         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63745         AH_VERBATIM to insert required #ifndef into config.h.in.
63746         Suggestion from Akim Demaille.
63747
63748 2000-04-12  Jim Meyering  <meyering@lucent.com>
63749
63750         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63751         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63752         Christian Krackowizer.
63753
63754         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63755         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63756         (AC_SYS_LARGEFILE): Require.
63757         (AM_C_PROTOTYPES): Require.
63758
63759 2000-04-08  Jim Meyering  <meyering@lucent.com>
63760
63761         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63762         names don't conflict.  Reported by Eli Zaretskii.
63763
63764 2000-04-07  Jim Meyering  <meyering@lucent.com>
63765
63766         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63767         sys/types.h, to work around system header problems on AIX 3.2.5.
63768         From Bruno Haible.
63769
63770 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63771
63772         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63773         bug.  Deal with the different error behavior of Irix iconv.
63774
63775 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63776
63777         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63778         IRIX if the installer said otherwise.
63779
63780 2000-04-05  Jim Meyering  <meyering@lucent.com>
63781
63782         Portability tweaks required for ultrix4.3.
63783         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
63784         (jm_CHECK_DECLS): Add getutent to the list of functions.
63785         (_jm_DECL_HEADERS): Add utmpx.h.
63786         From John David Anglin.
63787
63788         * m4/strftime.m4: Back out the 2000-04-02 change.
63789         Instead of that change, simply undefine putenv in the test program.
63790
63791 2000-04-05  Jim Meyering  <meyering@lucent.com>
63792
63793         Portability tweaks required for ultrix4.3.
63794         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
63795         getutent.
63796         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
63797         * lib/canon-host.c: Declare strdup.
63798         * lib/path-concat.c: Likewise.
63799         From John David Anglin.
63800
63801 2000-04-04  Jim Meyering  <meyering@lucent.com>
63802
63803         Be more DOS 8.3-friendly.
63804         * lib/ref-add.sin: Renamed from ref-add.sed.in.
63805         * lib/ref-del.sin: Renamed from ref-del.sed.in.
63806         * lib/Makefile.am: Reflect renaming.
63807         Reported by Eli Zaretskii.
63808
63809         Use a temporary file name that won't clash with `charset.alias'
63810         in the DOS 8.3 name space.
63811         * lib/Makefile.am (charset_tmp): Define.
63812         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
63813         (uninstall-local): Likewise.
63814         Reported by Eli Zaretskii.
63815
63816 2000-04-03  Jim Meyering  <meyering@lucent.com>
63817
63818         * m4/gettext.m4: Fix typo in comment.
63819
63820         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
63821         textutils/configure.in).  Suggestion from Paul Eggert.
63822         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63823
63824 2000-04-02  Paul Eggert  <eggert@twinsun.com>
63825
63826         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
63827         variable in the shell rather than using putenv, which isn't
63828         portable.  This avoids the configure-time inter-test dependency
63829         on the potentially-renamed putenv function.
63830
63831 2000-03-30  Paul Eggert  <eggert@twinsun.com>
63832
63833         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
63834         before checking struct stat.st_blksize, so that
63835         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
63836
63837 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63838
63839         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
63840         since strftime.c uses HAVE_STRFTIME to decide whether to use
63841         the underlying strftime.
63842
63843 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63844
63845         * lib/time/strftime.c (my_strftime): Make sure we call the system
63846         strftime, not ourselves, when invoking the underlying strftime.
63847
63848 2000-03-24  Jim Meyering  <meyering@lucent.com>
63849
63850         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
63851         (charset_alias): Define.
63852         (install-exec-local): Factor out common code.
63853         (uninstall-local): Split lines longer than 80.
63854         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
63855         (SUFFIXES): Define.
63856         (.sed.in.sed): New rule.  Don't redirect directly to $@.
63857         (CLEANFILES): Add ref-add.sed and ref-del.sed.
63858
63859 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
63860
63861         * lib/config.charset: Output a line containing "Packages using this
63862         file".
63863         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
63864         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
63865         ref-del.sed): New rules.
63866
63867 2000-03-17  Jim Meyering  <meyering@lucent.com>
63868
63869         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
63870         Otherwise, include <strings.h>
63871
63872 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
63873
63874         * lib/unicodeio.c (utf8_wctomb): New function.
63875         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
63876         format instead of in UCS-4 with platform dependent endianness.
63877
63878 2000-03-10  Jim Meyering  <meyering@lucent.com>
63879
63880         * m4/lib-check.m4: Look for getspnam in -lgen, too.
63881         From Marco Franzen.
63882
63883 2000-03-07  Paul Eggert  <eggert@twinsun.com>
63884
63885         * lib/savedir.c (savedir): Work even if directory size is
63886         negative; this can happen with some screwy NFS configurations.
63887
63888 2000-03-06  Jim Meyering  <meyering@lucent.com>
63889
63890         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
63891         if it's NULL (because we ran out of memory).  From Bruno Haible.
63892
63893 2000-03-05  Jim Meyering  <meyering@lucent.com>
63894
63895         * lib/localcharset.c ("path-concat.h"): Include.
63896         (get_charset_aliases): Use path_concat instead of ANSI string
63897         concatenation.
63898
63899         * lib/unicodeio.h (PARAMS): Define.
63900         Use it to guard prototype.
63901
63902 2000-03-04  Jim Meyering  <meyering@lucent.com>
63903
63904         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
63905         for lib/localcharset.c.
63906
63907 2000-03-04  Jim Meyering  <meyering@lucent.com>
63908
63909         * lib/Makefile.am (install-exec-local): Create $(libdir) before
63910         installing into it.
63911         (uninstall-local): Uncomment this rule so `make distcheck' works
63912         once again.
63913
63914         * lib/unicodeio.c (<errno.h>): Include it.
63915         (errno): Declare if not defined.
63916
63917         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
63918
63919         * lib/config.charset: New version, incorporating remarks from a linux
63920         i18n mailing list.  From Bruno Haible.
63921
63922 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
63923
63924         * m4/codeset.m4: New file.
63925         * m4/iconv.m4: New file.
63926         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
63927
63928 2000-03-03  Jim Meyering  <meyering@lucent.com>
63929
63930         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
63931
63932 2000-03-02  Jim Meyering  <meyering@lucent.com>
63933
63934         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
63935         the messages come out on separate lines.
63936
63937         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
63938         rather than jm_CHECK_DECLARATIONS.
63939         * m4/decl.m4: Remove now-unused file.
63940
63941         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
63942         geteuid.
63943
63944 2000-03-02  Jim Meyering  <meyering@lucent.com>
63945
63946         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
63947
63948 2000-03-01  Jim Meyering  <meyering@lucent.com>
63949
63950         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
63951         * lib/unicodeio.c: Likewise.
63952
63953 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
63954
63955         * lib/config.charset: New file.
63956         * lib/localcharset.c: New file.
63957         * lib/unicodeio.h, lib/unicodeio.c: New files.
63958         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
63959         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
63960         (noinst_HEADERS): Add unicodeio.h.
63961         (all-local, install-exec-local, charset.alias): New targets.
63962
63963 2000-02-28  Paul Eggert  <eggert@twinsun.com>
63964
63965         * lib/quotearg.c (ALERT_CHAR): New macro.
63966         (quotearg_buffer_restyled): Use it.
63967
63968 2000-02-27  Jim Meyering  <meyering@lucent.com>
63969
63970         * m4/check-decl.m4: Add getenv to the list.
63971
63972 2000-02-27  Jim Meyering  <meyering@lucent.com>
63973
63974         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
63975         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
63976
63977         * lib/backupfile.c: Guard inclusion of stdlib.h with
63978         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
63979         Declare malloc if needed.
63980
63981         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
63982         `#ifndef HAVE_DECL..'
63983         now that autoconf always defines the HAVE_DECL_ symbols.
63984         * lib/human.c: Likewise.
63985         * lib/same.c: Likewise.
63986         * lib/strtoumax.c: Likewise.
63987
63988         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
63989         declaration check was not run.
63990         * lib/hash.c: Likewise.
63991         * lib/human.c: Likewise.
63992         * lib/same.c: Likewise.
63993         * lib/strtoumax.c: Likewise.
63994
63995         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
63996         `.', then first look up the entire `.'-containing string as a login
63997         name.
63998
63999 2000-02-23  Jim Meyering  <meyering@lucent.com>
64000
64001         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64002         in place of my hack.
64003
64004 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64005
64006         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64007         (textint): New typedef.
64008         (parser_control): Member year changed from int to textint.
64009         All uses changed.
64010         (YYSTYPE): Removed; replaced by %union with int and textint members.
64011         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64012         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64013         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64014         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64015         (date, number, to_year): Use width of number in digits, not its value,
64016         to determine whether it's a 2-digit year, or a 2-digit time.
64017         (yylex): Store number of digits of numeric tokens.
64018         Reported by John Kendall.
64019
64020         (parser_control): Changed from struct parser_control to typedef (for
64021         consistency).  All uses changed.
64022
64023         (tID): Removed; not used.
64024         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64025
64026 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64027
64028         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64029         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64030
64031 2000-02-12  Jim Meyering  <meyering@lucent.com>
64032
64033         * lib/userspec.c (ISDIGIT): Define it.
64034         (isdigit): Remove definition.
64035         (is_number): Use ISDIGIT, not isdigit.
64036         <libintl.h>: Include.
64037         (_ and N_): Define.
64038         (parse_user_spec): Mark translatable strings.
64039
64040 2000-02-10  Jim Meyering  <meyering@lucent.com>
64041
64042         With these changes, nanosleep.[ch] are finally enough like the other
64043         lib/* replacement files to compile on a few more losing systems.
64044
64045         * lib/nanosleep.h: Don't include config.h.
64046         Remove prototype from declaration of nanosleep.
64047         (PARAMS): Remove now-unneeded definition.
64048         * lib/nanosleep.c: #undef nanosleep.
64049         (rpl_nanosleep): Rename from nanosleep.
64050
64051 2000-02-10  Jim Meyering  <meyering@lucent.com>
64052
64053         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64054         gnu_nanosleep to rpl_nanosleep.
64055
64056 2000-02-09  Jim Meyering  <meyering@lucent.com>
64057
64058         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64059         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64060
64061 2000-02-08  Akim Demaille  <akim@epita.fr>
64062
64063         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64064         `[' and `]' and remove uses of `changequote'.
64065         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64066         (AC_SYS_LARGEFILE): Likewise.
64067         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64068         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64069         of changequote.
64070         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64071         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64072         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64073         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64074
64075 2000-02-05  Jim Meyering  <meyering@lucent.com>
64076
64077         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64078         Remove explicit use of AC_HEADER_TIME.  It is required by
64079         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64080         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64081         in autoconf whereby the expansion of the latter ended up preceding
64082         the expansion of its prerequisite, AC_HEADER_TIME.
64083         Reported by Volker Borchert.
64084
64085 2000-02-03  Jim Meyering  <meyering@lucent.com>
64086
64087         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64088
64089 2000-02-03  Jim Meyering  <meyering@lucent.com>
64090
64091         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64092         rather than with `#if HAVE_UTMPNAME'.
64093
64094 2000-02-02  Jim Meyering  <meyering@lucent.com>
64095
64096         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64097         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64098         Reported by Eli Zaretskii.
64099
64100 2000-02-01  Jim Meyering  <meyering@lucent.com>
64101
64102         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64103
64104 2000-01-31  Jim Meyering  <meyering@lucent.com>
64105
64106         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64107         functions.  Add the time.h and sys/time.h headers along with the
64108         AC_REQUIRE'ment of AC_HEADER_TIME.
64109
64110 2000-01-31  Jim Meyering  <meyering@lucent.com>
64111
64112         * lib/nanosleep.h (nanosleep): Guard declaration with
64113         `#if ! HAVE_DECL_NANOSLEEP'.
64114         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64115         the declaration in that vendor's sys/timers.h.
64116         Reported by Christian Krackowizer.
64117
64118         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64119         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64120         (ISPRINT): Likewise.
64121         Reported by Tom Tromey.
64122
64123 2000-01-30  Jim Meyering  <meyering@lucent.com>
64124
64125         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64126
64127         * m4/prereq.m4 (utmp_includes): Define.
64128         Check for ut_user and ut_name members in both struct utmpx
64129         and struct utmp.
64130
64131 2000-01-30  Jim Meyering  <meyering@lucent.com>
64132
64133         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64134         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64135         header files where only utmpx.ut_user is declared.
64136
64137         * lib/readutmp.h (UT_USER): Define.
64138
64139 2000-01-29  Jim Meyering  <meyering@lucent.com>
64140
64141         * m4/lib-check.m4: New file containing library-related checks from
64142         fileutils and sh-utils (textutils had none).
64143
64144 2000-01-28  Jim Meyering  <meyering@lucent.com>
64145
64146         * m4/perl.m4: Change format of warning message to look more like that
64147         from the missing script.  Suggestion from François Pinard.
64148
64149 2000-01-25  Jim Meyering  <meyering@lucent.com>
64150
64151         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64152         well as time.h in the compile check.
64153         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64154         Fix typo in cross-compiling case: s/yes/no/.
64155
64156 2000-01-23  Jim Meyering  <meyering@lucent.com>
64157
64158         * m4/jm-macros.m4: Move df-related tests here from
64159         fileutils/configure.in
64160
64161         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64162         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64163
64164         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64165         s/space/ac_fsusage_space/.
64166         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64167
64168         * m4/ftruncate.m4: New file (derived from part of
64169         fileutils/configure.in).
64170         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64171         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64172
64173         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64174         AC_SUBST these here, rather than just in sh-util/configure.in, so
64175         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64176         all the same.
64177         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64178         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64179         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64180         (AC_SUBST(POW_LIBM)): Likewise.
64181         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64182
64183 2000-01-23  Jim Meyering  <meyering@lucent.com>
64184
64185         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64186         obstack.c.
64187
64188 2000-01-22  Jim Meyering  <meyering@lucent.com>
64189
64190         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64191
64192         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64193
64194         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64195         configure.in
64196         (AC_CHECK_HEADERS): Likewise for sh-utils.
64197         (AC_CHECK_HEADERS): Likewise for textutils.
64198         Merge the three lists of headers.
64199
64200         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64201         from fileutils' configure.in.
64202
64203         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64204         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64205         check-decl.m4.
64206
64207         * m4/check-decl.m4: Use #if rather than #ifdef.
64208         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64209         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64210         (_jm_DECL_HEADERS): Define new function.
64211         (jm_CHECK_DECLARATIONS): Require it.
64212
64213 2000-01-22  Jim Meyering  <meyering@lucent.com>
64214
64215         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64216         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64217         Required for some AIX systems.  Reported by Christian Krackowizer.
64218         [TESTING] (main): New function.
64219
64220         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64221         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64222         letters.
64223
64224         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64225         iswprint.
64226
64227         * lib/strverscmp.c (ISDIGIT): Define.
64228         (strverscmp): Use ISDIGIT, not isdigit.
64229
64230 2000-01-19  Jim Meyering  <meyering@lucent.com>
64231
64232         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64233         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64234         defines `struct timespec' in <sys/time.h>
64235
64236         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64237         Thanks to Akim for explaining.
64238
64239 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64240
64241         * lib/nanosleep.c (nanosleep):
64242         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64243         POSIX.1 doesn't require SA_INTERRUPT and some systems
64244         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64245         it's been part of POSIX.1 since day 1 (in 1988).
64246
64247 2000-01-17  Jim Meyering  <meyering@lucent.com>
64248
64249         * lib/interlock: Remove unused file.  Reported by François Pinard.
64250
64251 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64252
64253         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64254         alert, backslash, formfeed, and vertical tab unnecessarily in
64255         shell quoting style.
64256
64257 2000-01-16  Jim Meyering  <meyering@lucent.com>
64258
64259         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64260         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64261         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64262         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64263
64264 2000-01-16  Jim Meyering  <meyering@lucent.com>
64265
64266         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64267         because the latter didn't work.
64268
64269 2000-01-15  Jim Meyering  <meyering@lucent.com>
64270
64271         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64272         (AC_REPLACE_FUNCS): Add memcpy and memset.
64273         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64274         Add strpbrk.
64275         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64276
64277 2000-01-12  Jim Meyering  <meyering@lucent.com>
64278
64279         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64280         (jm_PREREQ): Use it.
64281         (jm_PREREQ_READUTMP): New macro.
64282         (jm_PREREQ): Use it.
64283
64284 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64285
64286         Quote multibyte characters correctly.
64287         * m4/c-bs-a.m4: New file.
64288         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64289         (jm_PREREQ): Use it.
64290
64291 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64292
64293         * m4/uintmax_t.m4: Port to autoconf 2.13.
64294
64295 2000-01-08  Jim Meyering  <meyering@ascend.com>
64296
64297         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64298         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64299
64300 2000-01-04  Jim Meyering  <meyering@ascend.com>
64301
64302         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64303         jm_STRUCT_DIRENT_D_TYPE.
64304         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64305         jm_STRUCT_DIRENT_D_INO.
64306         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64307         jm_STRUCT_UTIMBUF.
64308         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64309         renamings.
64310         * m4/utime.m4: Likewise.
64311
64312         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64313         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64314
64315 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64316
64317         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64318         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64319
64320 2000-01-02  Jim Meyering  <meyering@ascend.com>
64321
64322         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64323         remember if this is necessary.
64324
64325 1999-12-26  Jim Meyering  <meyering@ascend.com>
64326
64327         * m4/jm-macros.m4: Use it here.
64328         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64329
64330 1999-12-23  Jim Meyering  <meyering@ascend.com>
64331
64332         * m4/jm-macros.m4: Check for clock_gettime (moved from
64333         fileutils/configure.in)
64334         Check for gettimeofday.
64335
64336 1999-12-20  Jim Meyering  <meyering@ascend.com>
64337
64338         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64339         autoconf-2.14a-1999-12-20.
64340
64341 1999-12-19  Jim Meyering  <meyering@ascend.com>
64342
64343         * m4/lstat-slash.m4: New file.
64344         * m4/jm-macros.m4: Use the new macro:
64345         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64346
64347 1999-12-07  Jim Meyering  <meyering@ascend.com>
64348
64349         * m4/perl.m4: Require that File::Compare be available, too.
64350         Too many systems seem to lack it.
64351
64352         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64353         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64354
64355 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64356
64357         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64358         problem with the QNX 4.25 shell, which doesn't propagate exit
64359         status of failed commands inside shell assignments.
64360
64361 1999-11-17  Jim Meyering  <meyering@ascend.com>
64362
64363         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64364
64365 1999-11-07  Jim Meyering  <meyering@ascend.com>
64366
64367         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64368
64369 1999-11-06  Jim Meyering  <meyering@ascend.com>
64370
64371         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64372         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64373
64374 1999-11-05  Jim Meyering  <meyering@ascend.com>
64375
64376         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64377         configure.in of textutils, fileutils, and sh-utils into this one
64378         (shared between those packages) file.
64379         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64380         AC_STRUCT_ST_BLKSIZE.
64381
64382 1999-11-03  Jim Meyering  <meyering@ascend.com>
64383
64384         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64385         of AC_CHECK_TYPE checks includes unistd.h.
64386         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64387         Suggestion from Akim Demaille.
64388
64389 1999-10-30  Jim Meyering  <meyering@ascend.com>
64390
64391         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64392         m4-quoted string.
64393         * m4/ls-mntd-fs.m4: Likewise.
64394         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64395         * m4/jm-winsz1.m4: Likewise.
64396
64397         * m4/const.m4: Remove file, since the fix made it into the experimental
64398         version of autoconf.
64399         * m4/mktime.m4: Likewise.
64400
64401         * m4/check-type.m4: Remove file, now that the latest version of
64402         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64403
64404         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64405         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64406         AC_CHECK_TYPE.
64407
64408 1999-10-04  Jim Meyering  <meyering@ascend.com>
64409
64410         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64411
64412 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64413
64414         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64415         2.95.1 bug with HP-UX 10.20.
64416
64417 1999-09-17  Jim Meyering  <meyering@ascend.com>
64418
64419         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64420         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64421         due to missing strdup (against sh-utils-2.0).
64422
64423 1999-08-29  Jim Meyering  <meyering@ascend.com>
64424
64425         * m4/jm-macros.m4: Require jm_BISON.
64426         * m4/bison.m4: New file.
64427
64428 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64429
64430         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64431         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64432
64433 1999-08-05  Jim Meyering  <meyering@ascend.com>
64434
64435         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64436         to avoid conflicts with `conftest' on 8+3 filesystems.
64437         Suggestion from Eli Zaretskii.
64438
64439 1999-08-04  Jim Meyering  <meyering@ascend.com>
64440
64441         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64442         fileutils and sh-utils (textutils's getline test was inadequate).
64443         (AM_FUNC_GETLINE): Run this test.
64444         (AC_CHECK_FUNCS): Check for getdelim.
64445         Reported by Bob Proulx.
64446
64447 1999-08-02  Jim Meyering  <meyering@ascend.com>
64448
64449         * m4/jm-macros.m4: Add a comment.
64450
64451 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64452
64453         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64454         <inttypes.h> defines strtoumax as a macro (and not as a
64455         function).
64456
64457 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64458
64459         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64460         that we can shift, multiply and divide unsigned long long
64461         values; Ultrix cc can't do it.
64462
64463 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64464
64465         * m4/mktime.m4: New file, which is a preview of what should appear
64466         in the next public autoconf release.
64467
64468 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64469
64470         * m4/lfs.m4: Remove this file.
64471         * m4/largefile.m4: New file.  It contains the old contents of
64472         lfs.m4, except that all names with prefix AC_LFS have been
64473         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64474         compatible with future autoconf versions.  Also, some minor m4
64475         quoting problems have been fixed.
64476
64477 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64478
64479         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64480         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64481         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64482         and simplify the shell code.
64483
64484 1999-08-01  Jim Meyering  <meyering@ascend.com>
64485
64486         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64487         m4.
64488
64489 1999-07-20  Jim Meyering  <meyering@ascend.com>
64490
64491         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64492
64493 1999-07-15  Jim Meyering  <meyering@ascend.com>
64494
64495         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64496
64497 1999-05-22  Jim Meyering  <meyering@ascend.com>
64498
64499         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64500
64501 1999-05-20  Jim Meyering  <meyering@ascend.com>
64502
64503         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64504         Add a colon after each `then' in case $4 is empty.
64505
64506 1999-05-16  Jim Meyering  <meyering@ascend.com>
64507
64508         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64509
64510 1999-05-10  Jim Meyering  <meyering@ascend.com>
64511
64512         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64513
64514         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64515         AC_FUNC_MKTIME.
64516
64517 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64518
64519         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64520
64521 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64522
64523         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64524         not CPPFLAGS, so that linking works correctly in IRIX.
64525
64526 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64527
64528         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64529
64530 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64531
64532         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64533         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64534         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64535         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64536         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64537
64538         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64539
64540 1999-04-20  Jim Meyering  <meyering@ascend.com>
64541
64542         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64543         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64544         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64545
64546 1999-04-18  Jim Meyering  <meyering@ascend.com>
64547
64548         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64549         * m4/jm-macros.m4: Use it.
64550
64551 1999-04-06  Jim Meyering  <meyering@ascend.com>
64552
64553         * m4/strftime.m4: Remove test for %f.
64554
64555 1999-03-29  Jim Meyering  <meyering@ascend.com>
64556
64557         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64558         superset of the AC_TYPE_* checks in the textutils, fileutils,
64559         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64560         AC_TYPE_PID_T.
64561
64562 1999-03-28  Jim Meyering  <meyering@ascend.com>
64563
64564         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64565         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64566         replaced e.g., in the *.sh files of the sh-utils.
64567
64568 1999-03-20  Jim Meyering  <meyering@ascend.com>
64569
64570         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64571         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64572         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64573
64574 1999-03-19  Jim Meyering  <meyering@ascend.com>
64575
64576         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64577
64578 1999-03-12  Jim Meyering  <meyering@ascend.com>
64579
64580         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64581
64582 1999-03-07  Jim Meyering  <meyering@ascend.com>
64583
64584         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64585         declared.
64586
64587 1999-02-17  Jim Meyering  <meyering@ascend.com>
64588
64589         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64590         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64591
64592 1999-02-07  Jim Meyering  <meyering@ascend.com>
64593
64594         * m4/group-member.m4: New file -- extracted from sh-utils'
64595         configure.in.
64596
64597         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64598         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64599
64600 1999-02-06  Jim Meyering  <meyering@ascend.com>
64601
64602         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64603         * m4/fnmatch.m4: Likewise.
64604         * m4/getgroups.m4: Likewise.
64605         * m4/lstat.m4: Likewise.
64606         * m4/malloc.m4: Likewise.
64607         * m4/putenv.m4: Likewise.
64608         * m4/realloc.m4: Likewise.
64609         * m4/regex.m4: Likewise.
64610         * m4/stat.m4: Likewise.
64611         * m4/strftime.m4: Likewise.
64612         Suggestion from Alain Magloire.
64613
64614         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64615         * m4/fnmatch.m4: Likewise.
64616         * m4/getgroups.m4: Likewise.
64617         * m4/getline.m4: Likewise.
64618         * m4/lstat.m4: Likewise.
64619         * m4/malloc.m4: Likewise.
64620         * m4/memcmp.m4: Likewise.
64621         * m4/putenv.m4: Likewise.
64622         * m4/realloc.m4: Likewise.
64623         * m4/regex.m4: Likewise.
64624         * m4/stat.m4: Likewise.
64625         * m4/strftime.m4: Likewise.
64626         Suggestion from Alain Magloire.
64627
64628         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64629         an argument.
64630
64631         * m4/regex.m4: Add a run-time Test for proper operation of
64632         re_compile_pattern.
64633
64634 1999-01-31  Jim Meyering  <meyering@ascend.com>
64635
64636         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64637
64638 1999-01-30  Jim Meyering  <meyering@ascend.com>
64639
64640         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64641
64642         * m4/jm-mktime.m4: Make this a wrapper around the official
64643         AM_FUNC_MKTIME rather than my private copy, now that the official one
64644         is up to date.
64645         * m4/mktime.m4: Remove file.
64646
64647         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64648         * m4/uptime.m4: Likewise.
64649         * m4/uintmax_t.m4: Likewise.
64650
64651 1999-01-28  Jim Meyering  <meyering@ascend.com>
64652
64653         * m4/jm-macros.m4: Use jm_AFS.
64654         * m4/afs.m4: New file (from fileutils' configure.in).
64655
64656         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64657         * m4/chown.m4: Likewise.
64658         * m4/d-ino.m4: Likewise.
64659         * m4/d-type.m4: Likewise.
64660         * m4/fnmatch.m4: Likewise.
64661         * m4/getgroups.m4: Likewise.
64662         * m4/gettext.m4: Likewise.
64663         * m4/jm-mktime.m4: Likewise.
64664         * m4/jm-winsz2.m4: Likewise.
64665         * m4/lcmessage.m4: Likewise.
64666         * m4/ls-mntd-fs.m4: Likewise.
64667         * m4/malloc.m4: Likewise.
64668         * m4/memcmp.m4: Likewise.
64669         * m4/putenv.m4: Likewise.
64670         * m4/realloc.m4: Likewise.
64671         * m4/st_mtim.m4: Likewise.
64672         * m4/strftime.m4: Likewise.
64673
64674 1999-01-16  Jim Meyering  <meyering@ascend.com>
64675
64676         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64677         (ARGMATCH_DIE_DECL): Define.
64678
64679 1999-01-12  Jim Meyering  <meyering@ascend.com>
64680
64681         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64682         Reported by Lars Hecking.
64683
64684 1999-01-10  Jim Meyering  <meyering@ascend.com>
64685
64686         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64687         gross kludge.
64688         * m4/inttypes_h.m4: Likewise.
64689         * m4/lstat.m4: Likewise.
64690         * m4/malloc.m4: Likewise.
64691         * m4/readdir.m4: Likewise.
64692         * m4/realloc.m4: Likewise.
64693         * m4/st_dm_mode.m4: Likewise.
64694         * m4/stat.m4: Likewise.
64695         * m4/utimbuf.m4: Likewise.
64696         * m4/utimes.m4: Likewise.
64697
64698         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64699         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64700         comments in config.h.in are meaningful.
64701
64702         * m4/jm-macros.m4: Require autoconf-2.13 here.
64703
64704         * m4/regex.m4: By default, don't use the included regex.c on systems
64705         with glibc 2.  Suggestion from Uli Drepper.
64706
64707 1999-01-02  Jim Meyering  <meyering@ascend.com>
64708
64709         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64710
64711 1998-12-18  Jim Meyering  <meyering@ascend.com>
64712
64713         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64714         Based on a suggestion from Lars Hecking.
64715
64716 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64717
64718         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64719
64720 1998-11-16  Jim Meyering  <meyering@ascend.com>
64721
64722         * m4/lfs.m4: Double-quote the `uname...` expression.
64723
64724 1998-11-14  Jim Meyering  <meyering@ascend.com>
64725
64726         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64727         * m4/stat.m4: Likewise.
64728
64729 1998-11-03  Jim Meyering  <meyering@ascend.com>
64730
64731         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64732         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64733
64734 1998-10-18  Jim Meyering  <meyering@ascend.com>
64735
64736         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64737
64738 1998-10-17  Jim Meyering  <meyering@ascend.com>
64739
64740         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64741         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64742         calls for those previously hard-coded headers.  Instead, take a new
64743         parameter.
64744         (jm_CHECK_DECLARATIONS): Reflect interface change.
64745         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64746         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64747
64748         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64749
64750 1998-10-14  Jim Meyering  <meyering@ascend.com>
64751
64752         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64753         instead of "TZ=America/Vancouver".  From Paul Eggert.
64754
64755 1998-10-11  Jim Meyering  <meyering@ascend.com>
64756
64757         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64758         This adds a test for a recently added compatibility fix for mktime.c.
64759         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64760
64761 1998-09-27  Jim Meyering  <meyering@ascend.com>
64762
64763         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64764
64765         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64766         ../configure.in, including a change from Gordon Matzigkeit to allow
64767         cross-compiling for the Hurd.
64768
64769         * m4/glibc.m4: New file/macro to test for the GNU C Library
64770         versions 1 and 2.  From Gordon Matzigkeit.
64771         Indent.
64772
64773 1998-09-21  Jim Meyering  <meyering@ascend.com>
64774
64775         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64776
64777 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64778
64779         Port nanosecond-resolution times to UnixWare 2.1.2 and
64780         pedantic Solaris 2.6.
64781
64782         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
64783         AC_STRUCT_ST_MTIM.
64784         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
64785         Generate name of ns member, instead of just 1 or undef.
64786         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
64787
64788 1998-08-15  Jim Meyering  <meyering@ascend.com>
64789
64790         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
64791         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
64792         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
64793         instead of jm_TYPE_SSIZE_T.
64794
64795 1998-08-12  Jim Meyering  <meyering@ascend.com>
64796
64797         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
64798
64799 1998-08-02  Jim Meyering  <meyering@ascend.com>
64800
64801         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
64802         in acconfig.h manually.
64803
64804 1998-07-31  Paul Eggert  <eggert@twinsun.com>
64805
64806         * m4/st_mtim.m4: New file.
64807
64808 1998-07-28  Jim Meyering  <meyering@ascend.com>
64809
64810         * m4/utimes.m4: Undef stat.
64811
64812 1998-07-25  Jim Meyering  <meyering@ascend.com>
64813
64814         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
64815         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
64816
64817 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
64818
64819         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
64820         uid and gid actually remain unchanged.
64821
64822 1998-07-07  Jim Meyering  <meyering@ascend.com>
64823
64824         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
64825
64826 1998-07-04  Jim Meyering  <meyering@ascend.com>
64827
64828         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
64829         to prove that this macro can be used in packages without regex.c.
64830
64831 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
64832
64833         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
64834         is to be used.
64835
64836 1998-07-03  Jim Meyering  <meyering@ascend.com>
64837
64838         * m4/gettext.m4: Add -lintl if it's found to be necessary.
64839
64840         * m4/gettext.m4: New file -- from gettext-0.10.35.
64841         * m4/lcmessage.m4: Likewise.
64842         * m4/progtest.m4: Likewise.
64843
64844         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
64845         * m4/jm-macros.m4: Require the new macro.
64846
64847 1998-06-29  Jim Meyering  <meyering@ascend.com>
64848
64849         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
64850         for the definition of NGROUPS (used in a system header included
64851         by sys/mount.h).
64852
64853 1998-06-28  Jim Meyering  <meyering@ascend.com>
64854
64855         * m4/ls-mntd-fs.m4: New file.
64856         * m4/fstypename.m4: New file.
64857
64858         * m4/jm-macros.m4: Require the new macro.
64859         * m4/jm-glibc-io.m4: New file.
64860
64861 1998-05-19  Jim Meyering  <meyering@ascend.com>
64862
64863         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
64864         * m4/lchown.m4: New file.
64865
64866         * m4/Makefile.am.in: New file.
64867         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
64868
64869 1998-05-14  Jim Meyering  <meyering@ascend.com>
64870
64871         * m4/Makefile.am (EXTRA_DIST): Add them.
64872         * m4/jm-macros.m4: New file.
64873         * m4/utimbuf.m4: New file.
64874
64875 1998-05-12  Jim Meyering  <meyering@ascend.com>
64876
64877         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
64878
64879 1998-05-11  Jim Meyering  <meyering@ascend.com>
64880
64881         * m4/isc-posix.m4: New file.
64882
64883 1998-05-10  Jim Meyering  <meyering@ascend.com>
64884
64885         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
64886
64887 1998-05-09  Jim Meyering  <meyering@ascend.com>
64888
64889         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
64890         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
64891         with automake.
64892
64893         * m4/ssize_t.m4: New file.
64894         * m4/mktime.m4: Remove file -- the new automake has this now.
64895
64896 1998-04-26  Jim Meyering  <meyering@ascend.com>
64897
64898         * m4/assert.m4: New file.
64899         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
64900
64901 1998-04-05  Jim Meyering  <meyering@ascend.com>
64902
64903         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
64904         (jm_PREREQ): Use it here.
64905
64906 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
64907
64908         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
64909         in acconfig.h.
64910
64911 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
64912
64913         * m4/prereq.m4: New file.
64914         * m4/error.m4: New file.
64915         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
64916
64917 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
64918
64919         * m4/getline.m4: Don't set am_cv_func_working_getline before the
64920         cache-check for the same variable -- that defeated the purpose of
64921         the test; the test program was never run.  This was a problem only
64922         on systems with losing getline functions -- HP-UX 10.20 is one.
64923         Reported by Bjorn Helgaas.
64924
64925 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
64926
64927         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
64928
64929 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
64930
64931         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
64932
64933         * m4/const.m4: New file.  Use an initializer in this declaration
64934         typedef int charset[2]; const charset x;
64935         Reported by Bob Glickstein.
64936
64937 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
64938
64939         * m4/chown.m4: Fix reversed types on -1 args to chown.
64940         From Kaveh Ghazi.
64941
64942 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
64943
64944         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
64945         Add lseek and memchr.
64946
64947         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
64948         T.E.Dickey <dickey@clark.net> said that some older preprocessors
64949         have a 20-character limit on names.
64950
64951 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
64952
64953         * m4/inttypes_h.m4: New file.
64954         * m4/uintmax_t.m4: New file.
64955         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
64956
64957
64958         -----
64959
64960         Local Variables:
64961         coding: utf-8
64962         End:
64963
64964         Copyright (C) 1997-2010 Free Software Foundation, Inc.
64965
64966         Copying and distribution of this file, with or without
64967         modification, are permitted provided the copyright notice
64968         and this notice are preserved.