Emit #pragma system_header after the inclusion guard, not before.
[pspp] / ChangeLog
1 2010-03-29  Bruno Haible  <bruno@clisp.org>
2
3         Emit #pragma system_header after the inclusion guard, not before.
4         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
5         guard that spans the entire file, not before. This enables an
6         optimization in GCC's preprocessor.
7         * lib/ctype.in.h: Likewise.
8         * lib/dirent.in.h: Likewise.
9         * lib/errno.in.h: Likewise.
10         * lib/float.in.h: Likewise.
11         * lib/getopt.in.h: Likewise.
12         * lib/iconv.in.h: Likewise.
13         * lib/langinfo.in.h: Likewise.
14         * lib/locale.in.h: Likewise.
15         * lib/math.in.h: Likewise.
16         * lib/netdb.in.h: Likewise.
17         * lib/netinet_in.in.h: Likewise.
18         * lib/pty.in.h: Likewise.
19         * lib/sched.in.h: Likewise.
20         * lib/se-selinux.in.h: Likewise.
21         * lib/search.in.h: Likewise.
22         * lib/spawn.in.h: Likewise.
23         * lib/stdarg.in.h: Likewise.
24         * lib/stdint.in.h: Likewise.
25         * lib/string.in.h: Likewise.
26         * lib/strings.in.h: Likewise.
27         * lib/sys_file.in.h: Likewise.
28         * lib/sys_ioctl.in.h: Likewise.
29         * lib/sys_time.in.h: Likewise.
30         * lib/sys_times.in.h: Likewise.
31         * lib/sys_utsname.in.h: Likewise.
32         * lib/sys_wait.in.h: Likewise.
33         * lib/sysexits.in.h: Likewise.
34         * lib/wctype.in.h: Likewise.
35
36 2010-03-28  James Youngman  <jay@gnu.org>
37
38         save-cwd: don't leak a file descriptor when the caller execs.
39         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
40         saved file descriptor.
41         * modules/save-cwd (Depends-on): Depend on cloexec.
42
43 2010-03-29  Bruno Haible  <bruno@clisp.org>
44
45         Remove vestiges of fts-lgpl module.
46         * lib/fts_.h: Assume GNULIB_FTS is 1.
47         * lib/fts.c: Likewise.
48         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
49
50 2010-03-28  Bruno Haible  <bruno@clisp.org>
51
52         Fix definition of tests witness macro.
53         * gnulib-tool (func_import): Fix definition of witness macro.
54
55 2010-03-28  Bruno Haible  <bruno@clisp.org>
56
57         Fix ioctl's protoype on glibc systems.
58         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
59         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
60         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
61         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
62         signature. If not, arrange to replace the ioctl function.
63         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
64         REPLACE_IOCTL.
65         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
66         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
67         Reported by Ludovic Courtès <ludo@gnu.org>.
68
69 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
70
71         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
72         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
73         made it so grep -r --include=GLOB* ... did not work.
74
75 2010-03-26  Jim Meyering  <meyering@redhat.com>
76             Eric Blake  <eblake@redhat.com>
77
78         maint.mk: prohibit use of test's -o and -a operators
79         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
80
81 2010-03-28  Bruno Haible  <bruno@clisp.org>
82
83         Remove unused GNULIB_XYZ macro definitions.
84         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
85         invocation.
86
87 2010-03-28  Bruno Haible  <bruno@clisp.org>
88
89         Mark privileged tests modules.
90         * modules/idpriv-drop-tests (Status): New section.
91         * modules/idpriv-droptemp-tests (Status): New section.
92
93 2010-03-28  Bruno Haible  <bruno@clisp.org>
94
95         Split C++ tests into separate tests modules.
96         * modules/dirent-c++-tests: New file, extracted from
97         modules/dirent-tests.
98         * modules/dirent-tests: Depend on it.
99         * modules/fcntl-h-c++-tests: New file, extracted from
100         modules/fcntl-h-tests.
101         * modules/fcntl-h-tests: Depend on it.
102         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
103         * modules/glob-tests: Depend on it.
104         * modules/iconv-h-c++-tests: New file, extracted from
105         modules/iconv-h-tests.
106         * modules/iconv-h-tests: Depend on it.
107         * modules/langinfo-c++-tests: New file, extracted from
108         modules/langinfo-tests.
109         * modules/langinfo-tests: Depend on it.
110         * modules/locale-c++-tests: New file, extracted from
111         modules/locale-tests.
112         * modules/locale-tests: Depend on it.
113         * modules/math-c++-tests: New file, extracted from modules/math-tests.
114         * modules/math-tests: Depend on it.
115         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
116         * modules/pty-tests: Depend on it.
117         * modules/search-c++-tests: New file, extracted from
118         modules/search-tests.
119         * modules/search-tests: Depend on it.
120         * modules/signal-c++-tests: New file, extracted from
121         modules/signal-tests.
122         * modules/signal-tests: Depend on it.
123         * modules/spawn-c++-tests: New file, extracted from
124         modules/spawn-tests.
125         * modules/spawn-tests: Depend on it.
126         * modules/stdio-c++-tests: New file, extracted from
127         modules/stdio-tests.
128         * modules/stdio-tests: Depend on it.
129         * modules/stdlib-c++-tests: New file, extracted from
130         modules/stdlib-tests.
131         * modules/stdlib-tests: Depend on it.
132         * modules/string-c++-tests: New file, extracted from
133         modules/string-tests.
134         * modules/string-tests: Depend on it.
135         * modules/sys_ioctl-c++-tests: New file, extracted from
136         modules/sys_ioctl-tests.
137         * modules/sys_ioctl-tests: Depend on it.
138         * modules/sys_select-c++-tests: New file, extracted from
139         modules/sys_select-tests.
140         * modules/sys_select-tests: Depend on it.
141         * modules/sys_socket-c++-tests: New file, extracted from
142         modules/sys_socket-tests.
143         * modules/sys_socket-tests: Depend on it.
144         * modules/sys_stat-c++-tests: New file, extracted from
145         modules/sys_stat-tests.
146         * modules/sys_stat-tests: Depend on it.
147         * modules/sys_time-c++-tests: New file, extracted from
148         modules/sys_time-tests.
149         * modules/sys_time-tests: Depend on it.
150         * modules/time-c++-tests: New file, extracted from modules/time-tests.
151         * modules/time-tests: Depend on it.
152         * modules/unistd-c++-tests: New file, extracted from
153         modules/unistd-tests.
154         * modules/unistd-tests: Depend on it.
155         * modules/wchar-c++-tests: New file, extracted from
156         modules/wchar-tests.
157         * modules/wchar-tests: Depend on it.
158         * modules/wctype-c++-tests: New file, extracted from
159         modules/wctype-tests.
160         * modules/wctype-tests: Depend on it.
161         Reported by Simon Josefsson.
162
163 2010-03-28  Bruno Haible  <bruno@clisp.org>
164
165         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
166         * gnulib-tool (func_exists_module): New function, extracted from
167         func_verify_module.
168         (func_verify_module): Use it.
169         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
170         'foo' only if 'foo' exists.
171         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
172         module.
173
174 2010-03-28  Bruno Haible  <bruno@clisp.org>
175
176         gnulib-tool: Add support for special categories of tests.
177         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
178         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
179         (func_usage): Document them.
180         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
181         inc_unportable_tests, inc_all_tests): New variables.
182         (func_acceptable): Consider these variables.
183         (func_modules_transitive_closure): Make it work when the 'Status' field
184         consists of multiple words.
185         (func_import): Store and restore the values of inc_cxx_tests,
186         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
187         inc_all_tests in gnulib-comp.m4.
188         (func_create_testdir): Set inc_all_tests to true.
189         * doc/gnulib.texi (Extra tests modules): New section.
190         Suggested by Jim Meyering.
191
192 2010-03-28  Bruno Haible  <bruno@clisp.org>
193
194         ansi-c++-opt: Allow turning off the C++ build by default.
195         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
196         gl_CXX_CHOICE_DEFAULT_NO is defined.
197         Requested by Eric Blake.
198
199 2010-03-28  Bruno Haible  <bruno@clisp.org>
200
201         unistd: Avoid #define replacements in C++ mode.
202         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
203         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
204         setsockopt, shutdown, select): In C++, attach a warning to the function
205         if possible, rather than #defining the symbol to a dysfunctional alias.
206         Reported by John W. Eaton <jwe@gnu.org>.
207
208 2010-03-28  Bruno Haible  <bruno@clisp.org>
209
210         Fix link errors on mingw.
211         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
212         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
213         $(LIBSOCKET).
214         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
215         $(LIBSOCKET).
216
217 2010-03-28  Bruno Haible  <bruno@clisp.org>
218             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
219
220         lib-ignore: Determine different options for different compilers.
221         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
222         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
223         Add comments.
224         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
225         * NEWS: Mention the change.
226
227 2010-03-27  Bruno Haible  <bruno@clisp.org>
228
229         Remove unused GNULIB_XYZ macro definitions.
230         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
231         * modules/fseek (configure.ac): Likewise.
232         * modules/ioctl (configure.ac): Likewise.
233         * modules/open (configure.ac): Likewise.
234         * modules/stdlib-safer (configure.ac): Likewise.
235
236 2010-03-27  Bruno Haible  <bruno@clisp.org>
237
238         Add a remark about certain modules.
239         * modules/malloc (Comment): New section.
240         * modules/realloc (Comment): Likewise.
241         * modules/sigpipe (Comment): Likewise.
242
243 2010-03-27  Bruno Haible  <bruno@clisp.org>
244
245         Resolve conflict between the two kinds of module indicators.
246         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
247         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
248         * modules/canonicalize (configure.ac): Invoke
249         gl_MODULE_INDICATOR_FOR_TESTS.
250         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
251         GNULIB_XYZ.
252         * tests/test-dirent-c++.cc: Likewise.
253         * tests/test-dirent-safer.c: Likewise.
254         * tests/test-dup2.c: Likewise.
255         * tests/test-fchdir.c: Likewise.
256         * tests/test-fcntl-h-c++.cc: Likewise.
257         * tests/test-getopt.c: Likewise.
258         * tests/test-getopt.h: Likewise.
259         * tests/test-langinfo-c++.cc: Likewise.
260         * tests/test-locale-c++.cc: Likewise.
261         * tests/test-math-c++.cc: Likewise.
262         * tests/test-pty-c++.cc: Likewise.
263         * tests/test-search-c++.cc: Likewise.
264         * tests/test-signal-c++.cc: Likewise.
265         * tests/test-spawn-c++.cc: Likewise.
266         * tests/test-stdio-c++.cc: Likewise.
267         * tests/test-stdlib-c++.cc: Likewise.
268         * tests/test-string-c++.cc: Likewise.
269         * tests/test-sys_ioctl-c++.cc: Likewise.
270         * tests/test-sys_select-c++.cc: Likewise.
271         * tests/test-sys_socket-c++.cc: Likewise.
272         * tests/test-sys_stat-c++.cc: Likewise.
273         * tests/test-sys_time-c++.cc: Likewise.
274         * tests/test-time-c++.cc: Likewise.
275         * tests/test-unistd-c++.cc: Likewise.
276         * tests/test-wchar-c++.cc: Likewise.
277         * tests/uninorm/test-u8-nfc.c: Likewise.
278         * tests/uninorm/test-u8-nfd.c: Likewise.
279         * tests/uninorm/test-u8-nfkc.c: Likewise.
280         * tests/uninorm/test-u8-nfkd.c: Likewise.
281         * tests/uninorm/test-u16-nfc.c: Likewise.
282         * tests/uninorm/test-u16-nfd.c: Likewise.
283         * tests/uninorm/test-u16-nfkc.c: Likewise.
284         * tests/uninorm/test-u16-nfkd.c: Likewise.
285         * tests/uninorm/test-u32-nfc.c: Likewise.
286         * tests/uninorm/test-u32-nfc-big.c: Likewise.
287         * tests/uninorm/test-u32-nfd.c: Likewise.
288         * tests/uninorm/test-u32-nfd-big.c: Likewise.
289         * tests/uninorm/test-u32-nfkc.c: Likewise.
290         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
291         * tests/uninorm/test-u32-nfkd.c: Likewise.
292         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
293         * tests/uninorm/test-u32-normalize-big.c: Likewise.
294
295 2010-03-27  Bruno Haible  <bruno@clisp.org>
296
297         Distinguish two kinds of module indicators.
298         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
299         gl_MODULE_INDICATOR.
300         (gl_MODULE_INDICATOR): New macro.
301         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
302         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
303         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
304         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
305         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
306         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
307         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
308         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
309         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
310         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
311         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
312         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
313         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
314         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
315         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
316         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
317         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
318         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
319         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
320         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
321         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
322         * modules/cloexec (configure.ac): Likewise.
323         * modules/getopt-gnu (configure.ac): Likewise.
324         * modules/uninorm/u8-normalize (configure.ac): Likewise.
325         * modules/uninorm/u16-normalize (configure.ac): Likewise.
326         * modules/uninorm/u32-normalize (configure.ac): Likewise.
327         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
328
329 2010-03-27  Bruno Haible  <bruno@clisp.org>
330
331         New module description field 'Comment'.
332         * gnulib-tool: New option --extract-comment.
333         (func_usage): Document it.
334         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
335         (func_get_comment): New function.
336         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
337
338 2010-03-27  Bruno Haible  <bruno@clisp.org>
339
340         Addendum to 2010-02-07 commit.
341         * gnulib-tool (func_usage): Document --extract-applicability option.
342
343 2010-03-27  Bruno Haible  <bruno@clisp.org>
344
345         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
346         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
347         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
348         rather than link errors.
349
350 2010-03-27  Bruno Haible  <bruno@clisp.org>
351
352         Avoid side effects from tests-related modules on the compilation of lib.
353         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
354         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
355         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
356         parameter. Emit into AM_CPPFLAGS a definition of the designated C
357         macro.
358         (func_import): Define a witness macro. Assign it a value that depends
359         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
360         tests-related modules.
361         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
362         Reported by Jim Meyering.
363
364 2010-03-27  Bruno Haible  <bruno@clisp.org>
365
366         Factorize common .m4 code.
367         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
368         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
369         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
370         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
371         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
372         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
373         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
374         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
375         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
376         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
377         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
378         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
379         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
380         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
381         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
382         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
383         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
384         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
385         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
386         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
387         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
388         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
389         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
390         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
391         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
392         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
393         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
394         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
395         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
396         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
397         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
398         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
399
400 2010-03-27  Bruno Haible  <bruno@clisp.org>
401
402         Fix a compilation error on Cygwin with g++ >= 4.3.
403         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
404         if it is undefined or if we alias it to chmod.
405         (lstat): Don't warn about the use of this function if it is undefined
406         or if we alias it to stat.
407         Reported by Simon Josefsson.
408
409 2010-03-27  Bruno Haible  <bruno@clisp.org>
410
411         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
412         * modules/getlogin (configure.ac): Update.
413
414         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
415         * modules/getlogin_r (configure.ac): Update.
416
417         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
418         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
419         * modules/inet_ntop (configure.ac): Update.
420
421         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
422         * modules/inet_pton (configure.ac): Update.
423
424         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
425         * modules/mbslen (configure.ac): Update.
426
427         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
428         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
429         * modules/forkpty (configure.ac): Update.
430         * modules/openpty (configure.ac): Update.
431
432 2010-03-26  Simon Josefsson  <simon@josefsson.org>
433
434         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
435         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
436
437 2010-03-25  Eric Blake  <eblake@redhat.com>
438
439         maint: use pragma consistently across replacement headers
440         * lib/ctype.in.h (system_header): Hoist for consistent placement.
441         * lib/dirent.in.h (system_header): Likewise.
442         * lib/errno.in.h (system_header): Likewise.
443         * lib/float.in.h (system_header): Likewise.
444         * lib/getopt.in.h (system_header): Likewise.
445         * lib/iconv.in.h (system_header): Likewise.
446         * lib/inttypes.in.h (system_header): Likewise.
447         * lib/langinfo.in.h (system_header): Likewise.
448         * lib/locale.in.h (system_header): Likewise.
449         * lib/math.in.h (system_header): Likewise.
450         * lib/netdb.in.h (system_header): Likewise.
451         * lib/netinet_in.in.h (system_header): Likewise.
452         * lib/pty.in.h (system_header): Likewise.
453         * lib/sched.in.h (system_header): Likewise.
454         * lib/se-selinux.in.h (system_header): Likewise.
455         * lib/search.in.h (system_header): Likewise.
456         * lib/spawn.in.h (system_header): Likewise.
457         * lib/stdarg.in.h (system_header): Likewise.
458         * lib/stdint.in.h (system_header): Likewise.
459         * lib/string.in.h (system_header): Likewise.
460         * lib/strings.in.h (system_header): Likewise.
461         * lib/sys_file.in.h (system_header): Likewise.
462         * lib/sys_ioctl.in.h (system_header): Likewise.
463         * lib/sys_socket.in.h (system_header): Likewise.
464         * lib/sys_times.in.h (system_header): Likewise.
465         * lib/sys_utsname.in.h (system_header): Likewise.
466         * lib/sys_wait.in.h (system_header): Likewise.
467         * lib/sysexits.in.h (system_header): Likewise.
468         * lib/unistd.in.h (system_header): Likewise.
469         * lib/wctype.in.h (system_header): Likewise.
470
471         arpa/inet: fix mingw compilation warning
472         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
473         Reported by Matthew Bolte.
474
475 2010-03-25  Bruno Haible  <bruno@clisp.org>
476
477         Avoid collision between gnulib wrapper and libintl wrapper.
478         * lib/printf.c (printf): Don't define if a printf wrapper is already
479         defined in intl/printf.c.
480         Reported by Michel Boaventura <michel@michelboaventura.com>.
481
482 2010-03-25  Bruno Haible  <bruno@clisp.org>
483
484         Use ANSI C.
485         * lib/readutmp.h (getutent): Provide ANSI C prototype.
486
487 2010-03-25  Bruno Haible  <bruno@clisp.org>
488
489         Minor formatting changes.
490         * lib/acosl.c: Insert space before function argument list.
491         * lib/argz.c: Likewise.
492         * lib/asinl.c: Likewise.
493         * lib/expl.c: Likewise.
494         * lib/gen-uni-tables.c: Likewise.
495         * lib/gettext.h: Likewise.
496         * lib/glthread/lock.h: Likewise.
497         * lib/tanl.c: Likewise.
498         * lib/uniname/uniname.c: Likewise.
499         * tests/test-idpriv-drop.c: Likewise.
500         * tests/test-idpriv-droptemp.c: Likewise.
501         * tests/test-lock.c: Likewise.
502         * tests/test-tls.c: Likewise.
503         * lib/argp-help.c: Insert space before function-like macro argument
504         list.
505         * lib/memcmp.c: Likewise.
506         * tests/test-base64.c: Likewise.
507         * lib/localename.c: Insert space before sizeof's argument list.
508         * lib/safe-alloc.h: Likewise.
509         * lib/file-set.h: Insert space before macro argument list.
510         * tests/test-argp.c: Likewise.
511         * lib/argp-namefrob.h: Insert space before function parameter list.
512         * lib/getaddrinfo.c: Likewise.
513         * lib/netdb.in.h: Likewise.
514         * lib/parse-duration.h: Likewise.
515         * lib/parse-duration.c: Likewise.
516         * lib/poll.c: Likewise.
517         * lib/select.c: Likewise.
518         * lib/trim.h: Likewise.
519         * tests/test-usleep.c: Likewise.
520         * lib/ldexpl.c: Insert space before function parameter list and before
521         function argument list.
522         * lib/logl.c: Likewise.
523         * lib/sqrtl.c: Likewise.
524         * lib/trim.c: Likewise.
525         * lib/cosl.c: Use GNU style indentation. Insert space before function
526         argument list.
527         * lib/sinl.c: Likewise.
528         * lib/tsearch.c: Insert space after 'for'.
529         Reported by Jim Meyering.
530
531 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
532
533         * maint.mk (sc_Wundef_boolean): Check for the presence of the
534         config header before grepping, as it's not present before
535         autoreconf/configure are run.  Reported by Simon Josefsson.
536
537 2010-03-23  Bruno Haible  <bruno@clisp.org>
538
539         pt_chown: Make it work with automake < 1.11.
540         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
541         Reported by Simon Josefsson.
542
543 2010-03-23  Bruno Haible  <bruno@clisp.org>
544
545         pt_chown: Don't depend on GPLed modules.
546         * lib/pt_chown.c: Don't include idpriv.h.
547         (main): Don't drop privileges.
548         * modules/pt_chown (Depends-on): Remove idpriv-drop.
549         Reported by Simon Josefsson.
550
551 2010-03-24  Simon Josefsson  <simon@josefsson.org>
552
553         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
554         suggestions from karl@freefriends.org (Karl Berry).
555
556 2010-03-22  Eric Blake  <eblake@redhat.com>
557
558         gethostname: further tweaks
559         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
560         are overriding gethostname.
561         Suggested by Bruno Haible.
562
563 2010-03-21  Bruno Haible  <bruno@clisp.org>
564
565         Fix comments.
566         * lib/forkpty.c (rpl_forkpty): Fix comment.
567         * lib/openpty.c (rpl_openpty): Likewise.
568         Reported by Eric Blake.
569
570 2010-03-22  Eric Blake  <eblake@redhat.com>
571
572         gethostname: fix build on mingw
573         * lib/unistd.in.h (includes): Work around fact that mingw
574         <winsock2.h> re-includes <unistd.h>, by avoiding any
575         redeclarations if we are being included by <winsock2.h>.
576         Reported by Matthias Bolte.
577
578 2010-03-21  Bruno Haible  <bruno@clisp.org>
579
580         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
581         * lib/forkpty.c (forkpty): New replacement function, from glibc with
582         modifications.
583         * lib/pty.in.h (forkpty): Update declaration. Add comments.
584         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
585         provide the replacement.
586         * modules/forkpty (Depends-on): Add openpty, login_tty.
587         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
588         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
589         * doc/glibc-functions/forkpty.texi: More supported platforms.
590         * config/srclist.txt: Add forkpty.c (commented).
591
592 2010-03-21  Bruno Haible  <bruno@clisp.org>
593
594         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
595         (Makefile.am): Verify that PTY_LIB is defined.
596
597         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
598
599 2010-03-21  Bruno Haible  <bruno@clisp.org>
600
601         Tests for module 'login_tty'.
602         * modules/login_tty-tests: New file.
603         * tests/test-login_tty.c: New file.
604
605         New module 'login_tty'.
606         * lib/login_tty.c: New file.
607         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
608         * modules/login_tty: New file.
609         * doc/glibc-functions/login_tty.texi: Mention the new module.
610
611 2010-03-21  Bruno Haible  <bruno@clisp.org>
612
613         login_tty: Documentation.
614         * doc/glibc-functions/login_tty.texi: New file.
615         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
616
617 2010-03-21  Bruno Haible  <bruno@clisp.org>
618
619         pty: Consistent macro naming.
620         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
621         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
622         * modules/pty (configure.ac): Update.
623
624 2010-03-21  Bruno Haible  <bruno@clisp.org>
625
626         Tests for openpty: Make stricter.
627         * tests/test-openpty.c (main): Add test of canonical processing and
628         erase.
629         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
630
631         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
632         * lib/openpty.c (openpty): New replacement function.
633         * lib/pty.in.h: Include <termios.h>.
634         (openpty): Update declaration. Add comments.
635         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
636         is not declared, arrange to provide the replacement. Check for _getpty
637         and posix_openpt.
638         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
639         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
640         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
641         * modules/pty-tests (test_pty_c___LDADD): New variable.
642         * doc/glibc-functions/openpty.texi: More supported platforms.
643
644 2010-03-21  Bruno Haible  <bruno@clisp.org>
645
646         setenv: Tweaks.
647         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
648         the test program.
649         * doc/posix-functions/setenv.texi: Update platforms list.
650
651 2010-03-21  Bruno Haible  <bruno@clisp.org>
652
653         New module 'unlockpt'.
654         * lib/unlockpt.c: New file, from glibc with modifications.
655         * m4/unlockpt.m4: New file.
656         * modules/unlockpt: New file.
657         * lib/stdlib.in.h (unlockpt): New declaration.
658         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
659         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
660         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
661         HAVE_UNLOCKPT.
662         * doc/posix-functions/unlockpt.texi: Mention the new module.
663         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
664         * config/srclist.txt: Add unlockpt.c (commented).
665
666 2010-03-21  Jim Meyering  <meyering@redhat.com>
667
668         maint.mk: prohibit inclusion of "intprops.h" without use
669         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
670
671 2010-03-21  Bruno Haible  <bruno@clisp.org>
672
673         New module 'grantpt'.
674         * lib/grantpt.c: New file, from glibc with modifications.
675         * m4/grantpt.m4: New file.
676         * modules/grantpt: New file.
677         * lib/stdlib.in.h (grantpt): New declaration.
678         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
679         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
680         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
681         HAVE_GRANTPT.
682         * doc/posix-functions/grantpt.texi: Mention the new module.
683         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
684         * config/srclist.txt: Add grantpt.c (commented).
685
686 2010-03-21  Bruno Haible  <bruno@clisp.org>
687
688         New module 'pt_chown'.
689         * lib/pt_chown.c: New file, from glibc with modifications.
690         * lib/pty-private.h: New file, from glibc with modifications.
691         * modules/pt_chown: New file.
692         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
693
694 2010-03-21  Bruno Haible  <bruno@clisp.org>
695
696         Tests for module 'ptsname'.
697         * modules/ptsname-tests: New file.
698         * tests/test-ptsname.c: New file.
699
700         New module 'ptsname'.
701         * lib/ptsname.c: New file, from glibc with modifications.
702         * m4/ptsname.m4: New file.
703         * modules/ptsname: New file.
704         * lib/stdlib.in.h (ptsname): New declaration.
705         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
706         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
707         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
708         HAVE_PTSNAME.
709         * doc/posix-functions/ptsname.texi: Mention the new module.
710         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
711         * config/srclist.txt: Add ptsname.c (commented).
712
713 2010-03-21  Bruno Haible  <bruno@clisp.org>
714
715         Tests for module 'ttyname_r'.
716         * modules/ttyname_r-tests: New file.
717         * tests/test-ttyname_r.c: New file.
718
719         New module 'ttyname_r'.
720         * lib/ttyname_r.c: New file.
721         * m4/ttyname_r.m4: New file.
722         * modules/ttyname_r: New file.
723         * lib/unistd.in.h (ttyname_r): New declaration.
724         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
725         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
726         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
727         HAVE_TTYNAME_R.
728         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
729         * doc/posix-functions/ttyname_r.texi: Mention the new module.
730
731 2010-03-20  Bruno Haible  <bruno@clisp.org>
732
733         signal: Undefine macro definitions in C++ mode.
734         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
735         sigfillset): Undefine macro definitions from the system header in C++
736         mode.
737         Reported by John W. Eaton <jwe@gnu.org>.
738
739 2010-03-20  Bruno Haible  <bruno@clisp.org>
740
741         Ensure no #include statements inside extern "C" { ... }.
742         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
743         contain #include statements.
744         * lib/time.in.h: Likewise.
745
746 2010-03-20  Bruno Haible  <bruno@clisp.org>
747
748         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
749         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
750         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
751         Reported by John W. Eaton <jwe@gnu.org>.
752
753 2010-03-20  Bruno Haible  <bruno@clisp.org>
754
755         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
756         Reported by Jim Meyering.
757
758 2010-03-20  Bruno Haible  <bruno@clisp.org>
759
760         pipe: Set errno upon failure.
761         * lib/pipe.h: Specify that when -1 is returned, errno is set.
762         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
763         errno value in error message.
764
765 2010-03-20  Bruno Haible  <bruno@clisp.org>
766             Jim Meyering  <meyering@redhat.com>
767
768         lchown: Avoid "unused variable" warning.
769         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
770
771 2010-03-20  Bruno Haible  <bruno@clisp.org>
772
773         Work around unlink() bug on MacOS X 10.5.6.
774         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
775         attempting to unlink a parent directory.
776         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
777         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
778         activate for the replacement function.
779         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
780
781 2010-03-20  Bruno Haible  <bruno@clisp.org>
782
783         Fix link errors on Solaris 8.
784         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
785         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
786
787 2010-03-19  Jim Meyering  <meyering@redhat.com>
788
789         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
790         The _LIBC implementation of build_range_exp correctly honors the
791         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
792         However, the non-_LIBC implementation would ignore that syntax-bit
793         flag and return REG_ERANGE unconditionally.
794         This change makes it honor that flag.
795         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
796         Make two pointer parameters "const".
797         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
798         (parse_bracket_exp): Update caller.
799
800         regex.m4: correct the reversed range endpoint ([b-a]) test
801         * m4/regex.m4: When requiring that [b-a] evoke failure,
802         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
803         test pass once again for x86-based systems.
804
805 2010-03-19  Bruno Haible  <bruno@clisp.org>
806
807         scandir: Fix link error on Solaris 8.
808         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
809         macros.
810
811 2010-03-19  Bruno Haible  <bruno@clisp.org>
812
813         getusershell: Fix documentation.
814         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
815         module.
816         * doc/glibc-functions/setusershell.texi: Likewise.
817
818         getusershell: Provide declaration, missing on Solaris 9.
819         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
820         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
821         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
822         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
823         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
824         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
825         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
826         HAVE_GETUSERSHELL.
827         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
828
829 2010-03-19  Bruno Haible  <bruno@clisp.org>
830
831         wctype: Provide iswblank function.
832         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
833         exists and is fine.
834         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
835         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
836         * tests/test-wctype.c (main): Re-enable the iswblank tests.
837         * doc/posix-functions/iswblank.texi: Update.
838
839 2010-03-19  Bruno Haible  <bruno@clisp.org>
840
841         Tests of module 'pty' in C++ mode.
842         * modules/pty-tests: New file.
843         * tests/test-pty-c++.cc: New file.
844         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
845
846 2010-03-19  Eric Blake  <eblake@redhat.com>
847
848         logb: fix documentation
849         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
850         1.5 declaration bug.
851
852         forkpty, openpty: prefer glibc's const-safe prototype
853         * lib/forkpty.c (rpl_forkpty): New file.
854         * lib/openpty.c (rpl_openpty): Likewise.
855         * modules/forkpty (Files): Distribute it.
856         * modules/openpty (Files): Likewise.
857         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
858         check...
859         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
860         replacement for for non-const BSD signature.
861         * modules/pty (Makefile.am): Substitute witnesses.
862         * lib/pty.in.h (forkpty, openpty): Declare replacements.
863         * tests/test-forkpty.c: Update signature check.
864         * tests/test-openpty.c: Likewise.
865         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
866         * doc/glibc-functions/openpty.texi (openpty): Likewise.
867
868         forkpty, openpty: split functions into new modules
869         * modules/pty (Makefile.am): Substitute new witnesses.
870         (Libraries): Move library detection...
871         * modules/forkpty: ...into new module.
872         * modules/openpty: Another new module.
873         * modules/pty-tests: Rename and split...
874         * modules/forkpty-tests: ...to this...
875         * modules/openpty-tests: ...and this.
876         * tests/test-pty.c: Rename and split...
877         * tests/test-forkpty.c: ...to this...
878         * tests/test-openpty.c: ...and this.
879         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
880         (gl_PTY): Split library searching...
881         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
882         (gl_FORKPTY, gl_OPENPTY): New macros.
883         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
884         * NEWS: Mention the split.
885         * MODULES.html.sh (Misc): Document the modules.
886         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
887         * doc/glibc-functions/openpty.texi (openpty): Likewise.
888
889         pty: improve replacement header
890         * lib/pty.in.h: New file.
891         * modules/pty (Files): Ship it.
892         (Makefile.am): Always build replacement.
893         * m4/pty.m4: Rename...
894         * m4/pty_h.m4: ...to this.
895         (gl_PTY): Modernize setting of witness macros; update check of
896         forkpty to take proper advantage of cache.
897         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
898
899         getopt: avoid compiler warning
900         * lib/getopt.c (attribute_hidden): Remove unused macro.
901
902 2010-03-18  Bruno Haible  <bruno@clisp.org>
903
904         Fix link errors on Solaris 8.
905         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
906         * modules/search-tests (test_search_c___LDADD): Likewise.
907         * modules/signal-tests (test_signal_c___LDADD): Likewise.
908         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
909         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
910         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
911         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
912         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
913         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
914
915 2010-03-18  Bruno Haible  <bruno@clisp.org>
916
917         Fix bug introduced on 2010-03-14.
918         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
919         (gl_SPAWN_H): Require it.
920         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
921         Reported by Simon Josefsson.
922
923 2010-03-18  Bruno Haible  <bruno@clisp.org>
924
925         Fix typo introduced on 2009-12-31.
926         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
927         posix_spawn_file_actions_adddup2.
928
929 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
930         and Eric Blake  <eblake@redhat.com>
931
932         test-vc-list-files-git: make more robust
933         * tests/test-vc-list-files-git.sh: Unset problematic environment
934         variables.  Chain commands together.
935
936 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
937
938         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
939         `AC_CHECK_DECL' invocation.
940
941 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
942
943         * lib/inttostr.c (inttostr): Make sure the invocation of verify
944         appears before executable statements. Suggested by Petr Sumbera
945         <Petr.Sumbera@Sun.COM>.
946
947 2010-03-14  Bruno Haible  <bruno@clisp.org>
948
949         * tests/test-flock.c (test_exclusive): Comment out a test that causes
950         portability problems. Instead use a simpler test.
951         (main): Check that invalid arguments are rejected only on Linux.
952
953 2010-03-14  Bruno Haible  <bruno@clisp.org>
954
955         Fix bug introduced on 2009-12-31.
956         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
957         gl_PREREQ_SYS_H_WINSOCK2 always.
958         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
959         SYS_SOCKET_H variable.
960         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
961         Update comments.
962         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
963         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
964         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
965         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
966         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
967
968 2010-03-14  Bruno Haible  <bruno@clisp.org>
969
970         Fix values returned by sinl, cosl.
971         * lib/trigl.h: Add specification comments.
972         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
973         that combines the values from the precomputed table with the values of
974         the Chebyshev polynomials.
975
976 2010-03-14  Bruno Haible  <bruno@clisp.org>
977
978         Fix compilation error when modules 'posix_spawn[p]' are not used.
979         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
980         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
981
982 2010-03-14  Bruno Haible  <bruno@clisp.org>
983
984         Fix compilation error on mingw when module 'time_r' is not used.
985         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
986         is 1.
987         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
988         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
989         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
990         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
991
992 2010-03-14  Bruno Haible  <bruno@clisp.org>
993
994         Fix compilation error with Sun C.
995         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
996         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
997         instead of GCC specific ULONG_LONG_MAX.
998         * lib/xstrtoll.c: Likewise.
999         * lib/xstrtoull.c: Likewise.
1000
1001 2010-03-13  Bruno Haible  <bruno@clisp.org>
1002
1003         Allow the user to disable C++ code and tests.
1004         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1005         (gl_PROG_ANSI_CXX): Require it.
1006
1007 2010-03-13  Bruno Haible  <bruno@clisp.org>
1008
1009         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1010         cases.
1011
1012 2010-03-13  Bruno Haible  <bruno@clisp.org>
1013
1014         Test that gnulib does not break the standard C++ headers.
1015         * tests/test-locale-c++2.cc: New file.
1016         * modules/locale-tests (Files): Add it.
1017         (Makefile.am): Compile it for test-locale-c++.
1018         * tests/test-math-c++2.cc: New file.
1019         * modules/math-tests (Files): Add it.
1020         (Makefile.am): Compile it for test-math-c++.
1021         * tests/test-signal-c++2.cc: New file.
1022         * modules/signal-tests (Files): Add it.
1023         (Makefile.am): Compile it for test-signal-c++.
1024         * tests/test-stdio-c++2.cc: New file.
1025         * modules/stdio-tests (Files): Add it.
1026         (Makefile.am): Compile it for test-stdio-c++.
1027         * tests/test-stdlib-c++2.cc: New file.
1028         * modules/stdlib-tests (Files): Add it.
1029         (Makefile.am): Compile it for test-stdlib-c++.
1030         * tests/test-string-c++2.cc: New file.
1031         * modules/string-tests (Files): Add it.
1032         (Makefile.am): Compile it for test-string-c++.
1033         * tests/test-time-c++2.cc: New file.
1034         * modules/time-tests (Files): Add it.
1035         (Makefile.am): Compile it for test-time-c++.
1036         Reported by John W. Eaton <jwe@gnu.org>.
1037
1038 2010-03-13  Bruno Haible  <bruno@clisp.org>
1039
1040         * gnulib-tool (func_usage): Clarify which options are available for
1041         --create-testdir and --create-megatestdir.
1042
1043 2010-03-13  Bruno Haible  <bruno@clisp.org>
1044
1045         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1046         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1047         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1048         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1049         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1050         when appropriate.
1051         Reported by Jim Meyering.
1052
1053 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1054
1055         * gnulib-tool (func_import): Explain origin of code.
1056
1057 2010-03-12  Bruno Haible  <bruno@clisp.org>
1058
1059         Fix problem with automake's definition of CXXLINK.
1060         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1061         Reported by Simon Josefsson and Ludovic Courtès.
1062
1063 2010-03-12  Bruno Haible  <bruno@clisp.org>
1064
1065         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1066         stable releases.
1067
1068 2010-03-11  Bruno Haible  <bruno@clisp.org>
1069
1070         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1071         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1072         whether the system provides one variant or multiple variants of the
1073         function.
1074         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1075         C++ compilers.
1076         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1077         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1078         Reported by Jim Meyering.
1079
1080 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1081
1082         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1083
1084 2010-03-08  Bruno Haible  <bruno@clisp.org>
1085
1086         gnulib-tool: Add support for --libtool in --create-testdir.
1087         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1088         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1089
1090 2010-03-08  Eric Blake  <eblake@redhat.com>
1091
1092         gnulib-tool.texi: mention possibility of git submodule
1093         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1094         submodules.
1095         * doc/.gitignore: Ignore another generated file.
1096
1097 2010-03-08  Karl Berry  <karl@gnu.org>
1098
1099         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1100         of committing gnulib files while skipping others.
1101
1102 2010-03-07  Bruno Haible  <bruno@clisp.org>
1103
1104         Tests of module 'wctype' in C++ mode.
1105         * tests/test-wctype-c++.cc: New file.
1106         * modules/wctype-tests (Files): Add it and tests/signature.h.
1107         (Depends-on): Add ansi-c++-opt.
1108         (Makefile.am): Arrange to compile and run test-wctype-c++.
1109
1110         Tests of module 'wchar' in C++ mode.
1111         * tests/test-wchar-c++.cc: New file.
1112         * modules/wchar-tests (Files): Add it and tests/signature.h.
1113         (Depends-on): Add ansi-c++-opt.
1114         (Makefile.am): Arrange to compile and run test-wchar-c++.
1115         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1116         gl_MODULE_INDICATOR.
1117
1118         Tests of module 'unistd' in C++ mode.
1119         * tests/test-unistd-c++.cc: New file.
1120         * modules/unistd-tests (Files): Add it and tests/signature.h.
1121         (Depends-on): Add ansi-c++-opt.
1122         (Makefile.am): Arrange to compile and run test-unistd-c++.
1123         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1124         gl_MODULE_INDICATOR.
1125
1126         Tests of module 'time' in C++ mode.
1127         * tests/test-time-c++.cc: New file.
1128         * modules/time-tests (Files): Add it and tests/signature.h.
1129         (Depends-on): Add ansi-c++-opt.
1130         (Makefile.am): Arrange to compile and run test-time-c++.
1131         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1132
1133         Tests of module 'sys_time' in C++ mode.
1134         * tests/test-sys_time-c++.cc: New file.
1135         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1136         (Depends-on): Add ansi-c++-opt.
1137         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1138         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1139         gl_MODULE_INDICATOR.
1140
1141         Tests of module 'sys_stat' in C++ mode.
1142         * tests/test-sys_stat-c++.cc: New file.
1143         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1144         (Depends-on): Add ansi-c++-opt.
1145         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1146         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1147         gl_MODULE_INDICATOR.
1148
1149         Tests of module 'sys_socket' in C++ mode.
1150         * tests/test-sys_socket-c++.cc: New file.
1151         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1152         (Depends-on): Add ansi-c++-opt.
1153         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1154         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1155         gl_MODULE_INDICATOR.
1156
1157         Tests of module 'sys_select' in C++ mode.
1158         * tests/test-sys_select-c++.cc: New file.
1159         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1160         (Depends-on): Add ansi-c++-opt.
1161         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1162         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1163         gl_MODULE_INDICATOR.
1164
1165         Tests of module 'sys_ioctl' in C++ mode.
1166         * tests/test-sys_ioctl-c++.cc: New file.
1167         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1168         (Depends-on): Add ansi-c++-opt.
1169         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1170         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1171         gl_MODULE_INDICATOR.
1172
1173         Tests of module 'string' in C++ mode.
1174         * tests/test-string-c++.cc: New file.
1175         * modules/string-tests (Files): Add it and tests/signature.h.
1176         (Depends-on): Add ansi-c++-opt.
1177         (Makefile.am): Arrange to compile and run test-string-c++.
1178         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1179         gl_MODULE_INDICATOR.
1180
1181         Tests of module 'stdlib' in C++ mode.
1182         * tests/test-stdlib-c++.cc: New file.
1183         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1184         (Depends-on): Add ansi-c++-opt.
1185         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1186         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1187         gl_MODULE_INDICATOR.
1188
1189         Tests of module 'stdio' in C++ mode.
1190         * tests/test-stdio-c++.cc: New file.
1191         * modules/stdio-tests (Files): Add it and tests/signature.h.
1192         (Depends-on): Add ansi-c++-opt.
1193         (Makefile.am): Arrange to compile and run test-stdio-c++.
1194         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1195         gl_MODULE_INDICATOR.
1196
1197         Tests of module 'spawn' in C++ mode.
1198         * tests/test-spawn-c++.cc: New file.
1199         * modules/spawn-tests (Files): Add it and tests/signature.h.
1200         (Depends-on): Add ansi-c++-opt.
1201         (Makefile.am): Arrange to compile and run test-spawn-c++.
1202         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1203         gl_MODULE_INDICATOR.
1204
1205         Tests of module 'signal' in C++ mode.
1206         * tests/test-signal-c++.cc: New file.
1207         * modules/signal-tests (Files): Add it and tests/signature.h.
1208         (Depends-on): Add ansi-c++-opt.
1209         (Makefile.am): Arrange to compile and run test-signal-c++.
1210         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1211         gl_MODULE_INDICATOR.
1212
1213         Tests of module 'search' in C++ mode.
1214         * tests/test-search-c++.cc: New file.
1215         * modules/search-tests (Files): Add it and tests/signature.h.
1216         (Depends-on): Add ansi-c++-opt.
1217         (Makefile.am): Arrange to compile and run test-search-c++.
1218         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1219         gl_MODULE_INDICATOR.
1220
1221         Tests of module 'math' in C++ mode.
1222         * tests/test-math-c++.cc: New file.
1223         * modules/math-tests (Files): Add it and tests/signature.h.
1224         (Depends-on): Add ansi-c++-opt.
1225         (Makefile.am): Arrange to compile and run test-math-c++.
1226         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1227
1228         Tests of module 'locale' in C++ mode.
1229         * tests/test-locale-c++.cc: New file.
1230         * modules/locale-tests (Files): Add it and tests/signature.h.
1231         (Depends-on): Add ansi-c++-opt.
1232         (Makefile.am): Arrange to compile and run test-locale-c++.
1233         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1234         gl_MODULE_INDICATOR.
1235
1236         Tests of module 'langinfo' in C++ mode.
1237         * tests/test-langinfo-c++.cc: New file.
1238         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1239         (Depends-on): Add ansi-c++-opt.
1240         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1241         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1242         gl_MODULE_INDICATOR.
1243
1244         Tests of module 'iconv-h' in C++ mode.
1245         * tests/test-iconv-h-c++.cc: New file.
1246         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1247         (Depends-on): Add ansi-c++-opt.
1248         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1249
1250         Tests of module 'glob' in C++ mode.
1251         * tests/test-glob-c++.cc: New file.
1252         * modules/glob-tests (Files): Add it.
1253         (Depends-on): Add ansi-c++-opt.
1254         (Makefile.am): Arrange to compile and run test-glob-c++.
1255
1256         Tests of module 'fcntl-h' in C++ mode.
1257         * tests/test-fcntl-h-c++.cc: New file.
1258         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1259         (Depends-on): Add ansi-c++-opt.
1260         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1261         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1262         gl_MODULE_INDICATOR.
1263
1264         Tests of module 'dirent' in C++ mode.
1265         * tests/test-dirent-c++.cc: New file.
1266         * modules/dirent-tests (Files): Add it and tests/signature.h.
1267         (Depends-on): Add ansi-c++-opt.
1268         (Makefile.am): Arrange to compile and run test-dirent-c++.
1269         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1270         gl_MODULE_INDICATOR.
1271
1272         New module 'ansi-c++-opt'.
1273         * modules/ansi-c++-opt: New file.
1274         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1275
1276         Document C++ namespace mode.
1277         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1278
1279         wctype: Avoid #define replacements in C++ mode.
1280         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1281         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1282         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1283         In C++, define a namespaced alias symbol.
1284         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1285         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1286         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1287         rule.
1288
1289         wchar: Avoid #define replacements in C++ mode.
1290         * lib/wchar.in.h: Include c++defs.h.
1291         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1292         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1293         symbol.
1294         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1295         * modules/wchar (Depends-on): Add c++defs.
1296         (Makefile.am): Update wchar.h rule.
1297
1298         unistd: Avoid #define replacements in C++ mode.
1299         * lib/unistd.in.h: Include c++defs.h.
1300         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1301         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1302         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1303         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1304         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1305         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1306         symbol.
1307         (environ): Update.
1308         * modules/unistd (Depends-on): Add c++defs.
1309         (Makefile.am): Update unistd.h rule.
1310
1311         time: Avoid #define replacements in C++ mode.
1312         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1313         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1314         define a namespaced alias symbol.
1315         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1316         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1317         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1318         * modules/time (Depends-on): Add c++defs, warn-on-use.
1319         (Makefile.am): Update time.h rule.
1320         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1321         * modules/nanosleep (configure.ac): Likewise.
1322         * modules/strptime (configure.ac): Likewise.
1323         * modules/timegm (configure.ac): Likewise.
1324
1325         sys_time: Avoid #define replacements in C++ mode.
1326         * lib/sys_time.in.h: Include c++defs.h.
1327         (gettimeofday): In C++, define a namespaced alias symbol.
1328         * modules/sys_time (Depends-on): Add c++defs.
1329         (Makefile.am): Update sys/time.h rule.
1330
1331         sys_stat: Avoid #define replacements in C++ mode.
1332         * lib/sys_stat.in.h: Include c++defs.h.
1333         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1334         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1335         namespaced alias symbol.
1336         In C++, define a namespaced alias symbol.
1337         * modules/sys_stat (Depends-on): Add c++defs.
1338         (Makefile.am): Update sys/stat.h rule.
1339
1340         sys_socket: Avoid #define replacements in C++ mode.
1341         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1342         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1343         definitions also when the system has a <sys/socket.h>.
1344         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1345         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1346         In C++, define a namespaced alias symbol.
1347         * modules/sys_socket (Depends-on): Add c++defs.
1348         (Makefile.am): Update sys/socket.h rule.
1349
1350         sys_select: Avoid #define replacements in C++ mode.
1351         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1352         definitions also when the system has a <sys/select.h>.
1353         (select): In C++, define a namespaced alias symbol.
1354         * modules/sys_select (Depends-on): Add c++defs.
1355         (Makefile.am): Update sys/select.h rule.
1356
1357         sys_ioctl: Avoid #define replacements in C++ mode.
1358         * lib/sys_ioctl.in.h: Include c++defs.h.
1359         (ioctl): In C++, define a namespaced alias symbol.
1360         * modules/sys_ioctl (Depends-on): Add c++defs.
1361         (Makefile.am): Update sys/ioctl.h rule.
1362
1363         string: Avoid #define replacements in C++ mode.
1364         * lib/string.in.h: Include c++defs.h.
1365         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1366         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1367         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1368         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1369         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1370         * modules/string (Depends-on): Add c++defs.
1371         (Makefile.am): Update string.h rule.
1372
1373         stdlib: Avoid #define replacements in C++ mode.
1374         * lib/stdlib.in.h: Include c++defs.h.
1375         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1376         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1377         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1378         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1379         symbol.
1380         * modules/stdlib (Depends-on): Add c++defs.
1381         (Makefile.am): Update stdlib.h rule.
1382
1383         stdio: Avoid #define replacements in C++ mode.
1384         * lib/stdio.in.h: Include c++defs.h.
1385         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1386         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1387         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1388         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1389         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1390         namespaced alias symbol.
1391         * modules/stdio (Depends-on): Add c++defs.
1392         (Makefile.am): Update stdio.h rule.
1393
1394         spawn: Avoid #define replacements in C++ mode.
1395         * lib/spawn.in.h: Include c++defs.h.
1396         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1397         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1398         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1399         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1400         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1401         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1402         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1403         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1404         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1405         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1406         In C++, define a namespaced alias symbol.
1407         * modules/spawn (Depends-on): Add c++defs.
1408         (Makefile.am): Update spawn.h rule.
1409
1410         signal: Avoid #define replacements in C++ mode.
1411         * lib/signal.in.h: Include c++defs.h.
1412         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1413         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1414         namespaced alias symbol.
1415         * modules/signal (Depends-on): Add c++defs.
1416         (Makefile.am): Update signal.h rule.
1417
1418         search: Avoid #define replacements in C++ mode.
1419         * lib/search.in.h: Include c++defs.h.
1420         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1421         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1422         symbol.
1423         * modules/search (Depends-on): Add c++defs.
1424         (Makefile.am): Update search.h rule.
1425
1426         math: Avoid #define replacements in C++ mode.
1427         * lib/math.in.h: Include c++defs.h.
1428         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1429         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1430         trunc, truncl): In C++, define a namespaced alias symbol.
1431         * modules/math (Depends-on): Add c++defs.
1432         (Makefile.am): Update math.h rule.
1433
1434         locale: Avoid #define replacements in C++ mode.
1435         * lib/locale.in.h: Include c++defs.h.
1436         (duplocale): In C++, define a namespaced alias symbol.
1437         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1438         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1439         * modules/locale (Depends-on): Add c++defs.
1440         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1441
1442         langinfo: Avoid #define replacements in C++ mode.
1443         * lib/langinfo.in.h: Include c++defs.h.
1444         (nl_langinfo): In C++, define a namespaced alias symbol.
1445         * modules/langinfo (Depends-on): Add c++defs.
1446         (Makefile.am): Update langinfo.h rule.
1447
1448         iconv-h: Avoid #define replacements in C++ mode.
1449         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1450         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1451         symbol.
1452         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1453         whenever iconv is present.
1454         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1455         (Makefile.am): Update iconv.h rule.
1456
1457         glob: Avoid #define replacements in C++ mode.
1458         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1459         (_gl_glob_errfunc_fn): New type.
1460         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1461         symbol.
1462         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1463         (Makefile.am): Update glob.h rule.
1464
1465         fcntl-h: Avoid #define replacements in C++ mode.
1466         * lib/fcntl.in.h: Include c++defs.h.
1467         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1468         * modules/fcntl-h (Depends-on): Add c++defs.
1469         (Makefile.am): Update fcntl.h rule.
1470
1471         dirent: Avoid #define replacements in C++ mode.
1472         * lib/dirent.in.h: Include c++defs.h.
1473         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1474         namespaced alias symbol.
1475         (dirfd): Update declaration.
1476         * modules/dirent (Depends-on): Add c++defs.
1477         (Makefile.am): Update dirent.h rule.
1478
1479         ctype: Make it usable in C++ code.
1480         * lib/ctype.in.h: Include c++defs.h.
1481         (isblank): Declare as extern "C".
1482         * modules/ctype (Depends-on): Add c++defs.
1483         (Makefile.am): Update ctype.h rule.
1484
1485         New module 'c++defs'.
1486         * modules/c++defs: New file.
1487         * build-aux/c++defs.h: New file.
1488         Reported by John W. Eaton <jwe@gnu.org>.
1489
1490 2010-03-07  Bruno Haible  <bruno@clisp.org>
1491
1492         logb: Provide missing declaration for Cygwin.
1493         * lib/math.in.h (logb): New declaration.
1494         * m4/logb.m4: New file.
1495         * modules/logb (Files): Add m4/logb.m4.
1496         (Depends-on): Add math.
1497         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1498         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1499         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1500         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1501         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1502
1503 2010-03-07  Bruno Haible  <bruno@clisp.org>
1504
1505         Fix test-cond link error.
1506         * tests/test-cond.c: Include <stdio.h>.
1507
1508 2010-03-07  Bruno Haible  <bruno@clisp.org>
1509
1510         Fix test-dirent-safer link error.
1511         * modules/dirent-safer-tests (Makefile.am): Define
1512         test_dirent_safer_LDADD.
1513
1514 2010-03-07  Bruno Haible  <bruno@clisp.org>
1515
1516         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1517         among default module list.
1518
1519 2010-03-07  Bruno Haible  <bruno@clisp.org>
1520
1521         Fix link error on platforms with GNU libiconv.
1522         * modules/unistr/u8-strcoll-tests (Makefile): Define
1523         test_u8_strcoll_LDADD.
1524         * modules/unistr/u16-strcoll-tests (Makefile): Define
1525         test_u16_strcoll_LDADD.
1526         * modules/unistr/u32-strcoll-tests (Makefile): Define
1527         test_u32_strcoll_LDADD.
1528
1529 2010-03-07  Bruno Haible  <bruno@clisp.org>
1530
1531         Use POSIX declarations for socket functions.
1532         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1533         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1534         rpl_sendto): Change declaration to match POSIX.
1535         * lib/connect.c (rpl_connect): Likewise.
1536         * lib/accept.c (rpl_accept): Likewise.
1537         * lib/bind.c (rpl_bind): Likewise.
1538         * lib/getpeername.c (rpl_getpeername): Likewise.
1539         * lib/getsockname.c (rpl_getsockname): Likewise.
1540         * lib/recv.c (rpl_recv): Likewise.
1541         * lib/send.c (rpl_send): Likewise.
1542         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1543         * lib/sendto.c (rpl_sendto): Likewise.
1544
1545 2010-03-06  Bruno Haible  <bruno@clisp.org>
1546
1547         Clarify access, euidaccess, faccessat.
1548         * doc/posix-functions/faccessat.texi: Mention security problem under
1549         "Other problems", not "Portability problems".
1550         * doc/posix-functions/access.texi: Likewise. Mention a related security
1551         problem.
1552         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1553         * lib/euidaccess.c: Add comments about platforms.
1554         * lib/unistd.in.h (access, euidaccess): Add warnings.
1555
1556 2010-03-07  Bruno Haible  <bruno@clisp.org>
1557
1558         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1559         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1560         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1561         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1562         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1563         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1564         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1565         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1566         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1567         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1568         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1569         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1570         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1571         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1572         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1573         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1574         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1575         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1576         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1577         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1578         Likewise.
1579         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1580         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1581         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1582         Likewise.
1583         * tests/test-spawn.c (main): Make it work when
1584         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1585
1586 2010-03-07  Bruno Haible  <bruno@clisp.org>
1587
1588         Fix incorrect Makefile.am generation in German locale.
1589         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1590         Execute sed command with character range in C locale.
1591
1592 2010-03-06  Bruno Haible  <bruno@clisp.org>
1593
1594         Tests for module 'iconv-h'.
1595         * modules/iconv-h-tests: New file.
1596         * tests/test-iconv-h.c: New file.
1597
1598         New module 'iconv-h'.
1599         * modules/iconv-h: New file.
1600         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1601         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1602         (configure.ac): Remove gl_ICONV_H.
1603         (Makefile.am): Remove rule for iconv.h.
1604
1605 2010-03-06  Bruno Haible  <bruno@clisp.org>
1606
1607         More consistent naming of *.m4 files.
1608         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1609         * modules/wctype (Files): Update.
1610
1611         More consistent naming of *.m4 files.
1612         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1613         * modules/wchar (Files): Update.
1614
1615 2010-03-06  Jim Meyering  <meyering@redhat.com>
1616
1617         euidaccess: relax license to LGPLv2+
1618         * modules/euidaccess (License): Relax to LGPLv2+.
1619
1620 2010-03-06  Bruno Haible  <bruno@clisp.org>
1621
1622         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1623         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1624         (Makefile.am): Augment lib_SOURCES instead.
1625
1626 2010-03-04  Jim Meyering  <meyering@redhat.com>
1627
1628         utime: remove obsolete module
1629         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1630         unnecessary for years, and has been marked as obsolete for 10 months.
1631         * modules/utime: Remove file.
1632         * lib/utime.c: Remove file.
1633         * m4/utime.m4: Remove file.
1634         * m4/utimes-null.m4: Remove file.
1635         * doc/posix-functions/utime.texi (utime): Remove reference to
1636         the module.  Move the sole "fixed by gnulib" item into the
1637         "problems not fixed by Gnulib" list.
1638         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1639
1640 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1641
1642         * modules/exit (License): Relax license to LGPLv2+.
1643         (Status): Mark as obsolete.
1644         * NEWS: Mention deprecated 'exit' module.
1645         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1646         of now obsolete 'exit'.
1647
1648 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1649
1650         fts-lgpl: remove unused module
1651         * modules/fts-lgpl: Remove.
1652         * MODULES.html.sh (func_all_modules): Adjust.
1653         * check-module (find_included_lib_files): Adjust.
1654         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1655
1656 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1657
1658         copy-acl: enhance Solaris ACL error handling
1659         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
1660         * lib/set-mode-acl.c (qset_acl): Likewise.
1661
1662 2010-03-02  Bruno Haible  <bruno@clisp.org>
1663
1664         spawn: Don't override the system defined values on FreeBSD 8.
1665         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
1666         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
1667         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
1668         if HAVE_POSIX_SPAWN is 1.
1669         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
1670
1671 2010-03-01  Bruno Haible  <bruno@clisp.org>
1672
1673         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
1674         regarding Automake.
1675
1676 2010-02-25  Bruno Haible  <bruno@clisp.org>
1677
1678         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
1679         * gnulib-tool: Define 'echo' as a function only before the ksh alias
1680         setting, not afterwards.
1681         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
1682
1683 2010-02-24  Eric Blake  <eblake@redhat.com>
1684
1685         bootstrap, git-version-gen: use timestamp
1686         * build-aux/git-version-gen (scriptversion): Force UTC.
1687         * build-aux/bootstrap (scriptversion): New variable.
1688
1689         bootstrap: allow older git
1690         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
1691         older than 1.6.4.  Requested by the libvirt project.
1692
1693 2010-02-23  Eric Blake  <eblake@redhat.com>
1694
1695         warn-on-use: work with old autoconf
1696         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
1697         AS_VAR semantics of autoconf 2.60.
1698         Reported by Bruno Haible.
1699
1700         bootstrap: improve some comments
1701         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
1702         clarification comments.
1703
1704         gettimeofday: provide correct function
1705         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
1706         when replacement is declared, otherwise provide gettimeofday.
1707         Reported by Michael Goffioul.
1708
1709 2010-02-23  Jim Meyering  <meyering@redhat.com>
1710
1711         lib-ignore: relax license to "unlimited", not LGPLv2+
1712         * modules/lib-ignore (License): Relax to "unlimited".
1713
1714 2010-02-23  Jim Meyering  <meyering@redhat.com>
1715
1716         lib-ignore: relax license to LGPLv2+
1717         * modules/lib-ignore (License): Relax to LGPLv2+.
1718
1719 2010-02-22  Eric Blake  <eblake@redhat.com>
1720
1721         lseek: avoid bash 3.2 broken pipe bug
1722         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
1723         warning from bash 3.2.
1724         Reported by Ben Pfaff, with analysis from Bruno Haible.
1725
1726         bootstrap: support non-FSF copyright holder
1727         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
1728         bootstrap.conf override of COPYRIGHT_HOLDER.
1729         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
1730
1731         bootstrap: interoperate with gettext 0.14.1
1732         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
1733
1734         bootstrap: allow for alternate submodule location
1735         * build-aux/bootstrap (gnulib_path): New variable; use instead of
1736         hardcoding submodule location.
1737         (gnulib_mk): Allow direct use of Makefile.am.
1738
1739         bootstrap: use GNULIB_SRCDIR to reduce disk usage
1740         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
1741         rather than reconfiguring where the submodule points.
1742
1743         gettimeofday: restore support for platforms that lack function
1744         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
1745         replacement if function is missing.
1746         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
1747         * modules/sys_time (Makefile.am): Substitute it.
1748         * lib/sys_time.in.h (gettimeofday): Check it.
1749         Reported by Michael Goffioul.
1750
1751 2010-02-21  Bruno Haible  <bruno@clisp.org>
1752
1753         * lib/stdio.in.h (obstack_printf): Fix typo.
1754
1755 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
1756
1757         vc-list-files: use bzr ls's -R option
1758         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
1759         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
1760
1761 2010-02-21  Jim Meyering  <meyering@redhat.com>
1762
1763         init.sh: fix EXEEXT shims to work also for names like test-prog
1764         * tests/init.sh: Re-exec a better shell, when needed.
1765         If the current shell lacks support for posix $(...), an init.sh-using
1766         test will now try to find a shell that supports that.  If EXEEXT is
1767         nonempty, we also require support for hyphen-in-alias-name and shell
1768         substitutions like ${var#glob}.  Failure to find such a shell results
1769         in a skipped test.
1770
1771 2010-02-21  Bruno Haible  <bruno@clisp.org>
1772
1773         Really work around around "broken pipe" error message from bash 3.2.
1774         * gnulib-tool (func_reset_sigpipe): Remove function.
1775         (echo): In bash 3.2, define to a function that uses printf.
1776         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
1777
1778 2010-02-20  Bruno Haible  <bruno@clisp.org>
1779
1780         Restore support for automake 1.9.6 with autoconf 2.61.
1781         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
1782         Reported by James Youngman <jay@gnu.org>.
1783
1784 2010-02-20  Bruno Haible  <bruno@clisp.org>
1785
1786         Improve *printf warning condition.
1787         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
1788         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
1789         and the function is overridden due to SIGPIPE emulation.
1790
1791 2010-02-20  Bruno Haible  <bruno@clisp.org>
1792
1793         * lib/stdio.in.h: Tweak comments.
1794
1795 2010-02-19  Bruno Haible  <bruno@clisp.org>
1796
1797         Make it easier to find modules. New gnulib-tool option '--find'.
1798         * gnulib-tool: New option --find.
1799         (func_usage): Document it.
1800         (func_sanitize_modulelist): New function, extracted from
1801         func_all_modules.
1802         (func_all_modules): Invoke it.
1803         * doc/gnulib-tool.texi (Which modules?): New node.
1804
1805 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
1806
1807         * lib/sys_select.in.h: Provide select replacement even if
1808         sys/select.h exists on a system, for Interix.
1809
1810 2010-02-18  Jim Meyering  <meyering@redhat.com>
1811
1812         init.sh: don't use $(...) just yet
1813         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
1814         to accommodate e.g., Solaris' /bin/sh.
1815
1816 2010-02-17  Bruno Haible  <bruno@clisp.org>
1817
1818         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
1819         Reported by Ludovic Courtès <ludo@gnu.org>.
1820
1821 2010-02-16  Simon Josefsson  <simon@josefsson.org>
1822
1823         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
1824         linking with -lintl.
1825
1826 2010-02-17  Simon Josefsson  <simon@josefsson.org>
1827
1828         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
1829         if not provided by the system's netdb.h.  Reported by
1830         ludo@gnu.org (Ludovic Courtès).
1831
1832 2010-02-15  Jim Meyering  <meyering@redhat.com>
1833
1834         init.sh: improve portability and efficiency
1835         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
1836         "dummy" in a for loop.
1837         Use '!', not '^' to select the complement of a character set used
1838         in a "case" statement.
1839         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
1840         Suggestions from Eric Blake.
1841
1842         init.sh: automatically accommodate programs with the .exe suffix
1843         Automatically arrange for an invocation of "prog" to execute the
1844         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
1845         may use the simpler "prog", yet still work when built on a system
1846         that requires specifying the added suffix.
1847         Do this by constructing a function named "prog" that invokes
1848         "prog.exe" for each .exe file in selected directories.
1849         * tests/init.sh (find_exe_basenames_): New function.
1850         (create_exe_shim_functions_): New function.
1851         (path_prepend_): Use it.
1852
1853         maint.mk: mark syntax-check sc_*.m rules as .PHONY
1854         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
1855         "make -t syntax-check" doesn't create a ton of sc_*.m files.
1856
1857 2010-02-14  Jim Meyering  <meyering@redhat.com>
1858
1859         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
1860         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
1861         (sc_prohibit_hash_pjw_without_use): New rule.
1862
1863         maint.mk: allow the default upload destination dir to be overridden
1864         * top/maint.mk (upload_dest_dir_): Define with a default that
1865         preserves the status quo.
1866         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
1867         Reported by Peter Simons.
1868
1869         maint.mk: prohibit inclusion of "hash.h" without_use
1870         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
1871
1872 2010-02-10  Jim Meyering  <meyering@redhat.com>
1873
1874         maint.mk: prohibit inclusion of "ignore-value.h" without_use
1875         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
1876
1877 2010-02-09  Eric Blake  <ebb9@byu.net>
1878         and Bruno Haible  <bruno@clisp.org>
1879
1880         obstack-printf-posix: ensure declaration
1881         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
1882         extracted from gl_FUNC_OBSTACK_PRINTF.
1883         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
1884         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
1885         Likewise.
1886         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
1887         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
1888         0.
1889
1890 2010-02-08  Bruno Haible  <bruno@clisp.org>
1891
1892         gnulib-tool: Fix typo in 2010-02-07 commit.
1893         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
1894         Reported by Eric Blake.
1895
1896 2010-02-07  Bruno Haible  <bruno@clisp.org>
1897
1898         gnulib-tool: Fix up caching patches.
1899         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
1900         option --no-cache. Use associative arrays when supported by the shell.
1901         (sed_comments): New variable.
1902         (modcache): Renamed from do_cache.
1903         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
1904         abbreviate unnecessarily.
1905         (have_associative): New variable.
1906         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
1907         way also for ksh and zsh.
1908         (func_init_sed_convert_to_cache_statements): New function, extracted
1909         from func_cache_lookup_module. Add support for associative arrays.
1910         Don't set the c_MODULE_cached variable here. Ignore all lines before
1911         the first field header. Remove only the final newline, not all trailing
1912         newlines. Support empty fields correctly. Limit the use of 'eval' to
1913         assignments.
1914         (func_get_description, func_get_status, func_get_notice,
1915         func_get_applicability, func_get_filelist, func_get_dependencies,
1916         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
1917         func_get_automake_snippet, func_get_include_directive,
1918         func_get_link_directive, func_get_license, func_get_maintainer):
1919         Update documentation. List the unoptimized code first. Add support for
1920         associative arrays. Limit the use of 'eval' to assignments.
1921         (func_get_applicability): Undo stylistic pessimisations.
1922         (func_get_automake_snippet, func_get_include_directive): Reduce code
1923         duplication.
1924         (func_modules_transitive_closure, func_modules_add_dummy,
1925         func_modules_notice, func_modules_to_filelist, func_add_file,
1926         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
1927         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
1928         func_create_testdir, func_create_megatestdir): Update documentation.
1929
1930 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1931
1932         * gnulib-tool (func_cache_lookup_module): Store the module name
1933         belonging to the cache variable; error out if two different
1934         module names map to the same cache variable name.
1935
1936 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1937
1938         gnulib-tool: Make caching optional.
1939         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
1940         Update matching short versions of --no-changelog.
1941         (func_usage): Update.
1942         (sed_extract_cache_prog): Renamed from ...
1943         (sed_extract_prog): ... this; revert to old extraction script.
1944         (func_get_description, func_get_status)
1945         (func_get_notice, func_get_applicability, func_get_filelist)
1946         (func_get_dependencies, func_get_autoconf_early_snippet)
1947         (func_get_autoconf_snippet, func_get_automake_snippet)
1948         (func_get_include_directive, func_get_link_directive)
1949         (func_get_license, func_get_maintainer): If $do_cache is false,
1950         use old, non-caching extraction scripts.
1951         Suggestion by Bruno Haible.
1952
1953 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1954
1955         gnulib-tool: cache module metainformation.
1956         * gnulib-tool (sed_extract_prog): Match newline before each
1957         header, and rewrite header to a shell variable suffix.
1958         (func_cache_var, func_cache_lookup_module): New functions,
1959         to turn a module name into a cache variable prefix, and to
1960         look up and cache module metainformation.
1961         (func_get_description, func_get_status)
1962         (func_get_notice, func_get_applicability, func_get_filelist)
1963         (func_get_dependencies, func_get_autoconf_early_snippet)
1964         (func_get_autoconf_snippet, func_get_automake_snippet)
1965         (func_get_include_directive, func_get_link_directive)
1966         (func_get_license, func_get_maintainer): Use
1967         func_cache_lookup_module.
1968
1969 2010-02-07  Bruno Haible  <bruno@clisp.org>
1970
1971         fnctl: Fix missing dependency.
1972         * modules/fcntl (Depends-on): Add getdtablesize.
1973         Reported by John W. Eaton <jwe@gnu.org>.
1974
1975 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1976
1977         Argp: fix recognition of short alias options.
1978
1979         * lib/argp-parse.c (convert_options): Fix improper use of
1980         `|' between character values.
1981         * tests/test-argp.c (group1_option): New alias option
1982         --read (-r).
1983         (group1_parser): Special handling for 'r'.
1984         (test15): New test case.
1985         (test_fun): Add test15.
1986         * tests/test-argp-2.sh: Update expected --help and --usage
1987         outputs.
1988
1989 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
1990
1991         * tests/test-argp.c: Fix indentation.
1992
1993 2010-02-04  Eric Blake  <ebb9@byu.net>
1994
1995         gettimeofday: expose type of second argument
1996         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
1997         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
1998         * tests/test-gettimeofday.c: Use it to silence warning.
1999         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2000         the issue.
2001
2002 2010-02-03  Jim Meyering  <meyering@redhat.com>
2003
2004         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2005         * lib/regcomp.c (TYPE_SIGNED): Define.
2006         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2007
2008         regcomp.c: avoid a new -Wshadow warning
2009         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2010
2011 2010-02-01  Jim Meyering  <meyering@redhat.com>
2012
2013         removing useless parentheses in cpp #define directives
2014         For motivation, see commit c0221df4, "define STREQ(a,b)
2015         consistently, removing useless parentheses"
2016         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2017         * lib/mountlist.c (MNT_IGNORE): Likewise.
2018         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2019
2020 2010-02-01  Eric Blake  <ebb9@byu.net>
2021
2022         sys_time: use link-warning
2023         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2024         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2025         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2026         * modules/sys_time (Depends-on): Add warn-on-use.
2027         (Makefile.am): Always build replacement.
2028         (configure.ac): Update substitutions.
2029         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2030         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2031         bother with SYS_TIME_H.
2032         * modules/gettimeofday (configure.ac): Declare indicator.
2033         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2034         in use.
2035
2036         closein-tests: silence compiler warning
2037         * tests/test-closein.c (main): Ignore fread result.
2038         * modules/closein-tests (Depends-on): Add ignore-value.
2039
2040         tests: silence warning about system return
2041         * tests/test-areadlink-with-size.c (main): Ignore system result.
2042         * tests/test-areadlink.c (main): Likewise.
2043         * tests/test-areadlinkat-with-size.c (main): Likewise.
2044         * tests/test-areadlinkat.c (main): Likewise.
2045         * tests/test-canonicalize-lgpl.c (main): Likewise.
2046         * tests/test-canonicalize.c (main): Likewise.
2047         * tests/test-chown.c (main): Likewise.
2048         * tests/test-fchownat.c (main): Likewise.
2049         * tests/test-fdutimensat.c (main): Likewise.
2050         * tests/test-fstatat.c (main): Likewise.
2051         * tests/test-futimens.c (main): Likewise.
2052         * tests/test-lchown.c (main): Likewise.
2053         * tests/test-link.c (main): Likewise.
2054         * tests/test-linkat.c (main): Likewise.
2055         * tests/test-lstat.c (main): Likewise.
2056         * tests/test-mkdir.c (main): Likewise.
2057         * tests/test-mkdirat.c (main): Likewise.
2058         * tests/test-mkfifo.c (main): Likewise.
2059         * tests/test-mkfifoat.c (main): Likewise.
2060         * tests/test-mknod.c (main): Likewise.
2061         * tests/test-readlink.c (main): Likewise.
2062         * tests/test-remove.c (main): Likewise.
2063         * tests/test-rename.c (main): Likewise.
2064         * tests/test-renameat.c (main): Likewise.
2065         * tests/test-rmdir.c (main): Likewise.
2066         * tests/test-symlink.c (main): Likewise.
2067         * tests/test-symlinkat.c (main): Likewise.
2068         * tests/test-unlink.c (main): Likewise.
2069         * tests/test-unlinkat.c (main): Likewise.
2070         * tests/test-utimens.c (main): Likewise.
2071         * tests/test-utimensat.c (main): Likewise.
2072         * modules/areadlink-tests (Depends-on): Add ignore-value.
2073         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2074         * modules/areadlinkat-tests (Depends-on): Likewise.
2075         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2076         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2077         * modules/canonicalize-tests (Depends-on): Likewise.
2078         * modules/chown-tests (Depends-on): Likewise.
2079         * modules/fdutimensat-tests (Depends-on): Likewise.
2080         * modules/futimens-tests (Depends-on): Likewise.
2081         * modules/lchown-tests (Depends-on): Likewise.
2082         * modules/link-tests (Depends-on): Likewise.
2083         * modules/linkat-tests (Depends-on): Likewise.
2084         * modules/lstat-tests (Depends-on): Likewise.
2085         * modules/mkdir-tests (Depends-on): Likewise.
2086         * modules/mkfifo-tests (Depends-on): Likewise.
2087         * modules/mkfifoat-tests (Depends-on): Likewise.
2088         * modules/mknod-tests (Depends-on): Likewise.
2089         * modules/openat-tests (Depends-on): Likewise.
2090         * modules/readlink-tests (Depends-on): Likewise.
2091         * modules/remove-tests (Depends-on): Likewise.
2092         * modules/rename-tests (Depends-on): Likewise.
2093         * modules/renameat-tests (Depends-on): Likewise.
2094         * modules/rmdir-tests (Depends-on): Likewise.
2095         * modules/symlink-tests (Depends-on): Likewise.
2096         * modules/symlinkat-tests (Depends-on): Likewise.
2097         * modules/unlink-tests (Depends-on): Likewise.
2098         * modules/utimens-tests (Depends-on): Likewise.
2099         * modules/utimensat-tests (Depends-on): Likewise.
2100
2101 2010-01-31  Bruno Haible  <bruno@clisp.org>
2102
2103         Perform the same test for many <math.h> functions.
2104         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2105         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2106         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2107         of gl_MATHFUNC.
2108         * modules/acos (configure.ac): Likewise.
2109         * modules/asin (configure.ac): Likewise.
2110         * modules/atan (configure.ac): Likewise.
2111         * modules/atan2 (configure.ac): Likewise.
2112         * modules/cbrt (configure.ac): Likewise.
2113         * modules/copysign (configure.ac): Likewise.
2114         * modules/cos (configure.ac): Likewise.
2115         * modules/cosh (configure.ac): Likewise.
2116         * modules/erf (configure.ac): Likewise.
2117         * modules/erfc (configure.ac): Likewise.
2118         * modules/exp (configure.ac): Likewise.
2119         * modules/fmod (configure.ac): Likewise.
2120         * modules/hypot (configure.ac): Likewise.
2121         * modules/j0 (configure.ac): Likewise.
2122         * modules/j1 (configure.ac): Likewise.
2123         * modules/jn (configure.ac): Likewise.
2124         * modules/lgamma (configure.ac): Likewise.
2125         * modules/log (configure.ac): Likewise.
2126         * modules/log10 (configure.ac): Likewise.
2127         * modules/log1p (configure.ac): Likewise.
2128         * modules/pow (configure.ac): Likewise.
2129         * modules/remainder (configure.ac): Likewise.
2130         * modules/sin (configure.ac): Likewise.
2131         * modules/sinh (configure.ac): Likewise.
2132         * modules/tan (configure.ac): Likewise.
2133         * modules/tanh (configure.ac): Likewise.
2134         * modules/y0 (configure.ac): Likewise.
2135         * modules/y1 (configure.ac): Likewise.
2136         * modules/yn (configure.ac): Likewise.
2137         Suggested by Paolo Bonzini.
2138
2139 2010-01-31  Bruno Haible  <bruno@clisp.org>
2140
2141         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2142
2143 2010-01-31  Bruno Haible  <bruno@clisp.org>
2144
2145         Work around getdelim() bug on FreeBSD 8.0.
2146         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2147         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2148         not work.
2149         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2150         is 1.
2151         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2152         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2153         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2154         a non-zero size.
2155         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2156
2157 2010-01-31  Bruno Haible  <bruno@clisp.org>
2158
2159         Work around getline() bug on FreeBSD 8.0.
2160         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2161         and a non-zero size.
2162         * tests/test-getline.c (main): Likewise.
2163         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2164         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2165
2166 2010-01-28  Eric Blake  <ebb9@byu.net>
2167
2168         regex: fix build failure
2169         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2170         platforms.
2171
2172 2010-01-28  Jim Meyering  <meyering@redhat.com>
2173
2174         regex: do not ignore memory allocation failure
2175         * lib/regex_internal.c (create_cd_newstate): Detect
2176         re_node_set_init_copy failure.   Extracted from glibc commit
2177         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2178
2179         regex: sync more white-space changes from libc
2180         * lib/regex_internal.c: White-space only changes.
2181         * lib/regexec.c: Likewise.
2182
2183         regex: add many uses of __attribute_warn_unused_result__
2184         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2185         * lib/regexec.c: Likewise.
2186         Extracted from a messy glibc commit.
2187
2188         regcomp.c: spelling and merge-artifact from glibc
2189         * lib/regcomp.c: Merge remainder of glibc's
2190         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2191
2192         regcomp.c: sync white-space changes from glibc
2193         * lib/regcomp.c: Merge to accommodate white space
2194         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2195
2196         regcomp.c: do not ignore internal return values
2197         * lib/regcomp.c: Do not ignore internal return values.
2198         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2199         but without its white-space changes and spelling fixes.
2200
2201         regex_internal.h: define __attribute_warn_unused_result__
2202         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2203
2204         maint: add a syntax-check rule to check for vulnerable Makefile.in
2205         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2206
2207 2010-01-27  Jim Meyering  <meyering@redhat.com>
2208
2209         ncftpput-ftp: clean up spaces
2210         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2211         Remove trailing blanks.
2212
2213 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2214
2215         * build-aux/git-version-gen: Fix copyright statement.
2216         * build-aux/gnupload: Likewise.
2217         * tests/test-arcfour.c: Likewise.
2218         * tests/test-arctwo.c: Likewise.
2219         * tests/test-count-one-bits.c: Likewise.
2220         * tests/test-crc.c: Likewise.
2221         * tests/test-des.c: Likewise.
2222         * tests/test-gc-arcfour.c: Likewise.
2223         * tests/test-gc-arctwo.c: Likewise.
2224         * tests/test-gc-des.c: Likewise.
2225         * tests/test-gc-hmac-md5.c: Likewise.
2226         * tests/test-gc-hmac-sha1.c: Likewise.
2227         * tests/test-gc-md2.c: Likewise.
2228         * tests/test-gc-md4.c: Likewise.
2229         * tests/test-gc-md5.c: Likewise.
2230         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2231         * tests/test-gc-rijndael.c: Likewise.
2232         * tests/test-gc-sha1.c: Likewise.
2233         * tests/test-gc.c: Likewise.
2234         * tests/test-gethostname.c: Likewise.
2235         * tests/test-gettimeofday.c: Likewise.
2236         * tests/test-hash.c: Likewise.
2237         * tests/test-hmac-md5.c: Likewise.
2238         * tests/test-hmac-sha1.c: Likewise.
2239         * tests/test-md2.c: Likewise.
2240         * tests/test-md4.c: Likewise.
2241         * tests/test-md5.c: Likewise.
2242         * tests/test-memchr.c: Likewise.
2243         * tests/test-memchr2.c: Likewise.
2244         * tests/test-memcmp.c: Likewise.
2245         * tests/test-memmem.c: Likewise.
2246         * tests/test-memrchr.c: Likewise.
2247         * tests/test-rawmemchr.c: Likewise.
2248         * tests/test-read-file.c: Likewise.
2249         * tests/test-rijndael.c: Likewise.
2250         * tests/test-sockets.c: Likewise.
2251         * tests/test-strchrnul.c: Likewise.
2252         * tests/test-strstr.c: Likewise.
2253         * tests/test-strtod.c: Likewise.
2254         * build-aux/ncftpput-ftp: Likewise.
2255
2256 2010-01-26  Eric Blake  <ebb9@byu.net>
2257
2258         ignore-value: update recommended header name
2259         * modules/ignore-value (Include): Only use <> for headers that
2260         exist in glibc.
2261
2262 2010-01-26  Jim Meyering  <meyering@redhat.com>
2263
2264         test-userspec.c: avoid compiler warnings
2265         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2266         and "initialization discards qualifiers..." warnings.
2267         Put the first "uid" in its own scope, and make char* members "const".
2268
2269 2010-01-25  Bruno Haible  <bruno@clisp.org>
2270
2271         gnulib-tool: Make warning diagnostics consistent.
2272         * gnulib-tool (func_warning): New function.
2273         Use it everywhere where gnulib-tool produces output to stderr and it is
2274         not a fatal error.
2275
2276 2010-01-25  Bruno Haible  <bruno@clisp.org>
2277
2278         Fix test dependencies.
2279         * modules/xstrtol-tests (Depends-on): Add inttypes.
2280         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2281
2282 2010-01-25 Pádraig Brady <P@draigBrady.com>
2283
2284         syntax-check: detect incorrect boolean macro values in config.h
2285         * modules/maintainer-makefile (configure.ac): Parameterize the location
2286         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2287         The logic is from Eric Blake and the location indicated by Jim Meyering.
2288         Note the more natural CONFIG_HEADER name is prohibited by automake
2289         for backwards compatibility reasons.
2290         * top/maint.mk (sc_Wundef_boolean): New rule.
2291
2292 2010-01-25  Jim Meyering  <meyering@redhat.com>
2293
2294         bootstrap: detect MacOS 10.6's shasum, too
2295         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2296         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2297
2298 2010-01-23  Jim Meyering  <meyering@redhat.com>
2299
2300         xstrtoll: new module
2301         * modules/xstrtoll: New file.
2302         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2303         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2304         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2305         ./configure fails if you use this module and lack "long long".
2306         * modules/xstrtoll-tests: New module.
2307         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2308         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2309         new init.sh-based test framework.
2310
2311 2010-01-24  Bruno Haible  <bruno@clisp.org>
2312
2313         Tests for module 'yn'.
2314         * modules/yn-tests: New file.
2315         * tests/test-yn.c: New file.
2316
2317         Tests for module 'y1'.
2318         * modules/y1-tests: New file.
2319         * tests/test-y1.c: New file.
2320
2321         Tests for module 'y0'.
2322         * modules/y0-tests: New file.
2323         * tests/test-y0.c: New file.
2324
2325         Tests for module 'tanh'.
2326         * modules/tanh-tests: New file.
2327         * tests/test-tanh.c: New file.
2328
2329         Tests for module 'tan'.
2330         * modules/tan-tests: New file.
2331         * tests/test-tan.c: New file.
2332
2333         Tests for module 'sqrt'.
2334         * modules/sqrt-tests: New file.
2335         * tests/test-sqrt.c: New file.
2336
2337         Tests for module 'sinh'.
2338         * modules/sinh-tests: New file.
2339         * tests/test-sinh.c: New file.
2340
2341         Tests for module 'sin'.
2342         * modules/sin-tests: New file.
2343         * tests/test-sin.c: New file.
2344
2345         Tests for module 'rint'.
2346         * modules/rint-tests: New file.
2347         * tests/test-rint.c: New file.
2348
2349         Tests for module 'remainder'.
2350         * modules/remainder-tests: New file.
2351         * tests/test-remainder.c: New file.
2352
2353         Tests for module 'pow'.
2354         * modules/pow-tests: New file.
2355         * tests/test-pow.c: New file.
2356
2357         Tests for module 'nextafter'.
2358         * modules/nextafter-tests: New file.
2359         * tests/test-nextafter.c: New file.
2360
2361         Tests for module 'modf'.
2362         * modules/modf-tests: New file.
2363         * tests/test-modf.c: New file.
2364
2365         Tests for module 'logb'.
2366         * modules/logb-tests: New file.
2367         * tests/test-logb.c: New file.
2368
2369         Tests for module 'log1p'.
2370         * modules/log1p-tests: New file.
2371         * tests/test-log1p.c: New file.
2372
2373         Tests for module 'log10'.
2374         * modules/log10-tests: New file.
2375         * tests/test-log10.c: New file.
2376
2377         Tests for module 'log'.
2378         * modules/log-tests: New file.
2379         * tests/test-log.c: New file.
2380
2381         Tests for module 'lgamma'.
2382         * modules/lgamma-tests: New file.
2383         * tests/test-lgamma.c: New file.
2384
2385         Tests for module 'ldexp'.
2386         * modules/ldexp-tests: New file.
2387         * tests/test-ldexp.c: New file.
2388
2389         Tests for module 'jn'.
2390         * modules/jn-tests: New file.
2391         * tests/test-jn.c: New file.
2392
2393         Tests for module 'j1'.
2394         * modules/j1-tests: New file.
2395         * tests/test-j1.c: New file.
2396
2397         Tests for module 'j0'.
2398         * modules/j0-tests: New file.
2399         * tests/test-j0.c: New file.
2400
2401         Tests for module 'hypot'.
2402         * modules/hypot-tests: New file.
2403         * tests/test-hypot.c: New file.
2404
2405         Tests for module 'fmod'.
2406         * modules/fmod-tests: New file.
2407         * tests/test-fmod.c: New file.
2408
2409         Tests for module 'fabs'.
2410         * modules/fabs-tests: New file.
2411         * tests/test-fabs.c: New file.
2412
2413         Tests for module 'exp'.
2414         * modules/exp-tests: New file.
2415         * tests/test-exp.c: New file.
2416
2417         Tests for module 'erfc'.
2418         * modules/erfc-tests: New file.
2419         * tests/test-erfc.c: New file.
2420
2421         Tests for module 'erf'.
2422         * modules/erf-tests: New file.
2423         * tests/test-erf.c: New file.
2424
2425         Tests for module 'cosh'.
2426         * modules/cosh-tests: New file.
2427         * tests/test-cosh.c: New file.
2428
2429         Tests for module 'cos'.
2430         * modules/cos-tests: New file.
2431         * tests/test-cos.c: New file.
2432
2433         Tests for module 'copysign'.
2434         * modules/copysign-tests: New file.
2435         * tests/test-copysign.c: New file.
2436
2437         Tests for module 'cbrt'.
2438         * modules/cbrt-tests: New file.
2439         * tests/test-cbrt.c: New file.
2440
2441         Tests for module 'atan2'.
2442         * modules/atan2-tests: New file.
2443         * tests/test-atan2.c: New file.
2444
2445         Tests for module 'atan'.
2446         * modules/atan-tests: New file.
2447         * tests/test-atan.c: New file.
2448
2449         Tests for module 'asin'.
2450         * modules/asin-tests: New file.
2451         * tests/test-asin.c: New file.
2452
2453         Tests for module 'acos'.
2454         * modules/acos-tests: New file.
2455         * tests/test-acos.c: New file.
2456
2457 2010-01-24  Bruno Haible  <bruno@clisp.org>
2458
2459         Fix tests for common <math.h> functions.
2460         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2461         code snippet that references the function pointer, rather than merely
2462         calling the function. Substitute the FUNC_LIBM variable.
2463         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2464         * modules/acos (configure.ac): Likewise.
2465         * modules/asin (configure.ac): Likewise.
2466         * modules/atan (configure.ac): Likewise.
2467         * modules/atan2 (configure.ac): Likewise.
2468         * modules/cbrt (configure.ac): Likewise.
2469         * modules/copysign (configure.ac): Likewise.
2470         * modules/cos (configure.ac): Likewise.
2471         * modules/cosh (configure.ac): Likewise.
2472         * modules/erf (configure.ac): Likewise.
2473         * modules/erfc (configure.ac): Likewise.
2474         * modules/exp (configure.ac): Likewise.
2475         * modules/fabs (configure.ac): Likewise.
2476         * modules/fmod (configure.ac): Likewise.
2477         * modules/hypot (configure.ac): Likewise.
2478         * modules/j0 (configure.ac): Likewise.
2479         * modules/j1 (configure.ac): Likewise.
2480         * modules/jn (configure.ac): Likewise.
2481         * modules/ldexp (configure.ac): Likewise.
2482         * modules/lgamma (configure.ac): Likewise.
2483         * modules/log (configure.ac): Likewise.
2484         * modules/log10 (configure.ac): Likewise.
2485         * modules/log1p (configure.ac): Likewise.
2486         * modules/logb (configure.ac): Likewise.
2487         * modules/modf (configure.ac): Likewise.
2488         * modules/nextafter (configure.ac): Likewise.
2489         * modules/pow (configure.ac): Likewise.
2490         * modules/remainder (configure.ac): Likewise.
2491         * modules/rint (configure.ac): Likewise.
2492         * modules/sin (configure.ac): Likewise.
2493         * modules/sinh (configure.ac): Likewise.
2494         * modules/tan (configure.ac): Likewise.
2495         * modules/tanh (configure.ac): Likewise.
2496         * modules/y0 (configure.ac): Likewise.
2497         * modules/y1 (configure.ac): Likewise.
2498         * modules/yn (configure.ac): Likewise.
2499
2500 2010-01-24  Bruno Haible  <bruno@clisp.org>
2501
2502         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2503         * tests/test-acosl.c (x): New variable.
2504         (main): Store argument in x and fetch it from x.
2505         * tests/test-asinl.c (x): New variable.
2506         (main): Store argument in x and fetch it from x.
2507         * tests/test-atanl.c (x): New variable.
2508         (main): Store argument in x and fetch it from x.
2509         * tests/test-cosl.c (x): New variable.
2510         (main): Store argument in x and fetch it from x.
2511         * tests/test-expl.c (x): New variable.
2512         (main): Store argument in x and fetch it from x.
2513         * tests/test-logl.c (x): New variable.
2514         (main): Store argument in x and fetch it from x.
2515         * tests/test-sinl.c (x): New variable.
2516         (main): Store argument in x and fetch it from x.
2517         * tests/test-sqrtl.c (x): New variable.
2518         (main): Store argument in x and fetch it from x.
2519         * tests/test-tanl.c (x): New variable.
2520         (main): Store argument in x and fetch it from x.
2521
2522 2010-01-24  Bruno Haible  <bruno@clisp.org>
2523
2524         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2525         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2526         assignments to the initial TESTS_ENVIRONMENT.
2527         * doc/gnulib.texi (Unit test modules): Document it.
2528         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2529         TESTS_ENVIRONMENT.
2530         * modules/btowc-tests (Makefile.am): Likewise.
2531         * modules/c-stack-tests (Makefile.am): Likewise.
2532         * modules/c-strcase-tests (Makefile.am): Likewise.
2533         * modules/copy-file-tests (Makefile.am): Likewise.
2534         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2535         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2536         * modules/mbrtowc-tests (Makefile.am): Likewise.
2537         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2538         * modules/mbscasestr-tests (Makefile.am): Likewise.
2539         * modules/mbschr-tests (Makefile.am): Likewise.
2540         * modules/mbscspn-tests (Makefile.am): Likewise.
2541         * modules/mbsinit-tests (Makefile.am): Likewise.
2542         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2543         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2544         * modules/mbspbrk-tests (Makefile.am): Likewise.
2545         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2546         * modules/mbsrchr-tests (Makefile.am): Likewise.
2547         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2548         * modules/mbsspn-tests (Makefile.am): Likewise.
2549         * modules/mbsstr-tests (Makefile.am): Likewise.
2550         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2551         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2552         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2553         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2554         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2555         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2556         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2557         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2558         * modules/wcrtomb-tests (Makefile.am): Likewise.
2559         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2560         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2561         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2562         assignments from TESTS_ENVIRONMENT.
2563         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2564         augmentation.
2565         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2566         * modules/atexit-tests (Makefile.am): Likewise.
2567         * modules/binary-io-tests (Makefile.am): Likewise.
2568         * modules/closein-tests (Makefile.am): Likewise.
2569         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2570         * modules/exclude-tests (Makefile.am): Likewise.
2571         * modules/fflush-tests (Makefile.am): Likewise.
2572         * modules/fpending-tests (Makefile.am): Likewise.
2573         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2574         * modules/freadahead-tests (Makefile.am): Likewise.
2575         * modules/freadptr-tests (Makefile.am): Likewise.
2576         * modules/freadseek-tests (Makefile.am): Likewise.
2577         * modules/fseek-tests (Makefile.am): Likewise.
2578         * modules/fseeko-tests (Makefile.am): Likewise.
2579         * modules/ftell-tests (Makefile.am): Likewise.
2580         * modules/ftello-tests (Makefile.am): Likewise.
2581         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2582         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2583         * modules/lseek-tests (Makefile.am): Likewise.
2584         * modules/parse-duration-tests (Makefile.am): Likewise.
2585         * modules/perror-tests (Makefile.am): Likewise.
2586         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2587         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2588         * modules/pipe-tests (Makefile.am): Likewise.
2589         * modules/pread-tests (Makefile.am): Likewise.
2590         * modules/printf-posix-tests (Makefile.am): Likewise.
2591         * modules/select-tests (Makefile.am): Likewise.
2592         * modules/sigpipe-tests (Makefile.am): Likewise.
2593         * modules/tsearch-tests (Makefile.am): Likewise.
2594         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2595         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2596         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2597         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2598         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2599         * modules/version-etc-tests (Makefile.am): Likewise.
2600         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2601         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2602         * modules/xalloc-die-tests (Makefile.am): Likewise.
2603         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2604         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2605         * modules/xstrtol-tests (Makefile.am): Likewise.
2606         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2607         * modules/yesno-tests (Makefile.am): Likewise.
2608         Suggested by Jim Meyering.
2609
2610 2010-01-24  Bruno Haible  <bruno@clisp.org>
2611
2612         More documentation.
2613         * doc/gnulib.texi (Writing modules): New chapter.
2614         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2615         the new chapter.
2616
2617 2010-01-24  Jim Meyering  <meyering@redhat.com>
2618
2619         maint.mk: do not prepend "./" after filtering
2620         * top/maint.mk (_prepend_srcdir_prefix): New variable
2621         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2622         "./" when $(srcdir) is ".".
2623
2624         define STREQ(a,b) consistently, removing useless parentheses
2625         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2626         since the only risk is that "a" or "b" contains an unparenthesized
2627         comma, but if either did that, STREQ would have 3 or more arguments.
2628         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2629         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2630         * lib/hash-triple.c (STREQ): Likewise.
2631         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2632         * lib/getugroups.c (STREQ): Likewise.
2633
2634 2010-01-23  Jim Meyering  <meyering@redhat.com>
2635
2636         maint.mk: fix syntax-check in a non-srcdir build directory
2637         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2638         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2639
2640 2010-01-22  Jim Meyering  <meyering@redhat.com>
2641
2642         userspec: add unit tests
2643         * tests/test-userspec.c: New file.
2644         * modules/userspec-tests: Likewise.
2645
2646 2010-01-21  Jim Meyering  <meyering@redhat.com>
2647
2648         maint.mk: handle source file names containing "." robustly
2649         * top/maint.mk (_dot_escaped_srcdir): Define.
2650         (VC_LIST): Use it in LHS of sed substitution.
2651
2652 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2653
2654         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2655         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2656         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2657         from a non-srcdir build.
2658
2659 2010-01-20  Eric Blake  <ebb9@byu.net>
2660
2661         warn-on-use: use instead of link-warning
2662         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
2663         * modules/unistd (Depends-on, Makefile.am): Likewise.
2664         * modules/arpa_inet (Depends-on): Replace link-warning with
2665         warn-on-use.
2666         (Makefile.am): Update rules accordingly.
2667         * modules/ctype (Depends-on, Makefile.am): Likewise.
2668         * modules/dirent (Depends-on, Makefile.am): Likewise.
2669         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
2670         * modules/inttypes (Depends-on, Makefile.am): Likewise.
2671         * modules/langinfo (Depends-on, Makefile.am): Likewise.
2672         * modules/locale (Depends-on, Makefile.am): Likewise.
2673         * modules/math (Depends-on, Makefile.am): Likewise.
2674         * modules/search (Depends-on, Makefile.am): Likewise.
2675         * modules/signal (Depends-on, Makefile.am): Likewise.
2676         * modules/spawn (Depends-on, Makefile.am): Likewise.
2677         * modules/stdlib (Depends-on, Makefile.am): Likewise.
2678         * modules/string (Depends-on, Makefile.am): Likewise.
2679         * modules/strings (Depends-on, Makefile.am): Likewise.
2680         * modules/sys_file (Depends-on, Makefile.am): Likewise.
2681         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
2682         * modules/sys_select (Depends-on, Makefile.am): Likewise.
2683         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
2684         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
2685         * modules/sys_times (Depends-on, Makefile.am): Likewise.
2686         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
2687         * modules/wchar (Depends-on, Makefile.am): Likewise.
2688         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
2689         should be poisoned.
2690         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
2691         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
2692         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
2693         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
2694         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2695         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
2696         * m4/math_h.m4 (gl_MATH_H): Likewise.
2697         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
2698         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
2699         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
2700         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
2701         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
2702         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
2703         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
2704         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
2705         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
2706         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
2707         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
2708         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
2709         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2710         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2711         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
2712         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
2713         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
2714         GL_LINK_WARNING.
2715         * lib/ctype.in.h: Likewise.
2716         * lib/dirent.in.h: Likewise.
2717         * lib/fcntl.in.h: Likewise.
2718         * lib/inttypes.in.h: Likewise.
2719         * lib/langinfo.in.h: Likewise.
2720         * lib/locale.in.h: Likewise.
2721         * lib/math.in.h: Likewise.
2722         * lib/search.in.h: Likewise.
2723         * lib/signal.in.h: Likewise.
2724         * lib/spawn.in.h: Likewise.
2725         * lib/stdio.in.h: Likewise.
2726         * lib/stdlib.in.h: Likewise.
2727         * lib/string.in.h: Likewise.
2728         * lib/strings.in.h: Likewise.
2729         * lib/sys_file.in.h: Likewise.
2730         * lib/sys_ioctl.in.h: Likewise.
2731         * lib/sys_select.in.h: Likewise.
2732         * lib/sys_socket.in.h: Likewise.
2733         * lib/sys_stat.in.h: Likewise.
2734         * lib/sys_times.in.h: Likewise.
2735         * lib/sys_utsname.in.h: Likewise.
2736         * lib/unistd.in.h: Likewise.
2737         * lib/wchar.in.h: Likewise.
2738
2739 2010-01-20  Bruno Haible  <bruno@clisp.org>
2740
2741         Avoid duplicate -lm.
2742         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
2743         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
2744         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
2745         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
2746         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
2747         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
2748         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
2749         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
2750         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
2751         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
2752         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
2753         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
2754         Reported by Paolo Bonzini.
2755
2756 2010-01-19  Bruno Haible  <bruno@clisp.org>
2757
2758         langinfo, nl_langinfo: Relicense under LGPLv2+.
2759         * modules/langinfo (License): Change to LGPLv2+.
2760         * modules/nl_langinfo (License): Likewise.
2761         Patch by David Lutterkort <lutter@redhat.com>.
2762
2763 2010-01-19  Bruno Haible  <bruno@clisp.org>
2764
2765         Avoid compilation error with cc on OSF/1 5.1.
2766         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
2767         statement, not before.
2768         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2769
2770 2010-01-18  Bruno Haible  <bruno@clisp.org>
2771
2772         Avoid a link error due to the __printf__ symbol.
2773         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
2774         and 2.6.x.
2775         (__format__, __printf__): Remove definitions.
2776         * lib/argp-fmtstream.h: Likewise.
2777         * lib/argp.h: Likewise.
2778         * lib/error.h: Likewise.
2779         * lib/vasnprintf.h: Likewise.
2780         * lib/xprintf.h: Likewise.
2781         * lib/xvasprintf.h: Likewise.
2782         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2783
2784 2010-01-18  Bruno Haible  <bruno@clisp.org>
2785
2786         Tests for module 'tanl'.
2787         * modules/tanl-tests: New file.
2788         * tests/test-tanl.c: New file.
2789
2790         Tests for module 'sqrtl'.
2791         * modules/sqrtl-tests: New file.
2792         * tests/test-sqrtl.c: New file.
2793
2794         Tests for module 'sinl'.
2795         * modules/sinl-tests: New file.
2796         * tests/test-sinl.c: New file.
2797
2798         Tests for module 'logl'.
2799         * modules/logl-tests: New file.
2800         * tests/test-logl.c: New file.
2801
2802         Tests for module 'expl'.
2803         * modules/expl-tests: New file.
2804         * tests/test-expl.c: New file.
2805
2806         Tests for module 'cosl'.
2807         * modules/cosl-tests: New file.
2808         * tests/test-cosl.c: New file.
2809
2810         Tests for module 'atanl'.
2811         * modules/atanl-tests: New file.
2812         * tests/test-atanl.c: New file.
2813
2814         Tests for module 'asinl'.
2815         * modules/asinl-tests: New file.
2816         * tests/test-asinl.c: New file.
2817
2818         Tests for module 'acosl'.
2819         * modules/acosl-tests: New file.
2820         * tests/test-acosl.c: New file.
2821
2822         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2823         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
2824         tanl): Use the standard gnulib idiom.
2825         * lib/cosl.c: Don't include trigl.c and sincosl.c.
2826         * lib/sinl.c: Likewise.
2827         * lib/tanl.c: Don't include trigl.c.
2828         (kernel_tanl): Make static.
2829         * lib/sincosl.c: Include trigl.h first.
2830         * lib/trigl.c: Likewise.
2831         * m4/acosl.m4: New file.
2832         * m4/asinl.m4: New file.
2833         * m4/atanl.m4: New file.
2834         * m4/cosl.m4: New file.
2835         * m4/expl.m4: New file.
2836         * m4/logl.m4: New file.
2837         * m4/sinl.m4: New file.
2838         * m4/sqrtl.m4: New file.
2839         * m4/tanl.m4: New file.
2840         * m4/mathl.m4: Remove file.
2841         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
2842         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
2843         Don't initialize GNULIB_MATHL.
2844         * modules/acosl: New file.
2845         * modules/asinl: New file.
2846         * modules/atanl: New file.
2847         * modules/cosl: New file.
2848         * modules/expl: New file.
2849         * modules/logl: New file.
2850         * modules/sinl: New file.
2851         * modules/sqrtl: New file.
2852         * modules/tanl: New file.
2853         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
2854         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
2855         substitute GNULIB_MATHL.
2856         * modules/mathl: Rewritten.
2857         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
2858         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
2859         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
2860         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
2861         * doc/posix-functions/expl.texi: Mention the 'expl' module.
2862         * doc/posix-functions/logl.texi: Mention the 'logl' module.
2863         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
2864         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
2865         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
2866
2867 2010-01-18  Bruno Haible  <bruno@clisp.org>
2868
2869         sqrt: Make gl_FUNC_SQRT requirable.
2870         * m4/sqrt.m4: New file.
2871         * modules/sqrt (Files): Add it.
2872         (configure.ac): Invoke gl_FUNC_SQRT.
2873
2874 2010-01-18  Bruno Haible  <bruno@clisp.org>
2875
2876         New modules for common <math.h> functions.
2877         * m4/mathfunc.m4: New file.
2878         * modules/acos: New file.
2879         * modules/asin: New file.
2880         * modules/atan: New file.
2881         * modules/atan2: New file.
2882         * modules/cbrt: New file.
2883         * modules/copysign: New file.
2884         * modules/cos: New file.
2885         * modules/cosh: New file.
2886         * modules/erf: New file.
2887         * modules/erfc: New file.
2888         * modules/exp: New file.
2889         * modules/fabs: New file.
2890         * modules/fmod: New file.
2891         * modules/hypot: New file.
2892         * modules/j0: New file.
2893         * modules/j1: New file.
2894         * modules/jn: New file.
2895         * modules/ldexp: New file.
2896         * modules/lgamma: New file.
2897         * modules/log: New file.
2898         * modules/log10: New file.
2899         * modules/log1p: New file.
2900         * modules/logb: New file.
2901         * modules/modf: New file.
2902         * modules/nextafter: New file.
2903         * modules/pow: New file.
2904         * modules/remainder: New file.
2905         * modules/rint: New file.
2906         * modules/sin: New file.
2907         * modules/sinh: New file.
2908         * modules/sqrt: New file.
2909         * modules/tan: New file.
2910         * modules/tanh: New file.
2911         * modules/y0: New file.
2912         * modules/y1: New file.
2913         * modules/yn: New file.
2914         * doc/posix-functions/acos.texi: Mention the 'acos' module.
2915         * doc/posix-functions/asin.texi: Mention the 'asin' module.
2916         * doc/posix-functions/atan.texi: Mention the 'atan' module.
2917         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
2918         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
2919         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
2920         * doc/posix-functions/cos.texi: Mention the 'cos' module.
2921         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
2922         * doc/posix-functions/erf.texi: Mention the 'erf' module.
2923         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
2924         * doc/posix-functions/exp.texi: Mention the 'exp' module.
2925         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
2926         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
2927         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
2928         * doc/posix-functions/j0.texi: Mention the 'j0' module.
2929         * doc/posix-functions/j1.texi: Mention the 'j1' module.
2930         * doc/posix-functions/jn.texi: Mention the 'jn' module.
2931         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
2932         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
2933         * doc/posix-functions/log.texi: Mention the 'log' module.
2934         * doc/posix-functions/log10.texi: Mention the 'log10' module.
2935         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
2936         * doc/posix-functions/logb.texi: Mention the 'logb' module.
2937         * doc/posix-functions/modf.texi: Mention the 'modf' module.
2938         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
2939         * doc/posix-functions/pow.texi: Mention the 'pow' module.
2940         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
2941         * doc/posix-functions/rint.texi: Mention the 'rint' module.
2942         * doc/posix-functions/sin.texi: Mention the 'sin' module.
2943         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
2944         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
2945         * doc/posix-functions/tan.texi: Mention the 'tan' module.
2946         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
2947         * doc/posix-functions/y0.texi: Mention the 'y0' module.
2948         * doc/posix-functions/y1.texi: Mention the 'y1' module.
2949         * doc/posix-functions/yn.texi: Mention the 'yn' module.
2950
2951 2010-01-18  Jim Meyering  <meyering@redhat.com>
2952
2953         ignore-value: relax license to LGPLv2+
2954         * modules/ignore-value (License): Relax to LGPLv2+.
2955
2956         getdate: don't leak when TZ contains two or more '"'s
2957         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
2958         double quote in TZ after the first one.
2959
2960         readtokens: do not leak internal token_lengths buffer
2961         * lib/readtokens.c (readtokens): Free the local, lengths,
2962         when the supplied "token_lengths" parameter is NULL.
2963
2964 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2965
2966         Fix a couple of missing LIBTHREAD link failures on AIX.
2967         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
2968         $(LIBTHREAD).
2969         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
2970
2971         Link test-poll against INET_PTON_LIB.
2972         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
2973         for inet_pton on Solaris 10.
2974
2975 2010-01-17  Bruno Haible  <bruno@clisp.org>
2976
2977         unistdio/*-sprintf: Fix typo in module description.
2978         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
2979         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
2980         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
2981         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
2982         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
2983         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
2984         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
2985         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2986
2987 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2988
2989         gnulib-tool: fix filelist for AIX, HP-UX ksh.
2990         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
2991         variables in shell case patterns, for AIX and HP-UX ksh.
2992
2993         Split large sed scripts, for HP-UX sed.
2994         * modules/stdio: Split sed scripts around 50 sed commands,
2995         to avoid HP-UX limit of 99 commands, in the near future.
2996         * modules/string: Likewise.
2997         * modules/unistd: Likewise.
2998
2999         gnulib-tool: avoid writing in the current directory.
3000         * gnulib-tool (func_emit_lib_Makefile_am)
3001         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3002         not in the current directory, so concurrent gnulib-tool
3003         instances do not interfere.
3004
3005 2010-01-16  Jim Meyering  <meyering@redhat.com>
3006
3007         doc: update users.txt
3008         * users.txt: Add grep.
3009         (diffutils, gzip): Update URLs.
3010
3011 2010-01-12  Bruno Haible  <bruno@clisp.org>
3012
3013         posix_spawn: Avoid test failure on Cygwin.
3014         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3015         characters.
3016         Reported by Simon Josefsson.
3017
3018 2010-01-12  Bruno Haible  <bruno@clisp.org>
3019
3020         * tests/test-cond.c (main): When skipping the test, show the reason.
3021
3022 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3023
3024         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3025
3026 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3027
3028         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3029         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3030
3031 2010-01-12  Eric Blake  <ebb9@byu.net>
3032
3033         build: guarantee AS_VAR_IF
3034         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3035         (gl_AS_VAR_IF): Move...
3036         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3037         Reported by Simon Josefsson.
3038
3039 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3040
3041         * lib/stdio.in.h: Fix typo.
3042
3043 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3044
3045         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3046         libgpg-error.
3047
3048 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3049
3050         * tests/test-xalloc-die.sh: Use $EXEEXT.
3051
3052 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3053             Bruno Haible  <bruno@clisp.org>
3054
3055         getlogin, getlogin_r: Avoid test failure.
3056         * tests/test-getlogin.c: Include <stdio.h>.
3057         (main): Skip the test when the function fails because stdin is not a
3058         tty.
3059         * tests/test-getlogin_r.c: Include <stdio.h>.
3060         (main): Skip the test when the function fails because stdin is not a
3061         tty.
3062
3063 2010-01-11  Eric Blake  <ebb9@byu.net>
3064
3065         tests: avoid more large file warnings
3066         * tests/test-fflush.c: Avoid warning about ftell use.
3067         * tests/test-fseek.c: Avoid warning about fseek use.
3068
3069 2010-01-10  Bruno Haible  <bruno@clisp.org>
3070
3071         nproc: Work better on Linux when /proc and /sys are not mounted.
3072         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3073         as lower bound when, on glibc/Linux systems,
3074         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3075         Suggested by Pádraig Brady <P@draigbrady.com>.
3076         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3077
3078         nproc: Refactor.
3079         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3080         extracted from num_processors.
3081         (num_processors): Call it.
3082
3083 2010-01-11  Jim Meyering  <meyering@redhat.com>
3084
3085         utimecmp: avoid new warning from upcoming gcc-4.5.0
3086         * lib/utimecmp.c (BILLION): Define using #define rather than an
3087         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3088
3089 2010-01-11  Eric Blake  <ebb9@byu.net>
3090
3091         math: add portability warnings for classification macros
3092         * modules/math (Depends-on): Add warn-on-use.
3093         (Makefile.am): Provide new substitutions.
3094         * m4/math_h.m4 (gl_MATH_H): Require inline.
3095         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3096         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3097         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3098         implement warnings.
3099
3100         unistd: warn on use of environ without module
3101         * modules/unistd (Depends-on): Add warn-on-use.
3102         (Makefile.am): Provide new substitutions.
3103         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3104         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3105
3106         stdio: warn on suspicious uses
3107         * modules/stdio (Depends-on): Add warn-on-use.
3108         (Makefile.am): Provide new substitutions.
3109         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3110         fseeko.
3111         * lib/stdio.in.h (gets): Always warn on use.
3112         (fseek, ftell): Adjust when warnings are issued, and honor
3113         _GL_NO_LARGE_FILES as a way to silence the warning.
3114         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3115         any warning about large file offsets.
3116         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3117         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3118         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3119         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3120         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3121         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3122         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3123         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3124
3125         warn-on-use: new module
3126         * modules/warn-on-use: New file.
3127         * build-aux/warn-on-use.h: Likewise.
3128         * m4/warn-on-use.m4: Likewise.
3129         * MODULES.html.sh (Support for building): Mention it.
3130
3131 2010-01-10  Bruno Haible  <bruno@clisp.org>
3132
3133         Tests for module 'unistr/u32-strdup'.
3134         * modules/unistr/u32-strdup-tests: New file.
3135         * tests/unistr/test-u32-strdup.c: New file.
3136
3137         Tests for module 'unistr/u16-strdup'.
3138         * modules/unistr/u16-strdup-tests: New file.
3139         * tests/unistr/test-u16-strdup.c: New file.
3140
3141         Tests for module 'unistr/u8-strdup'.
3142         * modules/unistr/u8-strdup-tests: New file.
3143         * tests/unistr/test-u8-strdup.c: New file.
3144         * tests/unistr/test-strdup.h: New file.
3145
3146         Tests for module 'unistr/u32-strncmp'.
3147         * modules/unistr/u32-strncmp-tests: New file.
3148         * tests/unistr/test-u32-strncmp.c: New file.
3149
3150         Tests for module 'unistr/u16-strncmp'.
3151         * modules/unistr/u16-strncmp-tests: New file.
3152         * tests/unistr/test-u16-strncmp.c: New file.
3153
3154         Tests for module 'unistr/u8-strncmp'.
3155         * modules/unistr/u8-strncmp-tests: New file.
3156         * tests/unistr/test-u8-strncmp.c: New file.
3157         * tests/unistr/test-strncmp.h: New file.
3158
3159         Tests for module 'unistr/u32-strcoll'.
3160         * modules/unistr/u32-strcoll-tests: New file.
3161         * tests/unistr/test-u32-strcoll.c: New file.
3162
3163         Tests for module 'unistr/u16-strcoll'.
3164         * modules/unistr/u16-strcoll-tests: New file.
3165         * tests/unistr/test-u16-strcoll.c: New file.
3166
3167         Tests for module 'unistr/u8-strcoll'.
3168         * modules/unistr/u8-strcoll-tests: New file.
3169         * tests/unistr/test-u8-strcoll.c: New file.
3170
3171         Tests for module 'unistr/u32-strcmp'.
3172         * modules/unistr/u32-strcmp-tests: New file.
3173         * tests/unistr/test-u32-strcmp.c: New file.
3174         * tests/unistr/test-u32-strcmp.h: New file.
3175
3176         Tests for module 'unistr/u16-strcmp'.
3177         * modules/unistr/u16-strcmp-tests: New file.
3178         * tests/unistr/test-u16-strcmp.c: New file.
3179         * tests/unistr/test-u16-strcmp.h: New file.
3180
3181         Tests for module 'unistr/u8-strcmp'.
3182         * modules/unistr/u8-strcmp-tests: New file.
3183         * tests/unistr/test-u8-strcmp.c: New file.
3184         * tests/unistr/test-u8-strcmp.h: New file.
3185         * tests/unistr/test-strcmp.h: New file.
3186
3187         Tests for module 'unistr/u32-strncat'.
3188         * modules/unistr/u32-strncat-tests: New file.
3189         * tests/unistr/test-u32-strncat.c: New file.
3190
3191         Tests for module 'unistr/u16-strncat'.
3192         * modules/unistr/u16-strncat-tests: New file.
3193         * tests/unistr/test-u16-strncat.c: New file.
3194
3195         Tests for module 'unistr/u8-strncat'.
3196         * modules/unistr/u8-strncat-tests: New file.
3197         * tests/unistr/test-u8-strncat.c: New file.
3198         * tests/unistr/test-strncat.h: New file.
3199
3200         Tests for module 'unistr/u32-strcat'.
3201         * modules/unistr/u32-strcat-tests: New file.
3202         * tests/unistr/test-u32-strcat.c: New file.
3203
3204         Tests for module 'unistr/u16-strcat'.
3205         * modules/unistr/u16-strcat-tests: New file.
3206         * tests/unistr/test-u16-strcat.c: New file.
3207
3208         Tests for module 'unistr/u8-strcat'.
3209         * modules/unistr/u8-strcat-tests: New file.
3210         * tests/unistr/test-u8-strcat.c: New file.
3211         * tests/unistr/test-strcat.h: New file.
3212
3213         Tests for module 'unistr/u32-stpncpy'.
3214         * modules/unistr/u32-stpncpy-tests: New file.
3215         * tests/unistr/test-u32-stpncpy.c: New file.
3216
3217         Tests for module 'unistr/u16-stpncpy'.
3218         * modules/unistr/u16-stpncpy-tests: New file.
3219         * tests/unistr/test-u16-stpncpy.c: New file.
3220
3221         Tests for module 'unistr/u8-stpncpy'.
3222         * modules/unistr/u8-stpncpy-tests: New file.
3223         * tests/unistr/test-u8-stpncpy.c: New file.
3224         * tests/unistr/test-stpncpy.h: New file.
3225
3226         Tests for module 'unistr/u32-strncpy'.
3227         * modules/unistr/u32-strncpy-tests: New file.
3228         * tests/unistr/test-u32-strncpy.c: New file.
3229
3230         Tests for module 'unistr/u16-strncpy'.
3231         * modules/unistr/u16-strncpy-tests: New file.
3232         * tests/unistr/test-u16-strncpy.c: New file.
3233
3234         Tests for module 'unistr/u8-strncpy'.
3235         * modules/unistr/u8-strncpy-tests: New file.
3236         * tests/unistr/test-u8-strncpy.c: New file.
3237         * tests/unistr/test-strncpy.h: New file.
3238
3239         Tests for module 'unistr/u32-stpcpy'.
3240         * modules/unistr/u32-stpcpy-tests: New file.
3241         * tests/unistr/test-u32-stpcpy.c: New file.
3242
3243         Tests for module 'unistr/u16-stpcpy'.
3244         * modules/unistr/u16-stpcpy-tests: New file.
3245         * tests/unistr/test-u16-stpcpy.c: New file.
3246
3247         Tests for module 'unistr/u8-stpcpy'.
3248         * modules/unistr/u8-stpcpy-tests: New file.
3249         * tests/unistr/test-u8-stpcpy.c: New file.
3250         * tests/unistr/test-stpcpy.h: New file.
3251
3252         Tests for module 'unistr/u32-strcpy'.
3253         * modules/unistr/u32-strcpy-tests: New file.
3254         * tests/unistr/test-u32-strcpy.c: New file.
3255
3256         Tests for module 'unistr/u16-strcpy'.
3257         * modules/unistr/u16-strcpy-tests: New file.
3258         * tests/unistr/test-u16-strcpy.c: New file.
3259
3260         Tests for module 'unistr/u8-strcpy'.
3261         * modules/unistr/u8-strcpy-tests: New file.
3262         * tests/unistr/test-u8-strcpy.c: New file.
3263         * tests/unistr/test-strcpy.h: New file.
3264
3265         Tests for module 'unistr/u32-strnlen'.
3266         * modules/unistr/u32-strnlen-tests: New file.
3267         * tests/unistr/test-u32-strnlen.c: New file.
3268
3269         Tests for module 'unistr/u16-strnlen'.
3270         * modules/unistr/u16-strnlen-tests: New file.
3271         * tests/unistr/test-u16-strnlen.c: New file.
3272
3273         Tests for module 'unistr/u8-strnlen'.
3274         * modules/unistr/u8-strnlen-tests: New file.
3275         * tests/unistr/test-u8-strnlen.c: New file.
3276         * tests/unistr/test-strnlen.h: New file.
3277
3278         Tests for module 'unistr/u32-strlen'.
3279         * modules/unistr/u32-strlen-tests: New file.
3280         * tests/unistr/test-u32-strlen.c: New file.
3281
3282         Tests for module 'unistr/u16-strlen'.
3283         * modules/unistr/u16-strlen-tests: New file.
3284         * tests/unistr/test-u16-strlen.c: New file.
3285
3286         Tests for module 'unistr/u8-strlen'.
3287         * modules/unistr/u8-strlen-tests: New file.
3288         * tests/unistr/test-u8-strlen.c: New file.
3289
3290         Tests for module 'unistr/u32-prev'.
3291         * modules/unistr/u32-prev-tests: New file.
3292         * tests/unistr/test-u32-prev.c: New file.
3293
3294         Tests for module 'unistr/u16-prev'.
3295         * modules/unistr/u16-prev-tests: New file.
3296         * tests/unistr/test-u16-prev.c: New file.
3297
3298         Tests for module 'unistr/u8-prev'.
3299         * modules/unistr/u8-prev-tests: New file.
3300         * tests/unistr/test-u8-prev.c: New file.
3301
3302         Tests for module 'unistr/u32-next'.
3303         * modules/unistr/u32-next-tests: New file.
3304         * tests/unistr/test-u32-next.c: New file.
3305
3306         Tests for module 'unistr/u16-next'.
3307         * modules/unistr/u16-next-tests: New file.
3308         * tests/unistr/test-u16-next.c: New file.
3309
3310         Tests for module 'unistr/u8-next'.
3311         * modules/unistr/u8-next-tests: New file.
3312         * tests/unistr/test-u8-next.c: New file.
3313
3314         Tests for module 'unistr/u32-strmbtouc'.
3315         * modules/unistr/u32-strmbtouc-tests: New file.
3316         * tests/unistr/test-u32-strmbtouc.c: New file.
3317
3318         Tests for module 'unistr/u16-strmbtouc'.
3319         * modules/unistr/u16-strmbtouc-tests: New file.
3320         * tests/unistr/test-u16-strmbtouc.c: New file.
3321
3322         Tests for module 'unistr/u8-strmbtouc'.
3323         * modules/unistr/u8-strmbtouc-tests: New file.
3324         * tests/unistr/test-u8-strmbtouc.c: New file.
3325
3326         Tests for module 'unistr/u32-strmblen'.
3327         * modules/unistr/u32-strmblen-tests: New file.
3328         * tests/unistr/test-u32-strmblen.c: New file.
3329
3330         Tests for module 'unistr/u16-strmblen'.
3331         * modules/unistr/u16-strmblen-tests: New file.
3332         * tests/unistr/test-u16-strmblen.c: New file.
3333
3334         Tests for module 'unistr/u8-strmblen'.
3335         * modules/unistr/u8-strmblen-tests: New file.
3336         * tests/unistr/test-u8-strmblen.c: New file.
3337
3338         Tests for module 'unistr/u32-cpy-alloc'.
3339         * modules/unistr/u32-cpy-alloc-tests: New file.
3340         * tests/unistr/test-u32-cpy-alloc.c: New file.
3341
3342         Tests for module 'unistr/u16-cpy-alloc'.
3343         * modules/unistr/u16-cpy-alloc-tests: New file.
3344         * tests/unistr/test-u16-cpy-alloc.c: New file.
3345
3346         Tests for module 'unistr/u8-cpy-alloc'.
3347         * modules/unistr/u8-cpy-alloc-tests: New file.
3348         * tests/unistr/test-u8-cpy-alloc.c: New file.
3349         * tests/unistr/test-cpy-alloc.h: New file.
3350
3351         Tests for module 'unistr/u32-mbsnlen'.
3352         * modules/unistr/u32-mbsnlen-tests: New file.
3353         * tests/unistr/test-u32-mbsnlen.c: New file.
3354
3355         Tests for module 'unistr/u16-mbsnlen'.
3356         * modules/unistr/u16-mbsnlen-tests: New file.
3357         * tests/unistr/test-u16-mbsnlen.c: New file.
3358
3359         Tests for module 'unistr/u8-mbsnlen'.
3360         * modules/unistr/u8-mbsnlen-tests: New file.
3361         * tests/unistr/test-u8-mbsnlen.c: New file.
3362
3363         Tests for module 'unistr/u32-chr'.
3364         * modules/unistr/u32-chr-tests: New file.
3365         * tests/unistr/test-u32-chr.c: New file.
3366
3367         Tests for module 'unistr/u16-chr'.
3368         * modules/unistr/u16-chr-tests: New file.
3369         * tests/unistr/test-u16-chr.c: New file.
3370
3371         Tests for module 'unistr/u8-chr'.
3372         * modules/unistr/u8-chr-tests: New file.
3373         * tests/unistr/test-u8-chr.c: New file.
3374         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3375
3376         Tests for module 'unistr/u32-cmp2'.
3377         * modules/unistr/u32-cmp2-tests: New file.
3378         * tests/unistr/test-u32-cmp2.c: New file.
3379
3380         Tests for module 'unistr/u16-cmp2'.
3381         * modules/unistr/u16-cmp2-tests: New file.
3382         * tests/unistr/test-u16-cmp2.c: New file.
3383
3384         Tests for module 'unistr/u8-cmp2'.
3385         * modules/unistr/u8-cmp2-tests: New file.
3386         * tests/unistr/test-u8-cmp2.c: New file.
3387         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3388
3389         Tests for module 'unistr/u32-cmp'.
3390         * modules/unistr/u32-cmp-tests: New file.
3391         * tests/unistr/test-u32-cmp.c: New file.
3392
3393         Tests for module 'unistr/u16-cmp'.
3394         * modules/unistr/u16-cmp-tests: New file.
3395         * tests/unistr/test-u16-cmp.c: New file.
3396
3397         Tests for module 'unistr/u8-cmp'.
3398         * modules/unistr/u8-cmp-tests: New file.
3399         * tests/unistr/test-u8-cmp.c: New file.
3400         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3401
3402         Tests for module 'unistr/u32-set'.
3403         * modules/unistr/u32-set-tests: New file.
3404         * tests/unistr/test-u32-set.c: New file.
3405
3406         Tests for module 'unistr/u16-set'.
3407         * modules/unistr/u16-set-tests: New file.
3408         * tests/unistr/test-u16-set.c: New file.
3409
3410         Tests for module 'unistr/u8-set'.
3411         * modules/unistr/u8-set-tests: New file.
3412         * tests/unistr/test-u8-set.c: New file.
3413         * tests/unistr/test-set.h: New file.
3414
3415         Tests for module 'unistr/u32-move'.
3416         * modules/unistr/u32-move-tests: New file.
3417         * tests/unistr/test-u32-move.c: New file.
3418
3419         Tests for module 'unistr/u16-move'.
3420         * modules/unistr/u16-move-tests: New file.
3421         * tests/unistr/test-u16-move.c: New file.
3422
3423         Tests for module 'unistr/u8-move'.
3424         * modules/unistr/u8-move-tests: New file.
3425         * tests/unistr/test-u8-move.c: New file.
3426         * tests/unistr/test-move.h: New file.
3427
3428         Tests for module 'unistr/u32-cpy'.
3429         * modules/unistr/u32-cpy-tests: New file.
3430         * tests/unistr/test-u32-cpy.c: New file.
3431
3432         Tests for module 'unistr/u16-cpy'.
3433         * modules/unistr/u16-cpy-tests: New file.
3434         * tests/unistr/test-u16-cpy.c: New file.
3435
3436         Tests for module 'unistr/u8-cpy'.
3437         * modules/unistr/u8-cpy-tests: New file.
3438         * tests/unistr/test-u8-cpy.c: New file.
3439         * tests/unistr/test-cpy.h: New file.
3440
3441 2010-01-09  Bruno Haible  <bruno@clisp.org>
3442
3443         Tests for module 'unistr/u32-uctomb'.
3444         * modules/unistr/u32-uctomb-tests: New file.
3445         * tests/unistr/test-u32-uctomb.c: New file.
3446
3447         Tests for module 'unistr/u16-uctomb'.
3448         * modules/unistr/u16-uctomb-tests: New file.
3449         * tests/unistr/test-u16-uctomb.c: New file.
3450
3451         Tests for module 'unistr/u8-uctomb'.
3452         * modules/unistr/u8-uctomb-tests: New file.
3453         * tests/unistr/test-u8-uctomb.c: New file.
3454
3455         Tests for module 'unistr/u32-mbtoucr'.
3456         * modules/unistr/u32-mbtoucr-tests: New file.
3457         * tests/unistr/test-u32-mbtoucr.c: New file.
3458
3459         Tests for module 'unistr/u16-mbtoucr'.
3460         * modules/unistr/u16-mbtoucr-tests: New file.
3461         * tests/unistr/test-u16-mbtoucr.c: New file.
3462
3463         Tests for module 'unistr/u8-mbtoucr'.
3464         * modules/unistr/u8-mbtoucr-tests: New file.
3465         * tests/unistr/test-u8-mbtoucr.c: New file.
3466
3467         Tests for module 'unistr/u32-mbtouc'.
3468         * modules/unistr/u32-mbtouc-tests: New file.
3469         * tests/unistr/test-u32-mbtouc.c: New file.
3470
3471         Tests for module 'unistr/u16-mbtouc'.
3472         * modules/unistr/u16-mbtouc-tests: New file.
3473         * tests/unistr/test-u16-mbtouc.c: New file.
3474
3475         Tests for module 'unistr/u8-mbtouc'.
3476         * modules/unistr/u8-mbtouc-tests: New file.
3477         * tests/unistr/test-u8-mbtouc.c: New file.
3478
3479         Tests for module 'unistr/u32-mbtouc-unsafe'.
3480         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3481         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3482         * tests/unistr/test-u32-mbtouc.h: New file.
3483
3484         Tests for module 'unistr/u16-mbtouc-unsafe'.
3485         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3486         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3487         * tests/unistr/test-u16-mbtouc.h: New file.
3488
3489         Tests for module 'unistr/u8-mbtouc-unsafe'.
3490         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3491         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3492         * tests/unistr/test-u8-mbtouc.h: New file.
3493
3494         Tests for module 'unistr/u32-mblen'.
3495         * modules/unistr/u32-mblen-tests: New file.
3496         * tests/unistr/test-u32-mblen.c: New file.
3497
3498         Tests for module 'unistr/u16-mblen'.
3499         * modules/unistr/u16-mblen-tests: New file.
3500         * tests/unistr/test-u16-mblen.c: New file.
3501
3502         Tests for module 'unistr/u8-mblen'.
3503         * modules/unistr/u8-mblen-tests: New file.
3504         * tests/unistr/test-u8-mblen.c: New file.
3505
3506         Tests for module 'unistr/u32-to-u16'.
3507         * modules/unistr/u32-to-u16-tests: New file.
3508         * tests/unistr/test-u32-to-u16.c: New file.
3509
3510         Tests for module 'unistr/u32-to-u8'.
3511         * modules/unistr/u32-to-u8-tests: New file.
3512         * tests/unistr/test-u32-to-u8.c: New file.
3513
3514         Tests for module 'unistr/u16-to-u32'.
3515         * modules/unistr/u16-to-u32-tests: New file.
3516         * tests/unistr/test-u16-to-u32.c: New file.
3517
3518         Tests for module 'unistr/u16-to-u8'.
3519         * modules/unistr/u16-to-u8-tests: New file.
3520         * tests/unistr/test-u16-to-u8.c: New file.
3521
3522         Tests for module 'unistr/u8-to-u32'.
3523         * modules/unistr/u8-to-u32-tests: New file.
3524         * tests/unistr/test-u8-to-u32.c: New file.
3525
3526         Tests for module 'unistr/u8-to-u16'.
3527         * modules/unistr/u8-to-u16-tests: New file.
3528         * tests/unistr/test-u8-to-u16.c: New file.
3529
3530         Tests for module 'unistr/u32-check'.
3531         * modules/unistr/u32-check-tests: New file.
3532         * tests/unistr/test-u32-check.c: New file.
3533
3534         Tests for module 'unistr/u16-check'.
3535         * modules/unistr/u16-check-tests: New file.
3536         * tests/unistr/test-u16-check.c: New file.
3537
3538         Tests for module 'unistr/u8-check'.
3539         * modules/unistr/u8-check-tests: New file.
3540         * tests/unistr/test-u8-check.c: New file.
3541
3542         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3543         (category_equals): New function.
3544         (main): Add more tests.
3545         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3546
3547         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3548
3549 2010-01-10  Bruno Haible  <bruno@clisp.org>
3550
3551         unistr/u*-strcoll: Try harder to distinguish different strings.
3552         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3553         compare s1 and s2 to see if they are different.
3554
3555 2010-01-10  Bruno Haible  <bruno@clisp.org>
3556
3557         unistr/u*-stpncpy: Fix the return value.
3558         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3559         description of the return value consistent with stpncpy in glibc.
3560         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3561         written non-NUL unit.
3562
3563 2010-01-10  Bruno Haible  <bruno@clisp.org>
3564
3565         unistr/u*-next: Add missing dependencies.
3566         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3567         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3568         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3569
3570 2010-01-10  Bruno Haible  <bruno@clisp.org>
3571
3572         unistr/u8-mbsnlen: Fix return value for incomplete character.
3573         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3574         u8_mblen.
3575         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3576         Remove unistr/u8-mblen.
3577         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3578         u16_mblen.
3579         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3580         Remove unistr/u16-mblen.
3581
3582 2010-01-10  Bruno Haible  <bruno@clisp.org>
3583
3584         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3585         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3586         Reported by Brian Gough <bjg@gnu.org> and
3587         Chris Clayton <chris2553@googlemail.com> via
3588         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3589
3590 2010-01-09  Bruno Haible  <bruno@clisp.org>
3591
3592         unistr/u16-to-u32: Reject invalid input.
3593         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3594         u16_mbtouc.
3595         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3596         Remove unistr/u16-mbtouc.
3597
3598         unistr/u16-to-u8: Reject invalid input.
3599         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3600         u16_mbtouc.
3601         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3602         Remove unistr/u16-mbtouc.
3603
3604         unistr/u8-to-u32: Reject invalid input.
3605         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3606         u8_mbtouc.
3607         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3608         Remove unistr/u8-mbtouc.
3609
3610         unistr/u8-to-u16: Reject invalid input.
3611         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3612         u8_mbtouc.
3613         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3614         Remove unistr/u8-mbtouc.
3615
3616 2010-01-09  Bruno Haible  <bruno@clisp.org>
3617
3618         Tests for module 'getlogin'.
3619         * modules/getlogin-tests: New file.
3620         * tests/test-getlogin.c: New file.
3621
3622         New module 'getlogin'.
3623         * lib/unistd.in.h (getlogin): New declaration.
3624         * lib/getlogin.c: New file.
3625         * m4/getlogin.m4: New file.
3626         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3627         HAVE_GETLOGIN.
3628         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3629         HAVE_GETLOGIN.
3630         * modules/getlogin: New file.
3631         * doc/posix-functions/getlogin.texi: Mention the new module.
3632         Reported by John W. Eaton <jwe@gnu.org>.
3633
3634 2010-01-09  Bruno Haible  <bruno@clisp.org>
3635
3636         getlogin_r: Support for native Windows.
3637         * lib/getlogin_r.c: Include <windows.h>
3638         (getlogin_r): Implement for native Windows.
3639         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3640         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3641         via John W. Eaton <jwe@gnu.org>.
3642
3643 2010-01-09  Bruno Haible  <bruno@clisp.org>
3644
3645         getlogin_r: Small fixes.
3646         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3647         succeeds.
3648         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3649         before testing whether getlogin_r is declared. No need to set
3650         HAVE_DECL_GETLOGIN_R to 1.
3651         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3652
3653 2010-01-09  Bruno Haible  <bruno@clisp.org>
3654
3655         * lib/unistd.in.h (getlogin_r): Add comment.
3656
3657 2010-01-09  Bruno Haible  <bruno@clisp.org>
3658
3659         Tests for module 'getlogin_r'.
3660         * modules/getlogin_r-tests: New file.
3661         * tests/test-getlogin_r.c: New file.
3662
3663 2010-01-09  Jim Meyering  <meyering@redhat.com>
3664
3665         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
3666         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
3667         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
3668
3669 2010-01-08  Simon Josefsson  <simon@josefsson.org>
3670
3671         * lib/dup2.c (rpl_dup2): Improve comment.
3672
3673 2010-01-08  Eric Blake  <ebb9@byu.net>
3674
3675         maint.mk: allow packages to add makefile @@ exceptions
3676         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
3677         (sc_makefile_check): Rename...
3678         (sc_makefile_at_at_check): ...to this, and use hook.
3679
3680         dup2: work around mingw bug
3681         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
3682         Reported by Simon Josefsson.
3683
3684 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
3685
3686         glob: Fix C++ compilation.
3687         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
3688         C++.
3689
3690 2010-01-07  Bruno Haible  <bruno@clisp.org>
3691
3692         Fix indentation of wctype.in.h, broken since 2007-01-06.
3693         * lib/wctype.in.h: Fix indentation of preprocessor directives.
3694
3695 2010-01-07  Bruno Haible  <bruno@clisp.org>
3696
3697         mbslen: Avoid collision with system function.
3698         * lib/string.in.h [MirBSD]: Include <wchar.h>.
3699         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
3700         * m4/mbslen.m4: New file.
3701         * modules/mbslen (Files): Add it.
3702         (configure.ac): Invoke gl_MBSLEN.
3703         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
3704         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
3705         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
3706         via Ian Beckwith <ianb@erislabs.net>.
3707
3708 2010-01-07  Bruno Haible  <bruno@clisp.org>
3709
3710         dirent: Document the last fix.
3711         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
3712
3713 2010-01-07  Bruno Haible  <bruno@clisp.org>
3714
3715         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
3716         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
3717         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
3718         va_list are defined.
3719         * doc/posix-headers/stdio.texi: Document the bug of missing types.
3720         Reported by Eric Blake.
3721
3722 2010-01-07  Bruno Haible  <bruno@clisp.org>
3723
3724         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
3725         * modules/xlist (Depends-on): Add 'list',
3726         * modules/xoset (Depends-on): Add 'oset'.
3727         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3728
3729 2010-01-07  Bruno Haible  <bruno@clisp.org>
3730
3731         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
3732         * doc/posix-functions/strncasecmp.texi: Likewise.
3733
3734 2010-01-07  Bruno Haible  <bruno@clisp.org>
3735
3736         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
3737
3738 2010-01-07  John W. Eaton  <jwe@octave.org>
3739
3740         wctype: allow C++ use
3741         * lib/wctype.in.h: Add extern "C" block for C++.
3742
3743 2010-01-06  Eric Blake  <ebb9@byu.net>
3744
3745         maint.mk: detect incorrect GFDL usage
3746         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
3747
3748 2010-01-06  Jim Meyering  <meyering@redhat.com>
3749         and Eric Blake  <ebb9@byu.net>
3750
3751         maint.mk: ignore multi-line copyright in NEWS
3752         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
3753
3754 2010-01-06  Eric Blake  <ebb9@byu.net>
3755
3756         select: add missing dependency
3757         * modules/select-tests (Depends-on): Move sockets dependency...
3758         * modules/select (Depends-on): ...here.
3759         Reported by Ian Beckwith.
3760
3761         doc: regenerate INSTALL
3762         * doc/INSTALL: Reflect recent autoconf update.
3763         * doc/INSTALL.ISO: Likewise.
3764         * doc/INSTALL.UTF-8: Likewise.
3765
3766         pread: fix compilation on glibc
3767         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
3768         Reported by Ralf Wildenhues.
3769
3770         dirent: fix test failure
3771         * lib/dirent.in.h (includes): Guarantee ino_t.
3772         Reported by Ralf Wildenhues.
3773
3774 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
3775
3776         linkat, renameat: avoid bad free
3777         * lib/at-func2.c (at_func2): Fix typo.
3778         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
3779
3780 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3781
3782         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
3783         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
3784         to avoid failure of symlink test later.
3785
3786 2010-01-06  Eric Blake  <ebb9@byu.net>
3787
3788         stdio, unistd: guarantee ssize_t
3789         * lib/unistd.in.h (includes): Ensure that types required by POSIX
3790         2008 are exposed when needed.
3791         * lib/stdio.in.h (includes): Likewise.
3792         Reported by Ralf Wildenhues.
3793
3794 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
3795
3796         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
3797         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
3798         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
3799
3800 2010-01-06  Jim Meyering  <meyering@redhat.com>
3801
3802         readtokens: this module *does* require xalloc.h
3803         It uses only functions that were omitted by the old syntax-check rule.
3804         * lib/readtokens.c: Include "xalloc.h" once again.
3805         * modules/readtokens (Depends-on): Add xalloc.
3806         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
3807
3808 2010-01-05  Eric Blake  <ebb9@byu.net>
3809
3810         maint: support 'make announcement' from a VPATH build
3811         * top/maint.mk (announcement): Look for correct NEWS file.
3812
3813 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
3814
3815         utimens (fdutimens): ignore a negative FD, per contract
3816         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
3817         when we have a valid file descriptor.  Otherwise, using a brand
3818         new glibc (with just-patched futimens that now fails with EBADF)
3819         would cause this function to fail with ENOSYS.
3820         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
3821         See also http://bugzilla.redhat.com/552320.
3822
3823 2010-01-05  Eric Blake  <ebb9@byu.net>
3824
3825         strcase: document what it provides
3826         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
3827         gnulib module.
3828         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
3829         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
3830
3831 2010-01-05  Jim Meyering  <meyering@redhat.com>
3832
3833         maint: remove useless inclusions of "xalloc.h"
3834         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
3835         * lib/readtokens.c: Likewise.
3836         * lib/same.c: Likewise.
3837         * modules/getloadavg (Depends-on): Remove xalloc.
3838         * modules/readtokens: Likewise.
3839         * modules/same: Likewise.
3840
3841         maint.mk: include 4 more function names in alloca.h-checking regexp
3842         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
3843         regexp.  Before, we would give a false-positive (saying alloca.h
3844         is included unnecessarily) when the only uses involved omitted symbols.
3845
3846         xalloc.h: use consistent formatting
3847         * lib/xalloc.h: Move declarations to start in the first column.
3848
3849 2010-01-05  Eric Blake  <ebb9@byu.net>
3850
3851         mkdir: avoid xalloc
3852         * lib/mkdir.c (includes): Drop unused header.
3853         Reported by John W. Eaton.
3854
3855 2010-01-04  Jim Meyering  <meyering@redhat.com>
3856
3857         nl_langinfo: avoid configure-time syntax error
3858         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
3859         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
3860         the empty string.  Don't let that provoke a shell syntax error.
3861
3862         regcomp, regexec, fnmatch: avoid array bounds read error
3863         * lib/regcomp.c (build_equiv_class): From glibc:
3864         Use only the low 24 bits of a findidx return value as an index
3865         into the weights array.  Patch by Ulrich Drepper:
3866         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
3867         * lib/regexec.c (check_node_accept_bytes): Likewise.
3868         * lib/fnmatch_loop.c (FCT): Likewise.
3869
3870         regcomp: skip collseq lookup when there are no rules
3871         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
3872         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
3873
3874         regcomp: recognize ill-formed { } expressions
3875         * lib/regcomp.c (parse_dup_op): From glibc:
3876         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
3877
3878         regcomp: fix typo in comment
3879         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
3880         s/satisfy/satisfies/.
3881
3882         regcomp: sync from glibc: remove dead store
3883         * lib/regcomp.c (duplicate_node_closure): Remove useless
3884         search_duplicated_node call and dead store.
3885
3886         regcomp: sync from glibc; always use nl_langinfo
3887         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
3888         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
3889         * modules/regex (Depends-on): Add nl_langinfo.
3890
3891 2010-01-04  Eric Blake  <ebb9@byu.net>
3892
3893         fdopendir: fix configure test
3894         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
3895
3896 2010-01-01  Bruno Haible  <bruno@clisp.org>
3897
3898         wchar: Remove unused configure check.
3899         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
3900
3901 2010-01-01  Eric Blake  <ebb9@byu.net>
3902
3903         headers: make check of system header explicit
3904         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
3905         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
3906         ourselves.
3907         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3908         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3909         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
3910         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
3911         internals.
3912         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
3913         missing.
3914         Suggested by Bruno Haible.
3915
3916 2010-01-01  Jim Meyering  <meyering@redhat.com>
3917
3918         ChangeLog: tweak to eliminate unnecessary copyright line
3919         * ChangeLog: Remove a copyright line that was mistakenly updated
3920         by today's update-copyright run.  Reported by Eric Blake.
3921
3922         test-update-copyright: don't let envvar setting cause test failure
3923         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
3924
3925 2010-01-01  Bruno Haible  <bruno@clisp.org>
3926
3927         localename: Avoid gcc warning.
3928         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
3929         function if it is not used.
3930
3931 2010-01-01  Jim Meyering  <meyering@redhat.com>
3932
3933         update nearly all FSF copyright year lists to include 2010
3934         Use the same procedure as for 2009, outlined in
3935         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
3936
3937         version-etc: set COPYRIGHT_YEAR to 2010
3938         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
3939
3940 2009-12-31  Eric Blake  <ebb9@byu.net>
3941
3942         doc: correct availability of cygwin 1.5.x getopt
3943         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
3944         variables.
3945         * doc/posix-functions/opterr.texi (opterr): Likewise.
3946         * doc/posix-functions/optind.texi (optind): Likewise.
3947         * doc/posix-functions/optopt.texi (optopt): Likewise.
3948         * doc/posix-functions/tzname.texi (tzname): Likewise.
3949
3950         openat: update maintainer
3951         * modules/openat (Maintainer): Add myself.
3952
3953         utimens: avoid shadowing warning
3954         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
3955         buffers into one, to avoid shadowing, as well as avoiding a
3956         redundant stat.
3957         Reported by Jim Meyering.
3958
3959         test-dup2: avoid compiler warning
3960         * tests/test-dup2.c (is_inheritable): Only define if used.
3961
3962 2010-01-01  Bruno Haible  <bruno@clisp.org>
3963
3964         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
3965         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
3966         defined, use wctomb instead of wcrtomb.
3967
3968 2010-01-01  Bruno Haible  <bruno@clisp.org>
3969
3970         iconv: Reject native Solaris iconv.
3971         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
3972         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
3973
3974 2009-12-31  Bruno Haible  <bruno@clisp.org>
3975
3976         * tests/test-signal.c (main): Remove test of 'SIG'.
3977
3978 2009-12-31  Bruno Haible  <bruno@clisp.org>
3979
3980         spawn: Fix incomplete fix.
3981         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
3982         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
3983         warnings for GNULIB_POSIXCHECK again.
3984         Reported by Eric Blake.
3985
3986 2009-12-31  Bruno Haible  <bruno@clisp.org>
3987
3988         Avoid namespace pollution on glibc systems.
3989         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
3990         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
3991         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
3992         glibc systems.
3993
3994 2009-12-31  Bruno Haible  <bruno@clisp.org>
3995
3996         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
3997         (gl_REPLACE_WCHAR_H): Turn into a no-op.
3998         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
3999         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4000         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4001         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4002         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4003
4004 2009-12-31  Bruno Haible  <bruno@clisp.org>
4005
4006         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4007         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4008         afterwards.
4009
4010 2009-12-31  Bruno Haible  <bruno@clisp.org>
4011
4012         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4013         SYS_UTSNAME_H.
4014
4015 2009-12-31  Bruno Haible  <bruno@clisp.org>
4016
4017         spawn: Fix misapplied patch.
4018         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4019         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4020         warnings for GNULIB_POSIXCHECK.
4021
4022 2009-12-31  Bruno Haible  <bruno@clisp.org>
4023
4024         times: Update after sys_times changed.
4025         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4026         * modules/times (Files): Add it.
4027         (configure.ac): Invoke gl_FUNC_TIMES.
4028
4029 2009-12-31  Bruno Haible  <bruno@clisp.org>
4030
4031         Use AC_C_INLINE where necessary.
4032         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4033         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4034         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4035         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4036         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4037         * m4/mbiter.m4 (gl_MBITER): Likewise.
4038         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4039         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4040         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4041         * modules/u64 (configure.ac): Likewise.
4042
4043 2009-12-31  Bruno Haible  <bruno@clisp.org>
4044
4045         Use AC_C_INLINE instead of module 'inline' where possible.
4046         * modules/inline (Description): Clarify purpose.
4047         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4048         * modules/count-one-bits (Depends-on): Remove inline.
4049         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4050         * modules/openat (Depends-on): Remove inline.
4051         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4052         instead of depending on module 'inline'.
4053         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4054         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4055         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4056         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4057         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4058         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4059         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4060         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4061         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4062         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4063         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4064         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4065         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4066         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4067         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4068         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4069         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4070         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4071         Likewise.
4072         * modules/unictype/property-ascii-hex-digit (Depends-on,
4073         configure.ac): Likewise.
4074         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4075         configure.ac): Likewise.
4076         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4077         configure.ac): Likewise.
4078         * modules/unictype/property-bidi-block-separator (Depends-on,
4079         configure.ac): Likewise.
4080         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4081         configure.ac): Likewise.
4082         * modules/unictype/property-bidi-common-separator (Depends-on,
4083         configure.ac): Likewise.
4084         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4085         Likewise.
4086         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4087         configure.ac): Likewise.
4088         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4089         configure.ac): Likewise.
4090         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4091         configure.ac): Likewise.
4092         * modules/unictype/property-bidi-european-digit (Depends-on,
4093         configure.ac): Likewise.
4094         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4095         configure.ac): Likewise.
4096         * modules/unictype/property-bidi-left-to-right (Depends-on,
4097         configure.ac): Likewise.
4098         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4099         configure.ac): Likewise.
4100         * modules/unictype/property-bidi-other-neutral (Depends-on,
4101         configure.ac): Likewise.
4102         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4103         Likewise.
4104         * modules/unictype/property-bidi-segment-separator (Depends-on,
4105         configure.ac): Likewise.
4106         * modules/unictype/property-bidi-whitespace (Depends-on,
4107         configure.ac): Likewise.
4108         * modules/unictype/property-combining (Depends-on, configure.ac):
4109         Likewise.
4110         * modules/unictype/property-composite (Depends-on, configure.ac):
4111         Likewise.
4112         * modules/unictype/property-currency-symbol (Depends-on,
4113         configure.ac): Likewise.
4114         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4115         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4116         Likewise.
4117         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4118         configure.ac): Likewise.
4119         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4120         Likewise.
4121         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4122         Likewise.
4123         * modules/unictype/property-extender (Depends-on, configure.ac):
4124         Likewise.
4125         * modules/unictype/property-format-control (Depends-on, configure.ac):
4126         Likewise.
4127         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4128         Likewise.
4129         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4130         Likewise.
4131         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4132         Likewise.
4133         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4134         Likewise.
4135         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4136         Likewise.
4137         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4138         Likewise.
4139         * modules/unictype/property-id-start (Depends-on, configure.ac):
4140         Likewise.
4141         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4142         Likewise.
4143         * modules/unictype/property-ids-binary-operator (Depends-on,
4144         configure.ac): Likewise.
4145         * modules/unictype/property-ids-trinary-operator (Depends-on,
4146         configure.ac): Likewise.
4147         * modules/unictype/property-ignorable-control (Depends-on,
4148         configure.ac): Likewise.
4149         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4150         Likewise.
4151         * modules/unictype/property-join-control (Depends-on, configure.ac):
4152         Likewise.
4153         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4154         Likewise.
4155         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4156         Likewise.
4157         * modules/unictype/property-logical-order-exception (Depends-on,
4158         configure.ac): Likewise.
4159         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4160         Likewise.
4161         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4162         * modules/unictype/property-non-break (Depends-on, configure.ac):
4163         Likewise.
4164         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4165         Likewise.
4166         * modules/unictype/property-numeric (Depends-on, configure.ac):
4167         Likewise.
4168         * modules/unictype/property-other-alphabetic (Depends-on,
4169         configure.ac): Likewise.
4170         * modules/unictype/property-other-default-ignorable-code-point
4171         (Depends-on, configure.ac): Likewise.
4172         * modules/unictype/property-other-grapheme-extend (Depends-on,
4173         configure.ac): Likewise.
4174         * modules/unictype/property-other-id-continue (Depends-on,
4175         configure.ac): Likewise.
4176         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4177         Likewise.
4178         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4179         Likewise.
4180         * modules/unictype/property-other-math (Depends-on, configure.ac):
4181         Likewise.
4182         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4183         Likewise.
4184         * modules/unictype/property-paired-punctuation (Depends-on,
4185         configure.ac): Likewise.
4186         * modules/unictype/property-paragraph-separator (Depends-on,
4187         configure.ac): Likewise.
4188         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4189         Likewise.
4190         * modules/unictype/property-pattern-white-space (Depends-on,
4191         configure.ac): Likewise.
4192         * modules/unictype/property-private-use (Depends-on, configure.ac):
4193         Likewise.
4194         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4195         Likewise.
4196         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4197         Likewise.
4198         * modules/unictype/property-radical (Depends-on, configure.ac):
4199         Likewise.
4200         * modules/unictype/property-sentence-terminal (Depends-on,
4201         configure.ac): Likewise.
4202         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4203         Likewise.
4204         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4205         * modules/unictype/property-terminal-punctuation (Depends-on,
4206         configure.ac): Likewise.
4207         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4208         Likewise.
4209         * modules/unictype/property-unassigned-code-value (Depends-on,
4210         configure.ac): Likewise.
4211         * modules/unictype/property-unified-ideograph (Depends-on,
4212         configure.ac): Likewise.
4213         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4214         Likewise.
4215         * modules/unictype/property-variation-selector (Depends-on,
4216         configure.ac): Likewise.
4217         * modules/unictype/property-white-space (Depends-on, configure.ac):
4218         Likewise.
4219         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4220         Likewise.
4221         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4222         Likewise.
4223         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4224         Likewise.
4225         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4226         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4227         Likewise.
4228
4229 2009-12-31  Bruno Haible  <bruno@clisp.org>
4230
4231         Remove unnecessary AC_C_INLINE invocation.
4232         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4233         since 2009-08-21.
4234
4235 2009-12-31  Jim Meyering  <meyering@redhat.com>
4236
4237         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4238         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4239         With this change, we can all remove the gpg_key_ID = ... definition
4240         from our respective cfg.mk files.
4241
4242         maint.mk: create announcement template in ~/, not in /tmp
4243         * top/maint.mk (emit_upload_commands): Adjust.
4244         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4245         Remove temporary file, .ci-msg.
4246
4247 2009-12-31  Eric Blake  <ebb9@byu.net>
4248
4249         link-warning: always build headers with link warnings
4250         * modules/arpa_inet (Makefile.am): Always build replacement
4251         header.
4252         * modules/ctype (Makefile.am): Likewise.
4253         * modules/dirent (Makefile.am): Likewise.
4254         * modules/inttypes (Makefile.am): Likewise.
4255         * modules/langinfo (Makefile.am): Likewise.
4256         * modules/locale (Makefile.am): Likewise.
4257         * modules/spawn (Makefile.am): Likewise.
4258         * modules/sys_file (Makefile.am): Likewise.
4259         * modules/sys_ioctl (Makefile.am): Likewise.
4260         * modules/sys_select (Makefile.am): Likewise.
4261         * modules/sys_socket (Makefile.am): Likewise.
4262         * modules/sys_times (Makefile.am): Likewise.
4263         * modules/sys_utsname (Makefile.am): Likewise.
4264         * modules/sys_wait (Makefile.am): Likewise.
4265         * modules/wchar (Makefile.am): Likewise.
4266         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4267         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4268         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4269         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4270         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4271         Likewise.
4272         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4273         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4274         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4275         Likewise.
4276         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4277         Likewise.
4278         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4279         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4280         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4281         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4282         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4283         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4284         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4285         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4286         (gl_WCHAR_H_DEFAULTS): Likewise.
4287
4288 2009-12-31  Eric Blake  <ebb9@byu.net>
4289
4290         signal, spawn: use link warnings
4291         * lib/signal.in.h (sigset_t): Make unconditional.
4292         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4293         (sigpending, sigprocmask, sigaction): Add link warnings.
4294         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4295         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4296         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4297         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4298         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4299         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4300         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4301         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4302         (posix_spawn_file_actions_destroy)
4303         (posix_spawn_file_actions_addopen)
4304         (posix_spawn_file_actions_addclose)
4305         (posix_spawn_file_actions_adddup2): Likewise.
4306         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4307         * tests/test-signal.c (main): Enhance test.
4308
4309         spawn: improve wrapper support
4310         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4311         (gl_SPAWN_H_DEFAULTS): New defaults.
4312         * modules/spawn (Makefile.am): Substitute them.
4313         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4314         Only declare if missing or broken.
4315
4316         sys_times, sys_utsname: use include_next
4317         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4318         header.
4319         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4320         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4321         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4322         * modules/sys_times (Depends-on): Add include_next.
4323         (Makefile.am): Substitute additional values.
4324         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4325         * lib/sys_times.in.h (includes): Include native header, if
4326         available.
4327         * lib/sys_utsname.in.h (includes): Likewise.
4328         * tests/test-sys_times.c (main): Enhance test.
4329
4330         fdutimensat: revert prior patch
4331         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4332         utimens.h.
4333         Reported by Bruno Haible.
4334
4335 2009-12-30  Eric Blake  <ebb9@byu.net>
4336
4337         sys_wait: drop link-warning dependency
4338         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4339         link-warning efforts.
4340         * lib/sys_wait.in.h: Likewise.
4341
4342         fdutimensat: remove bogus dependency
4343         * modules/fdutimensat (Depends-on): Drop inline.
4344
4345         unistd: fix typo
4346         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4347
4348 2009-12-30  Bruno Haible  <bruno@clisp.org>
4349
4350         Fix compilation error with Solaris cc.
4351         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4352         * lib/unicase/u16-is-invariant.c: Likewise.
4353         * lib/unicase/u32-is-invariant.c: Likewise.
4354         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4355
4356 2009-12-30  Bruno Haible  <bruno@clisp.org>
4357
4358         Fix test crash.
4359         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4360         locales.
4361         Reported by Simon Josefsson <simon@josefsson.org>.
4362
4363 2009-12-30  Bruno Haible  <bruno@clisp.org>
4364
4365         Fix compilation error on most platforms.
4366         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4367         Reported by Simon Josefsson <simon@josefsson.org>
4368         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4369
4370 2009-12-30  Eric Blake  <ebb9@byu.net>
4371
4372         futimens, utimensat: work around ntfs-3g bug
4373         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4374         a ctime bug is present, and expand workaround to cover ntfs-3g.
4375         * lib/utimens.c (fdutimens, lutimens): Likewise.
4376         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4377         (validate_timespec): Adjust return value.
4378         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4379         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4380         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4381
4382 2009-12-29  Eric Blake  <ebb9@byu.net>
4383
4384         link-warning: make usage consistent
4385         * modules/ctype (Depends-on): Add link-warning.
4386         (Makefile.am): Update rules accordingly.
4387         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4388         * modules/locale (Depends-on, Makefile.am): Likewise.
4389         * modules/sys_file (Makefile.am): Likewise.
4390         * modules/getopt-posix (Makefile.am): Delete unused link warning
4391         efforts.
4392         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4393         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4394         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4395         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4396
4397         stdio: remove unused variables
4398         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4399         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4400         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4401
4402         tests: test more substitute headers
4403         * modules/ctype-tests: New file.
4404         * modules/dirent-tests: Likewise.
4405         * modules/spawn-tests: Likewise.
4406         * modules/sys_file-tests: Likewise.
4407         * modules/sys_ioctl-tests: Likewise.
4408         * modules/sys_wait-tests: Likewise.
4409         * tests/test-ctype.c: Likewise.
4410         * tests/test-dirent.c: Likewise.
4411         * tests/test-spawn.c: Likewise.
4412         * tests/test-sys_file.c: Likewise.
4413         * tests/test-sys_ioctl.c: Likewise.
4414         * tests/test-sys_wait.c: Likewise.
4415         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4416         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4417         whether or not flock is in use.
4418
4419         tests: remove License section from module
4420         * modules/arpa_inet-tests: Remove unneeded section.
4421         * modules/byteswap-tests: Likewise.
4422         * modules/ceilf-tests: Likewise.
4423         * modules/ceill-tests: Likewise.
4424         * modules/crypto/des-tests: Likewise.
4425         * modules/crypto/gc-arcfour-tests: Likewise.
4426         * modules/crypto/gc-arctwo-tests: Likewise.
4427         * modules/crypto/gc-des-tests: Likewise.
4428         * modules/crypto/gc-hmac-md5-tests: Likewise.
4429         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4430         * modules/crypto/gc-md2-tests: Likewise.
4431         * modules/crypto/gc-md4-tests: Likewise.
4432         * modules/crypto/gc-md5-tests: Likewise.
4433         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4434         * modules/crypto/gc-rijndael-tests: Likewise.
4435         * modules/crypto/gc-sha1-tests: Likewise.
4436         * modules/crypto/gc-tests: Likewise.
4437         * modules/crypto/md2-tests: Likewise.
4438         * modules/crypto/md4-tests: Likewise.
4439         * modules/fcntl-h-tests: Likewise.
4440         * modules/floorf-tests: Likewise.
4441         * modules/floorl-tests: Likewise.
4442         * modules/frexp-nolibm-tests: Likewise.
4443         * modules/frexp-tests: Likewise.
4444         * modules/frexpl-nolibm-tests: Likewise.
4445         * modules/frexpl-tests: Likewise.
4446         * modules/getaddrinfo-tests: Likewise.
4447         * modules/inttypes-tests: Likewise.
4448         * modules/isfinite-tests: Likewise.
4449         * modules/isinf-tests: Likewise.
4450         * modules/ldexpl-tests: Likewise.
4451         * modules/locale-tests: Likewise.
4452         * modules/math-tests: Likewise.
4453         * modules/netdb-tests: Likewise.
4454         * modules/netinet_in-tests: Likewise.
4455         * modules/printf-frexp-tests: Likewise.
4456         * modules/printf-frexpl-tests: Likewise.
4457         * modules/priv-set-tests: Likewise.
4458         * modules/random_r-tests: Likewise.
4459         * modules/round-tests: Likewise.
4460         * modules/roundf-tests: Likewise.
4461         * modules/roundl-tests: Likewise.
4462         * modules/search-tests: Likewise.
4463         * modules/select-tests: Likewise.
4464         * modules/signal-tests: Likewise.
4465         * modules/stdbool-tests: Likewise.
4466         * modules/stddef-tests: Likewise.
4467         * modules/stdint-tests: Likewise.
4468         * modules/stdio-tests: Likewise.
4469         * modules/stdlib-tests: Likewise.
4470         * modules/string-tests: Likewise.
4471         * modules/strings-tests: Likewise.
4472         * modules/sys_select-tests: Likewise.
4473         * modules/sys_socket-tests: Likewise.
4474         * modules/sys_stat-tests: Likewise.
4475         * modules/sys_time-tests: Likewise.
4476         * modules/sys_utsname-tests: Likewise.
4477         * modules/sysexits-tests: Likewise.
4478         * modules/time-tests: Likewise.
4479         * modules/trunc-tests: Likewise.
4480         * modules/truncf-tests: Likewise.
4481         * modules/truncl-tests: Likewise.
4482         * modules/tsearch-tests: Likewise.
4483         * modules/unistd-tests: Likewise.
4484         * modules/wchar-tests: Likewise.
4485         * modules/wctype-tests: Likewise.
4486
4487         tests: fix license on several tests
4488         * tests/test-des.c: Update to GPLv3+.
4489         * tests/test-flock.c: Likewise.
4490         * tests/test-fsync.c: Likewise.
4491         * tests/test-futimens.h: Likewise.
4492         * tests/test-gc-arcfour.c: Likewise.
4493         * tests/test-gc-arctwo.c: Likewise.
4494         * tests/test-gc-des.c: Likewise.
4495         * tests/test-gc-hmac-md5.c: Likewise.
4496         * tests/test-gc-hmac-sha1.c: Likewise.
4497         * tests/test-gc-md2.c: Likewise.
4498         * tests/test-gc-md4.c: Likewise.
4499         * tests/test-gc-md5.c: Likewise.
4500         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4501         * tests/test-gc-rijndael.c: Likewise.
4502         * tests/test-gc-sha1.c: Likewise.
4503         * tests/test-gc.c: Likewise.
4504         * tests/test-getcwd.c: Likewise.
4505         * tests/test-link.c: Likewise.
4506         * tests/test-link.h: Likewise.
4507         * tests/test-lutimens.h: Likewise.
4508         * tests/test-md2.c: Likewise.
4509         * tests/test-md4.c: Likewise.
4510         * tests/test-mkdir.h: Likewise.
4511         * tests/test-rename.c: Likewise.
4512         * tests/test-rename.h: Likewise.
4513         * tests/test-safe-alloc.c: Likewise.
4514         * tests/test-utimens-common.h: Likewise.
4515         * tests/test-utimens.h: Likewise.
4516
4517         maint: sync license texts
4518         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4519         * doc/gpl-3.0.texi: Revert copyright year update.
4520         * doc/lgpl-3.0.texi: Likewise.
4521
4522 2009-12-29  Jim Meyering  <meyering@redhat.com>
4523
4524         update nearly all FSF copyright year lists to include 2009
4525         The files named by the following are exempted:
4526             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4527               test -f "$dst" && { echo "$dst"; continue; }
4528               test -d "$dst" || continue
4529               echo "$dst"/$(basename "$src")
4530             done > exempt
4531             git ls-files tests/unictype >> exempt
4532         In the remaining files, convert to all-interval notation if
4533         - there is already at least one year interval like 2000-2003
4534         - the file is maintained by me
4535         - the file is in lib/uni*/, where that style already prevails
4536         Otherwise, use update-copyright's default.
4537
4538 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4539         and Eric Blake  <ebb9@byu.net>
4540
4541         tests: don't require debug system() to pass
4542         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4543         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4544         * tests/test-unlink.h (test_unlink_func): Likewise.
4545         * tests/test-fstatat.c (main): ...into callers.
4546         * tests/test-lstat.c (main): Likewise.
4547         * tests/test-rmdir.c (main): Likewise.
4548         * tests/test-unlink.c (main): Likewise.
4549         * tests/test-unlinkat.c (main): Likewise.
4550         * tests/test-areadlink-with-size.c (main): Don't require a
4551         debug-only system call to pass, aiding cross-testing to mingw.
4552         * tests/test-areadlink.c (main): Likewise.
4553         * tests/test-areadlinkat-with-size.c (main): Likewise.
4554         * tests/test-areadlinkat.c (main): Likewise.
4555         * tests/test-canonicalize-lgpl.c (main): Likewise.
4556         * tests/test-canonicalize.c (main): Likewise.
4557         * tests/test-chown.c (main): Likewise.
4558         * tests/test-fchownat.c (main): Likewise.
4559         * tests/test-lchown.c (main): Likewise.
4560         * tests/test-fdutimensat.c (main): Likewise.
4561         * tests/test-futimens.c (main): Likewise.
4562         * tests/test-link.c (main): Likewise.
4563         * tests/test-linkat.c (main): Likewise.
4564         * tests/test-mkdir.c (main): Likewise.
4565         * tests/test-mkdirat.c (main): Likewise.
4566         * tests/test-mkfifo.c (main): Likewise.
4567         * tests/test-mkfifoat.c (main): Likewise.
4568         * tests/test-mknod.c (main): Likewise.
4569         * tests/test-readlink.c (main): Likewise.
4570         * tests/test-remove.c (main): Likewise.
4571         * tests/test-rename.c (main): Likewise.
4572         * tests/test-renameat.c (main): Likewise.
4573         * tests/test-symlink.c (main): Likewise.
4574         * tests/test-symlinkat.c (main): Likewise.
4575         * tests/test-utimens.c (main): Likewise.
4576         * tests/test-utimensat.c (main): Likewise.
4577
4578 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4579
4580         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4581         on $(UNUSED_PARAMETER_H) to avoid build failure.
4582
4583 2009-12-28  Jim Meyering  <meyering@redhat.com>
4584
4585         update-copyright: you may specify a max. line length other than 72
4586         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4587
4588         maint: use consistent FSF copyright line syntax
4589         * lib/posixtm.c: Add missing comma in FSF copyright line.
4590         * lib/posixtm.h: Likewise.
4591         * lib/getugroups.c: Add missing ", Inc.".
4592
4593         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4594         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4595         FSF copyright line.  Remove trailing blanks.
4596
4597 2009-12-28  Eric Blake  <ebb9@byu.net>
4598
4599         test-dup2: reduce dependencies
4600         * modules/cloexec (Configure.ac): Set witness.
4601         * modules/dup2-tests (Depends-on): Drop cloexec.
4602         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4603         not present.
4604         Suggested by Bruno Haible.
4605
4606 2009-12-26  Bruno Haible  <bruno@clisp.org>
4607
4608         Remove an unneeded dependency.
4609         * modules/fseterr (Depends-on): Remove dup2.
4610
4611 2009-12-26  Eric Blake  <ebb9@byu.net>
4612
4613         tests: use macros.h in more places
4614         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4615         (ASSERT_STREAM): Provide default of stderr.
4616         * tests/test-dirent-safer.c: Include macros.h, using alternate
4617         stream for assertions.
4618         * tests/test-dup-safer.c: Likewise.
4619         * tests/test-freopen-safer.c: Likewise.
4620         * tests/test-getopt.c: Likewise.
4621         * tests/test-openat-safer.c: Likewise.
4622         * tests/test-pipe.c: Likewise.
4623         * tests/test-popen-safer.c: Likewise.
4624         * modules/dirent-safer-tests (Files): Include macros.h.
4625         * modules/unistd-safer-tests (Files): Likewise.
4626         * modules/freopen-safer-tests (Files): Likewise.
4627         * modules/getopt-posix-tests (Files): Likewise.
4628         * modules/openat-safer-tests (Files): Likewise.
4629         * modules/pipe-tests (Files): Likewise.
4630
4631 2009-12-26  Bruno Haible  <bruno@clisp.org>
4632
4633         javacomp: Portability fix.
4634         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4635         that it also works on Solaris.
4636
4637 2009-12-26  Bruno Haible  <bruno@clisp.org>
4638
4639         localename: Fix storage allocation of gl_locale_name_thread's result.
4640         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4641         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4642         all platforms that have 'uselocale'.
4643         (gl_locale_name_thread_unsafe): New function, extracted from
4644         gl_locale_name_thread.
4645         (gl_locale_name_thread): Call struniq on all platforms that have
4646         'uselocale'.
4647         * tests/test-localename.c (test_locale_name_thread): Check that the
4648         resulting strings are permanently allocated.
4649         * modules/localename-tests (Depends-on): Add strdup.
4650
4651 2009-12-26  Bruno Haible  <bruno@clisp.org>
4652
4653         * tests/test-localename.c (categories): Fill in the strings.
4654
4655 2009-12-26  Jim Meyering  <meyering@redhat.com>
4656
4657         isdir: complete the removal of m4/isdir.m4
4658         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
4659
4660         isdir: clean up, since at least grep still uses it
4661         * lib/isdir.c: Include "isdir.h".
4662         (S_ISDIR): Remove now-unneeded definition.
4663         * modules/isdir (Files): Add lib/isdir.h.
4664         * lib/isdir.h: New file, with declaration.
4665         * m4/isdir.m4: Remove file -- unneeded.
4666
4667 2009-12-25  Bruno Haible  <bruno@clisp.org>
4668
4669         selinux-h: Make generated .h files standalone.
4670         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
4671         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
4672         * lib/se-selinux.in.h: Likewise.
4673         * modules/selinux-h (Depends-on): Add unused-parameter.
4674         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
4675         selinux/selinux.h and selinux/context.h.
4676         Suggested by Eric Blake.
4677
4678 2009-12-25  Bruno Haible  <bruno@clisp.org>
4679
4680         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
4681         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
4682         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
4683         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
4684         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
4685
4686 2009-12-24  Bruno Haible  <bruno@clisp.org>
4687
4688         openat: Fix warning.
4689         * lib/openat-proc.c: Include <unistd.h>.
4690
4691 2009-12-24  Bruno Haible  <bruno@clisp.org>
4692
4693         New module 'unused-parameter'.
4694         * build-aux/unused-parameter.h: New file, extracted from earlier
4695         gnulib-common.m4.
4696         * modules/unused-parameter: New file.
4697         * lib/unistr.h: Include unused-parameter.h.
4698         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
4699         _GL_UNUSED.
4700         * modules/unistr/base (Depends-on): Add unused-parameter.
4701
4702 2009-12-24  Bruno Haible  <bruno@clisp.org>
4703
4704         Add missing dependencies to 'extensions' module.
4705         * m4/extensions.m4: Add comment.
4706         * modules/accept4 (Depends-on): Add extensions.
4707         * modules/dup3 (Depends-on): Likewise.
4708         * modules/fcntl (Depends-on): Likewise.
4709         * modules/futimens (Depends-on): Likewise.
4710         * modules/mknod (Depends-on): Likewise.
4711         * modules/pipe2 (Depends-on): Likewise.
4712         * modules/stat-time (Depends-on): Likewise.
4713         * modules/strcasestr-simple (Depends-on): Likewise.
4714         * modules/strsignal (Depends-on): Likewise.
4715         * modules/utimensat (Depends-on): Likewise.
4716         * modules/localcharset (Depends-on): Likewise. Needed because of
4717         gl_FCNTL_O_FLAGS.
4718         * modules/wcrtomb (Depends-on): Likewise. Needed because of
4719         AC_TYPE_MBSTATE_T.
4720         * modules/wcsnrtombs (Depends-on): Likewise.
4721         * modules/wcsrtombs (Depends-on): Likewise.
4722
4723 2009-12-24  Bruno Haible  <bruno@clisp.org>
4724
4725         binary-io: Avoid gcc warning due to SET_BINARY.
4726         * lib/binary-io.h (SET_BINARY): Cast the result to void.
4727         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
4728
4729 2009-12-24  Bruno Haible  <bruno@clisp.org>
4730
4731         Avoid future namespace pollution on glibc systems.
4732         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
4733         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
4734         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
4735         glibc systems.
4736
4737 2009-12-24  Bruno Haible  <bruno@clisp.org>
4738
4739         Refactor common macros used in tests.
4740         * tests/macros.h: New file.
4741         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
4742         and/or <stdlib.h>, if appropriate.
4743         (ASSERT, SIZEOF): Remove macros.
4744         * tests/test-areadlink-with-size.c: Likewise.
4745         * tests/test-areadlinkat.c: Likewise.
4746         * tests/test-areadlinkat-with-size.c: Likewise.
4747         * tests/test-argmatch.c: Likewise.
4748         * tests/test-argv-iter.c: Likewise.
4749         * tests/test-array-mergesort.c: Likewise.
4750         * tests/test-array_list.c: Likewise.
4751         * tests/test-array_oset.c: Likewise.
4752         * tests/test-avltree_list.c: Likewise.
4753         * tests/test-avltree_oset.c: Likewise.
4754         * tests/test-avltreehash_list.c: Likewise.
4755         * tests/test-base64.c: Likewise.
4756         * tests/test-binary-io.c: Likewise.
4757         * tests/test-bitrotate.c: Likewise.
4758         * tests/test-btowc.c: Likewise.
4759         * tests/test-byteswap.c: Likewise.
4760         * tests/test-c-ctype.c: Likewise.
4761         * tests/test-c-stack.c: Likewise.
4762         * tests/test-c-strcasecmp.c: Likewise.
4763         * tests/test-c-strcasestr.c: Likewise.
4764         * tests/test-c-strncasecmp.c: Likewise.
4765         * tests/test-c-strstr.c: Likewise.
4766         * tests/test-canonicalize-lgpl.c: Likewise.
4767         * tests/test-canonicalize.c: Likewise.
4768         * tests/test-carray_list.c: Likewise.
4769         * tests/test-ceilf1.c: Likewise.
4770         * tests/test-ceilf2.c: Likewise.
4771         * tests/test-ceill.c: Likewise.
4772         * tests/test-chown.c: Likewise.
4773         * tests/test-cloexec.c: Likewise.
4774         * tests/test-copy-acl.c: Likewise.
4775         * tests/test-copy-file.c: Likewise.
4776         * tests/test-count-one-bits.c: Likewise.
4777         * tests/test-dprintf-posix.c: Likewise.
4778         * tests/test-dup2.c: Likewise.
4779         * tests/test-dup3.c: Likewise.
4780         * tests/test-duplocale.c: Likewise.
4781         * tests/test-fbufmode.c: Likewise.
4782         * tests/test-fchdir.c: Likewise.
4783         * tests/test-fchownat.c: Likewise.
4784         * tests/test-fcntl-safer.c: Likewise.
4785         * tests/test-fcntl.c: Likewise.
4786         * tests/test-fdopendir.c: Likewise.
4787         * tests/test-fdutimensat.c: Likewise.
4788         * tests/test-fflush2.c: Likewise.
4789         * tests/test-file-has-acl.c: Likewise.
4790         * tests/test-filevercmp.c: Likewise.
4791         * tests/test-flock.c: Likewise.
4792         * tests/test-floorf1.c: Likewise.
4793         * tests/test-floorf2.c: Likewise.
4794         * tests/test-floorl.c: Likewise.
4795         * tests/test-fnmatch.c: Likewise.
4796         * tests/test-fopen.h: Likewise.
4797         * tests/test-fpending.c: Likewise.
4798         * tests/test-fprintf-posix.c: Likewise.
4799         * tests/test-fpurge.c: Likewise.
4800         * tests/test-freadable.c: Likewise.
4801         * tests/test-freadahead.c: Likewise.
4802         * tests/test-freading.c: Likewise.
4803         * tests/test-freadptr.c: Likewise.
4804         * tests/test-freadptr2.c: Likewise.
4805         * tests/test-freadseek.c: Likewise.
4806         * tests/test-freopen.c: Likewise.
4807         * tests/test-frexp.c: Likewise.
4808         * tests/test-frexpl.c: Likewise.
4809         * tests/test-fseek.c: Likewise.
4810         * tests/test-fseeko.c: Likewise.
4811         * tests/test-fstatat.c: Likewise.
4812         * tests/test-fstrcmp.c: Likewise.
4813         * tests/test-fsync.c: Likewise.
4814         * tests/test-ftell.c: Likewise.
4815         * tests/test-ftello.c: Likewise.
4816         * tests/test-func.c: Likewise.
4817         * tests/test-futimens.c: Likewise.
4818         * tests/test-fwritable.c: Likewise.
4819         * tests/test-fwriting.c: Likewise.
4820         * tests/test-getcwd.c: Likewise.
4821         * tests/test-getdate.c: Likewise.
4822         * tests/test-getdelim.c: Likewise.
4823         * tests/test-getdtablesize.c: Likewise.
4824         * tests/test-getgroups.c: Likewise.
4825         * tests/test-getline.c: Likewise.
4826         * tests/test-getndelim2.c: Likewise.
4827         * tests/test-glob.c: Likewise.
4828         * tests/test-hash.c: Likewise.
4829         * tests/test-i-ring.c: Likewise.
4830         * tests/test-iconv-utf.c: Likewise.
4831         * tests/test-iconv.c: Likewise.
4832         * tests/test-idpriv-drop.c: Likewise.
4833         * tests/test-idpriv-droptemp.c: Likewise.
4834         * tests/test-inet_ntop.c: Likewise.
4835         * tests/test-inet_pton.c: Likewise.
4836         * tests/test-isblank.c: Likewise.
4837         * tests/test-isfinite.c: Likewise.
4838         * tests/test-isinf.c: Likewise.
4839         * tests/test-isnan.c: Likewise.
4840         * tests/test-isnand.h: Likewise.
4841         * tests/test-isnanf.h: Likewise.
4842         * tests/test-isnanl.h: Likewise.
4843         * tests/test-lchown.c: Likewise.
4844         * tests/test-ldexpl.c: Likewise.
4845         * tests/test-link.c: Likewise.
4846         * tests/test-linkat.c: Likewise.
4847         * tests/test-linked_list.c: Likewise.
4848         * tests/test-linkedhash_list.c: Likewise.
4849         * tests/test-localename.c: Likewise.
4850         * tests/test-lseek.c: Likewise.
4851         * tests/test-lstat.c: Likewise.
4852         * tests/test-mbmemcasecmp.c: Likewise.
4853         * tests/test-mbmemcasecoll.c: Likewise.
4854         * tests/test-mbrtowc.c: Likewise.
4855         * tests/test-mbscasecmp.c: Likewise.
4856         * tests/test-mbscasestr1.c: Likewise.
4857         * tests/test-mbscasestr2.c: Likewise.
4858         * tests/test-mbscasestr3.c: Likewise.
4859         * tests/test-mbscasestr4.c: Likewise.
4860         * tests/test-mbschr.c: Likewise.
4861         * tests/test-mbscspn.c: Likewise.
4862         * tests/test-mbsinit.c: Likewise.
4863         * tests/test-mbsncasecmp.c: Likewise.
4864         * tests/test-mbsnrtowcs.c: Likewise.
4865         * tests/test-mbspbrk.c: Likewise.
4866         * tests/test-mbspcasecmp.c: Likewise.
4867         * tests/test-mbsrchr.c: Likewise.
4868         * tests/test-mbsrtowcs.c: Likewise.
4869         * tests/test-mbsspn.c: Likewise.
4870         * tests/test-mbsstr1.c: Likewise.
4871         * tests/test-mbsstr2.c: Likewise.
4872         * tests/test-mbsstr3.c: Likewise.
4873         * tests/test-memchr.c: Likewise.
4874         * tests/test-memchr2.c: Likewise.
4875         * tests/test-memcmp.c: Likewise.
4876         * tests/test-memmem.c: Likewise.
4877         * tests/test-memrchr.c: Likewise.
4878         * tests/test-mkdir.c: Likewise.
4879         * tests/test-mkdirat.c: Likewise.
4880         * tests/test-mkfifo.c: Likewise.
4881         * tests/test-mkfifoat.c: Likewise.
4882         * tests/test-mknod.c: Likewise.
4883         * tests/test-nanosleep.c: Likewise.
4884         * tests/test-nl_langinfo.c: Likewise.
4885         * tests/test-obstack-printf.c: Likewise.
4886         * tests/test-open.c: Likewise.
4887         * tests/test-openat.c: Likewise.
4888         * tests/test-pipe-filter-gi1.c: Likewise.
4889         * tests/test-pipe-filter-gi2-main.c: Likewise.
4890         * tests/test-pipe-filter-ii1.c: Likewise.
4891         * tests/test-pipe-filter-ii2-main.c: Likewise.
4892         * tests/test-pipe2.c: Likewise.
4893         * tests/test-popen.h: Likewise.
4894         * tests/test-posixtm.c: Likewise.
4895         * tests/test-pread.c: Likewise.
4896         * tests/test-printf-frexp.c: Likewise.
4897         * tests/test-printf-frexpl.c: Likewise.
4898         * tests/test-printf-posix.c: Likewise.
4899         * tests/test-priv-set.c: Likewise.
4900         * tests/test-quotearg.c: Likewise.
4901         * tests/test-random_r.c: Likewise.
4902         * tests/test-rawmemchr.c: Likewise.
4903         * tests/test-rbtree_list.c: Likewise.
4904         * tests/test-rbtree_oset.c: Likewise.
4905         * tests/test-rbtreehash_list.c: Likewise.
4906         * tests/test-readlink.c: Likewise.
4907         * tests/test-remove.c: Likewise.
4908         * tests/test-rename.c: Likewise.
4909         * tests/test-renameat.c: Likewise.
4910         * tests/test-rmdir.c: Likewise.
4911         * tests/test-round1.c: Likewise.
4912         * tests/test-roundf1.c: Likewise.
4913         * tests/test-roundl.c: Likewise.
4914         * tests/test-safe-alloc.c: Likewise.
4915         * tests/test-sameacls.c: Likewise.
4916         * tests/test-set-mode-acl.c: Likewise.
4917         * tests/test-setenv.c: Likewise.
4918         * tests/test-sigaction.c: Likewise.
4919         * tests/test-signbit.c: Likewise.
4920         * tests/test-sleep.c: Likewise.
4921         * tests/test-snprintf-posix.c: Likewise.
4922         * tests/test-snprintf.c: Likewise.
4923         * tests/test-sprintf-posix.c: Likewise.
4924         * tests/test-stat-time.c: Likewise.
4925         * tests/test-stat.c: Likewise.
4926         * tests/test-strcasestr.c: Likewise.
4927         * tests/test-strchrnul.c: Likewise.
4928         * tests/test-strerror.c: Likewise.
4929         * tests/test-striconv.c: Likewise.
4930         * tests/test-striconveh.c: Likewise.
4931         * tests/test-striconveha.c: Likewise.
4932         * tests/test-strsignal.c: Likewise.
4933         * tests/test-strstr.c: Likewise.
4934         * tests/test-strtod.c: Likewise.
4935         * tests/test-strverscmp.c: Likewise.
4936         * tests/test-symlink.c: Likewise.
4937         * tests/test-symlinkat.c: Likewise.
4938         * tests/test-trunc1.c: Likewise.
4939         * tests/test-trunc2.c: Likewise.
4940         * tests/test-truncf1.c: Likewise.
4941         * tests/test-truncf2.c: Likewise.
4942         * tests/test-truncl.c: Likewise.
4943         * tests/test-uname.c: Likewise.
4944         * tests/test-unlink.c: Likewise.
4945         * tests/test-unlinkat.c: Likewise.
4946         * tests/test-unsetenv.c: Likewise.
4947         * tests/test-usleep.c: Likewise.
4948         * tests/test-utimens.c: Likewise.
4949         * tests/test-utimensat.c: Likewise.
4950         * tests/test-vasnprintf-posix.c: Likewise.
4951         * tests/test-vasnprintf-posix2.c: Likewise.
4952         * tests/test-vasnprintf.c: Likewise.
4953         * tests/test-vasprintf-posix.c: Likewise.
4954         * tests/test-vasprintf.c: Likewise.
4955         * tests/test-vdprintf-posix.c: Likewise.
4956         * tests/test-vfprintf-posix.c: Likewise.
4957         * tests/test-vprintf-posix.c: Likewise.
4958         * tests/test-vsnprintf-posix.c: Likewise.
4959         * tests/test-vsnprintf.c: Likewise.
4960         * tests/test-vsprintf-posix.c: Likewise.
4961         * tests/test-wcrtomb.c: Likewise.
4962         * tests/test-wcsnrtombs.c: Likewise.
4963         * tests/test-wcsrtombs.c: Likewise.
4964         * tests/test-wctype.c: Likewise.
4965         * tests/test-wcwidth.c: Likewise.
4966         * tests/test-xfprintf-posix.c: Likewise.
4967         * tests/test-xmemdup0.c: Likewise.
4968         * tests/test-xprintf-posix.c: Likewise.
4969         * tests/test-xvasprintf.c: Likewise.
4970         * tests/unicase/test-locale-language.c: Likewise.
4971         * tests/unicase/test-mapping-part1.h: Likewise.
4972         * tests/unicase/test-predicate-part1.h: Likewise.
4973         * tests/unicase/test-u8-casecmp.c: Likewise.
4974         * tests/unicase/test-u8-casecoll.c: Likewise.
4975         * tests/unicase/test-u8-casefold.c: Likewise.
4976         * tests/unicase/test-u8-is-cased.c: Likewise.
4977         * tests/unicase/test-u8-is-casefolded.c: Likewise.
4978         * tests/unicase/test-u8-is-lowercase.c: Likewise.
4979         * tests/unicase/test-u8-is-titlecase.c: Likewise.
4980         * tests/unicase/test-u8-is-uppercase.c: Likewise.
4981         * tests/unicase/test-u8-tolower.c: Likewise.
4982         * tests/unicase/test-u8-totitle.c: Likewise.
4983         * tests/unicase/test-u8-toupper.c: Likewise.
4984         * tests/unicase/test-u16-casecmp.c: Likewise.
4985         * tests/unicase/test-u16-casecoll.c: Likewise.
4986         * tests/unicase/test-u16-casefold.c: Likewise.
4987         * tests/unicase/test-u16-is-cased.c: Likewise.
4988         * tests/unicase/test-u16-is-casefolded.c: Likewise.
4989         * tests/unicase/test-u16-is-lowercase.c: Likewise.
4990         * tests/unicase/test-u16-is-titlecase.c: Likewise.
4991         * tests/unicase/test-u16-is-uppercase.c: Likewise.
4992         * tests/unicase/test-u16-tolower.c: Likewise.
4993         * tests/unicase/test-u16-totitle.c: Likewise.
4994         * tests/unicase/test-u16-toupper.c: Likewise.
4995         * tests/unicase/test-u32-casecmp.c: Likewise.
4996         * tests/unicase/test-u32-casecoll.c: Likewise.
4997         * tests/unicase/test-u32-casefold.c: Likewise.
4998         * tests/unicase/test-u32-is-cased.c: Likewise.
4999         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5000         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5001         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5002         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5003         * tests/unicase/test-u32-tolower.c: Likewise.
5004         * tests/unicase/test-u32-totitle.c: Likewise.
5005         * tests/unicase/test-u32-toupper.c: Likewise.
5006         * tests/unicase/test-ulc-casecmp.c: Likewise.
5007         * tests/unicase/test-ulc-casecoll.c: Likewise.
5008         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5009         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5010         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5011         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5012         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5013         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5014         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5015         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5016         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5017         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5018         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5019         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5020         * tests/unictype/test-bidi_byname.c: Likewise.
5021         * tests/unictype/test-bidi_name.c: Likewise.
5022         * tests/unictype/test-bidi_of.c: Likewise.
5023         * tests/unictype/test-bidi_test.c: Likewise.
5024         * tests/unictype/test-block_list.c: Likewise.
5025         * tests/unictype/test-block_of.c: Likewise.
5026         * tests/unictype/test-block_test.c: Likewise.
5027         * tests/unictype/test-categ_and.c: Likewise.
5028         * tests/unictype/test-categ_and_not.c: Likewise.
5029         * tests/unictype/test-categ_byname.c: Likewise.
5030         * tests/unictype/test-categ_name.c: Likewise.
5031         * tests/unictype/test-categ_none.c: Likewise.
5032         * tests/unictype/test-categ_of.c: Likewise.
5033         * tests/unictype/test-categ_or.c: Likewise.
5034         * tests/unictype/test-categ_test_withtable.c: Likewise.
5035         * tests/unictype/test-combining.c: Likewise.
5036         * tests/unictype/test-decdigit.c: Likewise.
5037         * tests/unictype/test-digit.c: Likewise.
5038         * tests/unictype/test-mirror.c: Likewise.
5039         * tests/unictype/test-numeric.c: Likewise.
5040         * tests/unictype/test-pr_byname.c: Likewise.
5041         * tests/unictype/test-pr_test.c: Likewise.
5042         * tests/unictype/test-predicate-part1.h: Likewise.
5043         * tests/unictype/test-scripts.c: Likewise.
5044         * tests/unictype/test-sy_c_ident.c: Likewise.
5045         * tests/unictype/test-sy_java_ident.c: Likewise.
5046         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5047         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5048         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5049         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5050         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5051         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5052         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5053         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5054         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5055         * tests/uninorm/test-compat-decomposition.c: Likewise.
5056         * tests/uninorm/test-composition.c: Likewise.
5057         * tests/uninorm/test-decomposing-form.c: Likewise.
5058         * tests/uninorm/test-decomposition.c: Likewise.
5059         * tests/uninorm/test-u8-nfc.c: Likewise.
5060         * tests/uninorm/test-u8-nfd.c: Likewise.
5061         * tests/uninorm/test-u8-nfkc.c: Likewise.
5062         * tests/uninorm/test-u8-nfkd.c: Likewise.
5063         * tests/uninorm/test-u8-normcmp.c: Likewise.
5064         * tests/uninorm/test-u8-normcoll.c: Likewise.
5065         * tests/uninorm/test-u16-nfc.c: Likewise.
5066         * tests/uninorm/test-u16-nfd.c: Likewise.
5067         * tests/uninorm/test-u16-nfkc.c: Likewise.
5068         * tests/uninorm/test-u16-nfkd.c: Likewise.
5069         * tests/uninorm/test-u16-normcmp.c: Likewise.
5070         * tests/uninorm/test-u16-normcoll.c: Likewise.
5071         * tests/uninorm/test-u32-nfc.c: Likewise.
5072         * tests/uninorm/test-u32-nfd.c: Likewise.
5073         * tests/uninorm/test-u32-nfkc.c: Likewise.
5074         * tests/uninorm/test-u32-nfkd.c: Likewise.
5075         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5076         * tests/uninorm/test-u32-normcmp.c: Likewise.
5077         * tests/uninorm/test-u32-normcoll.c: Likewise.
5078         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5079         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5080         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5081         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5082         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5083         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5084         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5085         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5086         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5087         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5088         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5089         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5090         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5091         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5092         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5093         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5094         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5095         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5096         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5097         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5098         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5099         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5100         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5101         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5102         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5103         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5104         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5105         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5106         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5107         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5108         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5109         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5110         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5111         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5112         * tests/uniwidth/test-u8-width.c: Likewise.
5113         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5114         * tests/uniwidth/test-u16-width.c: Likewise.
5115         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5116         * tests/uniwidth/test-u32-width.c: Likewise.
5117         * tests/uniwidth/test-uc_width.c: Likewise.
5118         * tests/uniwidth/test-uc_width2.c: Likewise.
5119         * modules/acl-tests (Files): Add tests/macros.h.
5120         * modules/areadlink-tests (Files): Likewise.
5121         * modules/areadlink-with-size-tests (Files): Likewise.
5122         * modules/areadlinkat-tests (Files): Likewise.
5123         * modules/areadlinkat-with-size-tests (Files): Likewise.
5124         * modules/argmatch-tests (Files): Likewise.
5125         * modules/argv-iter-tests (Files): Likewise.
5126         * modules/array-list-tests (Files): Likewise.
5127         * modules/array-mergesort-tests (Files): Likewise.
5128         * modules/array-oset-tests (Files): Likewise.
5129         * modules/avltree-list-tests (Files): Likewise.
5130         * modules/avltree-oset-tests (Files): Likewise.
5131         * modules/avltreehash-list-tests (Files): Likewise.
5132         * modules/base64-tests (Files): Likewise.
5133         * modules/binary-io-tests (Files): Likewise.
5134         * modules/bitrotate-tests (Files): Likewise.
5135         * modules/btowc-tests (Files): Likewise.
5136         * modules/byteswap-tests (Files): Likewise.
5137         * modules/c-ctype-tests (Files): Likewise.
5138         * modules/c-stack-tests (Files): Likewise.
5139         * modules/c-strcase-tests (Files): Likewise.
5140         * modules/c-strcasestr-tests (Files): Likewise.
5141         * modules/c-strstr-tests (Files): Likewise.
5142         * modules/canonicalize-lgpl-tests (Files): Likewise.
5143         * modules/canonicalize-tests (Files): Likewise.
5144         * modules/carray-list-tests (Files): Likewise.
5145         * modules/ceilf-tests (Files): Likewise.
5146         * modules/ceill-tests (Files): Likewise.
5147         * modules/chown-tests (Files): Likewise.
5148         * modules/cloexec-tests (Files): Likewise.
5149         * modules/copy-file-tests (Files): Likewise.
5150         * modules/count-one-bits-tests (Files): Likewise.
5151         * modules/dprintf-posix-tests (Files): Likewise.
5152         * modules/dup2-tests (Files): Likewise.
5153         * modules/dup3-tests (Files): Likewise.
5154         * modules/duplocale-tests (Files): Likewise.
5155         * modules/fbufmode-tests (Files): Likewise.
5156         * modules/fchdir-tests (Files): Likewise.
5157         * modules/fcntl-safer-tests (Files): Likewise.
5158         * modules/fcntl-tests (Files): Likewise.
5159         * modules/fdopendir-tests (Files): Likewise.
5160         * modules/fdutimensat-tests (Files): Likewise.
5161         * modules/fflush-tests (Files): Likewise.
5162         * modules/filevercmp-tests (Files): Likewise.
5163         * modules/flock-tests (Files): Likewise.
5164         * modules/floorf-tests (Files): Likewise.
5165         * modules/floorl-tests (Files): Likewise.
5166         * modules/fnmatch-tests (Files): Likewise.
5167         * modules/fopen-safer-tests (Files): Likewise.
5168         * modules/fopen-tests (Files): Likewise.
5169         * modules/fpending-tests (Files): Likewise.
5170         * modules/fprintf-posix-tests (Files): Likewise.
5171         * modules/fpurge-tests (Files): Likewise.
5172         * modules/freadable-tests (Files): Likewise.
5173         * modules/freadahead-tests (Files): Likewise.
5174         * modules/freading-tests (Files): Likewise.
5175         * modules/freadptr-tests (Files): Likewise.
5176         * modules/freadseek-tests (Files): Likewise.
5177         * modules/freopen-tests (Files): Likewise.
5178         * modules/frexp-nolibm-tests (Files): Likewise.
5179         * modules/frexp-tests (Files): Likewise.
5180         * modules/frexpl-nolibm-tests (Files): Likewise.
5181         * modules/frexpl-tests (Files): Likewise.
5182         * modules/fseek-tests (Files): Likewise.
5183         * modules/fseeko-tests (Files): Likewise.
5184         * modules/fstrcmp-tests (Files): Likewise.
5185         * modules/fsync-tests (Files): Likewise.
5186         * modules/ftell-tests (Files): Likewise.
5187         * modules/ftello-tests (Files): Likewise.
5188         * modules/func-tests (Files): Likewise.
5189         * modules/futimens-tests (Files): Likewise.
5190         * modules/fwritable-tests (Files): Likewise.
5191         * modules/fwriting-tests (Files): Likewise.
5192         * modules/getcwd-tests (Files): Likewise.
5193         * modules/getdate-tests (Files): Likewise.
5194         * modules/getdelim-tests (Files): Likewise.
5195         * modules/getdtablesize-tests (Files): Likewise.
5196         * modules/getgroups-tests (Files): Likewise.
5197         * modules/getline-tests (Files): Likewise.
5198         * modules/getndelim2-tests (Files): Likewise.
5199         * modules/glob-tests (Files): Likewise.
5200         * modules/hash-tests (Files): Likewise.
5201         * modules/i-ring-tests (Files): Likewise.
5202         * modules/iconv-tests (Files): Likewise.
5203         * modules/iconv_open-utf-tests (Files): Likewise.
5204         * modules/idpriv-drop-tests (Files): Likewise.
5205         * modules/idpriv-droptemp-tests (Files): Likewise.
5206         * modules/inet_ntop-tests (Files): Likewise.
5207         * modules/inet_pton-tests (Files): Likewise.
5208         * modules/isblank-tests (Files): Likewise.
5209         * modules/isfinite-tests (Files): Likewise.
5210         * modules/isinf-tests (Files): Likewise.
5211         * modules/isnan-tests (Files): Likewise.
5212         * modules/isnand-nolibm-tests (Files): Likewise.
5213         * modules/isnand-tests (Files): Likewise.
5214         * modules/isnanf-nolibm-tests (Files): Likewise.
5215         * modules/isnanf-tests (Files): Likewise.
5216         * modules/isnanl-nolibm-tests (Files): Likewise.
5217         * modules/isnanl-tests (Files): Likewise.
5218         * modules/lchown-tests (Files): Likewise.
5219         * modules/ldexpl-tests (Files): Likewise.
5220         * modules/link-tests (Files): Likewise.
5221         * modules/linkat-tests (Files): Likewise.
5222         * modules/linked-list-tests (Files): Likewise.
5223         * modules/linkedhash-list-tests (Files): Likewise.
5224         * modules/localename-tests (Files): Likewise.
5225         * modules/lseek-tests (Files): Likewise.
5226         * modules/lstat-tests (Files): Likewise.
5227         * modules/mbmemcasecmp-tests (Files): Likewise.
5228         * modules/mbmemcasecoll-tests (Files): Likewise.
5229         * modules/mbrtowc-tests (Files): Likewise.
5230         * modules/mbscasecmp-tests (Files): Likewise.
5231         * modules/mbscasestr-tests (Files): Likewise.
5232         * modules/mbschr-tests (Files): Likewise.
5233         * modules/mbscspn-tests (Files): Likewise.
5234         * modules/mbsinit-tests (Files): Likewise.
5235         * modules/mbsncasecmp-tests (Files): Likewise.
5236         * modules/mbsnrtowcs-tests (Files): Likewise.
5237         * modules/mbspbrk-tests (Files): Likewise.
5238         * modules/mbspcasecmp-tests (Files): Likewise.
5239         * modules/mbsrchr-tests (Files): Likewise.
5240         * modules/mbsrtowcs-tests (Files): Likewise.
5241         * modules/mbsspn-tests (Files): Likewise.
5242         * modules/mbsstr-tests (Files): Likewise.
5243         * modules/memchr-tests (Files): Likewise.
5244         * modules/memchr2-tests (Files): Likewise.
5245         * modules/memcmp-tests (Files): Likewise.
5246         * modules/memmem-tests (Files): Likewise.
5247         * modules/memrchr-tests (Files): Likewise.
5248         * modules/mkdir-tests (Files): Likewise.
5249         * modules/mkfifo-tests (Files): Likewise.
5250         * modules/mkfifoat-tests (Files): Likewise.
5251         * modules/mknod-tests (Files): Likewise.
5252         * modules/nanosleep-tests (Files): Likewise.
5253         * modules/nl_langinfo-tests (Files): Likewise.
5254         * modules/obstack-printf-tests (Files): Likewise.
5255         * modules/open-tests (Files): Likewise.
5256         * modules/openat-tests (Files): Likewise.
5257         * modules/pipe-filter-gi-tests (Files): Likewise.
5258         * modules/pipe-filter-ii-tests (Files): Likewise.
5259         * modules/pipe2-tests (Files): Likewise.
5260         * modules/popen-safer-tests (Files): Likewise.
5261         * modules/popen-tests (Files): Likewise.
5262         * modules/posixtm-tests (Files): Likewise.
5263         * modules/pread-tests (Files): Likewise.
5264         * modules/printf-frexp-tests (Files): Likewise.
5265         * modules/printf-frexpl-tests (Files): Likewise.
5266         * modules/printf-posix-tests (Files): Likewise.
5267         * modules/priv-set-tests (Files): Likewise.
5268         * modules/quotearg-tests (Files): Likewise.
5269         * modules/random_r-tests (Files): Likewise.
5270         * modules/rawmemchr-tests (Files): Likewise.
5271         * modules/rbtree-list-tests (Files): Likewise.
5272         * modules/rbtree-oset-tests (Files): Likewise.
5273         * modules/rbtreehash-list-tests (Files): Likewise.
5274         * modules/readlink-tests (Files): Likewise.
5275         * modules/remove-tests (Files): Likewise.
5276         * modules/rename-tests (Files): Likewise.
5277         * modules/renameat-tests (Files): Likewise.
5278         * modules/rmdir-tests (Files): Likewise.
5279         * modules/round-tests (Files): Likewise.
5280         * modules/roundf-tests (Files): Likewise.
5281         * modules/roundl-tests (Files): Likewise.
5282         * modules/safe-alloc-tests (Files): Likewise.
5283         * modules/setenv-tests (Files): Likewise.
5284         * modules/sigaction-tests (Files): Likewise.
5285         * modules/signbit-tests (Files): Likewise.
5286         * modules/sleep-tests (Files): Likewise.
5287         * modules/snprintf-posix-tests (Files): Likewise.
5288         * modules/snprintf-tests (Files): Likewise.
5289         * modules/sprintf-posix-tests (Files): Likewise.
5290         * modules/stat-tests (Files): Likewise.
5291         * modules/stat-time-tests (Files): Likewise.
5292         * modules/strcasestr-tests (Files): Likewise.
5293         * modules/strchrnul-tests (Files): Likewise.
5294         * modules/strerror-tests (Files): Likewise.
5295         * modules/striconv-tests (Files): Likewise.
5296         * modules/striconveh-tests (Files): Likewise.
5297         * modules/striconveha-tests (Files): Likewise.
5298         * modules/strsignal-tests (Files): Likewise.
5299         * modules/strstr-tests (Files): Likewise.
5300         * modules/strtod-tests (Files): Likewise.
5301         * modules/strverscmp-tests (Files): Likewise.
5302         * modules/symlink-tests (Files): Likewise.
5303         * modules/symlinkat-tests (Files): Likewise.
5304         * modules/trunc-tests (Files): Likewise.
5305         * modules/truncf-tests (Files): Likewise.
5306         * modules/truncl-tests (Files): Likewise.
5307         * modules/uname-tests (Files): Likewise.
5308         * modules/unicase/cased-tests (Files): Likewise.
5309         * modules/unicase/ignorable-tests (Files): Likewise.
5310         * modules/unicase/locale-language-tests (Files): Likewise.
5311         * modules/unicase/tolower-tests (Files): Likewise.
5312         * modules/unicase/totitle-tests (Files): Likewise.
5313         * modules/unicase/toupper-tests (Files): Likewise.
5314         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5315         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5316         * modules/unicase/u8-casefold-tests (Files): Likewise.
5317         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5318         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5319         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5320         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5321         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5322         * modules/unicase/u8-tolower-tests (Files): Likewise.
5323         * modules/unicase/u8-totitle-tests (Files): Likewise.
5324         * modules/unicase/u8-toupper-tests (Files): Likewise.
5325         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5326         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5327         * modules/unicase/u16-casefold-tests (Files): Likewise.
5328         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5329         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5330         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5331         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5332         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5333         * modules/unicase/u16-tolower-tests (Files): Likewise.
5334         * modules/unicase/u16-totitle-tests (Files): Likewise.
5335         * modules/unicase/u16-toupper-tests (Files): Likewise.
5336         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5337         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5338         * modules/unicase/u32-casefold-tests (Files): Likewise.
5339         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5340         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5341         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5342         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5343         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5344         * modules/unicase/u32-tolower-tests (Files): Likewise.
5345         * modules/unicase/u32-totitle-tests (Files): Likewise.
5346         * modules/unicase/u32-toupper-tests (Files): Likewise.
5347         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5348         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5349         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5350         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5351         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5352         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5353         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5354         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5355         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5356         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5357         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5358         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5359         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5360         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5361         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5362         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5363         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5364         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5365         * modules/unictype/block-list-tests (Files): Likewise.
5366         * modules/unictype/block-of-tests (Files): Likewise.
5367         * modules/unictype/block-test-tests (Files): Likewise.
5368         * modules/unictype/category-C-tests (Files): Likewise.
5369         * modules/unictype/category-Cc-tests (Files): Likewise.
5370         * modules/unictype/category-Cf-tests (Files): Likewise.
5371         * modules/unictype/category-Cn-tests (Files): Likewise.
5372         * modules/unictype/category-Co-tests (Files): Likewise.
5373         * modules/unictype/category-Cs-tests (Files): Likewise.
5374         * modules/unictype/category-L-tests (Files): Likewise.
5375         * modules/unictype/category-Ll-tests (Files): Likewise.
5376         * modules/unictype/category-Lm-tests (Files): Likewise.
5377         * modules/unictype/category-Lo-tests (Files): Likewise.
5378         * modules/unictype/category-Lt-tests (Files): Likewise.
5379         * modules/unictype/category-Lu-tests (Files): Likewise.
5380         * modules/unictype/category-M-tests (Files): Likewise.
5381         * modules/unictype/category-Mc-tests (Files): Likewise.
5382         * modules/unictype/category-Me-tests (Files): Likewise.
5383         * modules/unictype/category-Mn-tests (Files): Likewise.
5384         * modules/unictype/category-N-tests (Files): Likewise.
5385         * modules/unictype/category-Nd-tests (Files): Likewise.
5386         * modules/unictype/category-Nl-tests (Files): Likewise.
5387         * modules/unictype/category-No-tests (Files): Likewise.
5388         * modules/unictype/category-P-tests (Files): Likewise.
5389         * modules/unictype/category-Pc-tests (Files): Likewise.
5390         * modules/unictype/category-Pd-tests (Files): Likewise.
5391         * modules/unictype/category-Pe-tests (Files): Likewise.
5392         * modules/unictype/category-Pf-tests (Files): Likewise.
5393         * modules/unictype/category-Pi-tests (Files): Likewise.
5394         * modules/unictype/category-Po-tests (Files): Likewise.
5395         * modules/unictype/category-Ps-tests (Files): Likewise.
5396         * modules/unictype/category-S-tests (Files): Likewise.
5397         * modules/unictype/category-Sc-tests (Files): Likewise.
5398         * modules/unictype/category-Sk-tests (Files): Likewise.
5399         * modules/unictype/category-Sm-tests (Files): Likewise.
5400         * modules/unictype/category-So-tests (Files): Likewise.
5401         * modules/unictype/category-Z-tests (Files): Likewise.
5402         * modules/unictype/category-Zl-tests (Files): Likewise.
5403         * modules/unictype/category-Zp-tests (Files): Likewise.
5404         * modules/unictype/category-Zs-tests (Files): Likewise.
5405         * modules/unictype/category-and-not-tests (Files): Likewise.
5406         * modules/unictype/category-and-tests (Files): Likewise.
5407         * modules/unictype/category-byname-tests (Files): Likewise.
5408         * modules/unictype/category-name-tests (Files): Likewise.
5409         * modules/unictype/category-none-tests (Files): Likewise.
5410         * modules/unictype/category-of-tests (Files): Likewise.
5411         * modules/unictype/category-or-tests (Files): Likewise.
5412         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5413         * modules/unictype/combining-class-tests (Files): Likewise.
5414         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5415         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5416         * modules/unictype/ctype-blank-tests (Files): Likewise.
5417         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5418         * modules/unictype/ctype-digit-tests (Files): Likewise.
5419         * modules/unictype/ctype-graph-tests (Files): Likewise.
5420         * modules/unictype/ctype-lower-tests (Files): Likewise.
5421         * modules/unictype/ctype-print-tests (Files): Likewise.
5422         * modules/unictype/ctype-punct-tests (Files): Likewise.
5423         * modules/unictype/ctype-space-tests (Files): Likewise.
5424         * modules/unictype/ctype-upper-tests (Files): Likewise.
5425         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5426         * modules/unictype/decimal-digit-tests (Files): Likewise.
5427         * modules/unictype/digit-tests (Files): Likewise.
5428         * modules/unictype/mirror-tests (Files): Likewise.
5429         * modules/unictype/numeric-tests (Files): Likewise.
5430         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5431         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5432         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5433         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5434         Likewise.
5435         * modules/unictype/property-bidi-block-separator-tests (Files):
5436         Likewise.
5437         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5438         Likewise.
5439         * modules/unictype/property-bidi-common-separator-tests (Files):
5440         Likewise.
5441         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5442         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5443         Likewise.
5444         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5445         Likewise.
5446         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5447         Likewise.
5448         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5449         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5450         Likewise.
5451         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5452         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5453         Likewise.
5454         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5455         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5456         * modules/unictype/property-bidi-segment-separator-tests (Files):
5457         Likewise.
5458         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5459         * modules/unictype/property-byname-tests (Files): Likewise.
5460         * modules/unictype/property-combining-tests (Files): Likewise.
5461         * modules/unictype/property-composite-tests (Files): Likewise.
5462         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5463         * modules/unictype/property-dash-tests (Files): Likewise.
5464         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5465         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5466         Likewise.
5467         * modules/unictype/property-deprecated-tests (Files): Likewise.
5468         * modules/unictype/property-diacritic-tests (Files): Likewise.
5469         * modules/unictype/property-extender-tests (Files): Likewise.
5470         * modules/unictype/property-format-control-tests (Files): Likewise.
5471         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5472         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5473         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5474         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5475         * modules/unictype/property-hyphen-tests (Files): Likewise.
5476         * modules/unictype/property-id-continue-tests (Files): Likewise.
5477         * modules/unictype/property-id-start-tests (Files): Likewise.
5478         * modules/unictype/property-ideographic-tests (Files): Likewise.
5479         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5480         * modules/unictype/property-ids-trinary-operator-tests (Files):
5481         Likewise.
5482         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5483         * modules/unictype/property-iso-control-tests (Files): Likewise.
5484         * modules/unictype/property-join-control-tests (Files): Likewise.
5485         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5486         * modules/unictype/property-line-separator-tests (Files): Likewise.
5487         * modules/unictype/property-logical-order-exception-tests (Files):
5488         Likewise.
5489         * modules/unictype/property-lowercase-tests (Files): Likewise.
5490         * modules/unictype/property-math-tests (Files): Likewise.
5491         * modules/unictype/property-non-break-tests (Files): Likewise.
5492         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5493         * modules/unictype/property-numeric-tests (Files): Likewise.
5494         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5495         * modules/unictype/property-other-default-ignorable-code-point-tests
5496         (Files): Likewise.
5497         * modules/unictype/property-other-grapheme-extend-tests (Files):
5498         Likewise.
5499         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5500         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5501         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5502         * modules/unictype/property-other-math-tests (Files): Likewise.
5503         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5504         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5505         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5506         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5507         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5508         * modules/unictype/property-private-use-tests (Files): Likewise.
5509         * modules/unictype/property-punctuation-tests (Files): Likewise.
5510         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5511         * modules/unictype/property-radical-tests (Files): Likewise.
5512         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5513         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5514         * modules/unictype/property-space-tests (Files): Likewise.
5515         * modules/unictype/property-terminal-punctuation-tests (Files):
5516         Likewise.
5517         * modules/unictype/property-test-tests (Files): Likewise.
5518         * modules/unictype/property-titlecase-tests (Files): Likewise.
5519         * modules/unictype/property-unassigned-code-value-tests (Files):
5520         Likewise.
5521         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5522         * modules/unictype/property-uppercase-tests (Files): Likewise.
5523         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5524         * modules/unictype/property-white-space-tests (Files): Likewise.
5525         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5526         * modules/unictype/property-xid-start-tests (Files): Likewise.
5527         * modules/unictype/property-zero-width-tests (Files): Likewise.
5528         * modules/unictype/scripts-tests (Files): Likewise.
5529         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5530         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5531         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5532         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5533         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5534         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5535         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5536         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5537         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5538         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5539         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5540         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5541         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5542         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5543         * modules/uninorm/composition-tests (Files): Likewise.
5544         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5545         * modules/uninorm/decomposition-tests (Files): Likewise.
5546         * modules/uninorm/filter-tests (Files): Likewise.
5547         * modules/uninorm/nfc-tests (Files): Likewise.
5548         * modules/uninorm/nfd-tests (Files): Likewise.
5549         * modules/uninorm/nfkc-tests (Files): Likewise.
5550         * modules/uninorm/nfkd-tests (Files): Likewise.
5551         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5552         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5553         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5554         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5555         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5556         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5557         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5558         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5559         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5560         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5561         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5562         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5563         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5564         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5565         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5566         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5567         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5568         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5569         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5570         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5571         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5572         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5573         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5574         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5575         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5576         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5577         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5578         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5579         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5580         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5581         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5582         * modules/uniwidth/u8-width-tests (Files): Likewise.
5583         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5584         * modules/uniwidth/u16-width-tests (Files): Likewise.
5585         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5586         * modules/uniwidth/u32-width-tests (Files): Likewise.
5587         * modules/uniwidth/width-tests (Files): Likewise.
5588         * modules/unlink-tests (Files): Likewise.
5589         * modules/unsetenv-tests (Files): Likewise.
5590         * modules/usleep-tests (Files): Likewise.
5591         * modules/utimens-tests (Files): Likewise.
5592         * modules/utimensat-tests (Files): Likewise.
5593         * modules/vasnprintf-posix-tests (Files): Likewise.
5594         * modules/vasnprintf-tests (Files): Likewise.
5595         * modules/vasprintf-posix-tests (Files): Likewise.
5596         * modules/vasprintf-tests (Files): Likewise.
5597         * modules/vdprintf-posix-tests (Files): Likewise.
5598         * modules/vfprintf-posix-tests (Files): Likewise.
5599         * modules/vprintf-posix-tests (Files): Likewise.
5600         * modules/vsnprintf-posix-tests (Files): Likewise.
5601         * modules/vsnprintf-tests (Files): Likewise.
5602         * modules/vsprintf-posix-tests (Files): Likewise.
5603         * modules/wcrtomb-tests (Files): Likewise.
5604         * modules/wcsnrtombs-tests (Files): Likewise.
5605         * modules/wcsrtombs-tests (Files): Likewise.
5606         * modules/wctype-tests (Files): Likewise.
5607         * modules/wcwidth-tests (Files): Likewise.
5608         * modules/xmemdup0-tests (Files): Likewise.
5609         * modules/xprintf-posix-tests (Files): Likewise.
5610         * modules/xvasprintf-tests (Files): Likewise.
5611
5612 2009-12-24  Eric Blake  <ebb9@byu.net>
5613
5614         test-nanosleep: fix typo
5615         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5616         patch.
5617         Reported by Bruno Haible.
5618
5619 2009-12-24  Bruno Haible  <bruno@clisp.org>
5620
5621         Reduce namespace pollution on glibc systems.
5622         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5623         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5624         systems.
5625         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5626         <getopt.h> on glibc systems.
5627         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5628         systems.
5629         * lib/fcntl.c: Include <unistd.h> here instead.
5630
5631 2009-12-24  Bruno Haible  <bruno@clisp.org>
5632
5633         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5634
5635 2009-12-24  Eric Blake  <ebb9@byu.net>
5636
5637         tests: add signature checks
5638         * tests/signature.h (SIGNATURE_CHECK): New file.
5639         * modules/atexit-tests (Files): Use it.
5640         * modules/btowc-tests (Files): Likewise.
5641         * modules/canonicalize-lgpl-tests (Files): Likewise.
5642         * modules/ceilf-tests (Files): Likewise.
5643         * modules/ceill-tests (Files): Likewise.
5644         * modules/chown-tests (Files): Likewise.
5645         * modules/dprintf-posix-tests (Files): Likewise.
5646         * modules/dup2-tests (Files): Likewise.
5647         * modules/dup3-tests (Files): Likewise.
5648         * modules/duplocale-tests (Files): Likewise.
5649         * modules/fchdir-tests (Files): Likewise.
5650         * modules/fcntl-tests (Files): Likewise.
5651         * modules/fdopendir-tests (Files): Likewise.
5652         * modules/fflush-tests (Files): Likewise.
5653         * modules/flock-tests (Files): Likewise.
5654         * modules/floorf-tests (Files): Likewise.
5655         * modules/floorl-tests (Files): Likewise.
5656         * modules/fnmatch-tests (Files): Likewise.
5657         * modules/fopen-tests (Files): Likewise.
5658         * modules/fprintf-posix-tests (Files): Likewise.
5659         * modules/freopen-tests (Files): Likewise.
5660         * modules/frexp-nolibm-tests (Files): Likewise.
5661         * modules/frexp-tests (Files): Likewise.
5662         * modules/frexpl-nolibm-tests (Files): Likewise.
5663         * modules/frexpl-tests (Files): Likewise.
5664         * modules/fseek-tests (Files): Likewise.
5665         * modules/fseeko-tests (Files): Likewise.
5666         * modules/fsync-tests (Files): Likewise.
5667         * modules/ftell-tests (Files): Likewise.
5668         * modules/ftello-tests (Files): Likewise.
5669         * modules/futimens-tests (Files): Likewise.
5670         * modules/getaddrinfo-tests (Files): Likewise.
5671         * modules/getcwd-tests (Files): Likewise.
5672         * modules/getdelim-tests (Files): Likewise.
5673         * modules/getdtablesize-tests (Files): Likewise.
5674         * modules/getgroups-tests (Files): Likewise.
5675         * modules/gethostname-tests (Files): Likewise.
5676         * modules/getline-tests (Files): Likewise.
5677         * modules/getopt-posix-tests (Files): Likewise.
5678         * modules/gettimeofday-tests (Files): Likewise.
5679         * modules/glob-tests (Files): Likewise.
5680         * modules/iconv-tests (Files): Likewise.
5681         * modules/inet_ntop-tests (Files): Likewise.
5682         * modules/inet_pton-tests (Files): Likewise.
5683         * modules/isblank-tests (Files): Likewise.
5684         * modules/lchown-tests (Files): Likewise.
5685         * modules/ldexpl-tests (Files): Likewise.
5686         * modules/link-tests (Files): Likewise.
5687         * modules/linkat-tests (Files): Likewise.
5688         * modules/lseek-tests (Files): Likewise.
5689         * modules/lstat-tests (Files): Likewise.
5690         * modules/mbrtowc-tests (Files): Likewise.
5691         * modules/mbsinit-tests (Files): Likewise.
5692         * modules/mbsnrtowcs-tests (Files): Likewise.
5693         * modules/mbsrtowcs-tests (Files): Likewise.
5694         * modules/memchr-tests (Files): Likewise.
5695         * modules/memcmp-tests (Files): Likewise.
5696         * modules/memmem-tests (Files): Likewise.
5697         * modules/memrchr-tests (Files): Likewise.
5698         * modules/mkdir-tests (Files): Likewise.
5699         * modules/mkfifo-tests (Files): Likewise.
5700         * modules/mkfifoat-tests (Files): Likewise.
5701         * modules/mknod-tests (Files): Likewise.
5702         * modules/nanosleep-tests (Files): Likewise.
5703         * modules/nl_langinfo-tests (Files): Likewise.
5704         * modules/obstack-printf-tests (Files): Likewise.
5705         * modules/open-tests (Files): Likewise.
5706         * modules/openat-tests (Files): Likewise.
5707         * modules/perror-tests (Files): Likewise.
5708         * modules/pipe2-tests (Files): Likewise.
5709         * modules/poll-tests (Files): Likewise.
5710         * modules/popen-tests (Files): Likewise.
5711         * modules/posix_spawn-tests (Files): Likewise.
5712         * modules/posix_spawnp-tests (Files): Likewise.
5713         * modules/pread-tests (Files): Likewise.
5714         * modules/printf-posix-tests (Files): Likewise.
5715         * modules/pty-tests (Files): Likewise.
5716         * modules/random_r-tests (Files): Likewise.
5717         * modules/rawmemchr-tests (Files): Likewise.
5718         * modules/readlink-tests (Files): Likewise.
5719         * modules/remove-tests (Files): Likewise.
5720         * modules/rename-tests (Files): Likewise.
5721         * modules/renameat-tests (Files): Likewise.
5722         * modules/rmdir-tests (Files): Likewise.
5723         * modules/round-tests (Files): Likewise.
5724         * modules/roundf-tests (Files): Likewise.
5725         * modules/roundl-tests (Files): Likewise.
5726         * modules/select-tests (Files): Likewise.
5727         * modules/setenv-tests (Files): Likewise.
5728         * modules/sigaction-tests (Files): Likewise.
5729         * modules/sleep-tests (Files): Likewise.
5730         * modules/snprintf-posix-tests (Files): Likewise.
5731         * modules/snprintf-tests (Files): Likewise.
5732         * modules/sprintf-posix-tests (Files): Likewise.
5733         * modules/stat-tests (Files): Likewise.
5734         * modules/strcasestr-tests (Files): Likewise.
5735         * modules/strchrnul-tests (Files): Likewise.
5736         * modules/strerror-tests (Files): Likewise.
5737         * modules/strsignal-tests (Files): Likewise.
5738         * modules/strstr-tests (Files): Likewise.
5739         * modules/strtod-tests (Files): Likewise.
5740         * modules/strverscmp-tests (Files): Likewise.
5741         * modules/symlink-tests (Files): Likewise.
5742         * modules/symlinkat-tests (Files): Likewise.
5743         * modules/times-tests (Files): Likewise.
5744         * modules/trunc-tests (Files): Likewise.
5745         * modules/truncf-tests (Files): Likewise.
5746         * modules/truncl-tests (Files): Likewise.
5747         * modules/tsearch-tests (Files): Likewise.
5748         * modules/uname-tests (Files): Likewise.
5749         * modules/unlink-tests (Files): Likewise.
5750         * modules/unsetenv-tests (Files): Likewise.
5751         * modules/usleep-tests (Files): Likewise.
5752         * modules/utimensat-tests (Files): Likewise.
5753         * modules/vasprintf-tests (Files): Likewise.
5754         * modules/vdprintf-posix-tests (Files): Likewise.
5755         * modules/vfprintf-posix-tests (Files): Likewise.
5756         * modules/vprintf-posix-tests (Files): Likewise.
5757         * modules/vsnprintf-posix-tests (Files): Likewise.
5758         * modules/vsnprintf-tests (Files): Likewise.
5759         * modules/vsprintf-posix-tests (Files): Likewise.
5760         * modules/wcrtomb-tests (Files): Likewise.
5761         * modules/wcsnrtombs-tests (Files): Likewise.
5762         * modules/wcsrtombs-tests (Files): Likewise.
5763         * modules/wcwidth-tests (Files): Likewise.
5764         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
5765         * tests/test-isinf.c (isinf): Likewise.
5766         * tests/test-isnan.c (isnan): Likewise.
5767         * tests/test-signbit.c (signbit): Likewise.
5768         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
5769         declaration, either as macro or with correct signature.
5770         (select): Ensure function under test is declared with correct
5771         signature in correct header.
5772         * tests/test-atexit.c (atexit): Likewise.
5773         * tests/test-btowc.c (btowc): Likewise.
5774         * tests/test-canonicalize-lgpl.c (realpath)
5775         (canonicalize_file_name): Likewise.
5776         * tests/test-ceilf1.c (ceilf): Likewise.
5777         * tests/test-ceill.c (ceill): Likewise.
5778         * tests/test-chown.c (chown): Likewise.
5779         * tests/test-dprintf-posix.c (dprintf): Likewise.
5780         * tests/test-dup2.c (dup2): Likewise.
5781         * tests/test-dup3.c (dup3): Likewise.
5782         * tests/test-duplocale.c (duplocale): Likewise.
5783         * tests/test-fchdir.c (fchdir): Likewise.
5784         * tests/test-fchownat.c (fchownat): Likewise.
5785         * tests/test-fcntl.c (fcntl): Likewise.
5786         * tests/test-fdopendir.c (fdopendir): Likewise.
5787         * tests/test-fflush.c (fflush): Likewise.
5788         * tests/test-flock.c (flock): Likewise.
5789         * tests/test-floorf1.c (floorf): Likewise.
5790         * tests/test-floorl.c (floorl): Likewise.
5791         * tests/test-fnmatch.c (fnmatch): Likewise.
5792         * tests/test-fopen.c (fopen): Likewise.
5793         * tests/test-fprintf-posix.c (fprintf): Likewise.
5794         * tests/test-freopen.c (freopen): Likewise.
5795         * tests/test-frexp.c (frexp): Likewise.
5796         * tests/test-frexpl.c (frexpl): Likewise.
5797         * tests/test-fseek.c (fseek): Likewise.
5798         * tests/test-fseeko.c (fseeko): Likewise.
5799         * tests/test-fstatat.c (fstatat): Likewise.
5800         * tests/test-fsync.c (fsync): Likewise.
5801         * tests/test-ftell.c (ftell): Likewise.
5802         * tests/test-ftello.c (ftello): Likewise.
5803         * tests/test-futimens.c (futimens): Likewise.
5804         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
5805         (gai_strerror): Likewise.
5806         * tests/test-getcwd.c (getcwd): Likewise.
5807         * tests/test-getdelim.c (getdelim): Likewise.
5808         * tests/test-getdtablesize.c (getdtablesize): Likewise.
5809         * tests/test-getgroups.c (getgroups): Likewise.
5810         * tests/test-gethostname.c (gethostname): Likewise.
5811         * tests/test-getline.c (getline): Likewise.
5812         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
5813         Likewise.
5814         * tests/test-gettimeofday.c (gettimeofday): Likewise.
5815         * tests/test-glob.c (glob, globfree): Likewise.
5816         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
5817         * tests/test-inet_ntop.c (inet_ntop): Likewise.
5818         * tests/test-inet_pton.c (inet_pton): Likewise.
5819         * tests/test-isblank.c (isblank): Likewise.
5820         * tests/test-lchown.c (lchown): Likewise.
5821         * tests/test-ldexpl.c (ldexpl): Likewise.
5822         * tests/test-link.c (link): Likewise.
5823         * tests/test-linkat.c (linkat): Likewise.
5824         * tests/test-lseek.c (lseek): Likewise.
5825         * tests/test-lstat.c (lstat): Likewise.
5826         * tests/test-mbrtowc.c (mbrtowc): Likewise.
5827         * tests/test-mbsinit.c (mbsinit): Likewise.
5828         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
5829         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
5830         * tests/test-memchr.c (memchr): Likewise.
5831         * tests/test-memcmp.c (memcmp): Likewise.
5832         * tests/test-memmem.c (memmem): Likewise.
5833         * tests/test-memrchr.c (memrchr): Likewise.
5834         * tests/test-mkdir.c (mkdir): Likewise.
5835         * tests/test-mkdirat.c (mkdirat): Likewise.
5836         * tests/test-mkfifo.c (mkfifo): Likewise.
5837         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
5838         * tests/test-mknod.c (mknod): Likewise.
5839         * tests/test-nanosleep.c (nanosleep): Likewise.
5840         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
5841         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
5842         Likewise.
5843         * tests/test-open.c (open): Likewise.
5844         * tests/test-openat.c (openat): Likewise.
5845         * tests/test-perror.c (perror): Likewise.
5846         * tests/test-pipe2.c (pipe2): Likewise.
5847         * tests/test-poll.c (poll): Likewise.
5848         * tests/test-popen.c (popen, pclose): Likewise.
5849         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
5850         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
5851         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
5852         (posix_spawn_file_actions_destroy)
5853         (posix_spawn_file_actions_addclose)
5854         (posix_spawn_file_actions_addopen)
5855         (posix_spawn_file_actions_adddup2): Likewise.
5856         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
5857         * tests/test-pread.c (pread): Likewise.
5858         * tests/test-printf-posix.c (printf): Likewise.
5859         * tests/test-pty.c (openpty, forkpty): Likewise.
5860         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
5861         (random_r): Likewise.
5862         * tests/test-rawmemchr.c (rawmemchr): Likewise.
5863         * tests/test-readlink.c (readlink): Likewise.
5864         * tests/test-remove.c (remove): Likewise.
5865         * tests/test-rename.c (rename): Likewise.
5866         * tests/test-renameat.c (renameat): Likewise.
5867         * tests/test-rmdir.c (rmdir): Likewise.
5868         * tests/test-round1.c (round): Likewise.
5869         * tests/test-roundf1.c (roundf): Likewise.
5870         * tests/test-roundl.c (roundl): Likewise.
5871         * tests/test-setenv.c (setenv): Likewise.
5872         * tests/test-sigaction.c (sigaction): Likewise.
5873         * tests/test-sleep.c (sleep): Likewise.
5874         * tests/test-snprintf.c (snprintf): Likewise.
5875         * tests/test-sprintf-posix.c (sprintf): Likewise.
5876         * tests/test-stat.c (stat): Likewise.
5877         * tests/test-stpncpy.c (stpncpy): Likewise.
5878         * tests/test-strcasestr.c (strcasestr): Likewise.
5879         * tests/test-strchrnul.c (strchrnul): Likewise.
5880         * tests/test-strerror.c (strerror): Likewise.
5881         * tests/test-strsignal.c (strsignal): Likewise.
5882         * tests/test-strstr.c (strstr): Likewise.
5883         * tests/test-strtod.c (strtod): Likewise.
5884         * tests/test-strverscmp.c (strverscmp): Likewise.
5885         * tests/test-symlink.c (symlink): Likewise.
5886         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
5887         * tests/test-times.c (times): Likewise.
5888         * tests/test-trunc1.c (trunc): Likewise.
5889         * tests/test-truncf1.c (truncf): Likewise.
5890         * tests/test-truncl.c (truncl): Likewise.
5891         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
5892         Likewise.
5893         * tests/test-uname.c (uname): Likewise.
5894         * tests/test-unlink.c (unlink): Likewise.
5895         * tests/test-unlinkat.c (unlinkat): Likewise.
5896         * tests/test-unsetenv.c (unsetenv): Likewise.
5897         * tests/test-usleep.c (usleep): Likewise.
5898         * tests/test-utimensat.c (utimensat): Likewise.
5899         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
5900         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
5901         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
5902         * tests/test-vprintf-posix.c (vprintf): Likewise.
5903         * tests/test-vsnprintf.c (vsnprintf): Likewise.
5904         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
5905         * tests/test-wcrtomb.c (wcrtomb): Likewise.
5906         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
5907         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
5908         * tests/test-wcwidth.c (wcwidth): Likewise.
5909
5910         build: pull in conditional headers during GNULIB_POSIXCHECK
5911         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
5912         definitions from any conditionally-included headers.
5913         * lib/stdlib.in.h (includes): Likewise.
5914         * lib/unistd.in.h (includes): Likewise.
5915
5916 2009-12-24  Bruno Haible  <bruno@clisp.org>
5917
5918         * tests/test-argv-iter.c: Include header file being tested immediately
5919         after config.h.
5920         * tests/test-base64.c: Likewise.
5921         * tests/test-flock.c: Likewise.
5922         * tests/test-fsync.c: Likewise.
5923         * tests/test-getdate.c: Likewise.
5924         * tests/test-getndelim2.c: Likewise.
5925         * tests/test-isfinite.c: Likewise.
5926         * tests/test-isinf.c: Likewise.
5927         * tests/test-strerror.c: Likewise.
5928         * tests/test-strsignal.c: Likewise.
5929
5930 2009-12-23  Eric Blake  <ebb9@byu.net>
5931
5932         unistd: work around cygwin bug
5933         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
5934         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
5935         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
5936
5937 2009-12-23  Bruno Haible  <bruno@clisp.org>
5938
5939         localename: More tests.
5940         * tests/test-localename.c (SIZEOF): New macro.
5941         (categories): New variable.
5942         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
5943         test_locale_name_default): Add test w.r.t. thread locale.
5944         (test_locale_name_thread): New function.
5945         (main): Invoke it.
5946
5947         localename: Make aware of thread locale.
5948         * lib/localename.h (gl_locale_name_thread): New declaration.
5949         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
5950         behaviour with respect to thread locale.
5951         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
5952         <langinfo.h>, glthread/lock.h.
5953         (SIZE_BITS): New macro.
5954         (string_hash): New function.
5955         (struct hash_node): New type.
5956         (HASH_TABLE_SIZE): New macro.
5957         (struniq_hash_table, struniq_lock): New variables.
5958         (struniq): New function.
5959         (gl_locale_name_thread): New function.
5960         (gl_locale_name): Invoke it.
5961         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
5962         * modules/localename (Depends-on): Add lock.
5963         Reported by Mike Gran <spk121@yahoo.com>.
5964
5965 2009-12-23  Eric Blake  <ebb9@byu.net>
5966
5967         va-args: new module
5968         * modules/va-args: New file.
5969         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
5970         * MODULES.html.sh (Core language properties): Mention it.
5971
5972         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
5973         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
5974         named alias for __attribute__((__unused__)).
5975         * lib/chown.c: Update client.
5976         * lib/fchmodat.c: Likewise.
5977         * lib/fts.c: Likewise.
5978         * lib/getdate.y: Likewise.
5979         * lib/getgroups.c: Likewise.
5980         * lib/getopt.c: Likewise.
5981         * lib/getugroups.c: Likewise.
5982         * lib/mkdir.c: Likewise.
5983         * lib/mkfifo.c: Likewise.
5984         * lib/mkfifoat.c: Likewise.
5985         * lib/mknod.c: Likewise.
5986         * lib/mknodat.c: Likewise.
5987         * lib/readlink.c: Likewise.
5988         * lib/se-context.in.h: Likewise.
5989         * lib/se-selinux.in.h: Likewise.
5990         * lib/sockets.c: Likewise.
5991         * lib/symlink.c: Likewise.
5992         * lib/symlinkat.c: Likewise.
5993         * lib/unicodeio.c: Likewise.
5994         * lib/unistr.h: Likewise.
5995         * tests/test-areadlink.c: Likewise.
5996         * tests/test-areadlinkat.c: Likewise.
5997         * tests/test-filenamecat.c: Likewise.
5998         * tests/test-fseeko.c: Likewise.
5999         * tests/test-ftello.c: Likewise.
6000         * tests/test-getdate.c: Likewise.
6001         * tests/test-getgroups.c: Likewise.
6002         * tests/test-gethostname.c: Likewise.
6003         * tests/test-quotearg.c: Likewise.
6004         * tests/test-version-etc.c: Likewise.
6005         * tests/test-xalloc-die.c: Likewise.
6006         * tests/test-xfprintf-posix.c: Likewise.
6007         * tests/test-xprintf-posix.c: Likewise.
6008         * tests/test-xvasprintf.c: Likewise.
6009
6010         tests: avoid compiler warnings
6011         * tests/test-fcntl.c (main): Delete unused parameters.
6012         * tests/test-freopen-safer.c (main): Likewise.
6013         * tests/test-xalloc-die.c (main): Mark unused parameters.
6014         * tests/test-fseeko.c (main): Likewise.
6015         * tests/test-ftello.c (main): Likewise.
6016         * tests/test-nanosleep.c (main): Avoid declaration warning.
6017         * tests/test-sleep.c (main): Likewise.
6018         * tests/test-unsetenv.c (main): Silence warning about string
6019         literal.
6020         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6021
6022 2009-12-23  Bruno Haible  <bruno@clisp.org>
6023
6024         * tests/test-localename.c (test_locale_name): New function, extracted
6025         from main. Also test mixed situations.
6026         (test_locale_name_posix, test_locale_name_environ,
6027         test_locale_name_default): New functions.
6028         (main): Invoke them all.
6029         * modules/localename-tests (configure.ac): Test for newlocale.
6030
6031 2009-12-23  Bruno Haible  <bruno@clisp.org>
6032
6033         unistd: Ensure getcwd gets declared before being overridden.
6034         * lib/unistd.in.h: Conditionally include <io.h>.
6035
6036 2009-12-22  Bruno Haible  <bruno@clisp.org>
6037
6038         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6039         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6040         (gl_WCHAR_H): Invoke it.
6041         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6042         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6043         Reported by Karl Berry <karl@freefriends.org>.
6044
6045 2009-12-22  Eric Blake  <ebb9@byu.net>
6046
6047         math, unistd: avoid redundant includes
6048         * lib/math.in.h (isnan): No need to re-include <math.h>.
6049         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6050
6051         getsubopt: work around cygwin bug
6052         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6053         avoid conflicting with system getsubopt.
6054         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6055         bug.
6056
6057         getopt: synchronize from glibc
6058         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6059         parameter order.  Adjust all callers.
6060         (_getopt_internal_r, main): Adjust quoting in error messages.
6061         Drop considerations for outdated POSIX 1003.2 error message.
6062         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6063         callers.
6064         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6065
6066         test-getopt: test stderr behavior
6067         * modules/getopt-posix-tests (Depends-on): Add dup2.
6068         * tests/test-getopt.c (ASSERT): Avoid stderr.
6069         (main): Move stderr to a temporary file.
6070         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6071         Instead, add parameter to inform caller if output occurred.
6072         (test_getopt): Adjust all existing tests to expect silence, and
6073         add new tests of leading ":".
6074         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6075         glibc shortcomings with leading "-:" or "+:" in optstring.
6076         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6077         Likewise.
6078         * doc/posix-functions/getopt.texi (getopt): Likewise.
6079
6080         test-getopt: enhance test
6081         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6082         supports optind=0.
6083         * tests/test-getopt.c (OPTIND_MIN): Move...
6084         * tests/test-getopt.h (OPTIND_MIN): ...here.
6085         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6086         Require that optind=0 works, since modern BSD supports it in
6087         addition to optreset, and since coreutils expects it.
6088         (test_getopt_long_only): New test.
6089         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6090         glibc shortcomings with 'W;', and enforcement of optind=0.
6091         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6092         Likewise.
6093
6094 2009-12-21  Bruno Haible  <bruno@clisp.org>
6095
6096         localename: Improvements for MacOS X and Cygwin.
6097         * lib/localename.h (gl_locale_name_environ): New declaration.
6098         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6099         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6100         (gl_locale_name_posix): Invoke it.
6101         (gl_locale_name_default): Add comments. Use Windows native API also on
6102         Cygwin.
6103
6104 2009-12-21  Bruno Haible  <bruno@clisp.org>
6105
6106         Update list of Win32 locale ids.
6107         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6108         (LANG_SAMI): Renamed from LANG_SAAMI.
6109         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6110         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6111         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6112         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6113         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6114         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6115         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6116         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6117         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6118         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6119         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6120         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6121         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6122         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6123         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6124         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6125         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6126         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6127         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6128         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6129         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6130         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6131         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6132         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6133         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6134         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6135         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6136         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6137         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6138         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6139         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6140         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6141         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6142         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6143         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6144         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6145         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6146         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6147         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6148         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6149         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6150         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6151         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6152         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6153         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6154         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6155         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6156         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6157         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6158         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6159         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6160         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6161         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6162         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6163         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6164         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6165         Add more languages and countries for Sami, Sorbian. Add more countries
6166         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6167         for Pashto. Change country for Syriac, Tswana.
6168
6169 2009-12-21  Eric Blake  <ebb9@byu.net>
6170
6171         test-utimens: avoid spurious failure
6172         * tests/test-chown.h (nap): Factor...
6173         * tests/nap.h: ...into new file.
6174         * tests/test-lchown.h (nap): Avoid duplication.
6175         * tests/test-utimens-common.h (nap): Use shared implementation,
6176         necessary on file systems with 1-second resolution.
6177         * modules/chown-tests (Files): Include new file.
6178         * modules/fdutimensat-tests (Files): Likewise.
6179         * modules/futimens-tests (Files): Likewise.
6180         * modules/lchown-tests (Files): Likewise.
6181         * modules/openat-tests (Files): Likewise.
6182         * modules/utimens-tests (Files): Likewise.
6183         * modules/utimensat-tests (Files): Likewise.
6184
6185 2009-12-19  Eric Blake  <ebb9@byu.net>
6186
6187         futimens, utimensat: work around Linux bug
6188         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6189         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6190         * lib/utimensat.c (rpl_utimensat): Work around it.
6191         * lib/futimens.c (rpl_futimens): Adjust comment.
6192
6193         utimens: work around Linux ctime bug
6194         * lib/utimens.c (detect_ctime_bug): New helper function.
6195         (update_timespec): Differentiate between workaround needed for
6196         this bug vs. what is needed for systems that lack utimensat.
6197         (fdutimens, lutimens): Work around bug.
6198
6199         utimens: check for ctime update
6200         * tests/test-utimens-common.h (check_ctime): Define.
6201         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6202         * tests/test-futimens.h (test_futimens): Likewise.
6203         * tests/test-lutimens.h (test_lutimens): Likewise.
6204         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6205         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6206
6207 2009-12-19  Bruno Haible  <bruno@clisp.org>
6208
6209         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6210         * tests/test-dprintf-posix2.sh: New file.
6211         * tests/test-dprintf-posix2.c: New file.
6212         * modules/dprintf-posix-tests (Files): Add them.
6213         (configure.ac): Check for getrlimit and setrlimit.
6214         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6215
6216 2009-12-19  Bruno Haible  <bruno@clisp.org>
6217
6218         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6219         * tests/test-fprintf-posix3.sh: New file.
6220         * tests/test-fprintf-posix3.c: New file.
6221         * modules/fprintf-posix-tests (Files): Add them.
6222         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6223
6224 2009-12-19  Eric Blake  <ebb9@byu.net>
6225
6226         dirfd: fix prototype
6227         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6228         * lib/dirfd.c (dirfd): Likewise.
6229
6230         canonicalize: reduce memory usage
6231         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6232         allocation to size.
6233         Reported by Solar Designer <solar@openwall.com>.
6234
6235 2009-12-19  Bruno Haible  <bruno@clisp.org>
6236
6237         New module attribute 'Applicability'.
6238         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6239         * gnulib-tool: New option --extract-applicability.
6240         (func_usage): Document it.
6241         (sed_extract_prog): Recognize it.
6242         (func_get_applicability): New function.
6243         (func_import): Generalize handling of 'link-warning' module.
6244         * modules/link-warning (Applicability): New section.
6245         * modules/arg-nonnull (Applicability): New section.
6246         Repoted by Simon Josefsson <simon@josefsson.org>.
6247
6248 2009-12-19  Bruno Haible  <bruno@clisp.org>
6249
6250         fflush: tweak
6251         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6252         * lib/fseeko.c (rpl_fseeko): Likewise.
6253
6254 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6255
6256         * lib/gl_list.h: Fix typo in comment.
6257
6258 2009-12-16  Eric Blake  <ebb9@byu.net>
6259
6260         fcntl: use to simplify other modules
6261         * modules/cloexec (Depends-on): Add fcntl.
6262         * modules/fchdir (Depends-on): Likewise.
6263         * modules/fd-safer-flag (Depends-on): Likewise.
6264         * modules/unistd-safer (Depends-on): Likewise.
6265         * modules/dup3 (configure.ac): Set module indicator.
6266         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6267         missing.
6268         * lib/fchdir.c (_gl_register_dup): Fix comment.
6269         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6270         * lib/dup-safer.c (dup_safer): Likewise.
6271         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6272         * lib/dup3.c (dup3): Likewise.
6273         * tests/test-fchdir.c (main): Enhance test.
6274         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6275
6276         fcntl: port portions of fcntl to mingw
6277         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6278         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6279         replacement for mingw.
6280         * modules/fcntl (Description): Update.
6281         (Depends-on): Add dup2.
6282         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6283         * modules/fcntl-h (Makefile.am): Substitute it.
6284         * lib/fcntl.in.h (fcntl): Update declaration.
6285         (F_DUPFD, F_GETFD): New macros, when needed.
6286         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6287         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6288         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6289         we now guarantee.
6290
6291         fcntl: work around cygwin bug in F_DUPFD
6292         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6293         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6294         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6295         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6296         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6297
6298         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6299         * modules/fcntl (Files): List new files.
6300         (configure.ac): Run a test.
6301         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6302         * lib/fcntl.c (rpl_fcntl): Likewise.
6303         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6304         (gl_FCNTL_H): Always replace fcntl.h.
6305         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6306         * lib/fcntl.in.h (fcntl): Declare replacement.
6307         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6308         needed, plus a witness.
6309         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6310         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6311         * tests/test-fcntl.c: New file.
6312         * modules/fcntl-tests: Likewise.
6313
6314         binary-io: avoid potential compilation warning
6315         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6316         directives.
6317
6318         fflush: avoid compilation error on NetBSD
6319         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6320         between off_t and fpos_t, since the latter is sometimes a struct.
6321         * lib/fseeko.c (rpl_fseeko): Likewise.
6322         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6323
6324 2009-12-15  Eric Blake  <ebb9@byu.net>
6325
6326         fcntl-h, stdio, sys_ioctl: fix declarations
6327         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6328         function must not take arguments.
6329         * lib/sys_ioctl.in.h (ioctl): Likewise.
6330         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6331         (open): Add a link warning.
6332
6333 2009-12-15  Jim Meyering  <meyering@redhat.com>
6334
6335         areadlink, areadlink-with-size: relax license to LGPLv2+
6336         * modules/areadlink (License): Relax to LGPLv2+.
6337         * modules/areadlink-with-size (License): Likewise.
6338
6339 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6340             Bruno Haible  <bruno@clisp.org>
6341
6342         *printf: Fix memory leak.
6343         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6344         * lib/vfprintf.c (vfprintf): Likewise.
6345         * lib/dprintf.c (dprintf): Likewise.
6346         * lib/vdprintf.c (vdprintf): Likewise.
6347
6348 2009-12-14  Eric Blake  <ebb9@byu.net>
6349
6350         accept4: adjust module dependencies
6351         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6352
6353         utimens: one more try at avoiding compiler warning
6354         * lib/utimens.c (lutimens): Lower scope of result.
6355
6356 2009-12-13  Bruno Haible  <bruno@clisp.org>
6357
6358         Move the malloc checking from module 'list' to new module 'xlist'.
6359         * modules/xlist: New file.
6360         * lib/gl_xlist.h: New file.
6361         * lib/gl_xlist.c: New file.
6362         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6363         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6364         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6365         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6366         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6367         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6368         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6369         gl_sortedlist_nx_add): New declarations.
6370         (struct gl_list_implementation): Rename and change methods accordingly.
6371         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6372         (gl_list_nx_create): Renamed from gl_list_create.
6373         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6374         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6375         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6376         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6377         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6378         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6379         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6380         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6381         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6382         gl_list_create_empty.
6383         (gl_list_nx_create): Renamed from gl_list_create.
6384         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6385         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6386         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6387         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6388         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6389         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6390         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6391         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6392         * lib/gl_array_list.c: Don't include xalloc.h.
6393         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6394         NULL upon out-of-memory.
6395         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6396         out-of-memory.
6397         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6398         Change return type to 'int'.
6399         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6400         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6401         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6402         upon out-of-memory.
6403         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6404         upon out-of-memory.
6405         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6406         upon out-of-memory.
6407         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6408         upon out-of-memory.
6409         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6410         out-of-memory.
6411         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6412         Update.
6413         (gl_array_list_implementation): Update.
6414         * lib/gl_carray_list.c: Don't include xalloc.h.
6415         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6416         Return NULL upon out-of-memory.
6417         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6418         out-of-memory.
6419         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6420         Change return type to 'int'.
6421         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6422         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6423         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6424         upon out-of-memory.
6425         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6426         upon out-of-memory.
6427         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6428         out-of-memory.
6429         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6430         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6431         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6432         Update.
6433         (gl_carray_list_implementation): Update.
6434         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6435         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6436         gl_linked_create_empty. Return NULL upon out-of-memory.
6437         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6438         out-of-memory.
6439         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6440         Change return type to 'int'. Return -1 upon out-of-memory.
6441         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6442         out-of-memory.
6443         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6444         upon out-of-memory.
6445         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6446         upon out-of-memory.
6447         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6448         NULL upon out-of-memory.
6449         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6450         upon out-of-memory.
6451         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6452         out-of-memory.
6453         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6454         Update.
6455         * lib/gl_linked_list.c: Don't include xalloc.h.
6456         (gl_linked_list_implementation): Update.
6457         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6458         (add_to_bucket): Change return type to 'int'.
6459         (gl_linkedhash_list_implementation): Update.
6460         * lib/gl_anytree_list1.h (free_subtree): New function.
6461         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6462         gl_tree_create_empty. Return NULL upon out-of-memory.
6463         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6464         Change return type to 'int'. Return -1 upon out-of-memory.
6465         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6466         out-of-memory.
6467         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6468         (gl_tree_remove_node): New function, moved here from
6469         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6470         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6471         Update.
6472         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6473         malloc, not xmalloc. Return NULL upon out-of-memory.
6474         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6475         out-of-memory.
6476         (gl_tree_remove_node_from_tree): New function, extracted from
6477         gl_tree_remove_node.
6478         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6479         upon out-of-memory.
6480         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6481         out-of-memory.
6482         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6483         upon out-of-memory.
6484         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6485         upon out-of-memory.
6486         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6487         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6488         not xmalloc. Return NULL upon out-of-memory.
6489         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6490         out-of-memory.
6491         (gl_tree_remove_node_from_tree): New function, extracted from
6492         gl_tree_remove_node.
6493         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6494         upon out-of-memory.
6495         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6496         out-of-memory.
6497         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6498         upon out-of-memory.
6499         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6500         upon out-of-memory.
6501         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6502         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6503         gl_anytree_list1.h before gl_anyavltree_list2.h.
6504         (gl_avltree_list_implementation): Update.
6505         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6506         gl_anytree_list1.h before gl_anyavltree_list2.h.
6507         (gl_rbtree_list_implementation): Update.
6508         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6509         Change return type to 'int'. Return -1 upon out-of-memory. Use
6510         __builtin_expect.
6511         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6512         (gl_avltreehash_list_implementation): Update.
6513         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6514         (gl_rbtreehash_list_implementation): Update.
6515         * modules/array-list (Depends-on): Remove xalloc.
6516         * modules/carray-list (Depends-on): Likewise.
6517         * modules/linked-list (Depends-on): Likewise.
6518         * modules/linkedhash-list (Depends-on): Likewise.
6519         * modules/avltree-list (Depends-on): Likewise.
6520         * modules/rbtree-list (Depends-on): Likewise.
6521         * modules/avltreehash-list (Depends-on): Likewise.
6522         * modules/rbtreehash-list (Depends-on): Likewise.
6523
6524         * modules/xsublist: New file.
6525         * lib/gl_xsublist.h: New file.
6526         * lib/gl_xsublist.c: New file.
6527         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6528         (gl_sublist_nx_create): New declaration.
6529         * lib/gl_sublist.c: Don't include xalloc.h.
6530         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6531         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6532         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6533         Change return type to 'int'. Return -1 upon out-of-memory.
6534         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6535         upon out-of-memory.
6536         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6537         NULL upon out-of-memory.
6538         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6539         upon out-of-memory.
6540         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6541         NULL upon out-of-memory.
6542         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6543         NULL upon out-of-memory.
6544         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6545         upon out-of-memory.
6546         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6547         (gl_sublist_list_implementation): Update.
6548         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6549         upon out-of-memory.
6550         * modules/sublist (Depends-on): Remove xalloc.
6551
6552         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6553         * tests/test-carray_list.c: Likewise.
6554         * tests/test-linked_list.c: Likewise.
6555         * tests/test-linkedhash_list.c: Likewise.
6556         * tests/test-avltree_list.c: Likewise.
6557         * tests/test-rbtree_list.c: Likewise.
6558         * tests/test-avltreehash_list.c: Likewise.
6559         * tests/test-rbtreehash_list.c: Likewise.
6560         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6561         * modules/carray-list-tests (Makefile.am): Likewise.
6562         * modules/linked-list-tests (Makefile.am): Likewise.
6563         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6564         * modules/avltree-list-tests (Makefile.am): Likewise.
6565         * modules/rbtree-list-tests (Makefile.am): Likewise.
6566         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6567         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6568
6569         * NEWS: Mention the changes.
6570
6571         * lib/clean-temp.c: Include gl_xlist.h.
6572         * modules/clean-temp (Depends-on): Add xlist.
6573
6574         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6575         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6576
6577         * tests/test-array_oset.c: Include gl_xlist.h.
6578         * modules/array-oset-tests (Depends-on): Add xlist.
6579
6580         Reported by José E. Marchesi <jemarch@gnu.org>.
6581
6582 2009-12-13  Bruno Haible  <bruno@clisp.org>
6583
6584         Move the malloc checking from module 'oset' to new module 'xoset'.
6585         * modules/xoset: New file.
6586         * lib/gl_xoset.h: New file.
6587         * lib/gl_xoset.c: New file.
6588         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6589         declarations.
6590         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6591         (struct gl_oset_implementation): Rename and change methods accordingly.
6592         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6593         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6594         'int'. Mark as __warn_unused_result__.
6595         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6596         gl_oset_create_empty.
6597         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6598         'int'.
6599         * lib/gl_array_oset.c: Don't include xalloc.h.
6600         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6601         malloc, not xmalloc.
6602         (grow): Change return type to 'int'. Don't call xalloc_die.
6603         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6604         to 'int'.
6605         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6606         'int'.
6607         (gl_array_oset_implementation): Update.
6608         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6609         gl_tree_create_empty.
6610         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6611         'int'.
6612         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6613         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6614         xmalloc.
6615         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6616         not xmalloc.
6617         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6618         xmalloc.
6619         (gl_avltree_oset_implementation): Update.
6620         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6621         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6622         xmalloc.
6623         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6624         not xmalloc.
6625         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6626         xmalloc.
6627         (gl_rbtree_oset_implementation): Update.
6628         * modules/array-oset (Depends-on): Remove xalloc.
6629         * modules/avltree-oset (Depends-on): Likewise.
6630         * modules/rbtree-oset (Depends-on): Likewise.
6631         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6632         * tests/test-avltree_oset.c: Likewise.
6633         * tests/test-rbtree_oset.c: Likewise.
6634         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6635         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6636         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6637         * NEWS: Mention the change.
6638
6639 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6640
6641         maint.mk: allow a project to override release-prep commands
6642         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6643         commands into a new rule.
6644         (release-prep): New rule.
6645         (release-prep-hook): New overridable variable.
6646
6647 2009-12-13  Bruno Haible  <bruno@clisp.org>
6648
6649         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6650
6651 2009-12-13  Jim Meyering  <meyering@redhat.com>
6652
6653         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6654         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6655
6656 2009-12-12  Bruno Haible  <bruno@clisp.org>
6657
6658         duplocale: Tweak.
6659         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
6660
6661 2009-12-12  Karl Berry  <karl@gnu.org>
6662
6663         * config/srclist.txt (strtoll.c): tab changes, no more sync.
6664
6665 2009-12-12  Bruno Haible  <bruno@clisp.org>
6666
6667         * m4/po.m4: Undo incorrect untabification.
6668
6669 2009-12-12  Bruno Haible  <bruno@clisp.org>
6670
6671         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
6672         * modules/c-strtod (Depends-on): Add locale.
6673         * modules/c-strtold (Depends-on): Likewise.
6674
6675 2009-12-12  Bruno Haible  <bruno@clisp.org>
6676
6677         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
6678
6679 2009-12-11  Eric Blake  <ebb9@byu.net>
6680
6681         setenv: relax requirement in light of POSIX ruling
6682         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
6683         not NULL.
6684         * tests/test-setenv.c (main): Relax test.
6685         * tests/test-unsetenv.c (main): Likewise.
6686         * doc/posix-functions/setenv.texi (setenv): Document this.
6687         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
6688
6689 2009-12-11  Bruno Haible  <bruno@clisp.org>
6690
6691         New module 'fd-safer-flag'.
6692         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
6693         * lib/dup-safer.c (dup_safer_flag): Remove function.
6694         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
6695         * lib/fd-safer.c (fd_safer_flag): Remove function.
6696         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
6697         * modules/cloexec (configure.ac): Drop indicator macro.
6698         * modules/fd-safer-flag: New file.
6699         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
6700         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
6701         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
6702
6703 2009-12-11  Bruno Haible  <bruno@clisp.org>
6704
6705         Tests for module 'nl_langinfo'.
6706         * modules/nl_langinfo-tests: New file.
6707         * tests/test-nl_langinfo.sh: New file.
6708         * tests/test-nl_langinfo.c: New file.
6709
6710         New module 'nl_langinfo'.
6711         * lib/nl_langinfo.c: New file.
6712         * m4/nl_langinfo.m4: New file.
6713         * modules/nl_langinfo: New file.
6714         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
6715
6716 2009-12-11  Bruno Haible  <bruno@clisp.org>
6717
6718         Tests for module 'langinfo'.
6719         * modules/langinfo-tests: New file.
6720         * tests/test-langinfo.c: New file.
6721
6722         New module 'langinfo'.
6723         * lib/langinfo.in.h: New file.
6724         * m4/langinfo_h.m4: New file.
6725         * modules/langinfo: New file.
6726         * doc/posix-headers/langinfo.texi: Mention the new module.
6727
6728 2009-12-11  Bruno Haible  <bruno@clisp.org>
6729
6730         * lib/config.charset: Untabify.
6731
6732 2009-12-11  Bruno Haible  <bruno@clisp.org>
6733
6734         * modules/unistd-safer (configure.ac): Drop indicator macro.
6735
6736 2009-12-11  Bruno Haible  <bruno@clisp.org>
6737
6738         Move pipe2-safer code to its own file.
6739         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
6740         * lib/pipe-safer.c (pipe2_safer): Remove function.
6741         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
6742         (Makefile.am): Add it to lib_SOURCES.
6743
6744 2009-12-10  Bruno Haible  <bruno@clisp.org>
6745
6746         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
6747
6748 2009-12-10  Bruno Haible  <bruno@clisp.org>
6749
6750         Declare which arguments expect non-NULL values, for GCC and clang.
6751         * build-aux/arg-nonnull.h: New file.
6752         * modules/arg-nonnull: New file.
6753         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
6754         (inet_ntop, inet_pton): Use it.
6755         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
6756         (closedir, dirfd, opendir, scandir, alphasort): Use it.
6757         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
6758         (open, openat): Use it.
6759         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
6760         (fnmatch): Use it.
6761         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
6762         (getopt, getopt_long, getopt_long_only): Use it.
6763         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
6764         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
6765         Use it.
6766         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
6767         (iconv_open): Use it.
6768         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
6769         (strtoimax, strtoumax): Use it.
6770         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
6771         (duplocale): Use it.
6772         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
6773         (frexp, frexpl): Use it.
6774         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
6775         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
6776         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
6777         (tsearch, tfind, tdelete, twalk): Use it.
6778         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
6779         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
6780         sigpending): Use it.
6781         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
6782         (posix_spawn, posix_spawnp, posix_spawnattr_init,
6783         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
6784         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
6785         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
6786         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
6787         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
6788         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
6789         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
6790         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
6791         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
6792         Use it.
6793         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
6794         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
6795         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
6796         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
6797         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
6798         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
6799         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
6800         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
6801         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
6802         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
6803         strtoull, unsetenv): Use it.
6804         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
6805         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
6806         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
6807         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
6808         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
6809         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
6810         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
6811         (strcasecmp, strncasecmp): Use it.
6812         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
6813         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
6814         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
6815         rpl_setsockopt): Use it.
6816         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
6817         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
6818         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
6819         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
6820         (gettimeofday): Use it.
6821         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
6822         (times): Use it.
6823         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
6824         (uname): Use it.
6825         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
6826         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
6827         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
6828         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
6829         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
6830         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
6831         unlinkat, write): Use it.
6832         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
6833         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
6834         * lib/argv-iter.h: Include arg-nonnull.h.
6835         (_ATTRIBUTE_NONNULL_): Remove macro.
6836         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
6837         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
6838         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
6839         optimization.
6840         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
6841         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
6842         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
6843         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
6844         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
6845         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
6846         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
6847         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
6848         * modules/arpa_inet (Depends-on): Add arg-nonnull.
6849         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
6850         * modules/dirent (Depends-on): Add arg-nonnull.
6851         (Makefile.am): Insert arg-nonnull.h into dirent.h.
6852         * modules/fcntl-h (Depends-on): Add arg-nonnull.
6853         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
6854         * modules/fnmatch (Depends-on): Add arg-nonnull.
6855         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
6856         * modules/getopt-posix (Depends-on): Add arg-nonnull.
6857         (Makefile.am): Insert arg-nonnull.h into getopt.h.
6858         * modules/glob (Depends-on): Add arg-nonnull.
6859         (Makefile.am): Insert arg-nonnull.h into glob.h.
6860         * modules/iconv_open (Depends-on): Add arg-nonnull.
6861         (Makefile.am): Insert arg-nonnull.h into iconv.h.
6862         * modules/inttypes (Depends-on): Add arg-nonnull.
6863         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
6864         * modules/locale (Depends-on): Add arg-nonnull.
6865         (Makefile.am): Insert arg-nonnull.h into locale.h.
6866         * modules/math (Depends-on): Add arg-nonnull.
6867         (Makefile.am): Insert arg-nonnull.h into math.h.
6868         * modules/netdb (Depends-on): Add arg-nonnull.
6869         (Makefile.am): Insert arg-nonnull.h into netdb.h.
6870         * modules/search (Depends-on): Add arg-nonnull.
6871         (Makefile.am): Insert arg-nonnull.h into search.h.
6872         * modules/signal (Depends-on): Add arg-nonnull.
6873         (Makefile.am): Insert arg-nonnull.h into signal.h.
6874         * modules/spawn (Depends-on): Add arg-nonnull.
6875         (Makefile.am): Insert arg-nonnull.h into spawn.h.
6876         * modules/stdio (Depends-on): Add arg-nonnull.
6877         (Makefile.am): Insert arg-nonnull.h into stdio.h.
6878         * modules/stdlib (Depends-on): Add arg-nonnull.
6879         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
6880         * modules/string (Depends-on): Add arg-nonnull.
6881         (Makefile.am): Insert arg-nonnull.h into string.h.
6882         * modules/strings (Depends-on): Add arg-nonnull.
6883         (Makefile.am): Insert arg-nonnull.h into strings.h.
6884         * modules/sys_socket (Depends-on): Add arg-nonnull.
6885         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
6886         * modules/sys_stat (Depends-on): Add arg-nonnull.
6887         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
6888         * modules/sys_time (Depends-on): Add arg-nonnull.
6889         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
6890         * modules/sys_times (Depends-on): Add arg-nonnull.
6891         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
6892         * modules/sys_utsname (Depends-on): Add arg-nonnull.
6893         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
6894         * modules/time (Depends-on): Add arg-nonnull.
6895         (Makefile.am): Insert arg-nonnull.h into time.h.
6896         * modules/unistd (Depends-on): Add arg-nonnull.
6897         (Makefile.am): Insert arg-nonnull.h into unistd.h.
6898         * modules/wchar (Depends-on): Add arg-nonnull.
6899         (Makefile.am): Insert arg-nonnull.h into wchar.h.
6900         * modules/argv-iter (Depends-on): Add arg-nonnull.
6901         * tests/test-canonicalize.c (null_ptr): New function.
6902         (main): Use it.
6903         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
6904         (main): Use it.
6905         * tests/test-memmem.c (null_ptr): New function.
6906         (main): Use it.
6907         Reported by Jim Meyering.
6908
6909 2009-12-10  Bruno Haible  <bruno@clisp.org>
6910
6911         Use spaces for indentation, not tabs.
6912         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
6913         * m4/*.m4: Untabify.
6914         * build-aux/*.h: Untabify.
6915         * tests/**/*.[hc]: Untabify.
6916         * README: New section "Indent with spaces, not TABs", based on
6917         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
6918         * NEWS: Mention the change.
6919
6920 2009-12-10  Bruno Haible  <bruno@clisp.org>
6921
6922         pty test: Fix link error.
6923         * modules/pty-tests (Makefile.am): Add the default LDADD value to
6924         test_pty_LDADD.
6925
6926 2009-12-07  Simon Josefsson  <simon@josefsson.org>
6927
6928         * modules/pty: New file.
6929         * modules/pty-tests: New file.
6930         * m4/pty.m4: New file.
6931         * tests/test-pty.c: New file.
6932         * doc/glibc-headers/pty.texi: Modified.
6933         * doc/glibc-functions/forkpty.texi: Modified.
6934         * doc/glibc-functions/openpty.texi: Modified.
6935
6936 2009-12-10  Bruno Haible  <bruno@clisp.org>
6937
6938         Avoid syntax error in C++ mode.
6939         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
6940
6941 2009-12-10  Bruno Haible  <bruno@clisp.org>
6942
6943         Use sed with option -e.
6944         * gnulib-tool (func_version, func_emit_copyright_notice,
6945         func_emit_initmacro_end, func_import, func_create_testdir): Pass
6946         option -e to sed.
6947         * modules/link-warning (Makefile.am): Likewise.
6948
6949 2009-12-10  Jim Meyering  <meyering@redhat.com>
6950
6951         mgetgroups: do not write bytes beyond end of malloc'd buffer
6952         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
6953         username, we call getgroups with a one-element-shorter buffer,
6954         but still told it the length was original, max_n_groups.
6955
6956 2009-12-09  Eric Blake  <ebb9@byu.net>
6957
6958         cloexec: relax license
6959         * modules/cloexec (Maintainer): Add myself.
6960         (License): Use LGPL, not GPL.
6961
6962         link-warning: optimize generation
6963         * modules/link-warning (Makefile.am): Reduce process usage.
6964
6965 2009-12-09  Bruno Haible  <bruno@clisp.org>
6966
6967         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
6968         workaround was added on 2009-11-17.
6969
6970 2009-12-09  Jim Meyering  <meyering@redhat.com>
6971             Bruno Haible  <bruno@clisp.org>
6972
6973         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
6974         * modules/link-warning (Makefile.am): Make the comment-removing sed
6975         command more robust in the face of bootstrap-prepended comment lines.
6976
6977 2009-12-09  Bruno Haible  <bruno@clisp.org>
6978
6979         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
6980         most one group.
6981
6982 2009-12-09  Simon Josefsson <simon@josefsson.org>
6983             Bruno Haible  <bruno@clisp.org>
6984
6985         * build-aux/link-warning.h: Add copyright notice.
6986         * modules/link-warning (Makefile.am): Generate link-warning.h from
6987         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
6988         * NEWS: Mention change in link-warning module.
6989         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
6990         * modules/dirent (Makefile.am): Add dependency to dirent.h.
6991         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
6992         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
6993         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
6994         * modules/math (Makefile.am): Add dependency to math.h.
6995         * modules/search (Makefile.am): Add dependency to search.h.
6996         * modules/signal (Makefile.am): Add dependency to signal.h.
6997         * modules/spawn (Makefile.am): Add dependency to spawn.h.
6998         * modules/stdio (Makefile.am): Add dependency to stdio.h.
6999         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7000         * modules/string (Makefile.am): Add dependency to string.h.
7001         * modules/strings (Makefile.am): Add dependency to strings.h.
7002         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7003         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7004         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7005         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7006         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7007         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7008         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7009         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7010         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7011
7012 2009-12-09  Bruno Haible  <bruno@clisp.org>
7013
7014         fchdir: Optimize away rpl_fstat when possible.
7015         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7016         REPLACE_OPEN_DIRECTORY.
7017         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7018
7019 2009-12-09  Bruno Haible  <bruno@clisp.org>
7020
7021         * lib/fchdir.c: Update comment.
7022
7023 2009-12-09  Bruno Haible  <bruno@clisp.org>
7024
7025         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7026
7027 2009-12-08  Eric Blake  <ebb9@byu.net>
7028
7029         fchdir: avoid memory leak on re-registration.
7030         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7031
7032 2009-12-08  Jim Meyering  <meyering@redhat.com>
7033
7034         init.sh: avoid Solaris 10 /bin/sh portability problem
7035         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7036         sourced script:
7037           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7038           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7039           bar
7040         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7041         and two tests used that idiom.
7042         * tests/init.sh: Update suggested usage comments.
7043         (path_prepend_): New function, to be used in place
7044         of the --src-path=DIR option.
7045         (setup_): Move PATH-prepending code into path_prepend_.
7046         * tests/test-pread.sh: Adapt to new usage.
7047         * tests/test-xalloc-die.sh: Likewise.
7048
7049 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7050
7051         * doc/gnulib.texi (Glibc pty.h): Add.
7052         * doc/glibc-functions/forkpty.texi: Add.
7053         * doc/glibc-functions/openpty.texi: Add.
7054         Suggested by Bruno Haible.
7055
7056 2009-12-08  Eric Blake  <ebb9@byu.net>
7057
7058         fchdir: fix logic bugs
7059         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7060         * tests/test-fchdir.c (main): Enhance test.
7061         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7062         is in use.
7063
7064         dup2: fix logic bugs
7065         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7066         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7067         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7068         exists.
7069         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7070
7071 2009-12-07  Eric Blake  <ebb9@byu.net>
7072
7073         unlink: fix m4 detection
7074         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7075
7076         unistd-safer: add unit test
7077         * modules/unistd-safer-tests: New file.
7078         * tests/test-dup-safer.c: Likewise.
7079         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7080         * tests/test-dup2.c (setmode): Likewise.
7081         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7082
7083         cloexec: preserve text vs. binary across dup_cloexec
7084         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7085         mode.
7086         * modules/dup2-tests (Depends-on): Add binary-io.
7087         * modules/cloexec-tests (Depends-on): Likewise.
7088         * tests/test-dup2.c (setmode, is_mode): New helpers.
7089         (main): Add tests that translation mode is preserved.
7090         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7091         Reported by Bruno Haible.
7092
7093         mgetgroups: reduce duplicate listings
7094         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7095         resulting array.
7096         * tests/test-chown.h (test_chown): Simplify client.
7097         * tests/test-lchown.h (test_lchown): Likewise.
7098
7099 2009-12-06  Bruno Haible  <bruno@clisp.org>
7100
7101         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7102         value.
7103
7104 2009-12-06  Bruno Haible  <bruno@clisp.org>
7105
7106         * lib/progname.c: Include stdio.h, stdlib.h.
7107         (set_program_name): Reject a NULL argument.
7108
7109 2009-12-05  Eric Blake  <ebb9@byu.net>
7110
7111         pipe2-safer: new module
7112         * modules/pipe2-safer: New file.
7113         * lib/unistd-safer.h (pipe2_safer): New prototype.
7114         * lib/unistd--.h (pipe2): New wrapper.
7115         * lib/pipe-safer.c (pipe2_safer): New function.
7116         * modules/pipe (Depends-on): Add pipe2-safer.
7117         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7118
7119         stdlib-safer: preserve cloexec flag for mkostemp[s]
7120         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7121         fd_safer_flag.
7122
7123         unistd-safer: allow preservation of cloexec status via flag
7124         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7125         prototypes.
7126         * lib/dup-safer.c (dup_safer_flag): New function.
7127         * lib/fd-safer.c (fd_safer_flag): Likewise.
7128         * modules/cloexec (configure.ac): Set witness.
7129
7130         test-dup2: enhance test
7131         * modules/dup2-tests (Depends-on): Add cloexec.
7132         * tests/test-dup2.c (main): Enhance test.
7133
7134         cloexec: add dup_cloexec
7135         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7136         header and comments.
7137         * lib/cloexec.c (set_cloexec_flag): Add comments.
7138         (dup_cloexec): New function, with mingw implementation borrowed
7139         from...
7140         * lib/w32spawn.h (dup_noinherit): ...here.
7141         * modules/execute (Depends-on): Add cloexec.
7142         * modules/pipe (Depends-on): Likewise.
7143         * modules/cloexec (Depends-on): Add dup2.
7144         * modules/cloexec-tests (Files): New file.
7145         * tests/test-cloexec.c: Likewise.
7146
7147         test-xalloc-die: fix test for mingw
7148         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7149         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7150         directory and .exe suffix off argv[0] output.
7151
7152         test-fseeko: fix test for mingw
7153         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7154         than undefining fseek, so test will pass on mingw.
7155
7156 2009-12-05  Bruno Haible  <bruno@clisp.org>
7157
7158         * lib/progname.h (set_program_name): Clarify specification.
7159         * lib/progname.c (set_program_name): Likewise.
7160         Reported by Jim Meyering.
7161
7162 2009-12-05  Jim Meyering  <meyering@redhat.com>
7163
7164         maint.mk: backslash-escape parens in default regexp
7165         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7166         backslash-escape the literal parentheses.
7167
7168         maint.mk: news-date-check: use grep -E
7169         * top/maint.mk (today): Define a Make variable, not a...
7170         (news-date-check): ...shell variable.
7171         (news-date-regexp): Use the Make variable.
7172         Use grep's -E option.  Change the failing diagnostic to mention
7173         the variable, $(news-date-regexp).
7174
7175 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7176
7177         maintainer-makefile: allow customization of NEWS entry format
7178         * top/maint.mk (news-date-regexp): New overridable variable.
7179         (news-date-check): Use it.
7180
7181 2009-12-04  Eric Blake  <ebb9@byu.net>
7182
7183         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7184         * lib/mgetgroups.h (xgetgroups): New prototype.
7185         * lib/mgetgroups.c (xgetgroups): New wrapper.
7186         (mgetgroups): Handle ENOSYS.
7187         * modules/mgetgroups (Depends-on): Add realloc.
7188         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7189
7190         mgetgroups: avoid argument promotion issues with -1
7191         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7192         for invalid gid_t.
7193         * tests/test-chown.h (getegid, test_chown): Likewise.
7194         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7195
7196 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7197
7198         exclude: Fix header file problems.
7199         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7200
7201 2009-12-01  Jim Meyering  <meyering@redhat.com>
7202
7203         fts: fts_open: do not let an empty string cause immediate failure
7204         This is required in support of GNU rm, for which the command
7205         "rm A '' B" must process and remove both A and B, in spite of
7206         the empty string argument.
7207         * lib/fts.c (fts_open): Do not let the presence of an empty string
7208         cause fts_open to fail immediately.  Most fts-using tools must be
7209         able to process all arguments, in order, and can be expected to
7210         diagnose such arguments themselves.
7211
7212 2009-11-30  Eric Blake  <ebb9@byu.net>
7213
7214         utimens: fix compilation error
7215         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7216         Declare variable at right scope.
7217
7218 2009-11-29  Jim Meyering  <meyering@redhat.com>
7219
7220         bootstrap: handle perl-5.11's changed --version output
7221         * build-aux/bootstrap (get_version): Handle perl separately,
7222         since perl-5.11's --version output is different.
7223
7224 2009-11-28  Jim Meyering  <meyering@redhat.com>
7225
7226         userspec: depend on the inttostr module, too
7227         * modules/userspec (Depends-on): Add inttostr.
7228
7229         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7230         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7231         number of MAXUID when it evaluates to (uid_t) -1.
7232         Likewise for group ID.  Reported by Matt McCutchen in
7233         <http://savannah.gnu.org/bugs/?28113>
7234
7235         userspec: reformat to use spaces, not TABs
7236         * lib/userspec.c: Expand TABs to spaces.
7237         Add Emacs' "indent-tabs-mode: nil" hint.
7238
7239 2009-11-27  Eric Blake  <ebb9@byu.net>
7240
7241         getopt-gnu: flush out another BSD bug
7242         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7243         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7244         flush out BSD bug.
7245         * tests/test-getopt.h (test_getopt): End lists with NULL.
7246         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7247         (test_getopt_long_posix): Enhance test.
7248         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7249         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7250         getopt-gnu.
7251         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7252         Likewise.
7253
7254 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7255
7256         * modules/idpriv-droptemp-tests (Notice): Fix text.
7257
7258 2009-11-27  Jim Meyering  <meyering@redhat.com>
7259
7260         test-xalloc-die: avoid spurious failure due to libtool argv difference
7261         In a libtool-enabled project, this test would fail due to a difference
7262         in the emitted program name, e.g.,
7263         -test-xalloc-die: memory exhausted
7264         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7265         Use program to avoid that.
7266         * modules/xalloc-die-tests (Depends-on): Add progname.
7267         * tests/test-xalloc-die.c: Include progname.h".
7268         (program_name): Remove decl.
7269         (main): Call set_program_name.
7270         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7271
7272 2009-11-26  Richard Jones  <rjones@redhat.com>
7273
7274         w32sock: leave win32 error in place.
7275         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7276
7277 2009-11-26  Eric Blake  <ebb9@byu.net>
7278
7279         init.sh: suggest to use skip_ and fail_ functions in comments
7280         * tests/init.sh: Add a sentence.
7281
7282 2009-11-25  Bruno Haible  <bruno@clisp.org>
7283
7284         init.sh: add documentation in comments
7285         * tests/init.sh: Add some developer and user documentation.
7286
7287 2009-11-26  Jim Meyering  <meyering@redhat.com>
7288
7289         init.sh: accommodate even those who specify bogus srcdir manually
7290         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7291         configure-time tests to be sanitized, so that there is no need to
7292         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7293         (with no double quotes) suffices.  However, since tests may be
7294         invoked manually, and since you may explicitly set srcdir to the
7295         name of a directory containing spaces, do quote its uses here.
7296         * tests/test-pread.sh: Likewise.
7297         Suggested by Bruno Haible.
7298
7299         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7300         * tests/test-pread.sh: Write no data into the pipe, because
7301         test-pread actually reads none.  This avoids a diagnostic,
7302         "bash: echo: write error: Broken pipe", that arises in the unusual
7303         event something is ignoring SIGPIPE, and might be interpreted
7304         as some sort of failure.  Reported by Bruno Haible.
7305
7306 2009-11-25  Jim Meyering  <meyering@redhat.com>
7307
7308         test-pread: cover failure with ESPIPE and EINVAL
7309         * tests/test-pread.c (main): Test for failure, too.
7310         * tests/test-pread.sh: Invoke with stdin on a pipe.
7311         Suggested by Eric Blake.
7312
7313         pread: improvement and fix
7314         * modules/pread (Depends-on): Depend on lseek, for portability to
7315         e.g., mingw.  Suggested by Eric Blake.
7316         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7317
7318         unistd.in.h: correct declaration of pread
7319         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7320         Reported by Richard W.M. Jones.
7321
7322         test-pread.sh: distribute the test script
7323         * modules/pread-tests (Files): Include test-pread.sh.
7324
7325         test-pread.sh: clean up
7326         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7327         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7328         That is unnecessary, since it's always ".".
7329         Suggestion from Eric Blake.
7330
7331         test-pread.sh: make executable
7332         * tests/test-pread.sh: Set executable bit.
7333         Reported by Eric Blake.
7334
7335         correct typo in test-pread.sh
7336         * tests/test-pread.sh: Add #! line.
7337
7338         test pread
7339         * tests/test-pread.c: New file.
7340         * tests/test-pread.sh: Likewise.
7341         * modules/pread-tests: Likewise.
7342
7343         pread: new module
7344         * modules/pread: New file.
7345         * lib/unistd.in.h (pread): Define/declare.
7346         * lib/pread.c (pread): New file.
7347         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7348         * modules/unistd (Makefile.am): Substitute witnesses.
7349         * doc/posix-functions/pread.texi (pread): Update.
7350         * MODULES.html.sh: Add pread.
7351
7352 2009-11-25  Jim Meyering  <meyering@redhat.com>
7353
7354         tests/init.sh: new file to be used via most *.sh tests
7355         * tests/init.sh: New file.
7356
7357 2009-11-25  Eric Blake  <ebb9@byu.net>
7358
7359         utimens: work around older Linux failure with symlinks
7360         * lib/utimens.c (lutimensat_works_really): New variable.
7361         (fdutimens, lutimens): Use it to manage kernels that support
7362         nanosecond times on files, but not on symlinks.
7363         Reported by Ondřej Vašík.
7364
7365         utimes: fix configure grammar
7366         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7367
7368 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7369
7370         regex: Fix fastmap for multibyte character ranges.
7371         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7372         characters when a multibyte character range is included.
7373
7374 2009-11-22  Andy Wingo  <wingo@pobox.com>
7375
7376         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7377         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7378
7379 2009-11-24  Bruno Haible  <bruno@clisp.org>
7380
7381         doc: Most *_l functions exist in MacOS X 10.5.
7382         * doc/posix-functions/duplocale.texi: Update platforms list.
7383         * doc/posix-functions/freelocale.texi: Likewise.
7384         * doc/posix-functions/newlocale.texi: Likewise.
7385         * doc/posix-functions/uselocale.texi: Likewise.
7386         * doc/posix-functions/isalnum_l.texi: Likewise.
7387         * doc/posix-functions/isalpha_l.texi: Likewise.
7388         * doc/posix-functions/isblank_l.texi: Likewise.
7389         * doc/posix-functions/iscntrl_l.texi: Likewise.
7390         * doc/posix-functions/isdigit_l.texi: Likewise.
7391         * doc/posix-functions/isgraph_l.texi: Likewise.
7392         * doc/posix-functions/islower_l.texi: Likewise.
7393         * doc/posix-functions/isprint_l.texi: Likewise.
7394         * doc/posix-functions/ispunct_l.texi: Likewise.
7395         * doc/posix-functions/isspace_l.texi: Likewise.
7396         * doc/posix-functions/isupper_l.texi: Likewise.
7397         * doc/posix-functions/iswalnum_l.texi: Likewise.
7398         * doc/posix-functions/iswalpha_l.texi: Likewise.
7399         * doc/posix-functions/iswblank_l.texi: Likewise.
7400         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7401         * doc/posix-functions/iswctype_l.texi: Likewise.
7402         * doc/posix-functions/iswdigit_l.texi: Likewise.
7403         * doc/posix-functions/iswgraph_l.texi: Likewise.
7404         * doc/posix-functions/iswlower_l.texi: Likewise.
7405         * doc/posix-functions/iswprint_l.texi: Likewise.
7406         * doc/posix-functions/iswpunct_l.texi: Likewise.
7407         * doc/posix-functions/iswspace_l.texi: Likewise.
7408         * doc/posix-functions/iswupper_l.texi: Likewise.
7409         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7410         * doc/posix-functions/isxdigit_l.texi: Likewise.
7411         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7412         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7413         * doc/posix-functions/strcoll_l.texi: Likewise.
7414         * doc/posix-functions/strfmon_l.texi: Likewise.
7415         * doc/posix-functions/strftime_l.texi: Likewise.
7416         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7417         * doc/posix-functions/strxfrm_l.texi: Likewise.
7418         * doc/posix-functions/tolower_l.texi: Likewise.
7419         * doc/posix-functions/toupper_l.texi: Likewise.
7420         * doc/posix-functions/towctrans_l.texi: Likewise.
7421         * doc/posix-functions/towlower_l.texi: Likewise.
7422         * doc/posix-functions/towupper_l.texi: Likewise.
7423         * doc/posix-functions/wcscoll_l.texi: Likewise.
7424         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7425         * doc/posix-functions/wctrans_l.texi: Likewise.
7426         * doc/posix-functions/wctype_l.texi: Likewise.
7427         * doc/glibc-functions/strptime_l.texi: Likewise.
7428         * doc/glibc-functions/strtod_l.texi: Likewise.
7429         * doc/glibc-functions/strtof_l.texi: Likewise.
7430         * doc/glibc-functions/strtol_l.texi: Likewise.
7431         * doc/glibc-functions/strtold_l.texi: Likewise.
7432         * doc/glibc-functions/strtoll_l.texi: Likewise.
7433         * doc/glibc-functions/strtoul_l.texi: Likewise.
7434         * doc/glibc-functions/strtoull_l.texi: Likewise.
7435         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7436         * doc/glibc-functions/wcstod_l.texi: Likewise.
7437         * doc/glibc-functions/wcstof_l.texi: Likewise.
7438         * doc/glibc-functions/wcstol_l.texi: Likewise.
7439         * doc/glibc-functions/wcstold_l.texi: Likewise.
7440         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7441         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7442         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7443
7444 2009-11-24  Bruno Haible  <bruno@clisp.org>
7445
7446         duplocale: Fix logic bug.
7447         * lib/duplocale.c: Don't include <langinfo.h>.
7448         (_NL_LOCALE_NAME): Remove macro.
7449         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7450         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7451
7452 2009-11-23  Jim Meyering  <meyering@redhat.com>
7453
7454         test-update-copyright: don't hard-code /usr/bin/perl
7455         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7456         perl to print the current year.  Gilles Espinasse reported that
7457         the replaced use of perl was hard-coded as /usr/bin/perl.
7458
7459 2009-11-23  Bruno Haible  <bruno@clisp.org>
7460
7461         duplocale: Add support for glibc 2.3.x.
7462         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7463
7464 2009-11-22  Bruno Haible  <bruno@clisp.org>
7465
7466         vasnprintf: Tiny optimization.
7467         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7468         MacOS X.
7469
7470 2009-11-22  Bruno Haible  <bruno@clisp.org>
7471
7472         Tests for module 'duplocale'.
7473         * modules/duplocale-tests: New file.
7474         * tests/test-duplocale.c: New file.
7475
7476         New module 'duplocale'.
7477         * m4/duplocale.m4: New file.
7478         * lib/locale.in.h (duplocale): New declaration.
7479         * lib/duplocale.c: New file.
7480         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7481         gl_LOCALE_H_DEFAULTS): New macros.
7482         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7483         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7484         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7485         REPLACE_DUPLOCALE.
7486         * modules/duplocale: New file.
7487         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7488
7489 2009-11-22  Bruno Haible  <bruno@clisp.org>
7490
7491         * modules/locale-tests (configure.ac): Test for newlocale function.
7492         * tests/test-locale.c: When the system has extended locale functions,
7493         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7494
7495         locale: Make locale_t available when possible.
7496         * lib/locale.in.h: Include <xlocale.h> when it exists.
7497         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7498         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7499         * modules/locale (Depends-on): Add extensions.
7500         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7501         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7502
7503 2009-11-22  Bruno Haible  <bruno@clisp.org>
7504
7505         Add comments.
7506         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7507         invocation.
7508         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7509         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7510         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7511
7512 2009-11-22  Bruno Haible  <bruno@clisp.org>
7513
7514         error: account for the possibility of freopen (stdout).
7515         * lib/error.c: Include <unistd.h>.
7516         (flush_stdout): New function, extracted from error and error_at_line.
7517         Determine stdout's fd dynamically.
7518         (error, error_at_line): Invoke flush_stdout.
7519         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7520         * modules/error (Depends-on): Add unistd.
7521
7522 2009-11-22  Bruno Haible  <bruno@clisp.org>
7523
7524         diffseq: Add comment.
7525         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7526
7527 2009-11-22  Jim Meyering  <meyering@redhat.com>
7528
7529         c-stack: avoid defining an unused static function
7530         * lib/c-stack.c (find_stack_direction): Do not define this function
7531         when it will not be used.
7532
7533         diffseq: avoid spurious gcc warnings
7534         * lib/diffseq.h (IF_LINT2): Define.
7535         (compareseq): Use it to initialize two members of "part".
7536         This avoids two used-uninitialized warnings.
7537
7538 2009-11-21  Jim Meyering  <meyering@redhat.com>
7539
7540         c-stack: avoid "ignoring return value of `write'" warning
7541         * lib/c-stack.c: Include "ignore-value.h".
7542         (die): Explicitly ignore each write return value.
7543         * modules/c-stack (Depends-on): Add ignore-value.
7544
7545 2009-11-21  Bruno Haible  <bruno@clisp.org>
7546
7547         diffseq: reduce scope of variable 'best'.
7548         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7549         variable, earlier used for two different purposes.
7550
7551 2009-11-21  Jim Meyering  <meyering@redhat.com>
7552
7553         diffseq: remove useless assignment to "best"
7554         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7555         assignment.  At that point "best" is already guaranteed to be zero.
7556
7557 2009-11-20  Eric Blake  <ebb9@byu.net>
7558
7559         build: mention ftp redirector in release announcements
7560         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7561         values that used to come from cfg.mk; mention FTP redirect URL.
7562         * build-aux/announce-gen: Mention the mirror list.
7563         Suggested by Karl Berry.
7564
7565         nanosleep: improve port to mingw
7566         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7567         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7568         LIB_NANOSLEEP, but only when needed.
7569         * modules/select (Link): Document LIBSOCKET.
7570         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7571         enough.
7572
7573         nanosleep: work around cygwin bug
7574         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7575         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7576         bug.
7577         (getnow): Delete, not needed.
7578         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7579         LIB_CLOCK_GETTIME.
7580         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7581         clock-time, gettime.
7582         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7583         bug.
7584         * modules/nanosleep-tests: New test.
7585         * tests/test-nanosleep.c: New file.
7586
7587         sleep: work around cygwin bug
7588         * lib/sleep.c (rpl_sleep): Work around the bug.
7589         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7590         (gl_PREREQ_SLEEP): Delete unused macro.
7591         * modules/sleep (Depends-on): Add verify.
7592         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7593         * modules/unistd (Makefile.am): Substitute witness.
7594         * lib/unistd.in.h (sleep): Update prototype.
7595         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7596         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7597         * modules/sleep-tests (Depends-on): Check for alarm.
7598
7599 2009-11-20  Jim Meyering  <meyering@redhat.com>
7600
7601         maint.mk: improve sc_prohibit_magic_number_exit
7602         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7603         so it does not match uses like System.exit(1).
7604         Add comments showing how to correct all offenders.
7605
7606 2009-11-19  Eric Blake  <ebb9@byu.net>
7607
7608         xalloc-die-tests: add missing library
7609         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7610
7611         test-xvasprintf: silence compiler warnings
7612         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7613         empty string from gcc.
7614
7615 2009-11-19  Jim Meyering  <meyering@redhat.com>
7616
7617         xfreopen: new module, from coreutils
7618         * modules/xfreopen: New module.
7619         * lib/xfreopen.c: New file.
7620         * lib/xfreopen.h: New file.
7621         * MODULES.html.sh (File stream based Input/Output"): Add it.
7622
7623 2009-11-19  Eric Blake  <ebb9@byu.net>
7624
7625         manywarnings: depend on warnings
7626         * modules/manywarnings (Depends-on): Add warnings.
7627
7628         build: avoid compiler warnings
7629         * lib/select.c (rpl_select): Delete unused variable.
7630         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7631
7632 2009-11-18  Eric Blake  <ebb9@byu.net>
7633
7634         tests: avoid false negative with --with-packager
7635         * tests/test-version-etc.sh: Discard packager information.
7636         * tests/test-argp-version-etc-1.sh: Likewise.
7637         Reported by Mike Frysinger.
7638
7639         utimens: fix regression on Solaris
7640         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7641         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7642         can only change fd timestamps via futimesat.  Instead, use an
7643         additional witness macro to avoid BSD bug.
7644         Reported by Jim Meyering.
7645
7646 2009-11-17  Eric Blake  <ebb9@byu.net>
7647
7648         usleep: use it to simplify tests
7649         * modules/stat-time-tests (Depends-on): Add usleep.
7650         (configure.ac): Drop usleep check.
7651         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7652         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7653         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7654         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7655         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7656         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7657         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7658         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
7659         Likewise.
7660         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
7661         * tests/test-lchown.h (nap): Likewise.
7662         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
7663         * tests/test-stat-time.c (nap): Likewise.
7664         * tests/test-utimens-common.h (nap): Update comments.
7665
7666         usleep: new module
7667         * modules/usleep: New file.
7668         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
7669         * lib/usleep.c (usleep): Likewise.
7670         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
7671         * modules/unistd (Makefile.am): Substitute witnesses.
7672         * lib/unistd.in.h (usleep): Add declaration.
7673         * doc/pastposix-functions/usleep.texi (usleep): Document this.
7674         * MODULES.html.sh (Date and time): Likewise.
7675         * modules/usleep-tests (Depends-on): New test.
7676         * tests/test-usleep.c: New file.
7677
7678         chown: work around OpenBSD bug
7679         * lib/chown.c (rpl_chown): Work around the bug.
7680         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
7681         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
7682         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
7683         * modules/chown (Depends-on): Add stdbool.
7684         * modules/lchown (Depends-on): Likewise.
7685         * doc/posix-functions/chown.texi (chown): Document the bug.
7686         * doc/posix-functions/lchown.texi (lchown): Likewise.
7687         * tests/test-lchown.h (test_chown): Relax test.
7688
7689         mkstemp: avoid conflict with C++ keyword template
7690         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
7691         * lib/mkostemp.c (mkostemp): Likewise.
7692         * lib/mkostemps.c (mkostemps): Likewise.
7693         * lib/mkstemp.c (mkstemp): Likewise.
7694         * lib/mkstemps.c (mkstemps): Likewise.
7695
7696         xalloc-die-tests: optimize
7697         * tests/test-xalloc-die.sh: Reduce number of processes.
7698
7699 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7700
7701         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
7702         patch from ludo@gnu.org (Ludovic Courtès).
7703
7704 2009-11-17  Jim Meyering  <meyering@redhat.com>
7705
7706         version-etc: use proper license string
7707         * modules/version-etc (License): Use LGPL, not LGPLv3+.
7708         * modules/version-etc-fsf: Likewise.
7709
7710 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7711
7712         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
7713         printed to stdout.  Deal with EOL differences.
7714
7715 2009-11-17  Eric Blake  <ebb9@byu.net>
7716
7717         unsetenv: work around Solaris bug
7718         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
7719         * lib/unsetenv.c (rpl_unsetenv): Work around it.
7720         Reported by Jim Meyering.
7721
7722         vasnprintf: avoid compiler warnings
7723         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
7724         variables.
7725         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
7726
7727 2009-11-17  Simon Josefsson  <simon@josefsson.org>
7728
7729         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
7730         settings since xalloc-die is no longer the self test,
7731         xalloc-die.sh is.
7732
7733 2009-11-17  Jim Meyering  <meyering@redhat.com>
7734
7735         test-xalloc-die.sh: make the code agree with the commit log
7736         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
7737         at the end, just in case you happen to have a test-xalloc-die
7738         program in some other PATH directory.
7739
7740         test-xalloc-die.sh: fix a portability bug
7741         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
7742         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
7743         Otherwise, argv[0] (as often seen in diagnostics) would be too
7744         system-dependent, sometimes with, and sometimes without the leading "./".
7745
7746         version-etc-fsf: relax license to LGPLv3+
7747         * modules/version-etc-fsf (License): Relax license.
7748
7749 2009-11-16  Eric Blake  <ebb9@byu.net>
7750
7751         xalloc-die-tests: avoid printing null pointer
7752         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
7753         shell script.
7754         * tests/test-xalloc-die.c (program_name): Declare.
7755         * tests/test-xalloc-die.sh (tmpfiles): New file.
7756
7757         setenv, unsetenv: work around various bugs
7758         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
7759         (setenv) [HAVE_SETENV]: Work around bugs.
7760         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
7761         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
7762         for bugs.
7763         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
7764         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
7765         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
7766         * modules/stdlib (Makefile.am): Update substitutions.
7767         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
7768         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
7769         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7770         * modules/setenv-tests: New test.
7771         * modules/unsetenv-tests: Likewise.
7772         * tests/test-setenv.c: New file.
7773         * tests/test-unsetenv.c: Likewise.
7774
7775 2009-11-16  Jim Meyering  <meyering@redhat.com>
7776
7777         version-etc: relax license to LGPLv3+
7778         * modules/version-etc (License): Relax license.
7779
7780         better AC_REQUIRE expanded-before-required-warning avoidance
7781         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
7782         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
7783         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
7784         which is no longer needed.
7785
7786 2009-11-16  Eric Blake  <ebb9@byu.net>
7787
7788         test-freading: clean up temporary file
7789         * tests/test-freading.c (main): Remove file on success, and use
7790         ASSERT more liberally.
7791         Reported by Jim Meyering.
7792
7793 2009-11-16  Jim Meyering  <meyering@redhat.com>
7794
7795         avoid new AC_REQUIRE expanded-before-required warnings
7796         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
7797         merely using it.
7798         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
7799         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
7800
7801 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7802
7803         * tests/test-xalloc-die.c: New file.
7804         * modules/xalloc-die-tests: New file.
7805         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
7806         XFAIL_TESTS so it can be appended by modules.
7807
7808 2009-11-15  Simon Josefsson  <simon@josefsson.org>
7809
7810         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
7811         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
7812
7813 2009-11-14  Eric Blake  <ebb9@byu.net>
7814
7815         fnmatch: avoid compiler warning
7816         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
7817         to silence compiler warning about mismatch signedness in ?:.
7818         Reported by Robert Millan.
7819
7820         intprops: add double-inclusion guard
7821         * lib/intprops.h: Allow idempotent includes.
7822         Suggested by Bruce Korb.
7823
7824         openat: detect Solaris fchownat bug
7825         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
7826         penalizing glibc chownat when only lchownat is broken.
7827         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
7828         trailing slash bugs.
7829         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
7830         * modules/openat-tests (Files): Include more files.
7831         (Depends-on): Add mgetgroups, sleep, stat-time.
7832         (configure.ac): Add additional checks.
7833         (Makefile.am): Build new test.
7834         * tests/test-fchownat.c: New file.
7835
7836         lchown: detect Solaris and FreeBSD bug
7837         * lib/lchown.c (rpl_lchown): Work around bug.
7838         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
7839         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7840         * modules/unistd (Makefile.am): Populate it.
7841         * lib/unistd.in.h (lchown): Update declaration.
7842         * doc/posix-functions/lchown.texi (lchown): Document the bug.
7843         * modules/lchown-tests: New file.
7844         * tests/test-lchown.h (test_lchown): Likewise.
7845         * tests/test-lchown.c (main): Likewise.
7846
7847         chown: detect Solaris and FreeBSD bug
7848         * lib/chown.c (rpl_chown): Work around bug.
7849         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
7850         (gl_PREREQ_CHOWN): Delete.
7851         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
7852         * modules/unistd (Makefile.am): Populate it.
7853         * lib/unistd.in.h (chown): Update declaration.
7854         * lib/lchown.c (chown): Update client.
7855         * modules/lchown (Depends-on): Add lstat.
7856         * doc/posix-functions/chown.texi (chown): Document the bug.
7857         * doc/posix-functions/getgroups.texi (getgroups): Document
7858         getgroups pitfall.
7859         * modules/chown-tests: New file.
7860         * tests/test-chown.h (test_chown): Likewise.
7861         * tests/test-chown.c (main): Likewise.
7862
7863 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
7864
7865         gnulib-tool: correctly detect absence of m4 directories
7866         * gnulib-tool: Avoid extra newline on data passed to wc -l.
7867
7868 2009-11-14  Jim Meyering  <meyering@redhat.com>
7869
7870         maint.mk: Prohibit inclusion of "xalloc.h" without use.
7871         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
7872
7873 2009-11-14  John W. Eaton  <jwe@gnu.org>
7874
7875         strftime.h: wrap funtion declaration in extern "C" block
7876         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
7877
7878 2009-11-13  Eric Blake  <ebb9@byu.net>
7879
7880         getgroups: avoid compiler warning
7881         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
7882
7883         getgroups: work around FreeBSD bug
7884         * lib/getgroups.c (rpl_getgroups): Work around the bug.
7885         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
7886         * doc/posix-functions/getgroups.texi (getgroups): Document it.
7887         * tests/test-getgroups.c (main): Fix buffer overrun.
7888
7889         getgroups: avoid compilation failure
7890         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
7891         * modules/getgroups (Depends-on): Add stdint.
7892
7893 2009-11-13  Jim Meyering  <meyering@redhat.com>
7894
7895         test-getgroups: avoid compilation failure
7896         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
7897
7898 2009-11-13  Eric Blake  <ebb9@byu.net>
7899
7900         mgetgroups: new module, taken from coreutils
7901         * modules/mgetgroups: New file.
7902         * lib/mgetgroups.h: Likewise.
7903         * lib/mgetgroups.c (mgetgroups): Likewise.
7904         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
7905         * MODULES.html.sh (Users and groups): Mention it.
7906
7907         getgroups: don't expose GETGROUPS_T to user
7908         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
7909         an element at a time if GETGROUPS_T is wrong size.
7910         * lib/getugroups.h (getugroups): Change signature.
7911         * lib/unistd.in.h (getgroups): Likewise.
7912         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
7913         signature needs fixing.
7914         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
7915         AC_TYPE_GETGROUPS.
7916         * modules/group-member (Depends-on): Add getgroups.
7917         * lib/group-member.c (group_info, get_group_info): Use gid_t.
7918         (group_member): Rely on getgroups replacement.
7919         * lib/getugroups.c (getugroups): Use gid_t.
7920         * tests/test-getgroups.c (main): Likewise.
7921         * NEWS: Mention the signature change.
7922         * doc/posix-functions/getgroups.texi (getgroups): Mention the
7923         problem with signature.
7924         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
7925         GETGROUPS_T is still useful for setgroups.
7926
7927         getgroups, getugroups: provide stubs for mingw
7928         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
7929         * lib/getugroups.c (getugroups): Likewise.
7930         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
7931         function.  Modernize replacement scheme.
7932         (gl_PREREQ_GETGROUPS): Delete.
7933         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
7934         * modules/getgroups (configure.ac): Declare witness.
7935         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7936         * modules/unistd (Depends-on): Substitute witness.
7937         * lib/unistd.in.h (getgroups): Declare replacement.
7938
7939         getgroups: avoid calling exit
7940         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
7941         drop xalloc.
7942         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
7943         dependencies.
7944         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
7945         exiting, in the rare case of malloc failure.
7946
7947         getgroups: fix logic error
7948         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
7949         has more than 20 groups.
7950         * modules/getgroups-tests: New test.
7951         * tests/test-getgroups.c: New file.
7952
7953 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7954
7955         * tests/test-base64.c: Improve.
7956
7957 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7958
7959         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
7960         Blake <ebb9@byu.net>.
7961
7962 2009-11-13  Simon Josefsson  <simon@josefsson.org>
7963
7964         * tests/test-xvasprintf.c: Add %s%s related checks.
7965
7966 2009-11-12  Eric Blake  <ebb9@byu.net>
7967
7968         version-etc: match standards.texi style
7969         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
7970         and use <> only for URLs.
7971
7972 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
7973
7974         fts: do not fail on a submount during traversal
7975         * lib/fts.c (fts_build): Read the stat info again after opening
7976         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
7977         Original report at http://bugzilla.redhat.com/501848.
7978
7979 2009-11-12  Jim Meyering  <meyering@redhat.com>
7980
7981         bootstrap: sync from coreutils
7982         * build-aux/bootstrap (bootstrap_epilogue): New function.
7983         Use git_modules_config in one more place.  This make bootstrap's
7984         --gnulib-srcdir option more useful for testing.
7985
7986         bootstrap: generalize autoheader check
7987         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
7988         AC_CONFIG_HEADERS.
7989
7990 2009-11-11  Eric Blake  <ebb9@byu.net>
7991
7992         mkfifoat: use new modules for Solaris and BSD bugs
7993         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
7994         * lib/mkfifoat.c (mknodat): Split...
7995         * lib/mknodat.c (mknodat): ...into new file.
7996         * modules/mkfifoat (Files): Ship new file.
7997         (Depends-on): Add mkfifo, mknod.
7998         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
7999         (Depends-on): Add symlink.
8000         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8001         redundant with test_mkfifo.h.
8002         (do_mkfifoat, do_mknodat): New helpers.
8003
8004         mknod: new module
8005         * modules/mknod: New file.
8006         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8007         * lib/mknod.c (mknod): Likewise.
8008         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8009         defaults.
8010         * modules/sys_stat (Makefile.am): Substitute them.
8011         * lib/sys_stat.in.h (mknod): Declare replacement.
8012         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8013         Document it.
8014         * doc/posix-functions/mknod.texi (mknod): Likewise.
8015         * modules/mknod-tests: New test.
8016         * tests/test-mknod.c: Likewise.
8017
8018         mkfifo: new module
8019         * modules/mkfifo: New file.
8020         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8021         * lib/mkfifo.c (mkfifo): Likewise.
8022         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8023         defaults.
8024         * modules/sys_stat (Makefile.am): Substitute them.
8025         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8026         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8027         Document it.
8028         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8029         * modules/mkfifo-tests: New test.
8030         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8031         from test-mkfifoat.c.
8032         * tests/test-mkfifo.c: New file.
8033
8034         readlink: detect FreeBSD bug
8035         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8036         slash on symlink.
8037         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8038         * tests/test-readlink.h (test_readlink): Enhance test.
8039
8040         symlink: detect FreeBSD bug
8041         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8042         slash on symlink.
8043         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8044         * tests/test-symlink.h (test_symlink): Enhance test.
8045
8046 2009-11-10  Eric Blake  <ebb9@byu.net>
8047
8048         link: detect FreeBSD bug
8049         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8050         symlink.
8051         * doc/posix-functions/link.texi (link): Document the bug.
8052         * tests/test-link.h (test_link): Enhance test.
8053         * tests/test-linkat.c (main): Update caller.
8054
8055         unlink, remove: detect FreeBSD bug
8056         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8057         slash on symlink.
8058         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8059         * doc/posix-functions/remove.texi (remove): Likewise.
8060         * tests/test-unlink.h (test_unlink): Enhance test.
8061         * tests/test-remove.c (main): Likewise.
8062
8063 2009-11-09  Eric Blake  <ebb9@byu.net>
8064
8065         rename: detect FreeBSD bug
8066         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8067         slash on symlink.
8068         * modules/renameat-tests (Depends-on): Add filenamecat.
8069         * tests/test-rename.h (test_rename): Allow one more errno.
8070         * tests/test-renameat.c (main): Likewise.
8071         * doc/posix-functions/rename.texi (rename): Document the bug.
8072
8073         open: detect FreeBSD bug
8074         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8075         symlink.
8076         * doc/posix-functions/open.texi (open): Document the bug.
8077         * doc/posix-functions/utimes.texi (utimes): Likewise.
8078         * tests/test-open.h (test_open): Add parameters, and test symlink
8079         handling.
8080         * tests/test-open.c (main): Adjust caller.
8081         * tests/test-fcntl-safer.c (main): Likewise.
8082         * modules/open-tests (Depends-on): Add stdbool, symlink.
8083         * modules/fcntl-safer-tests (Depends-on): Likewise.
8084         * tests/test-openat.c (main): Add test-open tests.
8085
8086         stat: detect FreeBSD bug
8087         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8088         symlink.
8089         * doc/posix-functions/stat.texi (stat): Document the bug.
8090         * tests/test-stat.h (test_stat_func): Add argument.
8091         * tests/test-stat.c (main): Adjust caller.
8092         * tests/test-fstatat.c (main): Likewise.
8093         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8094         Reported by Jim Meyering.
8095
8096 2009-11-09  James Youngman  <jay@gnu.org>
8097
8098         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8099         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8100
8101 2009-11-08  Jim Meyering  <meyering@redhat.com>
8102
8103         utimens: remove invalid futimesat call
8104         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8105         It used the file descriptor of the target file as the DIR_FD
8106         parameter and NULL as the file name.  That caused failure with
8107         errno == EFAULT on FreeBSD-8.0-rc2
8108
8109 2009-11-07  Eric Blake  <ebb9@byu.net>
8110
8111         fflush, freadseek: use fseeko, not fseek
8112         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8113         (clear_ungetc_buffer): Avoid potential problems on large files.
8114         * lib/freadseek.c (freadseek): Likewise.
8115         * modules/freadseek (Depends-on): Add fseeko.
8116         * modules/fseek (configure.ac): Set a witness.
8117         * tests/test-fflush.c (main): Use fseeko.
8118         * tests/test-fpurge.c (fseek): Disable link warning.
8119         * tests/test-freadable.c (fseek): Likewise.
8120         * tests/test-freading.c (fseek): Likewise.
8121         * tests/test-fseeko.c (fseek): Likewise.
8122         * tests/test-ftell.c (fseek): Likewise.
8123         * tests/test-ftello.c (fseek): Likewise.
8124         * tests/test-fwritable.c (fseek): Likewise.
8125         * tests/test-fwriting.c (fseek): Likewise.
8126
8127 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8128
8129         * modules/memchr (Depends-on): Drop getpagesize dependency.
8130
8131 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8132
8133         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8134         Reported by Ludovic Courtès.
8135         * build-aux/pmccabe2html: Improve example usage.
8136         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8137
8138 2009-11-06  Jim Meyering  <meyering@redhat.com>
8139
8140         do-release-commit-and-tag: New module.
8141         Automate the release-commit and tag process.
8142         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8143         * modules/do-release-commit-and-tag: New file.
8144         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8145
8146 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8147
8148         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8149         because test-select.c uses inet_pton.
8150
8151 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8152
8153         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8154         GETADDRINFO_LIB.  Bump serial number.
8155         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8156         Suggested by Eric Blake <ebb9@byu.net>.
8157
8158 2009-11-05  Eric Blake  <ebb9@byu.net>
8159
8160         strtod: detect darwin bug
8161         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8162         Reported by Leo Davis.
8163
8164         freopen-safer: new module
8165         * modules/freopen-safer: New module.
8166         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8167         * lib/freopen-safer.c (freopen_safer): New file.
8168         * lib/stdio-safer.h (freopen_safer): New declaration.
8169         * lib/stdio--.h (freopen): New override.
8170         * MODULES.html.sh (File stream based Input/Output): Mention it.
8171         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8172         freopen-safer module.
8173         * doc/posix-functions/stderr.texi (stderr): Likewise.
8174         * doc/posix-functions/stdin.texi (stdin): Likewise.
8175         * doc/posix-functions/stdout.texi (stdout): Likewise.
8176         * modules/freopen-safer-tests: New test.
8177         * tests/test-reopen-safer.c: New file.
8178
8179 2009-11-05  Jim Meyering  <meyering@redhat.com>
8180
8181         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8182         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8183
8184 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8185
8186         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8187
8188 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8189
8190         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8191
8192 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8193
8194         Fix link error.
8195         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8196         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8197
8198 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8199
8200         * tests/test-func.c: Also test value of __func__.
8201
8202 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8203
8204         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8205         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8206
8207 2009-11-05  Bruno Haible  <bruno@clisp.org>
8208
8209         Fix link error.
8210         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8211         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8212         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8213
8214 2009-11-05  Bruno Haible  <bruno@clisp.org>
8215
8216         Tests for module 'inet_pton'.
8217         * modules/inet_pton-tests: New file.
8218         * tests/test-inet_pton.c: New file.
8219
8220 2009-11-05  Bruno Haible  <bruno@clisp.org>
8221
8222         Tests for module 'inet_ntop'.
8223         * modules/inet_ntop-tests: New file.
8224         * tests/test-inet_ntop.c: New file.
8225
8226 2009-11-04  Eric Blake  <ebb9@byu.net>
8227
8228         stdlib-safer: wrap all mkstemp variants
8229         * modules/mkostemp (configure.ac): Set witness.
8230         * modules/mkostemps (configure.ac): Likewise.
8231         * modules/mkstemps (configure.ac): Likewise.
8232         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8233         (mkstemps_safer): Wrap more functions.
8234         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8235         wrapping.
8236         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8237         (mkstemps_safer): Implement the wrappers.
8238
8239         mkstemps, mkostemps: new modules
8240         * modules/mkostemps: New module.
8241         * modules/mkstemps: Likewise.
8242         * lib/mkostemps.c (mkostemps): New file.
8243         * lib/mkstemps.c (mkstemps): Likewise.
8244         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8245         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8246         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8247         * modules/stdlib (Makefile.am): Substitute them.
8248         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8249         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8250         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8251         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8252         * MODULES.html.sh (File system functions): Mention them.
8253
8254         tempname: resync from glibc
8255         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8256         same values for __GT_FILE as glibc.  Abort even when assertions
8257         are disabled.
8258         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8259         match its value otherwise.  Allow idempotent inclusion.
8260         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8261         * lib/mkostemp.c (mkostemp): Likewise.
8262         * lib/mkstemp.c (mkstemp): Likewise.
8263         * lib/tmpfile.c (tmpfile): Likewise.
8264         * NEWS: Document this.
8265
8266         utimens: fix use of futimens on older Linux
8267         * lib/utimens.c (fdutimens): Use updated, rather than original,
8268         timespec to avoid bug in older Linux kernel.
8269         Reported by Simon Josefsson.
8270
8271 2009-11-04  Bruno Haible  <bruno@clisp.org>
8272
8273         Make num_processors more flexible and consistent.
8274         * lib/nproc.h (enum nproc_query): New type.
8275         (num_processors): Add a 'query' argument.
8276         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8277         (num_processors): Add a 'query' argument. Test the value of the
8278         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8279         mingw, count the number of CPUs available for the current process.
8280         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8281         Check for sched_getaffinity and sched_getaffinity_np.
8282         * modules/nproc (Depends-on): Add c-ctype, extensions.
8283         * NEWS: Mention the change.
8284
8285 2009-11-03  Bruno Haible  <bruno@clisp.org>
8286
8287         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8288
8289 2009-11-03  Jim Meyering  <meyering@redhat.com>
8290
8291         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8292         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8293         if it is defined.
8294
8295 2009-11-02  Eric Blake  <ebb9@byu.net>
8296
8297         mktime, timegm: share common declaration
8298         * lib/mktime-internal.h: New file.
8299         * lib/mktime.c: Use it rather than open-coding a declaration.
8300         * lib/timegm.c: Likewise.
8301         * modules/mktime (Files): Ship it.
8302         * modules/timegm (Files): Likewise.
8303         Suggested by Bruno Haible.
8304
8305         test-update-copyright: update test to match script changes
8306         * tests/test-update-copyright.sh: Avoid hard-coding perl
8307         location.  Don't update *.bak created by earlier runs.
8308
8309 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8310             Simon Josefsson  <simon@josefsson.org>
8311             Bruno Haible  <bruno@clisp.org>
8312
8313         Fix link error on Solaris 8.
8314         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8315         also in libnsl. Define also INET_PTON_LIB.
8316         * modules/inet_pton (Link): New section.
8317
8318 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8319             Bruno Haible  <bruno@clisp.org>
8320
8321         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8322         * modules/inet_ntop (Link): New section.
8323         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8324
8325 2009-11-02  Eric Blake  <ebb9@byu.net>
8326
8327         maint: avoid compiler warnings in m4 macros
8328         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8329         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8330
8331 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8332
8333         * m4/pmccabe2html.m4: Remove file.
8334         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8335         function.  Change maintainer.
8336         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8337         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8338         Courtès).
8339
8340 2009-10-31  Eric Blake  <ebb9@byu.net>
8341
8342         fseeko: fix m4 regression
8343         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8344         regression from 2009-10-27.
8345         Reported by Ralf Wildenhues.
8346
8347 2009-10-31  Jim Meyering  <meyering@redhat.com>
8348
8349         inttostr: aesthetics and improved (compile-time) safety
8350         Define inttype_is_signed rather than inttype_is_unsigned,
8351         since the sole use is via "#if inttype_is_signed".
8352         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8353         inttype_is_unsigned.
8354         * lib/offtostr.c (inttype_is_signed): Likewise.
8355         * lib/uinttostr.c (inttype_is_signed): Likewise.
8356         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8357         * lib/inttostr.c (inttostr): Use verify to cross-check the
8358         inttype_is_signed value and the signedness of the actual type.
8359         * modules/inttostr (Depends-on): Add verify.
8360
8361 2009-10-30  Eric Blake  <ebb9@byu.net>
8362
8363         build: avoid compiler warnings
8364         * lib/fchmodat.c (lchmod): Mark unused variables.
8365         * lib/getopt.c (_getopt_initialize): Likewise.
8366         * lib/mktime.c (__mktime_internal): Provide prototype.
8367         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8368         older gcc that do not understand #pragma GCC diagnostic.
8369         * lib/uinttostr.c (inttype_is_unsigned): Define.
8370         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8371
8372 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8373
8374         stat: fix compilation on AIX
8375         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8376         only see struct stat64.
8377
8378 2009-10-30  Eric Blake  <ebb9@byu.net>
8379
8380         exclude: make more robust
8381         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8382         rather than masking a coding bug.
8383         Suggested by Bruno Haible.
8384
8385 2009-10-30  Jim Meyering  <meyering@redhat.com>
8386
8387         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8388         Rather than putting #!/usr/bin/perl on the first line,
8389         start with a variant of what's recommended by "man perlrun" that
8390         invokes the first "perl" program from your shell's search path.
8391         * build-aux/gitlog-to-changelog: Replace #!... as above.
8392         Add a "Local Variables" perl mode setting.
8393         Prompted by a patch from Ludovic Courtès.
8394         Improved by Eric Blake.
8395         * build-aux/useless-if-before-free: Likewise.
8396         * build-aux/announce-gen: Likewise.
8397         * build-aux/update-copyright: Likewise.
8398
8399 2009-10-29  Eric Blake  <ebb9@byu.net>
8400
8401         filenamecat-lgpl: adjust clients
8402         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8403         filenamecat.
8404         * modules/renameat (Depends-on): Likewise.
8405
8406         filenamecat: split into filenamecat-lgpl
8407         * modules/filenamecat-lgpl: New module.
8408         * modules/filenamecat (Files): Move library-safe files into
8409         filenamecat-lgpl.
8410         (Depends-on): Add filenamecat-lgpl.
8411         (configure.ac): Declare witness.
8412         * lib/filenamecat.h (file_name_concat): Only declare when using
8413         GPL module.
8414         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8415         Move...
8416         * lib/filenamecat-lgpl.c: ...into new file.
8417         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8418         (gl_FILE_NAME_CONCAT): Use it.
8419         * MODULES.html.sh (File system functions): Mention new module.
8420
8421         argp: avoid memory leak
8422         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8423         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8424         base_name, since the latter malloc()s and can call exit().
8425         Leak introduced 2006-07-03.
8426
8427         dirname-lgpl: adjust clients that don't need full dirname
8428         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8429         * modules/filenamecat (Depends-on): Likewise.
8430         * modules/linkat (Depends-on): Likewise.
8431         * modules/mkancesdirs (Depends-on): Likewise.
8432         * modules/mkdir (Depends-on): Likewise.
8433         * modules/openat (Depends-on): Likewise.
8434         * modules/savewd (Depends-on): Likewise.
8435         * modules/rename (Depends-on): Likewise.
8436         (License): Relax license.
8437         * modules/mkdir-tests (Depends-on): Drop progname.
8438         (Makefile.am): Delete unneeded LDADD.
8439         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8440
8441         dirname: split into dirname-lgpl
8442         * modules/dirname-lgpl: New module.
8443         * modules/dirname (Files): Move library-safe files into
8444         dirname-lgpl.
8445         (Depends-on): Add dirname-lgpl.
8446         (configure.ac): Declare witness.
8447         * modules/double-slash-root (License): Relax license.
8448         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8449         module.
8450         * lib/dirname.c (dir_len, mdir_name): Move...
8451         * lib/dirname-lgpl.c: ...into new file.
8452         * lib/basename.c (last_component, base_len): Move...
8453         * lib/basename-lgpl.c: ...into new file.
8454         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8455         (gl_DIRNAME): Use it.
8456         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8457         Mention new module.
8458         * modules/dirname-tests (Depends-on): Add progname.
8459         * tests/test-dirname.c (program_name): Delete.
8460
8461         mkdir: make safe for libraries
8462         * modules/mkdir (Depends-on): Drop xalloc.
8463         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8464         exit.
8465
8466         tests: avoid some compiler warnings
8467         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8468         literals.
8469         * tests/test-memchr.c (main): Avoid type mismatch.
8470         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8471         * tests/test-base64.c (main): Likewise.
8472         * tests/test-getdelim.c (main): Likewise.
8473         * tests/test-gethostname.c (main): Likewise.
8474         * tests/test-getline.c (main): Likewise.
8475         * tests/test-netinet_in.c (main): Likewise.
8476         * tests/test-select.c (open_server_socket, main): Likewise.
8477         * tests/test-select-stdin.c (main): Likewise.
8478         * tests/test-sockets.c (main): Likewise.
8479         * tests/test-strsignal.c (main): Likewise.
8480         * tests/test-sys_select.c (main): Likewise.
8481         * tests/test-sys_socket.c (main): Likewise.
8482         * tests/test-u64.c (main): Likewise.
8483         * tests/test-xfprintf-posix.c (main): Likewise.
8484         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8485
8486         sockets: avoid compiler warning
8487         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8488
8489         maint: detect usage(1) and other suspicious exits
8490         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8491
8492 2009-10-29  Jim Meyering  <meyering@redhat.com>
8493
8494         timespec: long-to-int truncation could make timespec_cmp malfunction
8495         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8496         a multiple of 2^32 nanoseconds as no difference.
8497
8498 2009-10-28  Jim Meyering  <meyering@redhat.com>
8499
8500         fprintftime: wrap macro code argument in "do {...} while(0)"
8501         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8502         cpy macro must be a statement that can be followed by a semicolon.
8503         Now that the else clause contains a comment and is hence longer
8504         than one line, I require curly braces.  That in turn requires
8505         that we wrap this code block in the standard do...while(0).
8506
8507         fprintftime: remove stray semicolon from previous change
8508         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8509
8510         fprintftime: avoid a warning about ignored fwrite return value
8511         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8512         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8513         that is unsafe.
8514         * modules/fprintftime (Depends-on): Add ignore-value.
8515
8516         exclude: avoid an unwarranted warning
8517         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8518
8519 2009-10-27  Eric Blake  <ebb9@byu.net>
8520
8521         fseek: avoid compilation failure when fflush is replaced
8522         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8523         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8524         module is in use.
8525         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8526         module is not in use; since REPLACE_FSEEK worked otherwise.
8527         (GNULIB_FTELLO): Likewise for ftell.
8528         Reported by Ian Beckwith and others.
8529
8530 2009-10-27  Bruno Haible  <bruno@clisp.org>
8531
8532         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8533         Reported by Jim Meyering.
8534
8535 2009-10-27  Jim Meyering  <jim@meyering.net>
8536             Bruno Haible  <bruno@clisp.org>
8537
8538         Avoid warning despite dropping the return value of fwrite.
8539         * lib/unicodeio.c: Include ignore-value.h.
8540         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8541         * modules/unicodeio (Depends-on): Add ignore-value.
8542
8543 2009-10-26  Eric Blake  <ebb9@byu.net>
8544
8545         areadlinkat: fix fallback path
8546         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8547         pointer and zero.
8548
8549 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8550
8551         Use a better IO block size for modern systems
8552         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8553         * lib/md2.c: Likewise.
8554         * lib/md4.c: Likewise.
8555         * lib/md5.c: Likewise.
8556         * lib/sha1.c: Likewise.
8557         * lib/sha256.c: Likewise.
8558         * lib/sha512.c: Likewise.
8559
8560 2009-10-22  Eric Blake  <ebb9@byu.net>
8561
8562         tests: avoid several compiler warnings
8563         * tests/test-getcwd.c (main): Avoid buffer underflow.
8564         * tests/test-getdate.c (main): String literals are not safe with
8565         putenv, so use setenv.  Declare unused argument.
8566         * modules/getdate-tests (Depends-on): Add setenv.
8567         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8568         problems with string literals in char *.
8569         * tests/test-hash.c (main): Avoid shadowing declaration.
8570         (insert_new): Treat string literals as char const *.
8571         * tests/test-getopt.h (test_getopt): Likewise.
8572         (getopt_loop): Alter types to minimize casting elsewhere.
8573         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8574         (test_getopt_long_posix): Likewise.
8575         (do_getopt_long): Add wrapper to minimize casting.
8576         * tests/test-atexit.c (clear_temp_file): Use void.
8577         * tests/test-areadlink-with-size.c (main): Declare unused
8578         arguments.
8579         * tests/test-areadlink.c (main): Likewise.
8580         * tests/test-areadlinkat-with-size.c (main): Likewise.
8581         * tests/test-areadlinkat.c (main): Likewise.
8582         * tests/test-canonicalize-lgpl.c (main): Likewise.
8583         * tests/test-canonicalize.c (main): Likewise.
8584         * tests/test-dirent-safer.c (main): Likewise.
8585         * tests/test-dirname.c (main): Likewise.
8586         * tests/test-dup2.c (main): Likewise.
8587         * tests/test-fchdir.c (main): Likewise.
8588         * tests/test-fcntl-h.c (main): Likewise.
8589         * tests/test-fcntl-safer.c (main): Likewise.
8590         * tests/test-fdopendir.c (main): Likewise.
8591         * tests/test-fdutimensat.c (main): Likewise.
8592         * tests/test-fflush.c (main): Likewise.
8593         * tests/test-filenamecat.c (main): Likewise.
8594         * tests/test-filevercmp.c (main): Likewise.
8595         * tests/test-fopen-safer.c (main): Likewise.
8596         * tests/test-fopen.c (main): Likewise.
8597         * tests/test-fpending.c (main): Likewise.
8598         * tests/test-fpurge.c (main): Likewise.
8599         * tests/test-freading.c (main): Likewise.
8600         * tests/test-fstatat.c (main): Likewise.
8601         * tests/test-fsync.c (main): Likewise.
8602         * tests/test-futimens.c (main): Likewise.
8603         * tests/test-getndelim2.c (main): Likewise.
8604         * tests/test-gettimeofday.c (main): Likewise.
8605         * tests/test-getopt.c (main): Likewise.
8606         * tests/test-i-ring.c (main): Likewise.
8607         * tests/test-inttypes.c (main): Likewise.
8608         * tests/test-link.c (main): Likewise.
8609         * tests/test-lstat.c (main): Likewise.
8610         * tests/test-math.c (main): Likewise.
8611         * tests/test-md5.c (main): Likewise.
8612         * tests/test-memchr2.c (main): Likewise.
8613         * tests/test-memrchr.c (main): Likewise.
8614         * tests/test-mkdir.c (main): Likewise.
8615         * tests/test-mkdirat.c (main): Likewise.
8616         * tests/test-mkfifoat.c (main): Likewise.
8617         * tests/test-open.c (main): Likewise.
8618         * tests/test-openat-safer.c (main): Likewise.
8619         * tests/test-openat.c (main): Likewise.
8620         * tests/test-quotearg.c (main): Likewise.
8621         * tests/test-rawmemchr.c (main): Likewise.
8622         * tests/test-readlink.c (main): Likewise.
8623         * tests/test-remove.c (main): Likewise.
8624         * tests/test-rename.c (main): Likewise.
8625         * tests/test-renameat.c (main): Likewise.
8626         * tests/test-rmdir.c (main): Likewise.
8627         * tests/test-sha1.c (main): Likewise.
8628         * tests/test-signal.c (main): Likewise.
8629         * tests/test-sigaction.c (main): Likewise.
8630         * tests/test-stat.c (main): Likewise.
8631         * tests/test-stat-time.c (main): Likewise.
8632         * tests/test-stddef.c (main): Likewise.
8633         * tests/test-stdint.c (main): Likewise.
8634         * tests/test-stdio.c (main): Likewise.
8635         * tests/test-stdlib.c (main): Likewise.
8636         * tests/test-strchrnul.c (main): Likewise.
8637         * tests/test-strerror.c (main): Likewise.
8638         * tests/test-string.c (main): Likewise.
8639         * tests/test-strtod.c (main): Likewise.
8640         * tests/test-strverscmp.c (main): Likewise.
8641         * tests/test-symlink.c (main): Likewise.
8642         * tests/test-symlinkat.c (main): Likewise.
8643         * tests/test-sys_stat.c (main): Likewise.
8644         * tests/test-sys_time.c (main): Likewise.
8645         * tests/test-time.c (main): Likewise.
8646         * tests/test-unistd.c (main): Likewise.
8647         * tests/test-unlink.c (main): Likewise.
8648         * tests/test-unlinkat.c (main): Likewise.
8649         * tests/test-utimens.c (main): Likewise.
8650         * tests/test-utimensat.c (main): Likewise.
8651         * tests/test-version-etc.c (main): Likewise.
8652         * tests/test-wchar.c (main): Likewise.
8653         * tests/test-wctype.c (main): Likewise.
8654         * tests/test-xprintf-posix.c (main): Likewise.
8655         * tests/test-posixtm.c (main): Likewise.
8656         (STREQ): Delete unused macro.
8657         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8658         shadowed variables.
8659         * tests/test-memchr.c (main): Likewise.
8660
8661 2009-10-21  Eric Blake  <ebb9@byu.net>
8662
8663         areadlinkat: avoid failure on older glibc
8664         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
8665         rather than mis-comparing 0 against FUNC_RESULT of char*.
8666
8667 2009-10-21  Bruno Haible  <bruno@clisp.org>
8668
8669         * modules/stpncpy (License): Relicense under LGPLv2+.
8670         Reported by David Lutterkort <lutter@redhat.com>.
8671
8672 2009-10-20  Eric Blake  <ebb9@byu.net>
8673
8674         utimensat: work around Solaris 9 bug
8675         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
8676         has trailing slash bugs.
8677         * tests/test-lutimens.h (test_lutimens): Enhance test.
8678         * tests/test-utimens.h (test_utimens): Likewise.
8679         * doc/posix-functions/utime.texi (utime): Enhance documentation.
8680         * doc/posix-functions/utimes.texi (utimes): Likewise.
8681         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8682         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
8683         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
8684         * doc/posix-functions/futimens.texi (futimens): Likewise.
8685
8686         fdutimensat: new module
8687         * modules/fdutimensat: New file.
8688         * lib/fdutimensat.c (fdutimensat): Likewise.
8689         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
8690         * MODULES.html.sh (File system functions): Mention module.
8691         * modules/fdutimensat-tests: New test.
8692         * tests/test-fdutimensat.c: Likewise.
8693
8694         doc: regenerate INSTALL
8695         * doc/INSTALL: Reflect recent autoconf update.
8696         * doc/INSTALL.ISO: Likewise.
8697         * doc/INSTALL.UTF-8: Likewise.
8698
8699 2009-10-20  Pádraig Brady  <P@draigBrady.com>
8700
8701         acl: warn if ACL support is not detected
8702         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
8703
8704 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
8705
8706         * lib/nproc.h: Add extern "C" block for C++.
8707
8708 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
8709             Bruno Haible  <bruno@clisp.org>
8710
8711         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
8712         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
8713         * doc/posix-functions/isalpha.texi: Likewise.
8714         * doc/posix-functions/isblank.texi: Likewise.
8715         * doc/posix-functions/iscntrl.texi: Likewise.
8716         * doc/posix-functions/isdigit.texi: Likewise.
8717         * doc/posix-functions/isgraph.texi: Likewise.
8718         * doc/posix-functions/islower.texi: Likewise.
8719         * doc/posix-functions/isprint.texi: Likewise.
8720         * doc/posix-functions/ispunct.texi: Likewise.
8721         * doc/posix-functions/isspace.texi: Likewise.
8722         * doc/posix-functions/isupper.texi: Likewise.
8723         * doc/posix-functions/isxdigit.texi: Likewise.
8724
8725 2009-10-18  Bruno Haible  <bruno@clisp.org>
8726
8727         Tests for module 'isblank'.
8728         * modules/isblank-tests: New file.
8729         * tests/test-isblank.c: New file.
8730
8731         New module 'isblank'.
8732         * lib/isblank.c: New file.
8733         * m4/isblank.m4: New file.
8734         * modules/isblank: New file.
8735         * doc/posix-functions/isblank.texi: Mention the new module.
8736
8737 2009-10-18  Bruno Haible  <bruno@clisp.org>
8738
8739         New module 'ctype'.
8740         * lib/ctype.in.h: New file.
8741         * m4/ctype.m4: New file.
8742         * modules/ctype: New file.
8743         * doc/posix-headers/ctype.texi: Mention the new module.
8744
8745 2009-10-18  Jim Meyering  <meyering@redhat.com>
8746
8747         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
8748         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
8749         right after its initialization, rather than farther down.
8750         Keeping these in close proximity makes it easier to ensure
8751         that each such variable is initialized.  E.g.,
8752
8753             LIB_CLOCK_GETTIME=
8754             AC_SUBST([LIB_CLOCK_GETTIME])
8755
8756         This change also increments these serial numbers.
8757         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
8758         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8759         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8760
8761 2009-10-18  Bruno Haible  <bruno@clisp.org>
8762
8763         Don't let environment variables perturb build.
8764         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
8765         (gl_PREREQ_GETHRXTIME): ... not here.
8766
8767 2009-10-18  Bruno Haible  <bruno@clisp.org>
8768
8769         Avoid symlink attack in localcharset module.
8770         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
8771         (O_NOFOLLOW): Define fallback.
8772         (get_charset_aliases): Don't open the file if it is a symbolic link.
8773         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
8774         gl_FCNTL_H.
8775         (gl_FCNTL_H): Require it.
8776         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
8777         * modules/localcharset (Files): Add m4/fcntl_h.m4.
8778         Reported by Fergal Glynn <fglynn@veracode.com>.
8779
8780 2009-10-18  Bruno Haible  <bruno@clisp.org>
8781
8782         Implement nproc for mingw.
8783         * lib/nproc.c: Include <windows.h>
8784         (num_processors): On native Windows platforms, try GetSystemInfo.
8785
8786 2009-10-18  Bruno Haible  <bruno@clisp.org>
8787
8788         Implement nproc for IRIX.
8789         * lib/nproc.c: Include <sys/sysmp.h>.
8790         (num_processors): On IRIX systems, try sysmp.
8791         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
8792
8793 2009-10-18  Bruno Haible  <bruno@clisp.org>
8794
8795         Implement nproc for HP-UX.
8796         * lib/nproc.c: Include <sys/pstat.h>
8797         (num_processors): On HP-UX systems, try pstat_getdynamic.
8798         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
8799         pstat_getdynamic.
8800
8801 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
8802             Bruno Haible  <bruno@clisp.org>
8803
8804         Implement nproc for NetBSD, OpenBSD.
8805         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
8806         (ARRAY_SIZE): New macro.
8807         (num_processors): On BSD systems, try sysctl of HW_NCPU.
8808         * m4/nproc.m4: New file.
8809         * modules/nproc (Files): Add m4/nproc.m4.
8810         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
8811         (Makefile.am): Instead, augment lib_SOURCES.
8812
8813 2009-10-18  Bruno Haible  <bruno@clisp.org>
8814
8815         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
8816         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
8817         sys/param.h.
8818
8819 2009-10-16  Eric Blake  <ebb9@byu.net>
8820
8821         utimensat: new module
8822         * modules/utimensat: New file.
8823         * lib/utimensat.c (utimensat): Likewise.
8824         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8825         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
8826         so we can work around Linux bugs.
8827         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8828         * modules/sys_stat (Makefile.am): Substitute them.
8829         * lib/sys_stat.in.h (utimensat): Declare it.
8830         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8831         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8832         * modules/utimensat-tests: New test.
8833         * tests/test-utimensat.c: Likewise.
8834
8835         utimens: let lutimens work on non-symlinks
8836         * lib/utimens.c (lutimens): Fall back to utimens rather than
8837         failing with ENOSYS, when file is not a symlink.
8838         (utimens): Reduce redirection.
8839         * tests/test-lutimens.h (test_lutimens): Update test to cover
8840         non-symlinks.
8841         * tests/test-utimens.h (test_utimens): Update test to cover
8842         symlinks.
8843         * tests/test-utimens.c (main): Update caller.
8844
8845         utimens: cache whether utimensat syscall works
8846         * lib/utimens.c (utimensat_works_really): New cache variable.
8847         (fdutimens, lutimens): Use it to avoid failing syscall.
8848
8849         test-stat-time, test-utimens: improve portability
8850         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
8851         ext4 on alpha, and for cygwin.
8852         * tests/test-utimens-common.h: New file.
8853         (nap): Factor delays into single function.
8854         * tests/test-lutimens.h (test_lutimens): Use new header.
8855         * tests/test-futimens.h (test_futimens): Likewise.
8856         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
8857         timestamps to occur from same machine, as was done previously for
8858         test_utimens.
8859         * modules/utimens-tests (Files): Ship new file.
8860         * modules/futimens-tests (Files): Likewise.
8861         Reported in part by Jim Meyering.
8862
8863         sys_stat: sort replacement declarations
8864         * lib/sys_stat.in.h: Sort declarations.
8865         * lib/futimens.c (futimens): Fix typo.
8866
8867 2009-10-15  Jim Meyering  <meyering@redhat.com>
8868
8869         don't let environment settings perturb build
8870         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
8871         could cause a configure-time and/or build-time malfunction.
8872         Typically, a configure-time function-in-library test is performed
8873         via code like this:
8874
8875           LIB_VAR=
8876           AC_SUBST([LIB_VAR])
8877           prefix_saved_LIBS=$LIBS
8878             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
8879                        [test "$ac_cv_search_FUNC" = "none required" ||
8880                         LIB_VAR=$ac_cv_search_FUNC])
8881           LIBS=$prefix_saved_LIBS
8882
8883         However, in each of the files affected by this change, the LIB_VAR=
8884         initialization was omitted.  Thus, when set in the environment, its
8885         value would propagate into generated Makefiles when FUNC is not found
8886         in LIB_NAME.
8887         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
8888         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
8889         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8890
8891 2009-10-14  Eric Blake  <ebb9@byu.net>
8892
8893         fchdir: avoid infinite recursion in mingw
8894         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
8895         recursing.
8896
8897         test-stat-time: port to mingw
8898         * tests/test-stat-time.c (force_unlink): Return a value.
8899         (test_ctime) [W32]: Fix compilation error.
8900         (nap): Don't call usleep with too large an argument.  Use
8901         force_unlink.
8902         * doc/pastposix-functions/usleep.texi (usleep): Document the
8903         portability issue.
8904
8905 2009-10-13  Jim Meyering  <meyering@redhat.com>
8906
8907         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
8908         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
8909         * modules/pipe-filter-ii: Likewise.
8910         * modules/sys_socket-tests: Likewise.
8911         * modules/tsearch-tests: Likewise.
8912         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
8913         (check): Depend on it.
8914
8915 2009-10-12  Eric Blake  <ebb9@byu.net>
8916
8917         utimens-tests: port to NFS file systems
8918         * tests/test-utimens.h (test_utimens): Refactor utimecmp
8919         comparisons to avoid spurious failures from timestamp drift
8920         between NFS machines.
8921
8922 2009-10-12  Eric Blake  <ebb9@byu.net>
8923
8924         stat-time-tests: minor cleanups
8925         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
8926         * tests/test-stat-time.c (nap): Separate assignment from call.
8927         Suggested by Paolo Bonzini and Bruno Haible.
8928
8929         sys_stat: guarantee struct timespec
8930         * lib/sys_stat.in.h (includes): Always include <time.h>
8931         * modules/sys_stat (Depends-on): Add time.
8932         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
8933         mode_t permission values.
8934         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
8935         get at subsecond timestamps.
8936
8937 2009-10-10  Eric Blake  <ebb9@byu.net>
8938
8939         futimens: new module
8940         * modules/futimens: New file.
8941         * lib/futimens.c (futimens): Likewise.
8942         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
8943         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
8944         we can work around Linux bugs.
8945         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
8946         * modules/sys_stat (Makefile.am): Substitute them.
8947         * lib/sys_stat.in.h (futimens): Declare it.
8948         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
8949         * doc/posix-functions/futimens.texi (futimens): Likewise.
8950         * modules/futimens-tests: New test.
8951         * tests/test-futimens.c: Likewise.
8952
8953         utimens: introduce fdutimens
8954         * lib/utimens.h (fdutimens): New prototype.
8955         * lib/utimens.c (gl_futimens): Move guts...
8956         (fdutimens): ...to new interface.
8957         * tests/test-utimens.c (do_fdutimens): Use it.
8958
8959         utimens: add UTIME_NOW and UTIME_OMIT support
8960         * lib/utimens.c (validate_timespec, update_timespec): New helper
8961         functions.
8962         (gl_futimens, lutimens): Use them.
8963         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
8964         stdbool, sys_stat.
8965         (Link): Mention resulting library dependency.
8966         * modules/utimecmp (Link): Likewise.
8967         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
8968         (Makefile.am): Pick up library dependency.
8969         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
8970         definition.
8971         * tests/test-sys_stat.c: Test the definitions.
8972         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
8973         * NEWS: Document library dependency.
8974
8975         utimecmp: support symlink timestamps
8976         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
8977         hashing when possible.  Use pathconf when available.
8978         (SYSCALL_RESOLUTION): Recognize tighter resolution.
8979         * modules/utimecmp (Depends-on): Add lstat.
8980
8981         utimens: add lutimens interface
8982         * lib/utimens.c (lutimens): New function.
8983         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
8984         * lib/utimens.h (lutimens): Declare new interface.
8985         * tests/test-utimens.c (main): Enhance test.
8986         * tests/test-lutimens.h (test_lutimens): New file.
8987         * modules/utimens-tests (Files): Distribute it.
8988         (Depends-on): Add symlink.
8989         (configure.ac): Check for usleep.
8990
8991         utimens: validate futimens usage
8992         * lib/utimens.c (gl_futimens): Require valid fd up front, using
8993         fewer syscalls on failure later on.  Avoid compiler warning on
8994         mingw.
8995         * modules/utimens (Depends-on): Add dup2.
8996
8997         utimens: add test
8998         * modules/utimens-tests: New test.
8999         * tests/test-utimens.h: New file.
9000         * tests/test-futimens.h: Likewise.
9001         * tests/test-utimens.c: Likewise.
9002
9003         doc: mention timestamp portability issues
9004         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9005         instead.
9006         * doc/posix-functions/utime.texi (utime): Likewise.
9007         * doc/posix-functions/utimes.texi (utimes): Likewise.
9008         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9009         instead.
9010         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9011         module.
9012         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9013         Mention weakness with symlink timestamps.
9014         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9015         to utimensat/futimens instead.
9016         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9017
9018         test-dup2: enhance test
9019         * tests/test-dup2.c (main): Also check AT_FDCWD.
9020
9021         test-stat-time: avoid more spurious failures
9022         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9023         xfs; and avoid race if the two timestamps cross quantization edge.
9024
9025         relocatable: prefer 'file system' over 'filesystem'
9026         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9027         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9028         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9029         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9030         * lib/relocatable.c (compute_curr_prefix): Likewise.
9031
9032 2009-10-10  Jim Meyering  <meyering@redhat.com>
9033
9034         stat-time-tests: check for the usleep function
9035         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9036
9037 2009-10-10  Bruno Haible  <bruno@clisp.org>
9038
9039         * modules/xnanosleep: Put the Link section after the Include section.
9040
9041 2009-10-09  Eric Blake  <ebb9@byu.net>
9042
9043         dup2: work around FreeBSD 6.1 bug
9044         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9045         * doc/posix-functions/dup2.texi (dup2): Document it.
9046         Reported by Nelson H. F. Beebe and Jim Meyering.
9047
9048         test-stat-time: port to buggy NFS clients
9049         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9050         (test_ctime): Also skip test if mtime and ctime are skewed.
9051
9052         maint: prefer 'file system' over 'filesystem'
9053         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9054         * doc/posix-functions/lstat.texi (lstat): Likewise.
9055         * lib/file-has-acl.c (file_has_acl): Likewise.
9056         * lib/fwriteerror.c [TEST]: Likewise.
9057         * tests/test-areadlink.h (test_areadlink): Likewise.
9058         * tests/test-areadlinkat-with-size.c (main): Likewise.
9059         * tests/test-areadlinkat.c (main): Likewise.
9060         * tests/test-canonicalize-lgpl.c (main): Likewise.
9061         * tests/test-canonicalize.c (main): Likewise.
9062         * tests/test-fstatat.c (main): Likewise.
9063         * tests/test-linkat.c (main): Likewise.
9064         * tests/test-lstat.h (test_lstat_func): Likewise.
9065         * tests/test-mkdir.h (test_mkdir): Likewise.
9066         * tests/test-readlink.h (test_readlink): Likewise.
9067         * tests/test-remove.c (main): Likewise.
9068         * tests/test-rename.h (test_rename): Likewise.
9069         * tests/test-renameat.c (main): Likewise.
9070         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9071         * tests/test-symlink.h (test_symlink): Likewise.
9072         * tests/test-symlinkat.c (main): Likewise.
9073         * tests/test-unlink.h (test_unlink_func): Likewise.
9074         * tests/test-unlinkat.c (main): Likewise.
9075
9076         maint: make realtime library usage explicit
9077         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9078         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9079         * modules/settime (Link): Likewise.
9080         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9081
9082         test-stat-time: speed up execution
9083         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9084         warning on mingw.
9085         (nap): New helper function.
9086         (prepare_test): Use it to reduce sleep time.
9087         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9088         execution.
9089         * modules/stat-time-tests (configure.ac): Check for usleep.
9090
9091 2009-10-09  Jim Meyering  <meyering@redhat.com>
9092
9093         selinux-h: always use getfilecon wrappers
9094         * lib/getfilecon.c: New file.
9095         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9096         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9097         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9098         (fgetfilecon): Provide a stub.
9099         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9100         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9101         file unconditionally.
9102         When <selinux/selinux.h> is found, arrange to use wrappers.
9103         * modules/selinux-h (Files): Add getfilecon.c.
9104         (Makefile.am): Substitute include-next-related bits
9105         into the now-always-generated selinux/selinux.h file.
9106         * doc/glibc-functions/lgetfilecon.texi: New file.
9107         * doc/glibc-functions/fgetfilecon.texi: New file.
9108         * doc/glibc-functions/getfilecon.texi: New file.
9109         * doc/glibc-functions/getfilecon-desc.texi: New file.
9110         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9111         which to pull in the new files.
9112         * MODULES.html.sh (Misc): Add selinux-h.
9113
9114 2009-10-08  Jim Meyering  <meyering@redhat.com>
9115
9116         unistd: fix comment typo
9117         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9118
9119 2009-10-08  Eric Blake  <ebb9@byu.net>
9120
9121         areadlink: use SIZE_MAX consistently
9122         * modules/areadlink (Depends-on): Add stdint.
9123         * modules/areadlink-with-size (Depends-on): Likewise.
9124         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9125         gives NULL; drop sys/types, since unistd gives size_t; and add
9126         stdint for SIZE_MAX.
9127         (SIZE_MAX): Rely on headers.
9128         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9129         and add stdint.
9130         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9131         (SIZE_MAX): Likewise.
9132         (INITIAL_BUF_SIZE): Turn into enum.
9133         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9134
9135 2009-10-08  Jim Meyering  <meyering@redhat.com>
9136
9137         areadlinkat: avoid compilation failure
9138         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9139         Fix typo in comment.
9140
9141 2009-10-07  Eric Blake  <ebb9@byu.net>
9142
9143         areadlinkat-with-size: new module
9144         * modules/areadlinkat-with-size: New module.
9145         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9146         * lib/areadlink.h (areadlinkat): Declare it.
9147         * MODULES.html.sh (File system functions): Mention it.
9148         * modules/areadlinkat-with-size-tests: New test.
9149         * tests/test-areadlinkat-with-size.c: New file.
9150
9151         xreadlinkat: new module
9152         * modules/xreadlinkat: New module.
9153         * lib/xreadlinkat.c (xreadlinkat): New file.
9154         * lib/xreadlink.h (xreadlinkat): Declare it.
9155         * MODULES.html.sh (File system functions): Mention it.
9156
9157         areadlinkat: new module
9158         * lib/at-func.c (FUNC_FAIL): New define.
9159         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9160         * modules/areadlinkat: New module.
9161         * lib/linkat.c (areadlinkat): Move...
9162         * lib/areadlinkat.c (areadlinkat): ...to new file.
9163         * lib/areadlink.h (areadlinkat): Declare it.
9164         * modules/linkat (Depends-on): Add areadlinkat.
9165         * MODULES.html.sh (File system functions): Mention it.
9166         * modules/areadlinkat-tests: New test.
9167         * tests/test-areadlinkat.c: New file.
9168
9169         areadlink, areadlink-with-size: add tests
9170         * modules/areadlink-tests: New test.
9171         * modules/areadlink-with-size-tests: Likewise.
9172         * tests/test-areadlink.h: New file.
9173         * tests/test-areadlink.c: Likewise.
9174         * tests/test-areadlink-with-size.c: Likewise.
9175
9176         maint: minor cleanups
9177         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9178         _UNUSED_PARAMETER_ instead.
9179         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9180         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9181         * modules/linkat-tests (Files): Distribute test-link.h.
9182
9183         openat, utimens: whitespace cleanup
9184         * lib/openat.c: Prefer space throughout, rather than mix of 8
9185         spaces vs. tabs.
9186         * lib/at-func.c: Likewise.
9187         * lib/utimens.c: Likewise.
9188
9189         openat: avoid using wrong fd
9190         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9191         working directory chooses same fd.
9192         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9193
9194         mkdir, mkdirat: fix cygwin 1.5.x bug
9195         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9196         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9197         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9198         bug.
9199         (gl_PREREQ_MKDIR): Delete unused macro.
9200         * modules/mkdir (Files): Track file rename.
9201         (configure.ac): Update macro name.
9202         * modules/openat (Depends-on): Add mkdir.
9203         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9204
9205         mkdir, mkdirat: add tests
9206         * modules/mkdir-tests: New test.
9207         * tests/test-mkdir.h: New file.
9208         * tests/test-mkdir.c: Likewise.
9209         * tests/test-mkdirat.c: Likewise.
9210         * modules/openat-tests (Files): Add new files.
9211         (Makefile.am): Run new test.
9212
9213 2009-10-06  Eric Blake  <ebb9@byu.net>
9214
9215         doc: tweak *at function documentation
9216         * doc/posix-functions/faccessat.texi (faccessat): Mention
9217         known issue with replacement.
9218         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9219         * doc/posix-functions/linkat.texi (linkat): Likewise.
9220         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9221         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9222         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9223         * doc/posix-functions/renameat.texi (renameat): Likewise.
9224         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9225
9226         openat: fix GNU/Hurd bug in unlinkat
9227         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9228         broken.
9229         * doc/posix-functions/unlink.texi (unlink): Document this.
9230         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9231
9232         fdopendir: fix GNU/Hurd bug
9233         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9234         allowing non-directory fds.
9235         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9236         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9237         * modules/dirent (Makefile.am): Substitute it.
9238         * lib/dirent.in.h (fdopendir): Declare replacement.
9239         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9240         * tests/test-fdopendir.c (main): Test something other than
9241         /dev/null, since on Hurd that behaves like a directory.
9242
9243         test-symlink: port to GNU/Hurd
9244         * tests/test-symlink.h (test_symlink): Relax expected errno.
9245
9246         doc: tweak more cygwin information
9247         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9248         now compatible with glibc.
9249         * doc/posix-functions/getopt.texi (getopt): Likewise.
9250
9251         getopt-gnu: add another test
9252         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9253         guarantee behavior relied on by m4.
9254         * tests/test-getopt.c (main): Use it.
9255         * modules/getopt-posix-tests (Depends-on): Add setenv.
9256         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9257
9258         getopt: fix compilation on darwin
9259         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9260         include.
9261         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9262         Reported by Ludovic Courtès.
9263
9264 2009-10-06  Bruno Haible  <bruno@clisp.org>
9265
9266         * modules/size_max (Description): Discourage its use.
9267         Reported by Simon Josefsson.
9268
9269 2009-10-06  Jim Meyering  <meyering@redhat.com>
9270
9271         linkat: avoid compilation failure
9272         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9273
9274 2009-10-05  Eric Blake  <ebb9@byu.net>
9275
9276         linkat: support Linux 2.6.17
9277         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9278         linkat on Linux, but allow cache variable override.
9279         * lib/linkat.c (rpl_linkat): Define override.
9280         * modules/linkat (Depends-on): Add symlinkat.
9281         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9282         * modules/unistd (Makefile.am): Substitute it.
9283         * lib/unistd.in.h (linkat): Declare replacement.
9284         Reported by Pádraig Brady.
9285
9286         quotearg: port test to systems with C.UTF-8 locale
9287         * tests/test-quotearg.c (struct result_strings): Add another
9288         member, differentiating between C.ASCII and C.UTF-8 handling.
9289         (compare_strings): Add parameter.
9290         (main): Adjust all callers.
9291
9292         getopt: avoid clash with FreeBSD _getopt_internal
9293         * lib/getopt.in.h (_getopt_internal): Override the name.
9294         * lib/getopt_int.h (includes): Pick up any overrides.
9295         Reported by Reuben Thomas.
9296
9297         hash: allow C89 compilation
9298         * lib/hash.c (check_tuning): Move declaration before statement.
9299         Reported by Reuben Thomas.
9300
9301 2009-10-05  Karl Berry  <karl@gnu.org>
9302
9303         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9304
9305 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9306             Bruno Haible  <bruno@clisp.org>
9307
9308         * lib/uname.c (uname): Use a table-driven algorithm to compute
9309         Windows NT versions.
9310
9311 2009-10-04  Bruno Haible  <bruno@clisp.org>
9312
9313         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9314         program_invocation_short_name.
9315         * modules/progname (configure.ac): Test for presence of
9316         program_invocation_short_name.
9317         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9318
9319 2009-10-04  Bruno Haible  <bruno@clisp.org>
9320
9321         * lib/progname.c (set_program_name): Fix comment.
9322         Reported by Jim Meyering.
9323
9324 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9325             Bruno Haible  <bruno@clisp.org>
9326
9327         * lib/uname.c: Include <string.h>.
9328         (uname): Do only one call to GetVersionEx in the common case.
9329
9330 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9331             Bruno Haible  <bruno@clisp.org>
9332
9333         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9334         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9335         (uname): Add support for Windows CE and various non-x86 CPU types.
9336
9337 2009-10-03  Bruno Haible  <bruno@clisp.org>
9338
9339         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9340         invocation to tests/configure.ac.
9341         Reported by Ian Beckwith <ianb@erislabs.net>.
9342
9343 2009-10-02  Eric Blake  <ebb9@byu.net>
9344
9345         fchdir: avoid compiler warning
9346         * lib/fchdir.c (canonicalize_file_name)
9347         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9348
9349         test-open: support mingw errno values
9350         * tests/test-open.h (test_open): Relax test.
9351         * tests/test-fopen.h (test_fopen): Likewise.
9352         * tests/test-openat-safer.c (main): Likewise.
9353
9354         open: fix opening directory on mingw
9355         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9356
9357         test-open: on GNU/Hurd, /dev/null is a directory
9358         * tests/test-fopen.h (main): Rename...
9359         (test_fopen): ...to this.  Use a guaranteed non-directory when
9360         confirming open behavior on trailing slash.
9361         * tests/test-openat-safer.c (main): Likewise.
9362         * tests/test-open.h (main): Likewise....
9363         (test_open): ...to this.
9364         * tests/test-fopen.c (main): Adjust caller.
9365         * tests/test-fopen-safer.c (main): Likewise.
9366         * tests/test-open.c (main): Likewise.
9367         * tests/test-fcntl-safer.c (main): Likewise.
9368         Reported by Samuel Thibault.
9369
9370         rename, fchdir: don't ignore chdir failure
9371         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9372         * lib/rename.c (rpl_rename) [W32]: Likewise.
9373         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9374         an empty destination directory if source cannot be renamed,
9375         although there is still possibility for failure.
9376         * doc/posix-functions/rename.texi (rename): Document the race.
9377         Reported by Jim Meyering.
9378
9379         maint: cleanup whitespace in recent commits
9380         * lib/rename.c (rpl_rename): Remove tabs.
9381         * tests/test-link.h (test_link): Likewise.
9382         * lib/fchdir.c (get_name): Likewise.
9383         Reported by Jim Meyering.
9384
9385 2009-10-02  Ben Pfaff  <blp@gnu.org>
9386
9387         relocatable-prog-wrapper: Add missing dependency on
9388         double-slash-root.
9389         * modules/relocatable-prog-wrapper: Add dependency.
9390         Reported by Ian Beckwith <ianb@erislabs.net>.
9391
9392 2009-10-02  Eric Blake  <ebb9@byu.net>
9393
9394         renameat: fix Solaris bugs
9395         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9396         needed fixing.
9397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9398         * modules/stdio (Makefile.am): Substitute it.
9399         * lib/stdio.in.h (renameat): Declare replacement.
9400         * lib/renameat.c (rpl_renameat): Implement fix.
9401
9402         renameat: new module
9403         * modules/renameat: New file.
9404         * lib/renameat.c (renameat): Likewise.
9405         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9406         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9407         * modules/stdio (Makefile.am): Substitute them.
9408         * lib/stdio.in.h (renameat): Declare it.
9409         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9410         * doc/posix-functions/renameat.texi (renameat): Likewise.
9411         * modules/renameat-tests: New test.
9412         * tests/test-renameat.c: Likewise.
9413
9414         rename: fix mingw bugs
9415         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9416         directory overwrite bugs.
9417
9418         rename: fix another cygwin 1.5 bug
9419         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9420         checks.
9421         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9422         unnecessary cygwin workarounds.  Also work around bug with moving
9423         full directory onto an empty one.
9424         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9425
9426         rename-dest-slash: merge into rename module
9427         * modules/rename-dest-slash (Status): Mark obsolete.
9428         (Depends-on): Add rename.
9429         (Files): Let rename do it all.
9430         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9431         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9432         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9433         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9434         * lib/rename.c (rpl_rename): Update comments.
9435
9436         rename: fix cygwin 1.5.x bugs
9437         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9438         * lib/rename.c (rpl_rename): Work around them.
9439         * modules/rename (Depends-on): Add same-inode.
9440
9441         rename: fix Solaris 10 bug
9442         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9443         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9444         was the only bug.
9445
9446         rename: fix Solaris 9 bug
9447         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9448         on non-directory.  Avoid calling exit.
9449         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9450         strdup.
9451         * modules/rename-tests (Depends-on): Drop lstat.
9452         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9453         (gl_PREREQ_RENAME): Delete unused macro.
9454
9455         rename-dest-slash: fix NetBSD bug
9456         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9457         links.
9458         * modules/rename-dest-slash (Depends-on): Add same-inode.
9459
9460         rename-tests: new test, exposes several platform bugs
9461         * modules/rename-tests: New file.
9462         * tests/test-rename.h: Likewise.
9463         * tests/test-rename.c: Likewise.
9464         * doc/posix-functions/rename.texi (rename): Improve documentation,
9465         including bugs that will eventually be fixed in gnulib.
9466
9467 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9468
9469         * lib/uname.c: Include <stdlib.h>
9470         (uname): Assume version info is available.
9471
9472 2009-10-02  Jim Meyering  <meyering@redhat.com>
9473
9474         gnu-web-doc-update: correct --help output
9475         * build-aux/gnu-web-doc-update: Make --help output relevant.
9476
9477         gnu-web-doc-update: add standard options
9478         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9479
9480         gnu-web-doc-update: New module.
9481         Use this script to automatically update the on-line web documentation
9482         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9483         * modules/gnu-web-doc-update: New file, from coreutils.
9484         * build-aux/gnu-web-doc-update: New script.
9485
9486 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9487
9488         link: LoadLibrary is not needed.
9489         * lib/link.c: Use GetModuleHandle.
9490
9491 2009-10-01  Eric Blake  <ebb9@byu.net>
9492
9493         getopt: bump serial number
9494         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9495         change.
9496
9497         tests: tighten link, rmdir, and remove tests
9498         * tests/test-link.h (includes): No need to use <config.h> here.
9499         Clean up if directory hard link was created, otherwise test for
9500         trailing '.'.
9501         * tests/test-linkat.c (main): Simplify.
9502         * tests/test-remove.c (main): Enhance test for trailing '.'.
9503         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9504
9505 2009-10-01  Jim Meyering  <meyering@redhat.com>
9506
9507         maint.mk: requiring "make major" was annoying, for a "minor" release.
9508         What is intended is "stable", to contrast with alpha and beta,
9509         so require "make stable", not "make major".
9510         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9511         (get_tool_versions): Likewise.
9512         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9513
9514 2009-09-30  Ben Pfaff  <blp@gnu.org>
9515
9516         Fix broken build of replacement for Windows tmpfile().
9517         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9518         flags argument added along with the 'mkostemp' module.
9519
9520 2009-09-28  Bruno Haible  <bruno@clisp.org>
9521
9522         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9523         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9524         to 'remove_elt'.
9525         (gl_list_remove): Update.
9526         * lib/gl_list.c (gl_list_remove): Update.
9527         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9528         to 'remove_elt'.
9529         (gl_oset_remove): Update.
9530         * lib/gl_list.c (gl_oset_remove): Update.
9531         Reported by Eric Blake.
9532
9533 2009-09-28  Eric Blake  <ebb9@byu.net>
9534
9535         doc: mention yet more cygwin 1.7 status
9536         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9537         cygwin.
9538         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9539         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9540
9541         argp: fix test failure
9542         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9543         that are not upper-case.  Pass correct range to tolower.
9544
9545 2009-09-27  Jim Meyering  <meyering@redhat.com>
9546
9547         test-yesno: work around sparc-dash here-document infelicity
9548         Without this change, the literal \177 byte in a here document
9549         would make dash 0.5.5.1-3 access uninitialized memory.
9550         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9551         Instead, use a marker, "@", and filter through tr to create the desired
9552         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9553
9554 2009-09-27  Bruno Haible  <bruno@clisp.org>
9555
9556         Disable untested support for new flavours of ACLs on AIX.
9557         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9558         progress.
9559         * lib/set-mode-acl.c (qset_acl): Likewise.
9560
9561 2008-12-07  Bruno Haible  <bruno@clisp.org>
9562
9563         Add support for new flavours of ACLs on AIX. (Untested.)
9564         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9565         (file_has_acl): Add support for newer AIX.
9566         * lib/set-mode-acl.c (qset_acl): Likewise.
9567         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9568         Rainer Tammer <tammer@tammer.net>.
9569
9570 2009-09-26  Eric Blake  <ebb9@byu.net>
9571
9572         argp: fix compilation of getopt
9573         * lib/getopt.in.h (includes): Use different guard than glibc.
9574         Reported by Sergey Poznyakoff.
9575
9576         doc: mention more cygwin 1.7 status
9577         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9578         bug.
9579         * doc/posix-functions/execl.texi (execl): Likewise.
9580         * doc/posix-functions/execle.texi (execle): Likewise.
9581         * doc/posix-functions/execlp.texi (execlp): Likewise.
9582         * doc/posix-functions/execv.texi (execv): Likewise.
9583         * doc/posix-functions/execve.texi (execve): Likewise.
9584         * doc/posix-functions/execvp.texi (execvp): Likewise.
9585         * doc/glibc-functions/canonicalize_file_name.texi
9586         (canonicalize_file_name): Cygwin 1.7 now provides this.
9587         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9588         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9589         on AT_SYMLINK_NOFOLLOW.
9590
9591 2009-09-24  Eric Blake  <ebb9@byu.net>
9592
9593         test-linkat: make test more robust
9594         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9595
9596         getopt: fix inclusion guards for cygwin
9597         * modules/getopt-posix (Depends-on): Add include-next.
9598         (Makefile.am): Substitute more items in replacement header.
9599         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9600         <getopt.h>.
9601         * lib/getopt.in.h (includes): Use split inclusion guard, and
9602         prefer <getopt.h> over include <unistd.h> when one is present.
9603         (option): Also override name of 'struct option'.
9604
9605         same-inode: revert prior change; it is not yet ready
9606         * NEWS: Undo mention of this change.
9607         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9608         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9609         * lib/cycle-check.c (cycle_check): Likewise.
9610         * lib/same.c (same_name): Likewise.
9611         * lib/at-func2.c (at_func2): Likewise.
9612
9613 2009-09-23  Eric Blake  <ebb9@byu.net>
9614
9615         linkat: new module
9616         * modules/linkat: New file.
9617         * lib/at-func2.c (at_func2): Likewise.
9618         * lib/linkat.c (linkat): Likewise.
9619         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9620         * lib/openat-priv.h (at_func2): Add declaration.
9621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9622         * modules/unistd (Makefile.am): Substitute them.
9623         * lib/unistd.in.h (linkat): Declare it.
9624         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9625         * doc/posix-functions/linkat.texi (linkat): Likewise.
9626         * doc/posix-functions/link.texi (link): Tweak wording.
9627         * tests/test-link.c (main): Move guts...
9628         * tests/test-link.h (test_link): ...into new file.
9629         * modules/linkat-tests: New test.
9630         * tests/test-linkat.c: Likewise.
9631         * modules/link-tests (Files): Ship new file.
9632         (Depends-on): Add stdbool.
9633
9634         dirname: add library-safe mdir_name
9635         * lib/dirname.h (mdir_name): New prototype.
9636         * lib/dirname.c (dir_name): Move guts...
9637         (mdir_name): ...to new function that avoids xalloc_die.
9638
9639         fchdir: another mingw fix
9640         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9641         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9642         on mingw (where it has not yet been ported), and make it optional
9643         elsewhere.
9644         (_gl_register_fd): Use it.
9645
9646         same-inode: make SAME_INODE tri-state, to port to mingw
9647         * NEWS: Mention this change.
9648         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9649         st_ino always being 0.
9650         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9651         * lib/cycle-check.c (cycle_check): Likewise.
9652         * lib/same.c (same_name): Likewise.
9653
9654         lstat: avoid mingw compilation error
9655         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9656         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9657         lstat ourselves.
9658         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
9659         was adequate.
9660         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
9661         the checks for lstat.
9662         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
9663
9664         link: fix test failure on Solaris 9
9665         * lib/link.c (rpl_link): Don't assume link will catch bogus
9666         trailing slash on source.
9667
9668         test-symlinkat: enhance test
9669         * tests/test-readlink.c (main): Move guts...
9670         * tests/test-readlink.h (test_readlink): ...into new file.
9671         * tests/test-symlink.c (main): Move guts...
9672         * tests/test-symlink.h (test_symlink): ...into new file.
9673         * tests/test-symlinkat.c (main): Use new files for further
9674         coverage.
9675         (do_symlink, do_readlink): New helper functions.
9676         * modules/symlink-tests (Files): Ship new file.
9677         (Depends-on): Add stdbool.
9678         * modules/readlink-tests (Files): Ship new file.
9679         (Depends-on): Add stdbool.
9680         * modules/symlinkat-tests (Files): Use new files.
9681
9682 2009-09-23  Eric Blake  <ebb9@byu.net>
9683
9684         readlink: document portability issue with symlink length
9685         * doc/posix-functions/lstat.texi (lstat): Mention that some file
9686         systems have bogus st_size on symlinks, and mention the
9687         areadlink-with-size module.
9688         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9689         * doc/posix-functions/readlink.texi (readlink): Mention the
9690         areadlink module, and ERANGE failure.
9691         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9692         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
9693
9694         readlink: fix Solaris 9 bug with trailing slash
9695         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
9696         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
9697         * doc/posix-functions/readlink.texi (readlink): Document this.
9698         * modules/readlink-tests: New test.
9699         * tests/test-readlink.c: Likewise.
9700
9701         readlink: fix cygwin 1.5.x bug with return type
9702         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
9703         * lib/unistd.in.h (readlink): Use ssize_t.
9704         * lib/readlink.c (readlink): Likewise.
9705         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9706         * modules/unistd (Makefile.am): Substitute it.
9707         * lib/unistd.in.h (readlink): Declare replacement.
9708         * doc/posix-functions/readlink.texi (readlink): Document this.
9709
9710         symlink: use throughout gnulib
9711         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
9712         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
9713         symlink is not used.
9714         * modules/symlinkat (Depends-on): Add symlink.
9715         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
9716         * modules/canonicalize-tests (Depends-on): Likewise.
9717         * modules/lstat-tests (Depends-on): Likewise.
9718         * modules/openat-tests (Depends-on): Likewise.
9719         * modules/remove-tests (Depends-on): Likewise.
9720         * modules/rmdir-tests (Depends-on): Likewise.
9721         * modules/unlink-tests (Depends-on): Likewise.
9722         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
9723         * tests/test-canonicalize.c (symlink): Likewise.
9724         * tests/test-fstatat.c (symlink): Likewise.
9725         * tests/test-lstat.c (symlink): Likewise.
9726         * tests/test-remove.c (symlink): Likewise.
9727         * tests/test-rmdir.c (symlink): Likewise.
9728         * tests/test-unlink.c (symlink): Likewise.
9729         * tests/test-unlinkat.c (symlink): Likewise.
9730
9731         symlink: new module, for Solaris 9 bug
9732         * modules/symlink: New file.
9733         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
9734         * lib/symlink.c: Likewise.
9735         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9736         * modules/unistd (Makefile.am): Substitute them.
9737         * lib/unistd.in.h (symlink): Declare replacement.
9738         * MODULES.html.sh (File system functions): Mention it.
9739         * doc/posix-functions/symlink.texi (symlink): Likewise.
9740         * modules/symlink-tests: New test.
9741         * tests/test-symlink.c: Likewise.
9742
9743 2009-09-23  Bruno Haible  <bruno@clisp.org>
9744
9745         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
9746         when needed.
9747         Test case: gnulib-tool --import --with-tests atexit inttypes.
9748         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
9749
9750 2009-09-23  Bruno Haible  <bruno@clisp.org>
9751
9752         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
9753         subcommand, not in a subshell.
9754
9755 2009-09-22  Eric Blake  <ebb9@byu.net>
9756
9757         unistd: sort replacement declarations
9758         * lib/unistd.in.h: Sort declarations.
9759
9760         open, openat: minor optimization
9761         * lib/open.c (open): If open succeeded, len is non-zero.
9762         * lib/openat.c (rpl_openat): Likewise.
9763
9764         link-follow: ensure correct result
9765         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
9766         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
9767         distinguish between possible failures.
9768
9769 2009-09-21  Eric Blake  <ebb9@byu.net>
9770
9771         fts: avoid compiler warning
9772         * lib/fts.c (dirent_inode_sort_may_be_useful)
9773         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
9774
9775 2009-09-19  Bruno Haible  <bruno@clisp.org>
9776
9777         * lib/progreloc.c (canonicalize_file_name): New declaration.
9778
9779 2009-09-19  Eric Blake  <ebb9@byu.net>
9780
9781         link: fix quoting
9782         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
9783
9784         openat: fix openat bugs on Solaris 9
9785         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
9786         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
9787         * modules/openat (Depends-on): Add open.
9788         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
9789         * modules/fcntl-h (Makefile.am): Substitute it.
9790         * lib/fcntl.in.h (openat): Declare replacement.
9791         * doc/posix-functions/openat.texi (openat): Document this.
9792
9793         openat: move fstatat and unlinkat into correct files
9794         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
9795         compiled.
9796         * lib/openat.c (fstatat, unlinkat): Move...
9797         * lib/fstatat.c (fstatat): ...into correct files.
9798         * lib/unlinkat.c (unlinkat): Likewise.
9799
9800         openat: fix unlinkat bugs on Solaris 9
9801         * lib/unlinkat.c (unlinkat): New file.
9802         * modules/openat (Depends-on): Add unlink.
9803         (Files): Distribute it.
9804         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
9805         trailing slash behavior is broken.
9806         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9807         * modules/unistd (Makefile.am): Substitute it.
9808         * lib/unistd.in.h (unlinkat): Declare replacement.
9809         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
9810
9811         openat: fix fstatat bugs on Solaris 9
9812         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
9813         stat.
9814         * doc/posix-functions/fstatat.texi (fstatat): Document this.
9815
9816         test-unlinkat: enhance test, to expose Solaris 9 bug
9817         * tests/test-unlink.c (main): Factor guts...
9818         * tests/test-unlink.h (test_rmdir_func): ...into new file.
9819         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
9820         * tests/test-rmdir.c (main): Adjust caller.
9821         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
9822         (unlinker): New helper function.
9823         (rmdirat): Enhance check.
9824         * modules/rmdir-tests (Depends-on): Add stdbool.
9825         * modules/unlink-tests (Depends-on): Likewise.
9826         (Files): Add test-unlink.h.
9827         * modules/openat-tests (Files): Likewise.
9828         (Depends-on): Add unlinkdir.
9829
9830         test-fstatat: new test, to expose Solaris 9 bugs
9831         * tests/test-stat.c (main): Factor guts...
9832         * tests/test-stat.h (test_stat_func): ...into new file.
9833         * tests/test-lstat.c (main): Factor guts...
9834         * tests/test-lstat.h (test_lstat_func): ...into new file.
9835         * tests/test-fstatat.c: New file.
9836         * modules/stat-tests (Files): Add test-stat.h.
9837         * modules/lstat-tests (Files): Add test-lstat.h.
9838         (Depends-on): Add stdbool.
9839         * modules/openat-tests (Depends-on): Add pathmax.
9840         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
9841         (Makefile.am): Run new test.
9842
9843         remove: new module, for mingw and Solaris 9 bugs
9844         * modules/remove: New file.
9845         * lib/remove.c: Likewise.
9846         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
9847         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9848         * modules/stdio (Makefile.am): Use them.
9849         * lib/stdio.in.h (remove): Declare replacement.
9850         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9851         * doc/posix-functions/remove.texi (remove): Likewise.
9852         * modules/remove-tests: New test.
9853         * tests/test-remove.c: Likewise.
9854
9855         unlink: new module, for Solaris 9 bug
9856         * modules/unlink: New file.
9857         * lib/unlink.c: Likewise.
9858         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
9859         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9860         * modules/unistd (Makefile.am): Use them.
9861         * lib/unistd.in.h (stat): Declare replacement.
9862         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9863         * doc/posix-functions/unlink.texi (unlink): Likewise.
9864         * modules/unlink-tests: New test.
9865         * tests/test-unlink.c: Likewise.
9866
9867         lstat: fix Solaris 9 bug
9868         * lib/lstat.c (lstat): Also check for trailing slash on
9869         non-symlink, non-directories.  Use stat module to simplify logic.
9870         * doc/posix-functions/lstat.texi (lstat): Document it.
9871         * modules/lstat-tests (Depends-on): Add errno, same-inode.
9872         (configure.ac): Check for symlink.
9873         * tests/test-lstat.c (main): Add more tests.
9874
9875         stat: add as dependency to other modules
9876         * modules/chown (Depends-on): Add stat.
9877         * modules/euidaccess (Depends-on): Likewise.
9878         * modules/fchdir (Depends-on): Likewise.
9879         * modules/isdir (Depends-on): Likewise.
9880         * modules/link (Depends-on): Likewise.
9881         * modules/lstat (Depends-on): Likewise.
9882         * modules/mkdir-p (Depends-on): Likewise.
9883         * modules/modechange (Depends-on): Likewise.
9884         * modules/open (Depends-on): Likewise.
9885         * modules/readlink (Depends-on): Likewise.
9886         * modules/same (Depends-on): Likewise.
9887
9888         stat: fix Solaris 9 bug
9889         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
9890         slash.
9891         * lib/stat.c (rpl_stat): Work around it.
9892         * doc/posix-functions/stat.texi (stat): Update documentation.
9893
9894         stat: new module, for mingw bug
9895         * modules/stat: New file.
9896         * lib/stat.c: Likewise.
9897         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
9898         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9899         * modules/sys_stat (Makefile.am): Use them.
9900         * lib/sys_stat.in.h (stat): Declare replacement.
9901         * lib/openat.c (fstatat): Deal with lstat and stat being function
9902         macros.
9903         * modules/openat (Depends-on): Add inline.
9904         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9905         * doc/posix-functions/stat.texi (stat): Likewise.
9906         * modules/stat-tests: New test.
9907         * tests/test-stat.c: Likewise.
9908
9909 2009-09-19  Jim Meyering  <meyering@redhat.com>
9910
9911         syntax-check: detect unnecessary inclusion of canonicalize.h
9912         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
9913
9914 2009-09-19  Eric Blake  <ebb9@byu.net>
9915
9916         canonicalize-lgpl: adjust clients to use correct header
9917         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
9918         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
9919         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
9920         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
9921         * lib/progreloc.c (includes): Likewise.
9922
9923 2009-09-19  Jim Meyering  <meyering@redhat.com>
9924
9925         test-posixtm.c: correct a comment
9926         * tests/test-posixtm.c: Correct first-line comment.
9927         Spotted by Eric Blake.
9928
9929 2009-09-16  Jim Meyering  <meyering@redhat.com>
9930
9931         posixtm-tests: make T const-correct; add a test case
9932         * tests/test-posixtm.c (T): Declare const.
9933         Add a test for -(2^31+1).
9934         Remove useless can-succeed-only-in-2002 test.
9935
9936         posixtm-tests: adjust the sole failing test
9937         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
9938         expected output matches what mktime now produces.  Cross-checked via
9939         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
9940
9941         posixtm: move #ifdef'd tests into a new module
9942         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
9943         * tests/test-posixtm.c: ... this new file.
9944         * modules/posixtm-tests: New module.
9945
9946 2009-09-19  Eric Blake  <ebb9@byu.net>
9947
9948         openat: simplify use of at-func.c
9949         * lib/at-func.c (includes): Include prerequisites here, to
9950         simplify requirements on client files.
9951         * lib/openat-priv.h: Add double-inclusion guard.
9952         * lib/faccessat.c (includes): Simplify.
9953         * lib/fchmodat.c (includes): Likewise.
9954         * lib/fchownat.c (includes): Likewise.
9955         * lib/mkdirat.c (includes): Likewise.
9956         * lib/mkfifoat.c (includes): Likewise.
9957         * lib/symlinkat.c (includes): Likewise.
9958
9959         openat: allow return of fd 0
9960         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
9961         * modules/save-cwd (Depends-on): Replace fcntl-safer with
9962         unistd-safer.
9963         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
9964         <fcntl.h>; this module does not leak fds.
9965         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
9966         must be allowed to return 0, leaving openat_safer to add the
9967         safety.
9968         (openat_permissive): Avoid writing to just-opened fd 2 if
9969         restoring the current directory fails.
9970         * lib/openat-die.c (openat_restore_fail): Add comment.
9971         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
9972         (save_cwd): Guarantee safe fd, but without use of open_safer.
9973         * tests/test-openat.c: New test.
9974         * modules/openat-tests (Files, Makefile.am): Distribute and build
9975         new file.
9976
9977         relocatable-prog-wrapper: fix build
9978         * modules/relocatable-prog-wrapper (Files): Update name of
9979         canonicalize m4 file, broken on 2009-09-17.
9980         Reported by emad hajjar <aleppos@hotmail.com>.
9981
9982 2009-09-19  Bruno Haible  <bruno@clisp.org>
9983
9984         * lib/safe-alloc.h: Use the standard header with GPL copyright.
9985         * lib/safe-alloc.c: Likewise.
9986         Reported by Ian Beckwith <ianb@erislabs.net>.
9987
9988 2009-09-18  Bruno Haible  <bruno@clisp.org>
9989
9990         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
9991         Reported by <erobles@sensacd.com.mx>.
9992
9993 2009-09-17  Eric Blake  <ebb9@byu.net>
9994
9995         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
9996         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
9997         slashes when checking if last component is missing.
9998         * tests/test-canonicalize.c (main): Test this.
9999
10000         canonicalize, canonicalize-lgpl: honor // if distinct from /
10001         * modules/canonicalize (Files): Add double-slash-root.m4.
10002         * modules/canonicalize-lgpl (Files): Likewise.
10003         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10004         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10005         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10006         fallback definition.
10007         (canonicalize_filename_mode): Use it to protect //.
10008         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10009         (__realpath): Likewise.
10010         * tests/test-canonicalize.c (main): Test this.
10011         * tests/test-canonicalize-lgpl.c (main): Likewise.
10012         * modules/canonicalize-tests (Depends-on): Add same-inode.
10013         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10014
10015         canonicalize-lgpl: fix glibc bug with trailing slash
10016         * m4/canonicalize-lgpl.m4: Move contents...
10017         * m4/canonicalize.m4: ...here.
10018         (gl_CANONICALIZE_LGPL): Factor realpath check...
10019         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10020         glibc 2.3.5 bug, fixed 2005-04-27.
10021         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10022         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10023         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10024         * modules/canonicalize-lgpl (Files): Manage file rename.
10025         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10026         * modules/stdlib (Makefile.am): Substitute witness.
10027         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10028         is needed.
10029         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10030         replacement is required.
10031         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10032         * doc/glibc-functions/canonicalize_file_name.texi
10033         (canonicalize_file_name): Document this.
10034         * doc/posix-functions/realpath.texi (realpath): Likewise.
10035
10036         canonicalize-lgpl: reject non-directory with trailing slash
10037         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10038         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10039         catches failures in glibc 2.3.5.
10040         * tests/test-canonicalize.c (main): Likewise.
10041
10042         canonicalize-lgpl: use native realpath if it works
10043         * lib/canonicalize-lgpl.c (realpath): Guard with
10044         FUNC_REALPATH_WORKS.
10045         * lib/stdlib.in.h (realpath): Make declaration optional based on
10046         HAVE_REALPATH.
10047         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10048         native realpath works.
10049         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10050         * modules/stdlib (Makefile.am): Substitute witness.
10051
10052         canonicalize, canonicalize-lgpl: use <stdlib.h>
10053         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10054         (Include): Mention <stdlib.h>.
10055         (configure.ac): Mention functions we provide.
10056         * modules/canonicalize (configure.ac): Likewise.
10057         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10058         realpath if canonicalize_file_name is missing.
10059         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10060         * modules/stdlib (Makefile.am): Substitute witnesses.
10061         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10062         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10063         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10064         * NEWS: Document this.
10065         * doc/glibc-functions/canonicalize_file_name.texi
10066         (canonicalize_file_name): Likewise.
10067         * doc/posix-functions/realpath.texi (realpath): Likewise.
10068         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10069
10070         test-canonicalize: consolidate into single C program
10071         * tests/test-canonicalize.sh: Delete; move setup into...
10072         * tests/test-canonicalize.c (main): ...the program, making it
10073         easier to run in debugger.  Add some tests.
10074         * modules/canonicalize-tests (Files): Remove unused file.
10075         (Depends-on): Add progname.
10076         (configure.ac, Makefile.am): Simplify.
10077
10078         test-canonicalize-lgpl: consolidate into single C program
10079         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10080         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10081         easier to run in debugger.  Add some tests.
10082         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10083         (configure.ac, Makefile.am): Simplify.
10084
10085         canonicalize: avoid resolvepath
10086         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10087         unnecessary checks.
10088         * lib/canonicalize.c (includes): Simplify.
10089         (canonicalize_file_name): Drop resolvepath implementation.
10090         * modules/canonicalize (Depends-on): Drop filenamecat.
10091
10092         canonicalize: don't lose errno
10093         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10094         over calls to free.
10095
10096         canonicalize: simplify errno handling
10097         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10098         assignment.
10099
10100         canonicalize, canonicalize-lgpl: update module dependencies
10101         * modules/canonicalize (Depends-on): Add extensions, lstat,
10102         pathmax, stdlib.
10103         (Files): Drop pathmax.h.
10104         (configure.ac): Adjust macro name.
10105         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10106         lstat, stdlib, sys_stat.
10107         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10108         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10109         extensions.
10110         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10111         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10112         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10113         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10114         declaration, if available.
10115         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10116         we can rely on the readlink module.
10117         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10118         (includes): Use <unistd.h> unconditionally.
10119
10120 2009-09-17  Eric Blake  <ebb9@byu.net>
10121
10122         maint: make Include sections of modules consistent
10123         * modules/alloca: Use only header name; no need to list #include.
10124         * modules/alloca-opt: Likewise.
10125         * modules/arpa_inet: Likewise.
10126         * modules/canon-host: Likewise.
10127         * modules/configmake: Likewise.
10128         * modules/dirent: Likewise.
10129         * modules/eealloc: Likewise.
10130         * modules/environ: Likewise.
10131         * modules/fchdir: Likewise.
10132         * modules/fcntl: Likewise.
10133         * modules/fcntl-h: Likewise.
10134         * modules/gethrxtime: Likewise.
10135         * modules/gettime: Likewise.
10136         * modules/ignore-value: Likewise.
10137         * modules/inet_ntop: Likewise.
10138         * modules/inet_pton: Likewise.
10139         * modules/inttypes: Likewise.
10140         * modules/isnand-nolibm: Likewise.
10141         * modules/isnanf-nolibm: Likewise.
10142         * modules/mbchar: Likewise.
10143         * modules/mbfile: Likewise.
10144         * modules/mbiter: Likewise.
10145         * modules/mbuiter: Likewise.
10146         * modules/netdb: Likewise.
10147         * modules/netinet_in: Likewise.
10148         * modules/nproc: Likewise.
10149         * modules/pagealign_alloc: Likewise.
10150         * modules/poll: Likewise.
10151         * modules/printf-frexp: Likewise.
10152         * modules/pthread: Likewise.
10153         * modules/putenv: Likewise.
10154         * modules/random_r: Likewise.
10155         * modules/relocatable-prog: Likewise.
10156         * modules/search: Likewise.
10157         * modules/select: Likewise.
10158         * modules/selinux-h: Likewise.
10159         * modules/settime: Likewise.
10160         * modules/signal: Likewise.
10161         * modules/size_max: Likewise.
10162         * modules/socklen: Likewise.
10163         * modules/ssize_t: Likewise.
10164         * modules/stdarg: Likewise.
10165         * modules/stdbool: Likewise.
10166         * modules/stddef: Likewise.
10167         * modules/stdint: Likewise.
10168         * modules/stdio: Likewise.
10169         * modules/stdlib: Likewise.
10170         * modules/string: Likewise.
10171         * modules/strings: Likewise.
10172         * modules/sys_file: Likewise.
10173         * modules/sys_ioctl: Likewise.
10174         * modules/sys_select: Likewise.
10175         * modules/sys_socket: Likewise.
10176         * modules/sys_stat: Likewise.
10177         * modules/sys_time: Likewise.
10178         * modules/sys_times: Likewise.
10179         * modules/sys_utsname: Likewise.
10180         * modules/sys_wait: Likewise.
10181         * modules/sysexits: Likewise.
10182         * modules/time: Likewise.
10183         * modules/times: Likewise.
10184         * modules/tmpfile: Likewise.
10185         * modules/trim: Likewise.
10186         * modules/unistd: Likewise.
10187         * modules/wchar: Likewise.
10188         * modules/wctype: Likewise.
10189
10190 2009-09-17  Bruno Haible  <bruno@clisp.org>
10191
10192         Make getdate.y compile on QNX and NetBSD 5 / i386.
10193         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10194         TIME_T_FITS_IN_LONG_INT.
10195         * lib/getdate.y (long_time_t): New type.
10196         (relative_time): Change type of 'seconds' field to long_time_t.
10197         (get_date): Update types of local variables. Check against overflow
10198         during conversion from long_time_t to time_t.
10199         Reported by Matt Kraai <kraai@ftbfs.org>
10200         and Hasso Tepper <hasso@netbsd.org>.
10201
10202 2009-09-17  Bruno Haible  <bruno@clisp.org>
10203
10204         * modules/COPYING: Update copyright years.
10205         * modules/README: Likeiwse.
10206         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10207         Reported by Ian Beckwith <ianb@erislabs.net>.
10208
10209 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10210
10211         * users.txt: Update references for gnuit package.
10212
10213 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10214
10215         * m4/getdelim.m4: Fix typo in copyright line.
10216
10217 2009-09-17  Bruno Haible  <bruno@clisp.org>
10218
10219         * lib/atoll.c: Use the standard header with GPL copyright.
10220         * lib/argz.in.h: Likewise.
10221         * lib/glob.c: Likewise.
10222         * lib/glob-libc.h: Likewise.
10223         * lib/random_r.c: Likewise.
10224         * lib/siglist.h: Likewise.
10225         * lib/strsignal.c: Likewise.
10226         Reported by Ian Beckwith <ianb@erislabs.net>.
10227
10228 2009-09-17  Eric Blake  <ebb9@byu.net>
10229
10230         rmdir: ensure correct dependency order
10231         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10232
10233 2009-09-17  Bruno Haible  <bruno@clisp.org>
10234
10235         Disable assertion that fails on NetBSD 5 / i386.
10236         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10237         Reported by Sam Steingold <sds@gnu.org>
10238         and Hasso Tepper <hasso@netbsd.org>.
10239
10240 2009-09-16  Eric Blake  <ebb9@byu.net>
10241
10242         unlinkdir: port to mingw
10243         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10244         on which no one can unlink a directory.
10245
10246         stdlib: sort witness names
10247         * modules/stdlib (Makefile.am): Sort replacements.
10248         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10249         * lib/stdlib.in.h: Likewise.
10250
10251         parse-duration-tests: avoid link failure
10252         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10253         LIBINTL.
10254         Reported by Tom G. Christensen.
10255
10256         openat-tests: ensure unlinkat behaves like rmdir
10257         * tests/test-rmdir.c (main): Factor guts...
10258         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10259         * modules/rmdir-tests (Files): Ship new file.
10260         * modules/openat-tests: New test.
10261         * tests/test-unlinkat.c: Likewise.
10262
10263         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10264         * modules/rmdir-errno (Status, Notice): Now obsolete.
10265
10266         rmdir: work around cygwin 1.5.x and mingw bugs
10267         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10268         * lib/rmdir.c (rmdir): Work around it.
10269         * modules/rmdir (Status, Notice): No longer obsolete.
10270         (Files): Add dos.m4.
10271         (Depends-on): Add unistd.
10272         (configure.ac): Set witnesses.
10273         (License): Relax to LGPLv2+.
10274         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10275         * modules/unistd (Makefile.am): Substitute witnesses.
10276         * lib/unistd.in.h (rmdir): Declare replacement.
10277         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10278         * modules/rmdir-tests: New tests.
10279         * tests/test-rmdir.c: Likewise.
10280
10281 2009-09-15  Eric Blake  <ebb9@byu.net>
10282
10283         fchdir: improve use of replacement functions
10284         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10285         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10286         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10287         REPLACE_CLOSEDIR.
10288         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10289         * modules/sys_stat (Makefile.am): Substitute correct witness.
10290         * modules/dirent (Makefile.am): Likewise.
10291         * modules/unistd (Makefile.am): Likewise.
10292         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10293         * lib/unistd.in.h (dup): Likewise.
10294         * lib/sys_stat.in.h (fstat): Likewise.
10295
10296         maint: ignore gnulib-tool temp files
10297         * .gitignore: Ignore files created during gnulib-tool --test.
10298
10299 2009-09-13  Jim Meyering  <meyering@redhat.com>
10300
10301         posixtm: don't reject a time that specify "60" as the number of seconds
10302         * lib/posixtm.c (posixtime): The code to reject invalid dates
10303         would also reject a time specified with the .60 suffix.
10304         But POSIX allows that, in order to accommodate leap seconds.
10305         So don't reject it.
10306         (main): Adjust tests accordingly.
10307         * modules/posixtm (Depends-on): Add stpcpy.
10308
10309 2009-09-11  Jim Meyering  <meyering@redhat.com>
10310
10311         announce-gen: include [$release_type] in emitted Subject:
10312         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10313         e.g., [stable] in the emitted Subject: line.
10314
10315 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10316
10317         Remove obsolete macros from several modules.
10318         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10319         obsolete Autoconf macros with their modern counterparts.
10320         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10321         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10322         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10323         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10324         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10325         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10326         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10327         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10328         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10329         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10330         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10331         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10332         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10333         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10334         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10335         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10336         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10337         * m4/time_r.m4 (gl_TIME_R): Likewise.
10338         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10339         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10340         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10341
10342         Fix copyright header in build-aux scripts.
10343         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10344         recommendation.
10345         * build-aux/ncftpput-ftp: Likewise.
10346         * build-aux/update-copyright: Likewise.
10347
10348 2009-09-09  Eric Blake  <ebb9@byu.net>
10349
10350         test-link: allow Linux choice of errno
10351         * tests/test-link.c (main): Relax test for alternate error.
10352
10353         strndup: fix improper m4 caching
10354         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10355         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10356         (gl_PREREQ_STRNDUP): Delete.
10357         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10358         * modules/string (Makefile.am): Substitute it.
10359         * lib/string.in.h (strndup): Modernize prototype.
10360
10361         getcwd: port to mingw
10362         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10363         different from the POSIX assumptions made throughout the getcwd
10364         module; fortunately, the mingw getcwd does not need replacement.
10365         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10366         * modules/getcwd-tests: New test.
10367         * tests/test-getcwd.c: Likewise.
10368
10369         link: fix platform bugs
10370         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10371         * lib/link.c (link): Work around them.  Fix related mingw bug.
10372         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10373         * modules/unistd (Makefile.am): Substitute it.
10374         * lib/unistd.in.h (link): Declare replacement.
10375         * doc/posix-functions/link.texi (link): Document this.
10376         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10377
10378         test-link: consolidate into single C program, test more cases
10379         * tests/test-link.sh: Delete.
10380         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10381         at least Cygwin and Solaris.
10382         * modules/link-tests (Files): Remove unused file.
10383         (Depends-on): Add errno, sys_stat.
10384         (Makefile.am): Simplify.
10385
10386 2009-09-08  Bruno Haible  <bruno@clisp.org>
10387
10388         Work around towlower, towupper bug on mingw.
10389         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10390         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10391         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10392         * doc/posix-functions/towupper.texi: Likewise.
10393         Reported by Eric Blake.
10394
10395 2009-09-08  Jim Meyering  <meyering@redhat.com>
10396
10397         build: don't try to run autoheader if we don't use it
10398         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10399         is not used in configure.ac.
10400
10401 2009-09-08  Eric Blake  <ebb9@byu.net>
10402
10403         euidaccess: fix compilation error
10404         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10405
10406         rawmemchr: relax license
10407         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10408         okay.
10409         Reported by Jim Meyering.
10410
10411         mkfifoat: new module
10412         * modules/mkfifoat: New file.
10413         * lib/mkfifoat.c: Likewise.
10414         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10415         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10416         * modules/sys_stat (Makefile.am): Use them.
10417         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10418         * MODULES.html.sh (File system functions): Mention module.
10419         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10420         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10421         * modules/mkfifoat-tests: New test.
10422         * tests/test-mkfifoat.c: Likewise.
10423
10424         strchrnul: relax license
10425         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10426         okay.
10427         Reported by Jim Meyering.
10428
10429 2009-09-08  Eric Blake  <ebb9@byu.net>
10430
10431         fstatat: fix compilation on Solaris
10432         * lib/fstatat.c (includes): Add fcntl.h.
10433         Reported by Pádraig Brady.
10434
10435 2009-09-07  Eric Blake  <ebb9@byu.net>
10436
10437         rename: modernize replacement
10438         * modules/rename (Depends-on): Add stdio.
10439         (configure.ac): Declare witness.
10440         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10441         stdio take care of replacement.
10442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10443         * modules/stdio (Makefile.am): Substitute them.
10444         * lib/stdio.in.h (rename): Declare replacement.
10445         * lib/rename.c (includes): Allow cross-compilation to non-windows
10446         machines.
10447         * doc/posix-functions/rename.texi (rename): Improve
10448         documentation.
10449
10450         stdio: sort witness names
10451         * modules/stdio (Makefile.am): Sort replacements.
10452         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10453         * lib/stdio.in.h: Likewise.
10454
10455         getcwd: minor cleanups
10456         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10457         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10458
10459         openat: provide more convenience names
10460         * modules/faccessat (configure.ac): Add C witness.
10461         * lib/unistd.in.h (readlinkat): Fix typo.
10462         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10463         convenience wrappers.
10464         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10465         wrappers in syntax checks.
10466
10467 2009-09-06  Eric Blake  <ebb9@byu.net>
10468
10469         doc: fix comments in recent patches
10470         * lib/faccessat.c: Mention correct function.
10471         * lib/fchmodat.c: Likewise.
10472         * lib/fchownat.c: Likewise.
10473         * lib/symlinkat.c: Likewise.
10474         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10475         constants.
10476
10477         faccessat, symlinkat: continue cleanup of previous patch
10478         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10479         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10480         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10481         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10482         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10483         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10484         set.
10485
10486 2009-09-06  Bruno Haible  <bruno@clisp.org>
10487
10488         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10489         (fstatat): Declare if GNULIB_FSTATAT is set.
10490         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10491         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10492         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10493         * modules/fcntl-h (Files): Remove m4/openat.m4.
10494         * modules/sys_stat (Files): Remove m4/openat.m4.
10495         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10496         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10497         * modules/unistd (Files): Remove m4/openat.m4.
10498         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10499         GNULIB_OPENAT.
10500         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10501         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10502         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10503         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10504         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10505         gl_OPENAT_DEFAULTS.
10506         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10507         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10508         Don't require gl_OPENAT_DEFAULTS.
10509         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10510         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10511         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10512         (gl_OPENAT_DEFAULTS): Remove macro.
10513
10514 2009-09-06  Bruno Haible  <bruno@clisp.org>
10515
10516         * modules/openat (configure.ac): Remove unneeded witness.
10517
10518 2009-09-06  Bruno Haible  <bruno@clisp.org>
10519
10520         Set errno to ENOSYS when a function is entirely unsupported.
10521         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10522         EOPNOTSUPP.
10523         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10524         * modules/chown (Depends-on): Remove errno.
10525
10526 2009-09-06  Bruno Haible  <bruno@clisp.org>
10527
10528         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10529
10530 2009-09-06  Bruno Haible  <bruno@clisp.org>
10531
10532         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10533
10534 2009-09-06  Ben Pfaff  <blp@gnu.org>
10535             Bruno Haible  <bruno@clisp.org>
10536
10537         Work around a glibc bug in strtok_r.
10538         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10539         Undefine if UNDEFINE_STRTOK_R is set.
10540         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10541         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10542         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10543         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10544         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10545         UNDEFINE_STRTOK_R.
10546         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10547
10548 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10549
10550         exclude: minor fix
10551         * lib/exclude.c: Include wctype.h
10552
10553 2009-09-06  Akim Demaille  <demaille@gostai.com>
10554
10555         bootstrap: improve error message
10556         * build-aux/bootstrap (find_tool): Upon failure, report the list
10557         of candidates.
10558         Honor the initial value of the envvar.
10559
10560 2009-09-05  Eric Blake  <ebb9@byu.net>
10561
10562         symlinkat: new module
10563         * modules/symlinkat: New file.
10564         * lib/symlinkat.c: Likewise.
10565         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10567         * modules/unistd (Makefile.am): Use them.
10568         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10569         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10570         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10571         * MODULES.html.sh (File system functions): Mention module.
10572         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10573         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10574         * modules/symlinkat-tests: New test.
10575         * tests/test-symlinkat.c: Likewise.
10576
10577         test-openat-safer: add more checks
10578         * tests/test-openat-safer.c (main): Check more code paths.
10579
10580 2009-09-05  Jim Meyering  <meyering@redhat.com>
10581
10582         syntax-check: detect unnecessary inclusion of openat.h
10583         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10584
10585 2009-09-05  Bruno Haible  <bruno@clisp.org>
10586
10587         Support towlower, towupper.
10588         * doc/posix-functions/towlower.texi: Mention module wctype.
10589         * doc/posix-functions/towupper.texi: Likewise.
10590         * lib/wctype.in.h (towlower, towupper): New functions.
10591         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10592         (ASSERT): New macro.
10593         (e): New variable.
10594         (main): Test also towlower, towupper. Test WEOF argument.
10595         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10596
10597 2009-09-05  Bruno Haible  <bruno@clisp.org>
10598
10599         Fix conversion behaviour when the input is invalid.
10600         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10601         mark occurring in first pass of indirect conversion.
10602         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10603         input.
10604         Found by clang's static analyzer.
10605
10606 2009-09-05  Bruno Haible  <bruno@clisp.org>
10607
10608         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10609         where direct conversion is possible.
10610
10611 2009-09-04  Eric Blake  <ebb9@byu.net>
10612
10613         openat: fail with ENOENT on empty name
10614         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10615         buffer.
10616
10617         link-follow: fix logic bug in prior patch
10618         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10619         reversed sense of yes and no in prior patch.  Avoid confusing
10620         compilation failure with desired semantics.
10621
10622         link-follow: accomodate mingw and cross-compilation
10623         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10624         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10625         cross-compilation results to -1, to make linkat easier to
10626         implement when cross-compiling.  Trivially support mingw.
10627         * modules/link-follow (configure.ac): Call new name.
10628         * NEWS: Mention this.
10629
10630 2009-09-03  Eric Blake  <ebb9@byu.net>
10631
10632         faccessat: compile replacement
10633         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10634         needed.
10635
10636         fts: fix compilation error
10637         * lib/fts.c (includes): Re-add "openat.h", for
10638         openat_needs_fchdir.
10639
10640         faccessat: new module
10641         * modules/faccessat: New file.
10642         * lib/faccessat.c: Likewise.
10643         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10644         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10645         * modules/unistd (Makefile.am): Use it.
10646         * lib/unistd.in.h (faccessat): Declare it.
10647         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10648         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10649         * MODULES.html.sh (File system functions): Mention it.
10650         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10651         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10652
10653         euidaccess: prefer POSIX over non-standard implementation
10654         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10655         * lib/euidaccess.c (euidaccess): Use it if available.
10656
10657         openat: make template easier to use
10658         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
10659         AT_FUNC_F2 to be undefined.
10660         (VALIDATE_FLAG): New macro; use it to reject bad flags.
10661         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
10662         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
10663         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
10664         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
10665         Likewise.
10666         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
10667         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
10668         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
10669         Likewise.
10670
10671         openat: declare in POSIX headers
10672         * NEWS: Mention this.
10673         * modules/openat (configure.ac): Declare witnesses.
10674         (Depends-on): Add fcntl-h, sys_stat, unistd.
10675         (Include): Mention correct headers.
10676         * modules/fcntl-h (Depends-on): Add link-warning.
10677         (Files): Add openat.m4.
10678         (Makefile.am): Substitute witnesses.
10679         * modules/sys_stat (Files, Makefile.am): Likewise.
10680         * modules/unistd (Files, Makefile.am): Likewise.
10681         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
10682         (gl_OPENAT_DEFAULTS): New macro.
10683         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
10684         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
10685         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
10686         (SYS_STAT_H): Remove unused variable.
10687         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
10688         * lib/fcntl--.h (includes): Remove unneeded header.
10689         * lib/openat-safer.c (includes): Likewise.
10690         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
10691         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
10692         appropriate headers.
10693         (__OPENAT_PREFIX): Delete.
10694         * lib/fcntl.in.h (openat): Provide declaration.
10695         (AT_FDCWD): Fix Solaris bug.
10696         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
10697         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
10698         * lib/fchmodat.c (includes):  Adjust to find declaration.
10699         * lib/fchownat.c (includes): Likewise.
10700         * lib/mkdirat.c (includes): Likewise.
10701         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
10702         still visible.
10703
10704 2009-09-02  Eric Blake  <ebb9@byu.net>
10705
10706         errno: use consistently
10707         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
10708         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
10709         * lib/canonicalize.c (ELOOP): Likewise.
10710         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
10711         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
10712         * lib/lchown.c (EOPNOTSUPP): Likewise.
10713         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
10714         * lib/savewd.c (ESTALE): Likewise.
10715         * lib/settime.c (ENOSYS): Likewise.
10716         * lib/utimens.c (ENOSYS): Likewise.
10717         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
10718         * lib/chdir-safer.c (ELOOP): Likewise.
10719         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
10720         * modules/c-stack (Depends-on): Add errno.
10721         * modules/canonicalize (Depends-on): Likewise.
10722         * modules/chdir-safer (Depends-on): Likewise.
10723         * modules/fdopendir (Depends-on): Likewise.
10724         * modules/inet_ntop (Depends-on): Likewise.
10725         * modules/inet_pton (Depends-on): Likewise.
10726         * modules/lchown (Depends-on): Likewise.
10727         * modules/openat (Depends-on): Likewise.
10728         * modules/savewd (Depends-on): Likewise.
10729         * modules/settime (Depends-on): Likewise.
10730         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
10731
10732         fts: avoid leaking fds
10733         * modules/fts (Depends-on): Add cloexec.
10734         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
10735         flag.
10736
10737         fts: make directory fds more robust
10738         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
10739         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
10740
10741         backupfile, chdir-long, fts, savedir: make safer
10742         * lib/backupfile.c (includes): Use "dirent--.h", since
10743         numbered_backup can write to stderr during readdir.
10744         * lib/savedir.c (includes): Likewise.
10745         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
10746         emulation can write to stderr on failure.
10747         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
10748         * lib/getcwd.c: Document why opendir_safer is unused.
10749         * lib/glob.c: Likewise.
10750         * lib/scandir.c: Likewise.
10751         * lib/openat-proc.c: Likewise, for open_safer.
10752         * modules/backupfile (Depends-on): Add dirent-safer.
10753         * modules/savedir (Depends-on): Likewise.
10754         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
10755         * modules/chdir-long (Depends-on): Add openat-safer.
10756
10757         openat-safer: new module
10758         * modules/openat-safer: New file.
10759         * lib/openat-safer.c: Likewise.
10760         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
10761         * lib/fcntl-safer.h (openat_safer): Declare.
10762         * lib/fcntl--.h (openat): Override.
10763         * MODULES.html.sh (File descriptor based I/O): Mention it.
10764         * lib/openat.h: Add double-inclusion guards.
10765         * lib/openat.c (includes): Only include "fcntl-safer.h", not
10766         "fcntl--.h", so we can implement openat.
10767         * modules/openat-safer-tests: New test.
10768         * tests/test-openat-safer.c: New file.
10769
10770         dirent-safer: new module
10771         * modules/dirent-safer: New file.
10772         * lib/dirent--.h: Likewise.
10773         * lib/dirent-safer.h: Likewise.
10774         * lib/opendir-safer.c: Likewise.
10775         * m4/dirent-safer.m4: Likewise.
10776         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
10777         * modules/dirent-safer-tests: New test.
10778         * tests/test-dirent-safer.c: New file.
10779         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
10780
10781         fdopendir: optimize on mingw
10782         * lib/unistd.in.h (_gl_directory_name): New prototype.
10783         * lib/fchdir.c (_gl_directory_name): Implement it.
10784         (fchdir): Use it to simplify implementation.
10785         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
10786         fchdir, when available, to avoid calling [f]chdir().
10787
10788         fdopendir: split into its own module
10789         * lib/openat.c (fdopendir): Move...
10790         * lib/fdopendir.c: ...into new file.
10791         * modules/fdopendir: New module.
10792         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
10793         * modules/openat (Depends-on): Add fdopendir.
10794         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
10795         fdopendir here.
10796         * modules/savedir (Depends-on): Only need fdopendir, not full
10797         openat.
10798         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
10799         * lib/openat.h (fdopendir): Drop prototype.
10800         * lib/dirent.in.h (fdopendir): Provide prototype.
10801         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
10802         * modules/dirent (Makefile.am): Substitute them.
10803         * MODULES.html.sh (File system functions): Mention it.
10804         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
10805         * modules/fdopendir-tests: New file.
10806         * tests/test-fdopendir.c: Likewise.
10807
10808         fchdir: use more consistent macro convention
10809         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
10810         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
10811         REPLACE_FCHDIR, rather than relying on config.h macros.
10812         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
10813         inside a single make-time REPLACE_FCHDIR block, rather than using
10814         the config.h FCHDIR_REPLACEMENT.
10815         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
10816         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
10817         Manage fstat replacement.
10818         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
10819         REPLACE_FCHDIR.
10820         * modules/sys_stat (Files): Add m4/unistd_h.m4.
10821         (Makefile.am): Substitute REPLACE_FCHDIR.
10822         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
10823         FCHDIR_REPLACEMENT.
10824         * lib/dup-safer.c (dup_safer): Likewise.
10825         * lib/dup2.c (rpl_dup2): Likewise.
10826         * lib/dup3.c (rpl_dup3): Likewise.
10827         * lib/open.c (rpl_open): Likewise.
10828
10829         fchdir: simplify error handling, and support dup3
10830         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
10831         stdbool, malloc-posix, realloc-posix.
10832         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
10833         (ensure_dirs_slot): Return false on allocation failure.
10834         (rpl_dup2): Delete.
10835         (_gl_register_dup): New function.
10836         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
10837         (_gl_register_fd): Close fd on allocation failure.
10838         * lib/fcntl.in.h (_gl_register_fd): Update signature.
10839         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
10840         prototype.
10841         (rpl_dup2_fchdir): Delete prototype.
10842         * lib/open.c (open): Update caller.
10843         * lib/dup2.c (dup2): Track fchdir metadata.
10844         * lib/dup3.c (dup3): Likewise.
10845         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
10846         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
10847
10848 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10849
10850         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
10851         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
10852         don't pass arguments to AC_OUTPUT.
10853
10854 2009-09-02  Bruno Haible  <bruno@clisp.org>
10855
10856         * modules/mkdtemp (License): Relicense under LGPLv2+.
10857         Reported by Paolo Bonzini.
10858
10859 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10860
10861         Replace uses of obsolete autoconf macros in Jim's modules.
10862         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
10863         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
10864         can evoke a warning from autoconf when run with -Wobsolete
10865         enabled.  They were declared obsolete for good reasons (see
10866         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
10867         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
10868         should not continue using the deprecated macros.
10869         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
10870         obsolete Autoconf macros with modern counterparts.
10871         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10872         * m4/dos.m4 (gl_AC_DOS): Likewise.
10873         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
10874         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
10875         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
10876         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
10877         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
10878         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
10879         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
10880         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
10881         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
10882         Likewise.
10883         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
10884         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
10885         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
10886         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
10887         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
10888         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
10889
10890 2009-09-01  Eric Blake  <ebb9@byu.net>
10891
10892         fchdir: fix off-by-one bug in previous patch
10893         * lib/fchdir.c (rpl_fstat): Use correct bounds.
10894         (_gl_unregister_fd): Delete useless if.
10895
10896 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
10897
10898         maint.mk: sort the list of syntax-check rules
10899         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
10900         easier to get a sense of progress when the rules are run sequentially
10901         and take a long time.
10902
10903 2009-09-01  Simon Josefsson  <simon@josefsson.org>
10904
10905         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
10906         * modules/netinet_in: Likewise.
10907         * modules/sys_file: Likewise.
10908         * modules/sys_ioctl: Likewise.
10909         * modules/sys_select: Likewise.
10910         * modules/sys_socket: Likewise.
10911         * modules/sys_stat: Likewise.
10912         * modules/sys_time: Likewise.
10913         * modules/sys_times: Likewise.
10914         * modules/sys_utsname: Likewise.
10915         * modules/sys_wait: Likewise.
10916
10917 2009-09-01  Jim Meyering  <meyering@redhat.com>
10918
10919         fts: help ensure that return values are not ignored
10920         * lib/fts_.h (__GNUC_PREREQ): Define.
10921         (__attribute_warn_unused_result__): Define.
10922         (fts_children, fts_close, fts_open, fts_read): Declare with
10923         __attribute_warn_unused_result__.
10924
10925         fts: fts_close now fails also when closing a dir file descriptor fails
10926         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
10927         and propagate to caller, along with errno.
10928
10929         announce-gen: correct formatting in --help output
10930         * build-aux/announce-gen (usage): Move the one-line description in
10931         --help output "up", to where it belongs, just after Usage:.
10932
10933 2009-08-31  Eric Blake  <ebb9@byu.net>
10934
10935         fchdir: port to mingw
10936         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
10937         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
10938         opened, then use a substitute.
10939         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
10940         replacement.
10941         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
10942         (_gl_register_fd): No need to check stat if open already filters
10943         all directories.
10944         (fchdir): Fix error condition to match POSIX.
10945         * modules/fchdir (Depends-on): Add sys_stat.
10946         * doc/posix-functions/open.texi (open): Document the limitation.
10947         * modules/fchdir-tests: New file.
10948         * tests/test-fchdir.c: Likewise.
10949
10950         canonicalize: allow cross-testing from cygwin to mingw
10951         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
10952         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
10953         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
10954         Likewise.
10955         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
10956         target does not support symlinks.
10957         * tests/test-canonicalize-lgpl.sh: Likewise.
10958
10959         chown: avoid compilation warning on mingw
10960         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
10961         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
10962         mingw.
10963         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10964         * modules/chown (Depends-on): Add errno.
10965
10966 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
10967
10968         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
10969         command.
10970
10971 2009-08-31  Jim Meyering  <meyering@redhat.com>
10972
10973         canonicalize: remove useless initialization
10974         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
10975         initialization of local, "end".
10976
10977 2009-08-30  Bruno Haible  <bruno@clisp.org>
10978
10979         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
10980         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
10981         ENOSYS.
10982
10983 2009-08-30  Bruno Haible  <bruno@clisp.org>
10984
10985         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
10986         /usr/xpg4/bin/tr when it exists.
10987         * tests/test-pipe-filter-gi1.sh: Likewise.
10988
10989 2009-08-30  Bruno Haible  <bruno@clisp.org>
10990
10991         Work around deficient /usr/bin/id program on Solaris.
10992         * tests/test-file-has-acl.sh (ID): New variable.
10993         * tests/test-set-mode-acl.sh (ID): Likewise.
10994         * tests/test-copy-acl.sh (ID): Likewise.
10995         * tests/test-copy-file.sh (ID): Likewise.
10996
10997 2009-08-30  Bruno Haible  <bruno@clisp.org>
10998
10999         New module 'xstriconveh'.
11000         * lib/xstriconveh.h: New file.
11001         * lib/xstriconveh.c: New file.
11002         * modules/xstriconveh: New file.
11003
11004 2009-08-30  Bruno Haible  <bruno@clisp.org>
11005
11006         Make it easier to use mem_cd_iconveh.
11007         * lib/striconveh.h (iconveh_t): New type.
11008         (iconveh_open, iconveh_close): New declarations.
11009         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11010         with a single 'const iconveh_t *' argument.
11011         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11012         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11013         with a single 'const iconveh_t *' argument.
11014         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11015         * tests/test-striconveh.c (main): Update.
11016         * NEWS: Mention the change.
11017
11018 2009-08-30  Bruno Haible  <bruno@clisp.org>
11019
11020         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11021         problem.
11022
11023 2009-08-30  Bruno Haible  <bruno@clisp.org>
11024
11025         Work around iconv_open problem on Solaris.
11026         * lib/iconv_open-solaris.gperf: New file.
11027         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11028         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11029         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11030         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11031         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11032         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11033
11034 2009-08-29  Jim Meyering  <meyering@redhat.com>
11035
11036         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11037         * top/maint.mk (cvs-check): Remove target; it was just an alias
11038         to the better-named vc-diff-check.
11039         (maintainer-distcheck): Remove rule.  It was used only from
11040         the (alpha/beta/major) target, and all of its commands but one
11041         were coreutils-specific.
11042         (vc-dist): Remove rule.
11043         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11044         Run vc-diff-check, not vc-dist.
11045         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11046
11047 2009-08-27  Bruno Haible  <bruno@clisp.org>
11048
11049         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11050         of 0.
11051
11052 2009-08-27  Bruno Haible  <bruno@clisp.org>
11053
11054         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11055         compilers.
11056         * doc/func.texi: Document the SunPRO C bug.
11057
11058 2009-08-27  Bruno Haible  <bruno@clisp.org>
11059
11060         Fix link error on Solaris.
11061         * tests/test-parse-duration.c (xstrdup): Remove function.
11062
11063 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11064
11065         ignore-value: handle pointer types, too
11066         * lib/ignore-value.h (__attribute__): Remove definition.
11067         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11068         of a more concise and more-often effective "(void) i" statement.
11069         (ignore_ptr): New function to suppress warnings from functions that
11070         return pointers, and to make it explicit that one function doesn't
11071         handle all cases.
11072
11073 2009-08-25  Bruno Haible  <bruno@clisp.org>
11074
11075         dup2: work around a Linux bug.
11076         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11077         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11078         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11079         Reported by Simon Josefsson.
11080
11081 2009-08-25  Jim Meyering  <meyering@redhat.com>
11082
11083         libguestfs uses gnulib
11084         * users.txt: Add libguestfs.
11085
11086 2009-08-24  Eric Blake  <ebb9@byu.net>
11087
11088         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11089         * lib/pipe2.c (includes): Add binary-io.h.
11090         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11091
11092 2009-08-24  Bruno Haible  <bruno@clisp.org>
11093
11094         Tolerate declared but missing accept4 syscall.
11095         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11096         available.
11097         * lib/sys_socket.in.h (accept4): If the function is already present,
11098         override it.
11099         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11100         * modules/accept4 (Makefile.am): Compile accept4.c always.
11101         Reported by Paolo Bonzini and Eric Blake.
11102
11103 2009-08-23  Bruno Haible  <bruno@clisp.org>
11104
11105         New module 'accept4'.
11106         * lib/sys_socket.in.h (accept4): New declaration.
11107         * lib/accept4.c: New file.
11108         * m4/accept4.m4: New file.
11109         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11110         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11111         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11112         HAVE_ACCEPT4.
11113         * modules/accept4: New file.
11114         * doc/glibc-functions/accept4.texi: Mention the new module.
11115
11116 2009-08-24  Jim Meyering  <meyering@redhat.com>
11117
11118         progname: also set global program_invocation_name, when possible
11119         Before this change, a libtool-enabled program that calls glibc's
11120         error function would report the program name as
11121         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11122         * modules/progname (configure.ac): Check for a declaration of
11123         program_invocation_name.
11124         * lib/progname.c:  Include <errno.h>.
11125         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11126         Set program_invocation_name.
11127
11128 2009-08-23  Bruno Haible  <bruno@clisp.org>
11129
11130         * lib/dup3.c: Include <string.h>.
11131
11132 2009-08-23  Bruno Haible  <bruno@clisp.org>
11133
11134         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11135         * lib/pipe2.c (pipe2): Likewise.
11136         Suggested by Eric Blake.
11137
11138 2009-08-23  Bruno Haible  <bruno@clisp.org>
11139
11140         Tolerate declared but missing dup3 syscall.
11141         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11142         * lib/unistd.in.h (dup3): If the function is already present,
11143         override it.
11144         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11145         * modules/dup3 (Makefile.am): Compile dup3.c always.
11146         Reported by Paolo Bonzini.
11147
11148 2009-08-23  Bruno Haible  <bruno@clisp.org>
11149
11150         Tolerate declared but missing pipe2 syscall.
11151         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11152         available.
11153         * lib/unistd.in.h (pipe2): If the function is already present,
11154         override it.
11155         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11156         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11157         Reported by Paolo Bonzini.
11158
11159 2009-08-23  Bruno Haible  <bruno@clisp.org>
11160
11161         * lib/pipe2.c (pipe2): Move #ifs inside function.
11162
11163 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11164
11165         quotearg: document limitations of quote_these_too
11166         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11167         those limitations are created.
11168         * lib/quotearg.h (set_char_quoting): Document that digits and
11169         letters that are special after backslash are not permitted.
11170         (quotearg_char): Cross-reference set_char_quoting documentation.
11171
11172 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11173
11174         quotearg: implement custom_quoting_style
11175         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11176         right_quote fields.
11177         (set_custom_quoting): New public function.
11178         (quotearg_buffer_restyled): Add left_quote and right_quote
11179         arguments, handle them very much like locale quoting, and update
11180         all uses.
11181         (quotearg_n_custom): New public function.
11182         (quotearg_n_custom_mem): New public function.
11183         (quotearg_custom): New public function.
11184         (quotearg_custom_mem): New public function.
11185         * lib/quotearg.h: Prototype and document new public functions.
11186         (enum quoting_style): For escape_quoting_style and
11187         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11188         ignored even though they're otherwise like c_quoting_style.
11189         Add custom_quoting_style member and document with comparison to
11190         clocale_quoting_style.
11191         * tests/test-quotearg.c (custom_quotes): New array.
11192         (custom_results): New array.
11193         (main): Extend to test custom quoting.
11194
11195 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11196
11197         quotearg: fix right quote escaping when it's in quote_these_too
11198         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11199         quote, be sure to prepend only one backslash.
11200         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11201         (main): Test it.
11202
11203 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11204
11205         quotearg-tests: test escaping of embedded locale quotes
11206         * tests/test-quotearg.c (struct result_strings): Add member for
11207         new input.
11208         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11209         (inputs): Add new input.
11210         (results_g): Add expected results.
11211         (flag_results): Likewise.
11212         (locale_results): Likewise.
11213         (compare_strings): Check those.
11214
11215 2009-08-23  Bruno Haible  <bruno@clisp.org>
11216
11217         Tests for module 'dup3'.
11218         * modules/dup3-tests: New file.
11219         * tests/test-dup3.c: New file.
11220
11221         New module 'dup3'.
11222         * lib/unistd.in.h (dup3): New declaration.
11223         * lib/dup3.c: New file.
11224         * m4/dup3.m4: New file.
11225         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11226         HAVE_DUP3.
11227         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11228         * modules/dup3: New file.
11229         * doc/glibc-functions/dup3.texi: Mention the new module.
11230
11231 2009-08-23  Bruno Haible  <bruno@clisp.org>
11232
11233         Tweak the dup2 test.
11234         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11235         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11236         the test file is still empty. Fix argument order of lseek.
11237
11238 2009-08-23  Bruno Haible  <bruno@clisp.org>
11239
11240         Avoid test link errors when the modules getopt-gnu, gettext are used.
11241         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11242         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11243
11244 2009-08-23  Bruno Haible  <bruno@clisp.org>
11245
11246         Fix getdtablesize() on mingw.
11247         * lib/getdtablesize.c (getdtablesize): Implement differently.
11248         * lib/unistd.in.h (getdtablesize): Improve comment.
11249
11250 2009-08-23  Bruno Haible  <bruno@clisp.org>
11251
11252         New module 'mkostemp'.
11253         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11254         * lib/stdlib.in.h (mksotemp): New declaration.
11255         * lib/mkostemp.c: New file, from glibc with modifications.
11256         * lib/tempname.h (GT_FILE): Remove outdated comment.
11257         (gen_tempname): Add flags argument.
11258         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11259         (__GT_FILE): Map to 1.
11260         (small_open, large_open): Remove macros.
11261         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11262         * lib/mkstemp.c (mkstemp): Update.
11263         * lib/mkdtemp.c (mkdtemp): Likewise.
11264         * m4/mkostemp.m4: New file.
11265         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11266         HAVE_MKOSTEMP.
11267         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11268         HAVE_MKOSTEMP.
11269         * modules/mkostemp: New file, based on modules/mkstemp.
11270         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11271         * NEWS: Mention the change.
11272
11273 2009-08-23  Bruno Haible  <bruno@clisp.org>
11274
11275         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11276         Reported by Eric Blake.
11277
11278 2009-08-23  Bruno Haible  <bruno@clisp.org>
11279
11280         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11281         Reported by Eric Blake.
11282
11283 2009-08-23  Bruno Haible  <bruno@clisp.org>
11284
11285         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11286         * modules/pipe2 (Depends-on): Likewise.
11287
11288 2009-08-23  Eric Blake  <ebb9@byu.net>
11289
11290         fcntl-h: add O_TTY_INIT support
11291         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11292         * tests/test-fcntl-h.c (o): Test it.
11293         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11294
11295         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11296         * modules/fcntl: Move <fcntl.h> header replacement...
11297         * modules/fcntl-h: ...to new name, so as not to collide with
11298         like-named function.
11299         * tests/test-fcntl.c: Rename...
11300         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11301         * modules/fcntl-tests: Rename...
11302         * modules/fcntl-h-tests: ...to this.  Update test file name.
11303         * modules/chdir-long (Depends-on): Update clients.
11304         * modules/chdir-safer (Depends-on): Likewise.
11305         * modules/fcntl-safer (Depends-on): Likewise.
11306         * modules/fts (Depends-on): Likewise.
11307         * modules/mkancesdirs (Depends-on): Likewise.
11308         * modules/mkdir-p (Depends-on): Likewise.
11309         * modules/open (Depends-on): Likewise.
11310         * modules/savewd (Depends-on): Likewise.
11311         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11312         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11313
11314 2009-08-22  Bruno Haible  <bruno@clisp.org>
11315
11316         * modules/binary-io (License): Relicense under LGPL.
11317         * modules/pipe2 (License): Likewise.
11318
11319 2009-08-22  Bruno Haible  <bruno@clisp.org>
11320
11321         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11322         return value.
11323         * lib/pipe-filter-gi.c (filter_init): Likewise.
11324         Reported by Eric Blake.
11325
11326 2009-08-22  Bruno Haible  <bruno@clisp.org>
11327
11328         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11329         * modules/pipe (Depends-on): Add pipe2.
11330
11331 2009-08-22  Bruno Haible  <bruno@clisp.org>
11332
11333         Tests for module 'pipe2'.
11334         * modules/pipe2-tests: New file.
11335         * tests/test-pipe2.c: New file.
11336
11337         New module 'pipe2'.
11338         * lib/unistd.in.h (pipe2): New declaration.
11339         * lib/pipe2.c: New file.
11340         * m4/pipe2.m4: New file.
11341         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11342         HAVE_PIPE2.
11343         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11344         * modules/pipe2: New file.
11345         * doc/glibc-functions/pipe2.texi: Mention the new module.
11346
11347 2009-08-22  Bruno Haible  <bruno@clisp.org>
11348
11349         Reference some new glibc functions.
11350         * doc/glibc-functions/accept4.texi: New file.
11351         * doc/glibc-functions/dup3.texi: New file.
11352         * doc/glibc-functions/mkostemp.texi: New file.
11353         * doc/glibc-functions/pipe2.texi: New file.
11354         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11355         (Glibc sys/socket.h): Refer to accept4.
11356         (Glibc unistd.h): Refer to dup3, pipe2.
11357         Reported by Eric Blake.
11358
11359 2009-08-22  Jim Meyering  <meyering@redhat.com>
11360             Bruno Haible  <bruno@clisp.org>
11361
11362         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11363         This makes it so packages using automake-1.11's silent-rules option
11364         can print e.g., a single "GEN    configmake.h" line, rather than
11365         the 30+ statements that perform the job.  If you want to see the
11366         actual commands, you can still run "make V=1".
11367         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11368         so that make output is abbreviated when those variables are defined
11369         appropriately.
11370         * modules/argz: Likewise.
11371         * modules/arpa_inet: Likewise.
11372         * modules/byteswap: Likewise.
11373         * modules/configmake: Likewise.
11374         * modules/dirent: Likewise.
11375         * modules/errno: Likewise.
11376         * modules/fcntl: Likewise.
11377         * modules/float: Likewise.
11378         * modules/fnmatch: Likewise.
11379         * modules/getopt-posix: Likewise.
11380         * modules/glob: Likewise.
11381         * modules/iconv_open: Likewise.
11382         * modules/inttypes: Likewise.
11383         * modules/localcharset: Likewise.
11384         * modules/locale: Likewise.
11385         * modules/math: Likewise.
11386         * modules/netdb: Likewise.
11387         * modules/netinet_in: Likewise.
11388         * modules/poll: Likewise.
11389         * modules/posix_spawnp-tests: Likewise.
11390         * modules/sched: Likewise.
11391         * modules/search: Likewise.
11392         * modules/selinux-h: Likewise.
11393         * modules/signal: Likewise.
11394         * modules/spawn: Likewise.
11395         * modules/stdarg: Likewise.
11396         * modules/stdbool: Likewise.
11397         * modules/stddef: Likewise.
11398         * modules/stdint: Likewise.
11399         * modules/stdio: Likewise.
11400         * modules/stdlib: Likewise.
11401         * modules/string: Likewise.
11402         * modules/strings: Likewise.
11403         * modules/sys_file: Likewise.
11404         * modules/sys_ioctl: Likewise.
11405         * modules/sys_select: Likewise.
11406         * modules/sys_socket: Likewise.
11407         * modules/sys_stat: Likewise.
11408         * modules/sys_time: Likewise.
11409         * modules/sys_times: Likewise.
11410         * modules/sys_utsname: Likewise.
11411         * modules/sys_wait: Likewise.
11412         * modules/sysexits: Likewise.
11413         * modules/time: Likewise.
11414         * modules/unistd: Likewise.
11415         * modules/wchar: Likewise.
11416         * modules/wctype: Likewise.
11417
11418 2009-08-22  Jim Meyering  <meyering@redhat.com>
11419
11420         announce-gen: detect write failure
11421         * build-aux/announce-gen: Add Coda at end.
11422         Remove equivalent-but-more-verbose block at top.
11423
11424 2009-08-19  Akim Demaille  <demaille@gostai.com>
11425
11426         bootstrap: --help to stdout.
11427         * bootstrap (usage): Don't send --help to stderr.
11428         Use a here doc instead of a long string.
11429
11430 2009-08-21  Eric Blake  <ebb9@byu.net>
11431
11432         test-popen-safer: split from test-popen
11433         * tests/test-popen.c (main): Move...
11434         * tests/test-popen.h: ...into new file.
11435         * tests/test-popen-safer2.c: New file.
11436         * modules/popen-tests (Files): Add test-popen.h.
11437         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11438         Suggested by Bruno Haible.
11439
11440         test-fcntl-safer: split from test-open
11441         * tests/test-open.c (main): Move...
11442         * tests/test-open.h: ...into new file.
11443         * tests/test-fcntl-safer.c: New file.
11444         * modules/open-tests (Files): Add test-open.h.
11445         * modules/fcntl-safer-tests: New file.
11446         Suggested by Bruno Haible.
11447
11448         test-fopen-safer: split from test-fopen
11449         * tests/test-fopen.c (main): Move...
11450         * tests/test-fopen.h: ...into new file.
11451         * tests/test-fopen-safer.c: New file.
11452         * modules/fopen-tests (Files): Add test-fopen.h.
11453         * modules/fopen-safer-tests: New file.
11454         Suggested by Bruno Haible.
11455
11456 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11457
11458         popen-safer: test O_CLOEXEC at run-time.
11459         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11460
11461 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11462
11463         fcntl: move more flags to the header
11464         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11465         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11466         * lib/fcntl.in.h: Do both things here.
11467
11468 2009-08-21  Jim Meyering  <meyering@redhat.com>
11469
11470         consistently remove $@-t before redirecting to it
11471         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11472         * modules/alloca-opt: Likewise.
11473         * modules/byteswap: Likewise.
11474         * modules/fnmatch: Likewise.
11475         * modules/getopt-posix: Likewise.
11476         * modules/glob: Likewise.
11477         * modules/poll: Likewise.
11478         * modules/posix_spawnp-tests: Likewise.
11479         * modules/sys_socket: Likewise.
11480         * modules/sysexits: Likewise.
11481
11482 2009-08-21  Eric Blake  <ebb9@byu.net>
11483
11484         popen: simplify access to original popen
11485         * lib/popen.c (rpl_popen): No need to worry about popen being a
11486         macro.
11487         Reported by Bruno Haible.
11488
11489 2009-08-20  Eric Blake  <ebb9@byu.net>
11490
11491         build: avoid some compiler warnings
11492         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11493         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11494         type.
11495         (new_exclude_segment, excluded_file_pattern_p)
11496         (excluded_file_name_p): Reduce scope.
11497         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11498         old-style declaration.
11499
11500 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11501
11502         * tests/test-exclude1.sh: Handle Windows EOL.
11503         * tests/test-exclude2.sh: Likewise.
11504         * tests/test-exclude3.sh: Likewise.
11505         * tests/test-exclude4.sh: Likewise.
11506         * tests/test-exclude5.sh: Likewise.
11507         * tests/test-exclude6.sh: Likewise.
11508         * tests/test-exclude7.sh: Likewise.
11509
11510 2009-08-19  Akim Demaille  <demaille@gostai.com>
11511
11512         bootstrap: find sha1sum when named gsha1sum.
11513         * bootstrap (find_tool): New.
11514         ($SHA1SUM): New.
11515         Use it.
11516
11517 2009-08-20  Jim Meyering  <meyering@redhat.com>
11518
11519         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11520         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11521         expression that converts "." in a file name to "\." in the resulting
11522         regexp.  Start with a dummy statement, so that prior shell variable
11523         definitions are expanded portably.  Reported by Simon Josefsson.
11524
11525 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11526
11527         Fix polling for writeability of a screen buffer.
11528         * lib/poll.c: Distinguish input and screen buffers for the
11529         Win32 implementation.
11530         * lib/select.c: Likewise.
11531
11532 2009-08-19  Eric Blake  <ebb9@byu.net>
11533
11534         popen-safer: prevent popen from clobbering std descriptors
11535         * modules/popen-safer: New file.
11536         * lib/popen-safer.c: Likewise.
11537         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11538         * lib/stdio--.h (popen): Provide override.
11539         * lib/stdio-safer.h (popen_safer): Provide declaration.
11540         * tests/test-popen.c (includes): Partially test this.
11541         * modules/popen-safer-tests: New file, for more tests.
11542         * tests/test-popen-safer.c: Likewise.
11543         * MODULES.html.sh (file stream based Input/Output): Mention it.
11544
11545         tests: test some of the *-safer modules
11546         * modules/fopen-safer (Depends-on): Add fopen.
11547         * modules/fcntl-safer (Depends-on): Add fcntl.
11548         * modules/stdlib-safer (Depends-on): Add stdlib.
11549         (configure.ac): Set indicator.
11550         * modules/unistd-safer (configure.ac): Likewise.
11551         * modules/tmpfile-safer (configure.ac): Likewise.
11552         (Depends-on): Add tmpfile.
11553         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11554         active.
11555         * tests/test-fopen.c (includes): Test safer versions when they are
11556         in use.
11557         * tests/test-open.c (includes): Likewise.
11558
11559         popen: fix cygwin 1.5 bug when stdin closed
11560         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11561         * modules/popen: New file.
11562         * modules/popen-tests: Likewise.
11563         * tests/test-popen.c: Likewise.
11564         * m4/popen.m4: Likewise.
11565         * lib/popen.c: Likewise.
11566         * lib/stdio.in.h (popen): New declaration.
11567         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11568         * modules/stdio (Makefile.am): Likewise.
11569         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11570
11571 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11572
11573         maint.mk: give full control over update-copyright exclusions
11574         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11575         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11576         (update-copyright): Don't force inclusion of top-level
11577         ChangeLog.  Don't force exclusion of all COPYING files, but make
11578         them the default exclusion instead.
11579
11580 2009-08-16  Bruno Haible  <bruno@clisp.org>
11581
11582         Fix test failures on Solaris 10.
11583         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11584         tests when Solaris iconv() is used.
11585         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11586         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11587         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11588         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11589         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11590
11591 2009-08-16  Bruno Haible  <bruno@clisp.org>
11592
11593         Fix test failures on Solaris 10.
11594         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11595         'tr' program and pass it as first argument.
11596         * tests/test-pipe-filter-gi1.sh: Likewise.
11597         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11598         program as first argument.
11599         * tests/test-pipe-filter-gi1.c (main): Likewise.
11600
11601 2009-08-16  Eric Blake  <ebb9@byu.net>
11602
11603         fpurge: fix previous commits
11604         * modules/fpurge (Makefile.am): Make replacement conditional,
11605         partially reverting 2007-04-29 change; missed in previous
11606         attempt.
11607         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11608         is missing.
11609
11610 2009-08-16  Bruno Haible  <bruno@clisp.org>
11611
11612         Clarify fpurge's effect on the file position.
11613         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11614         * tests/test-fpurge.c (main): Make a second pass for checking the file
11615         position.
11616
11617 2009-08-16  Bruno Haible  <bruno@clisp.org>
11618
11619         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11620         declaration of fpurge is missing.
11621         * tests/test-fpurge.c (main): Check that the file has not more contents
11622         than expected. Close the file before removing it.
11623
11624 2009-08-15  Eric Blake  <ebb9@byu.net>
11625
11626         fpurge: don't wrap working cygwin implementation
11627         * lib/fpurge.c (fpurge): Fix comment typo.
11628         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11629         1.7 to avoid replacement.
11630         * tests/test-fpurge.c (main): Enhance test.
11631
11632 2009-08-15  Eric Blake  <ebb9@byu.net>
11633         and Jim Meyering  <meyering@redhat.com>
11634
11635         test-update-copyright: skip if perl is insufficient
11636         * tests/test-update-copyright.sh: Failure to run maintainer tool
11637         should not cause testsuite failure on cygwin 1.5.
11638
11639 2009-08-14  Eric Blake  <ebb9@byu.net>
11640
11641         doc: mention more functions added in cygwin 1.7.0
11642         * doc/posix-headers/limits.texi (limits.h): Update for recent
11643         cygwin additions.
11644         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11645         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11646         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11647         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11648         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11649
11650 2009-08-14  Eric Blake  <ebb9@byu.net>
11651
11652         maint.mk: simplify update-copyright rule
11653         * top/maint.mk (update-copyright-local): Delete, and document how
11654         to do it in cfg.mk instead.
11655         (update-copyright-exclude-regexp): Delete, and document how to do
11656         it in .x-update-copyright instead.
11657         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11658         exclude ChangeLog.
11659
11660 2009-08-14  Bruno Haible  <bruno@clisp.org>
11661
11662         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
11663
11664 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11665
11666         maint.mk: support update-copyright-env
11667         * top/maint.mk (update-copyright-env): Define place-holder.
11668         (update-copyright): Expand $(update-copyright-env) before
11669         invoking update-copyright.
11670
11671 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11672
11673         update-copyright: implement forced reformatting
11674         * build-aux/update-copyright: Implement and document
11675         UPDATE_COPYRIGHT_FORCE.
11676         * tests/test-update-copyright.sh: Test it.
11677
11678 2009-08-14  Eric Blake  <ebb9@byu.net>
11679         and Bruno Haible  <bruno@clisp.org>
11680
11681         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
11682         * tests/test-locale.c: Revert previous patch related to NULL.
11683         * tests/test-stdio.c: Likewise.
11684         * tests/test-stdlib.c: Likewise.
11685         * tests/test-string.c: Likewise.
11686         * tests/test-unistd.c: Likewise.
11687         * modules/time-tests (Depends-on): Add verify.
11688         * modules/wchar-tests (Depends-on): Likewise.
11689         * tests/test-time.c: Test for NULL compliance.
11690         * tests/test-wchar.c: Likewise.
11691         * modules/locale (Depends-on): Add stddef.
11692         * modules/stdio (Depends-on): Likewise.
11693         * modules/stdlib (Depends-on): Likewise.
11694         * modules/string (Depends-on): Likewise.
11695         * modules/time (Depends-on): Likewise.
11696         * modules/unistd (Depends-on): Likewise.
11697         * modules/wchar (Depends-on): Likewise.
11698         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
11699         * lib/stdlib.in.h (includes): Likewise.
11700         * lib/string.in.h (includes): Likewise.
11701         * lib/time.in.h (includes): Likewise.
11702         * lib/unistd.in.h (includes): Likewise.
11703         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
11704         replaced.
11705         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
11706         * m4/stddef_h.m4: New file.
11707         * modules/stddef: Likewise.
11708         * lib/stddef.in.h: Likewise.
11709         * modules/stddef-tests: Likewise.
11710         * tests/test-stddef.c: Likewise.
11711         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
11712         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
11713         * doc/posix-headers/locale.texi (locale.h): Likewise.
11714         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
11715         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
11716         * doc/posix-headers/string.texi (string.h): Likewise.
11717         * doc/posix-headers/time.texi (time.h): Likewise.
11718         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
11719         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
11720
11721 2009-08-14  Eric Blake  <ebb9@byu.net>
11722
11723         doc: improve git diff of texinfo files
11724         * .gitattributes: Add rule for *.texi files, with hint on how to
11725         use it.
11726         Copied from m4, and based on a report by Bruno Haible.
11727
11728 2009-08-14  Bruno Haible  <bruno@clisp.org>
11729
11730         Disable multithread support by default on Cygwin 1.5.x for real.
11731         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
11732
11733 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
11734
11735         update-copyright: much ado about intervals
11736         * build-aux/update-copyright: Implement and document
11737         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
11738         of copyright year intervals.
11739         Also, document UPDATE_COPYRIGHT_YEAR.
11740         * tests/test-update-copyright.sh: Test it.
11741
11742         update-copyright: convert 2-digit to 4-digit years
11743         * build-aux/update-copyright: Implement and document.
11744         * tests/test-update-copyright.sh: Update.
11745
11746 2009-08-14  Jim Meyering  <meyering@redhat.com>
11747
11748         test-exclude: avoid coreutils "make check" failure
11749         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
11750         just as in test-argmatch.c.
11751
11752 2009-08-13  Eric Blake  <ebb9@byu.net>
11753
11754         test-dup2: fix bad assumption
11755         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
11756         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
11757
11758         test-version-etc: fix CRLF portability issue
11759         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
11760         recognize \r.
11761         * tests/test-argp-version-etc-1.sh: Likewise.
11762
11763         getopt: update client modules
11764         * modules/argp (Depends-on): Use getopt-gnu.
11765         * modules/git-merge-changelog (Depends-on): Likewise.
11766         * modules/long-options (Depends-on): Likewise.
11767         * modules/xstrtol (Depends-on): Likewise.
11768
11769 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11770
11771         * tests/test-version-etc.sh: Don't fail on different
11772         project/version.  Don't fail on CRLF differences.  Rewrite to use
11773         multiple -e instead of multiple sed forks, suggested by Eric Blake
11774         <ebb9@byu.net>.
11775         * tests/test-argp-version-etc-1.sh: Likewise.
11776
11777 2009-08-13  Simon Josefsson  <simon@josefsson.org>
11778
11779         * tests/test-version-etc.sh: Don't fail on different
11780         project/version.
11781
11782 2009-08-12  Bruno Haible  <bruno@clisp.org>
11783
11784         Tests for modules 'getopt-posix', 'getopt-gnu'.
11785         * modules/getopt-posix-tests: New file.
11786         * tests/test-getopt.c: New file.
11787         * tests/test-getopt.h: New file.
11788         * tests/test-getopt_long.h: New file.
11789
11790         New modules 'getopt-posix', 'getopt-gnu'.
11791         * modules/getopt-gnu: New file, renamed from modules/getopt.
11792         * modules/getopt-posix: New file.
11793         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
11794         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
11795         (gl_GETOPT): Remove macro.
11796         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
11797         Disable the test against BSD systems that declare optreset. Test
11798         against mingw bug. Test against lack of support of optional arguments
11799         on many platforms.
11800         * doc/glibc-headers/getopt.texi: Update module name and list of
11801         relevant platforms.
11802         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
11803         'getopt-gnu' and more portability problems.
11804         * NEWS: Mention the changes.
11805
11806 2009-08-12  Bruno Haible  <bruno@clisp.org>
11807
11808         Ensure that optarg etc. get declared by <unistd.h>.
11809         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
11810         AC_USE_SYSTEM_EXTENSIONS.
11811         * modules/getopt (Depends-on): Add 'extensions'.
11812
11813 2009-08-12  Bruno Haible  <bruno@clisp.org>
11814
11815         Avoid test link errors.
11816         * modules/pipe-filter-ii-tests (Makefile.am): Define
11817         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
11818         * modules/pipe-filter-gi-tests (Makefile.am): Define
11819         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
11820         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11821
11822 2009-08-12  Bruno Haible  <bruno@clisp.org>
11823
11824         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
11825         gl_GETOPT_SUBSTITUTE before.
11826         (gl_GETOPT): Use it.
11827         * m4/argp.m4 (gl_ARGP): Update.
11828         Reported by Sergey Poznyakoff.
11829
11830         * m4/getopt.m4: Reorder macros.
11831         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
11832         (gl_GETOPT_SUBSTITUTE): Remove macro.
11833
11834 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11835
11836         Minor improvement in gitlog-to-changelog
11837
11838         * build-aux/gitlog-to-changelog: New option `--format' makes
11839         output format string configurable.
11840
11841 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
11842
11843         Optimize exclude: use hash tables for non-wildcard patterns.
11844
11845         * lib/exclude.c: Include hash.h and mbuiter.h
11846         (struct exclude_pattern, exclude_segment): New data types.
11847         (struct exclude): Rewrite.
11848         (fnmatch_pattern_has_wildcards): New function.
11849         (new_exclude_segment, free_exclude_segment): New functions.
11850         (excluded_file_pattern_p, excluded_file_name_p): New functions.
11851         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
11852         * lib/exclude.h (is_fnmatch_pattern): New prototype.
11853         * modules/exclude: Depend on hash and mbuiter.
11854
11855         * modules/exclude-tests: New file.
11856         * tests/test-exclude.c: New file.
11857         * tests/test-exclude1.sh: New file.
11858         * tests/test-exclude2.sh: New file.
11859         * tests/test-exclude3.sh: New file.
11860         * tests/test-exclude4.sh: New file.
11861         * tests/test-exclude5.sh: New file.
11862         * tests/test-exclude6.sh: New file.
11863         * tests/test-exclude7.sh: New file.
11864
11865 2009-08-12  Bruno Haible  <bruno@clisp.org>
11866
11867         Ensure that getopt() gets declared by <unistd.h>.
11868         * lib/unistd.in.h: Conditionally include getopt.h.
11869         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
11870         Set GNULIB_UNISTD_H_GETOPT.
11871         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11872         GNULIB_UNISTD_H_GETOPT.
11873         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
11874
11875 2009-08-12  Bruno Haible  <bruno@clisp.org>
11876
11877         Clarify logic.
11878         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
11879         gl_replace_getopt instead of GETOPT_H.
11880
11881 2009-08-12  Bruno Haible  <bruno@clisp.org>
11882
11883         * m4/getopt.m4: Add comments.
11884
11885 2009-08-12  Bruno Haible  <bruno@clisp.org>
11886
11887         Disable multithread support by default on Cygwin 1.5.x.
11888         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
11889         set gl_use_threads=no if not specified otherwise.
11890
11891 2009-08-11  Bruno Haible  <bruno@clisp.org>
11892
11893         Avoid compilation error on NetBSD 5.0.
11894         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
11895         * tests/test-stdio.c: Likewise.
11896         * tests/test-stdlib.c: Likewise.
11897         * tests/test-string.c: Likewise.
11898         * tests/test-unistd.c: Likewise.
11899         Reported by Greg Troxel <gdt@ir.bbn.com>
11900         at <https://savannah.gnu.org/support/?106973>.
11901
11902 2009-08-11  Bruno Haible  <bruno@clisp.org>
11903
11904         * modules/dup2-tests (Depends-on): Remove close.
11905
11906         Undo 2009-07-19 commit.
11907         * modules/acl-tests (Depends-on): Remove close.
11908         * modules/binary-io-tests (Depends-on): Likewise.
11909         * modules/closein-tests (Depends-on): Likewise.
11910         * modules/flock-tests (Depends-on): Likewise.
11911         * modules/fsync-tests (Depends-on): Likewise.
11912         * modules/lseek-tests (Depends-on): Likewise.
11913         * modules/pipe-tests (Depends-on): Likewise.
11914         * modules/posix_spawn-tests (Depends-on): Likewise.
11915         * modules/posix_spawnp-tests (Depends-on): Likewise.
11916         * modules/stat-time-tests (Depends-on): Likewise.
11917         * modules/yesno-tests (Depends-on): Likewise.
11918
11919 2009-08-10  Bruno Haible  <bruno@clisp.org>
11920
11921         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
11922
11923 2009-08-10  Bruno Haible  <bruno@clisp.org>
11924
11925         Fix a gcc warning.
11926         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
11927
11928 2009-08-10  Bruno Haible  <bruno@clisp.org>
11929
11930         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
11931         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
11932         not only the first time.
11933         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
11934         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
11935         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
11936         is 1, not only the the first time.
11937
11938 2009-08-10  Bruno Haible  <bruno@clisp.org>
11939
11940         Make it possible to use module 'gethostname' without module 'close'.
11941         * lib/unistd.in.h (close): Evoke a link error only if
11942         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11943         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
11944         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11945         * modules/unistd (Makefile.am): Substitute
11946         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11947         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
11948         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
11949         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
11950         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11951         * modules/sys_ioctl (Makefile.am): Substitute
11952         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11953         * modules/socket (configure.ac): On native Windows, set
11954         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
11955         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
11956         Reported by Sam Steingold <sds@gnu.org>.
11957
11958 2009-08-10  Bruno Haible  <bruno@clisp.org>
11959
11960         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
11961         * modules/ioctl (configure.ac): Likewise.
11962
11963 2009-08-10  Bruno Haible  <bruno@clisp.org>
11964
11965         Avoid collision between gnulib wrapper and libintl wrapper.
11966         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
11967         already defined in intl/printf.c.
11968         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
11969         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
11970
11971 2009-08-09  Bruno Haible  <bruno@clisp.org>
11972
11973         Make <sys/select.h> really self-contained, also on Solaris 10.
11974         * lib/sys_select.in.h: Include <string.h>.
11975         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
11976         Solaris 10 problem.
11977         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
11978         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
11979         Reported by Jim Meyering.
11980
11981 2009-08-09  Bruno Haible  <bruno@clisp.org>
11982
11983         Avoid warnings from 'aclocal' that are due to a use of macro name
11984         AM_XGETTEXT_OPTION that is not defined in automake.
11985         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
11986         automake.
11987         * modules/error (configure.ac): Likewise.
11988         * modules/propername (configure.ac): Likewise.
11989         * modules/vasprintf (configure.ac): Likewise.
11990         * modules/verror (configure.ac): Likewise.
11991         * modules/xprintf (configure.ac): Likewise.
11992         * modules/xvasprintf (configure.ac): Likewise.
11993
11994 2009-08-08  Bruno Haible  <bruno@clisp.org>
11995
11996         Avoid compilation error in C++ mode.
11997         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
11998         Reported by Sam Steingold <sds@gnu.org>.
11999
12000 2009-08-08  Bruno Haible  <bruno@clisp.org>
12001
12002         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12003         for the various Unix platforms.
12004         * doc/posix-headers/limits.texi: Update platforms list regarding
12005         HOST_NAME_MAX.
12006         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12007
12008 2009-08-07  Jim Meyering  <meyering@redhat.com>
12009
12010         selinux-at: fix typo in a comment
12011         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12012         Spotted by Paolo Bonzini.
12013
12014         selinux-at: remove redundant m4 code, add documentation
12015         * modules/selinux-at (configure.ac): Remove redundant code.
12016         LIB_SELINUX is already set via the dependent module, selinux-h.
12017         (Include): Add quotes around selinux-at.h.
12018         * lib/selinux-at.h: Add documentation.
12019         Reported by Bruno Haible in
12020         http://marc.info/?l=gnulib-bug&m=124958988300749
12021
12022 2009-08-07  Bruno Haible  <bruno@clisp.org>
12023
12024         Avoid link error on MacOS X 10.3 and 10.4.
12025         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12026         on non-ELF systems.
12027         * lib/argp-pv.c (argp_program_version): Likewise.
12028         Reported by Simon Josefsson.
12029
12030 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12031
12032         * tests/test-version-etc.sh: Use $EXEEXT.
12033
12034 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12035
12036         update-copyright: update documentation to point to maint.mk
12037         * build-aux/update-copyright: Here.
12038
12039 2009-08-06  Jim Meyering  <meyering@redhat.com>
12040
12041         maint.mk: support update-copyright-local
12042         * top/maint.mk (update-copyright-local): Define place-holder.
12043         (update-copyright): Depend on $(update-copyright-local).
12044
12045 2009-08-06  Jim Meyering  <meyering@redhat.com>
12046
12047         selinux-at: new module
12048         Initially written for coreutils, this module will soon be
12049         used by findutils, too.
12050         * MODULES.html.sh [Misc]: Add selinux-at.
12051         * lib/selinux-at.h: New file, from coreutils.
12052         * lib/selinux-at.c: Likewise.
12053         * modules/selinux-at: Likewise.
12054         (License): Change from LGPL to GPL, since it depends
12055         on the GPL'd openat module.
12056
12057         doc: update README
12058         * README: Remove references to cogito.
12059         Remove cvs-repo-updating instructions from 2007.
12060         Don't imply that CVS is better if you have limited disk space.
12061
12062 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12063
12064         update-copyright: support C-style comments
12065         * build-aux/update-copyright: Implement and document.
12066         * tests/test-update-copyright.sh: Test.
12067
12068 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12069
12070         update-copyright: support omitted "(C)"
12071         * build-aux/update-copyright: Implement and document.  Also,
12072         allow variable whitespace before "(C)".
12073         * tests/test-update-copyright.sh: Test.
12074
12075 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12076
12077         update-copyright: don't trip on non-FSF copyright statements
12078         * build-aux/update-copyright: Fix so that the first correctly
12079         formatted FSF copyright statement is recognized no matter what
12080         appears before it.  Update documentation.
12081         * tests/test-update-copyright.sh: Test that.
12082
12083 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12084
12085         update-copyright: clean up code a little
12086         * build-aux/update-copyright: Append "_re" to the name of any
12087         variable holding a regular expression.
12088         Replace "old" and "new" with "stmt" in variable names.
12089         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12090         handled correctly.
12091         Format code more consistently.
12092
12093 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12094
12095         update-copyright-tests: improve portability
12096         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12097         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12098
12099 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12100
12101         update-copyright: support @copyright{} and &copy;
12102         * build-aux/update-copyright: Implement and document.
12103         * tests/test-update-copyright.sh: Test.
12104
12105 2009-08-04  Jim Meyering  <meyering@redhat.com>
12106
12107         update-copyright-tests: correctly test EOL=\r\n handling
12108         * tests/test-update-copyright.sh: Put \r at the end of some lines
12109         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12110
12111         maint.mk: make update-copyright exclusion list more configurable
12112         * top/maint.mk (update-copyright): Default to excluding COPYING,
12113         but allow an override, in case someone does want to update that file.
12114
12115         maint.mk: don't update copyright date in COPYING
12116         * top/maint.mk (update-copyright): Exclude COPYING.
12117
12118         maint.mk: add a copyright-updating rule
12119         * top/maint.mk (update-copyright): New rule.
12120         Derived from coreutils/Makefile.am.
12121
12122         update-copyright: rename some variables
12123         * build-aux/update-copyright: Rename a few variables for clarity.
12124         Tweak syntax.  List Joel E. Denny as coauthor.
12125
12126 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12127
12128         update-copyright: fix bug for 2-digit last year and add tests
12129         * build-aux/update-copyright: Fix bug.
12130         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12131         specified.
12132         * modules/update-copyright-tests: New
12133         * tests/test-update-copyright.sh: New.
12134
12135 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12136
12137         update-copyright: handle leading tabs in line prefix
12138         * build-aux/update-copyright: Count leading tabs as 8 spaces
12139         when computing margin.  This helps with the formatting of
12140         ChangeLogs, for example.
12141         Fix documentation a little.
12142
12143 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12144
12145         update-copyright: support EOL=\r\n
12146         * build-aux/update-copyright: Implement that.
12147
12148 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12149
12150         update-copyright: automatically format copyright statements
12151         * build-aux/update-copyright: Implement that.
12152         Also, be a little more predictable and safer by always failing
12153         when the full copyright format is not perfectly recognized as an
12154         unbroken whole.  Discussed at
12155         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12156         Rewrite documentation.
12157
12158 2009-08-03  Bruno Haible  <bruno@clisp.org>
12159
12160         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12161
12162 2009-08-02  Bruno Haible  <bruno@clisp.org>
12163
12164         Tests for module 'uname'.
12165         * modules/uname-tests: New file.
12166         * tests/test-uname.c: New file.
12167
12168         New module 'uname'.
12169         * lib/uname.c: New file.
12170         * m4/uname.m4: New file.
12171         * modules/uname: New file.
12172         * doc/posix-functions/uname.texi: Mention the new module.
12173
12174 2009-08-02  Bruno Haible  <bruno@clisp.org>
12175
12176         Tests for module 'sys_utsname'.
12177         * modules/sys_utsname-tests: New file.
12178         * tests/test-sys_utsname.c: New file.
12179
12180         New module 'sys_utsname'.
12181         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12182         * m4/sys_utsname_h.m4: New file.
12183         * modules/sys_utsname: New file.
12184         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12185
12186 2009-08-02  Bruno Haible  <bruno@clisp.org>
12187
12188         Implicitly initialize the sockets library.
12189         * lib/gethostname.c: Include sockets.h.
12190         (rpl_gethostname): Invoke gl_sockets_startup.
12191         * lib/socket.c: Include sockets.h.
12192         (rpl_socket): Invoke gl_sockets_startup.
12193         * modules/gethostname (Depends-on): Add sockets.
12194         * modules/socket (Depends-on): Likewise.
12195         * tests/test-poll.c: Don't include sockets.h.
12196         (main): Don't invoke gl_sockets_startup.
12197         * tests/test-select.c: Don't include sockets.h.
12198         (main): Don't invoke gl_sockets_startup.
12199
12200 2009-08-02  Bruno Haible  <bruno@clisp.org>
12201
12202         Allow multiple calls to gl_sockets_startup.
12203         * lib/sockets.c (initialized_sockets_version): New variable.
12204         (gl_sockets_startup): Do nothing if already called for this or a higher
12205         version.
12206         (gl_sockets_cleanup): Reset initialized_sockets_version.
12207
12208 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12209
12210         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12211         different project/version.
12212
12213 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12214             Bruno Haible  <bruno@clisp.org>
12215
12216         Tests for module 'pipe-filter-gi'.
12217         * modules/pipe-filter-gi-tests: New file.
12218         * tests/test-pipe-filter-gi1.sh: New file.
12219         * tests/test-pipe-filter-gi1.c: New file.
12220         * tests/test-pipe-filter-gi2.sh: New file.
12221         * tests/test-pipe-filter-gi2-main.c: New file.
12222         * tests/test-pipe-filter-gi2-child.c: New file.
12223
12224         New module 'pipe-filter-gi'.
12225         * lib/pipe-filter-gi.c: New file.
12226         * modules/pipe-filter-gi: New file.
12227
12228 2009-08-02  Bruno Haible  <bruno@clisp.org>
12229             Paolo Bonzini  <bonzini@gnu.org>
12230
12231         Tests for module 'pipe-filter-ii'.
12232         * modules/pipe-filter-ii-tests: New file.
12233         * tests/test-pipe-filter-ii1.sh: New file.
12234         * tests/test-pipe-filter-ii1.c: New file.
12235         * tests/test-pipe-filter-ii2.sh: New file.
12236         * tests/test-pipe-filter-ii2-main.c: New file.
12237         * tests/test-pipe-filter-ii2-child.c: New file.
12238
12239         New module 'pipe-filter-ii'.
12240         * lib/pipe-filter.h: New file.
12241         * lib/pipe-filter-ii.c: New file.
12242         * lib/pipe-filter-aux.h: New file.
12243         * modules/pipe-filter-ii: New file.
12244
12245 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12246
12247         * lib/gc-libgcrypt.c: Change copyright to FSF.
12248         * lib/gc-gnulib.c: Likewise.
12249
12250 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12251
12252         * lib/gethostname.c: Include limits.h.
12253
12254 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12255             Bruno Haible  <bruno@clisp.org>
12256
12257         Ensure HOST_NAME_MAX as part of the gethostname module.
12258         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12259         define also HOST_NAME_MAX.
12260         * tests/test-gethostname.c: Include <limits.h>.
12261         (main): Check also HOST_NAME_MAX.
12262         * doc/posix-headers/limits.texi: Document the mingw problem.
12263
12264 2009-08-02  Bruno Haible  <bruno@clisp.org>
12265
12266         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12267         Add comments.
12268
12269 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12270
12271         * lib/gethostname.c: Add Windows wrapper.
12272         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12273         * modules/gethostname: Depend on sys_socket & errno, for also
12274         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12275         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12276
12277 2009-07-31  Jim Meyering  <meyering@redhat.com>
12278
12279         getloadavg: fix symbol name in comment
12280         * lib/getloadavg.c: Correct a typo I introduced when adding
12281         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12282         Matt Kraai spotted the problem.
12283
12284 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12285
12286         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12287         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12288         code also if ! defined N_NAME_POINTER.
12289         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12290         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12291         but the n_name member is a 12-byte array.
12292
12293 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12294
12295         update-copyright: generalize comment handling
12296         * build-aux/update-copyright: Handle copyright statements
12297         within more comment styles.
12298         Document usage.
12299         Report any file with an external copyright holder or parse failure.
12300
12301 2009-07-29  Jim Meyering  <meyering@redhat.com>
12302
12303         mktime: correct setting of REPLACE_MKTIME
12304         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12305
12306         update-copyright: new module
12307         * modules/update-copyright: New file.
12308         * build-aux/update-copyright: New file.
12309         * MODULES.html.sh (maint+release support): Add update-copyright.
12310
12311 2009-07-27  Bruno Haible  <bruno@clisp.org>
12312
12313         Fix compilation error when <ctime> is used and mktime is replaced.
12314         * lib/time.in.h (mktime): New declaration.
12315         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12316         REPLACE_MKTIME instead of defining mktime in config.h.
12317         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12318         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12319         Reported by Ross McFarland <rwmcfa1@neces.com>.
12320
12321 2009-07-27  Bruno Haible  <bruno@clisp.org>
12322
12323         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12324         Reported by Matt Kraai <mkraai@beckman.com>.
12325
12326 2009-07-25  Jim Meyering  <meyering@redhat.com>
12327
12328         maint.mk: avoid warnings about missing files
12329         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12330         diagnostic when .prev-version does not exist.
12331         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12332         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12333         nonexistent cfg.mk.
12334         Suggestions from Simon Josefsson.
12335
12336 2009-07-25  Bruno Haible  <bruno@clisp.org>
12337
12338         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12339         defined as macros. Needed on QNX 6.4.1.
12340         Reported by Matt Kraai <mkraai@beckman.com>.
12341
12342 2009-07-23  Jim Meyering  <meyering@redhat.com>
12343
12344         maint.mk: invoke "make dist" with a working value of XZ_OPT
12345         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12346
12347 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12348
12349         Make fseeko.c compile on QNX.
12350         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12351
12352 2009-07-22  Peter Simons  <simons@cryp.to>
12353
12354         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12355         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12356         * lib/md4.h: Likewise.
12357         * lib/md5.h: Likewise.
12358         * lib/sha1.h: Likewise.
12359         * lib/sha256.h: Likewise.
12360         * lib/sha512.h: Likewise.
12361
12362         tests-sha1: don't assign literal string to 'char *' variable
12363         * tests/test-sha1.c (main): Declare locals with "const" to match
12364         attributes of the right hand side.
12365
12366 2009-07-21  Eric Blake  <ebb9@byu.net>
12367
12368         dup2: fix more mingw problems
12369         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12370         fd to itself.
12371         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12372         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12373         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12374         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12375         care of mingw bugs.
12376
12377 2009-07-21  Jim Meyering  <meyering@redhat.com>
12378
12379         vc-list-files: avoid failure when /bin/sh is dash
12380         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12381         On some Debian based systems, /bin/sh is a symlink to dash, and running
12382         this command would omit the "/" following each 'tests' prefix:
12383           dash -x build-aux/vc-list-files -C . tests
12384         That is because bash and dash work differently:
12385           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12386           bash ok
12387           dash odd
12388
12389 2009-07-21  Eric Blake  <ebb9@byu.net>
12390
12391         dup2-tests: test previous patch
12392         * modules/dup2-tests: New file.
12393         * tests/test-dup2.c: Likewise.
12394         * tests/test-open.c (main): Avoid unspecified behavior.
12395         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12396         test.
12397
12398         dup2: work around mingw and cygwin 1.5 bug
12399         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12400         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12401         * modules/unistd (Makefile.am): Substitute it.
12402         * lib/unistd.in.h (dup2): Declare the replacement.
12403         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12404         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12405         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12406         * modules/execute (Depends-on): Add dup2.
12407         * modules/fseterr (Depends-on): Likewise.
12408         * modules/pipe (Depends-on): Likewise.
12409         * modules/posix_spawn-internal (Depends-on): Likewise.
12410
12411 2009-07-21  Bruno Haible  <bruno@clisp.org>
12412
12413         * modules/.gitattributes: New file.
12414
12415 2009-07-20  Bruno Haible  <bruno@clisp.org>
12416
12417         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12418         (main): Use it.
12419
12420 2009-07-20  Eric Blake  <ebb9@byu.net>
12421
12422         test-pipe: make a bit more robust.
12423         * tests/test-pipe.c (myerr): Allow error messages regardless of
12424         what we do to stderr.
12425         (test_pipe): Rearrange to avoid deadlock.
12426         (child_main): Try a larger read, to ensure we avoided deadlock.
12427         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12428         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12429         if misused.
12430
12431 2009-07-19  Jim Meyering  <meyering@redhat.com>
12432
12433         fts: avoid false-positive cycle-detection
12434         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12435         for each new command line argument.
12436
12437 2009-07-19  Bruno Haible  <bruno@clisp.org>
12438
12439         Fix build error on mingw with the modules sys_select and unistd.
12440         * modules/acl-tests (Depends-on): Add close.
12441         * modules/binary-io-tests (Depends-on): Likewise.
12442         * modules/closein-tests (Depends-on): Likewise.
12443         * modules/flock-tests (Depends-on): Likewise.
12444         * modules/fsync-tests (Depends-on): Likewise.
12445         * modules/lseek-tests (Depends-on): Likewise.
12446         * modules/pipe-tests (Depends-on): Likewise.
12447         * modules/posix_spawn-tests (Depends-on): Likewise.
12448         * modules/posix_spawnp-tests (Depends-on): Likewise.
12449         * modules/stat-time-tests (Depends-on): Likewise.
12450         * modules/yesno-tests (Depends-on): Likewise.
12451
12452 2009-07-19  Bruno Haible  <bruno@clisp.org>
12453
12454         Unify conditionals.
12455         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12456         macros, not at the compiler macros.
12457         * lib/pipe.c: Likewise.
12458         * lib/execute.c: Likewise.
12459         * lib/spawni.c: Likewise.
12460
12461 2009-07-19  Bruno Haible  <bruno@clisp.org>
12462
12463         Fix handling of closed stdin/stdout/stderr on mingw.
12464         * lib/w32spawn.h: Include unistd.h.
12465         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12466         file descriptor with O_NOINHERIT flag.
12467         (fd_safer_noinherit): New function, based on fd-safer.c.
12468         (dup_safer_noinherit): New function, based on dup-safer.c.
12469         (undup_safer_noinherit): New function.
12470         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12471         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12472         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12473         instead of fd_safer.
12474         * tests/test-pipe.c: Include <windows.h>.
12475         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12476
12477         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12478         from main.
12479         (test_pipe): Pass an extra argument for disambiguation.
12480         (main): Invoke parent_main or child_main.
12481
12482         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12483         consistently.
12484
12485 2009-07-18  Eric Blake  <ebb9@byu.net>
12486
12487         test-pipe: fix mingw build
12488         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12489
12490 2009-07-18  Bruno Haible  <bruno@clisp.org>
12491
12492         * modules/pipe-tests (Makefile.am): Fix typo.
12493
12494 2009-07-18  Eric Blake  <ebb9@byu.net>
12495
12496         error: fix mingw build
12497         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12498         Reported by Bruno Haible.
12499
12500         error: avoid undefined use of stdout
12501         * lib/error.c (error, error_at_line): Check that fd 1 is open
12502         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12503         is handling faults and the close_stdout module wants to report the
12504         detection of closed stdout as an error.
12505
12506 2009-07-17  Eric Blake  <ebb9@byu.net>
12507
12508         pipe: be robust in face of closed fds
12509         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12510         should cause child to misbehave.
12511         * modules/pipe-tests: New module.
12512         * tests/test-pipe.c: New file.
12513         * tests/test-pipe.sh: New file.
12514         Reported by Akim Demaille.
12515
12516 2009-07-14  Bruno Haible  <bruno@clisp.org>
12517
12518         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12519         Reported by anonymous kc.
12520
12521 2009-07-07  Jim Meyering  <meyering@redhat.com>
12522
12523         maint.mk: don't look for translatable strings in *.m4 or *.mk
12524         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12525         when searching for translatable strings.
12526
12527 2009-07-05  Jim Meyering  <meyering@redhat.com>
12528
12529         remove superfluous parentheses in STREQ definition
12530         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12531         * lib/getugroups.c (STREQ): Likewise.
12532         * lib/fnmatch.c (STREQ): Likewise.
12533         Spotted by Bruno Haible.
12534
12535 2009-07-04  Jim Meyering  <meyering@redhat.com>
12536
12537         argv-iter: new module
12538         * MODULES.html.sh: Add argv-iter.
12539         * lib/argv-iter.c, lib/argv-iter.h: New files.
12540         * modules/argv-iter: New file.
12541         * modules/argv-iter-tests: New file.
12542         * tests/test-argv-iter.c: Test it.
12543
12544 2009-07-04  Bruno Haible  <bruno@clisp.org>
12545
12546         Fix assertion.
12547         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12548         contains more exact copies of a given entry than file2, leave the extra
12549         copies unpaired rather than aborting.
12550         Reported by Eric Blake.
12551
12552 2009-07-02  Bruno Haible  <bruno@clisp.org>
12553
12554         Speedup git-merge-changelog for git cherry-pick.
12555         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12556         (entries_mapping_get): New function, extracted from compute_mapping.
12557         (entries_mapping_reverse_get): New function.
12558         (compute_mapping): Add a 'full' argument. Return the result in a
12559         'struct entries_mapping'.
12560         (main): Update. Access the mappings through entries_mapping_get.
12561         Reported by Eric Blake.
12562
12563 2009-07-02  Bruno Haible  <bruno@clisp.org>
12564
12565         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12566         best_i.
12567
12568 2009-07-02  Bruno Haible  <bruno@clisp.org>
12569
12570         Speed up approximate search for matching ChangeLog entries.
12571         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12572         argument. Call fstrcmp_bounded instead of fstrcmp.
12573         (compute_mapping, try_split_merged_entry, main): Update callers.
12574
12575 2009-07-02  Bruno Haible  <bruno@clisp.org>
12576
12577         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12578
12579 2009-06-30  Bruno Haible  <bruno@clisp.org>
12580
12581         Reduce the number of uc_is_cased calls.
12582         * lib/unicase.h (casing_suffix_context_t): Add
12583         'first_char_except_ignorable' field.
12584         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12585         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12586         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12587         Update initializer.
12588         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12589         case-ignorable characters.
12590         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12591         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12592         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12593         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12594         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12595
12596 2009-06-30  Bruno Haible  <bruno@clisp.org>
12597
12598         Tests for module 'unicase/ignorable'.
12599         * modules/unicase/ignorable-tests: New file.
12600         * tests/unicase/test-ignorable.c: New file, generated by
12601         gen-uni-tables.
12602
12603         Tests for module 'unicase/cased'.
12604         * modules/unicase/cased-tests: New file.
12605         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12606         * tests/unicase/test-predicate-part1.h: New file, derived from
12607         tests/unictype/test-predicate-part1.h.
12608         * tests/unicase/test-predicate-part2.h: New file, same as
12609         tests/unictype/test-predicate-part2.h.
12610
12611         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12612         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12613         (output_casing_properties): New function.
12614         (main): Call it.
12615         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12616         * lib/unicase/cased.c: Include unictype/bitmap.h.
12617         (uc_is_cased): Define through a bitmap lookup.
12618         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12619         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12620         (uc_is_case_ignorable): Define through a bitmap lookup.
12621         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12622         lib/unictype/bitmap.h.
12623         (Depends-on): Add inline. Clean up.
12624         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12625         lib/unictype/bitmap.h.
12626         (Depends-on): Add inline. Clean up.
12627         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12628         recognition.
12629         * tests/unicase/test-u16-tolower.c (main): Likewise.
12630         * tests/unicase/test-u32-tolower.c (main): Likewise.
12631
12632 2009-06-30  Bruno Haible  <bruno@clisp.org>
12633
12634         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12635         * lib/unicase/u16-casemap.c: Likewise.
12636         * lib/unicase/u32-casemap.c: Likewise.
12637
12638 2009-06-29  Bruno Haible  <bruno@clisp.org>
12639
12640         Define u32_casefold as a wrapper around u32_ct_casefold.
12641         * lib/unicase/u32-casefold.c: Update.
12642         * modules/unicase/u32-casefold (Depends-on): Add
12643         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12644         unicase/empty-suffix-context. Clean up.
12645
12646         Define u16_casefold as a wrapper around u16_ct_casefold.
12647         * lib/unicase/u16-casefold.c: Update.
12648         * modules/unicase/u16-casefold (Depends-on): Add
12649         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12650         unicase/empty-suffix-context. Clean up.
12651
12652         Define u8_casefold as a wrapper around u8_ct_casefold.
12653         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12654         * lib/unicase/u8-casefold.c: Update.
12655         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12656         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12657
12658         Define u32_totitle as a wrapper around u32_ct_totitle.
12659         * lib/unicase/u32-totitle.c: Update.
12660         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
12661         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12662
12663         Define u16_totitle as a wrapper around u16_ct_totitle.
12664         * lib/unicase/u16-totitle.c: Update.
12665         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
12666         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12667
12668         Define u8_totitle as a wrapper around u8_ct_totitle.
12669         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
12670         functions.
12671         (FUNC): Delegate to U_CT_TOTITLE.
12672         * lib/unicase/u8-totitle.c: Update.
12673         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
12674         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12675
12676         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
12677         invocation.
12678         * modules/unicase/u32-tolower (Depends-on): Add
12679         unicase/empty-prefix-context, unicase/empty-suffix-context.
12680
12681         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
12682         invocation.
12683         * modules/unicase/u16-tolower (Depends-on): Add
12684         unicase/empty-prefix-context, unicase/empty-suffix-context.
12685
12686         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
12687         * modules/unicase/u8-tolower (Depends-on): Add
12688         unicase/empty-prefix-context, unicase/empty-suffix-context.
12689
12690         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
12691         invocation.
12692         * modules/unicase/u32-toupper (Depends-on): Add
12693         unicase/empty-prefix-context, unicase/empty-suffix-context.
12694
12695         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
12696         invocation.
12697         * modules/unicase/u16-toupper (Depends-on): Add
12698         unicase/empty-prefix-context, unicase/empty-suffix-context.
12699
12700         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
12701         * modules/unicase/u8-toupper (Depends-on): Add
12702         unicase/empty-prefix-context, unicase/empty-suffix-context.
12703
12704         New module 'unicase/u32-ct-casefold'.
12705         * lib/unicase/u32-ct-casefold.c: New file.
12706         * modules/unicase/u32-ct-casefold: New file.
12707
12708         New module 'unicase/u16-ct-casefold'.
12709         * lib/unicase/u16-ct-casefold.c: New file.
12710         * modules/unicase/u16-ct-casefold: New file.
12711
12712         New module 'unicase/u8-ct-casefold'.
12713         * lib/unicase/u8-ct-casefold.c: New file.
12714         * lib/unicase/u-ct-casefold.h: New file, derived from
12715         lib/unicase/u-casefold.h.
12716         * modules/unicase/u8-ct-casefold: New file.
12717
12718         New module 'unicase/u32-ct-totitle'.
12719         * lib/unicase/u32-ct-totitle.c: New file.
12720         * modules/unicase/u32-ct-totitle: New file.
12721
12722         New module 'unicase/u16-ct-totitle'.
12723         * lib/unicase/u16-ct-totitle.c: New file.
12724         * modules/unicase/u16-ct-totitle: New file.
12725
12726         New module 'unicase/u8-ct-totitle'.
12727         * lib/unicase/u8-ct-totitle.c: New file.
12728         * lib/unicase/u-ct-totitle.h: New file, derived from
12729         lib/unicase/u-totitle.h.
12730         * modules/unicase/u8-ct-totitle: New file.
12731
12732         New module 'unicase/u32-ct-tolower'.
12733         * lib/unicase/u32-ct-tolower.c: New file.
12734         * modules/unicase/u32-ct-tolower: New file.
12735
12736         New module 'unicase/u16-ct-tolower'.
12737         * lib/unicase/u16-ct-tolower.c: New file.
12738         * modules/unicase/u16-ct-tolower: New file.
12739
12740         New module 'unicase/u8-ct-tolower'.
12741         * lib/unicase/u8-ct-tolower.c: New file.
12742         * modules/unicase/u8-ct-tolower: New file.
12743
12744         New module 'unicase/u32-ct-toupper'.
12745         * lib/unicase/u32-ct-toupper.c: New file.
12746         * modules/unicase/u32-ct-toupper: New file.
12747
12748         New module 'unicase/u16-ct-toupper'.
12749         * lib/unicase/u16-ct-toupper.c: New file.
12750         * modules/unicase/u16-ct-toupper: New file.
12751
12752         New module 'unicase/u8-ct-toupper'.
12753         * lib/unicase/u8-ct-toupper.c: New file.
12754         * modules/unicase/u8-ct-toupper: New file.
12755
12756         Add context arguments to u*_casemap functions.
12757         * lib/unicase/unicasemap.h: Include unicase.h.
12758         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
12759         suffix_context arguments.
12760         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
12761         functions.
12762         (FUNC): Add prefix_context and suffix_context arguments. Use
12763         uc_is_cased and uc_is_case_ignorable.
12764         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
12765         * lib/unicase/u16-casemap.c: Likewise.
12766         * lib/unicase/u32-casemap.c: Likewise.
12767         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
12768         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12769         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
12770         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12771         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
12772         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
12773
12774         New module 'unicase/u32-suffix-context'.
12775         * lib/unicase/u32-suffix-context.c: New file.
12776         * modules/unicase/u32-suffix-context: New file.
12777
12778         New module 'unicase/u16-suffix-context'.
12779         * lib/unicase/u16-suffix-context.c: New file.
12780         * modules/unicase/u16-suffix-context: New file.
12781
12782         New module 'unicase/u8-suffix-context'.
12783         * lib/unicase/u8-suffix-context.c: New file.
12784         * lib/unicase/u-suffix-context.h: New file.
12785         * modules/unicase/u8-suffix-context: New file.
12786
12787         New module 'unicase/empty-suffix-context'.
12788         * lib/unicase/empty-suffix-context.c: New file.
12789         * modules/unicase/empty-suffix-context: New file.
12790
12791         New module 'unicase/u32-prefix-context'.
12792         * lib/unicase/u32-prefix-context.c: New file.
12793         * modules/unicase/u32-prefix-context: New file.
12794
12795         New module 'unicase/u16-prefix-context'.
12796         * lib/unicase/u16-prefix-context.c: New file.
12797         * modules/unicase/u16-prefix-context: New file.
12798
12799         New module 'unicase/u8-prefix-context'.
12800         * lib/unicase/u8-prefix-context.c: New file.
12801         * lib/unicase/u-prefix-context.h: New file.
12802         * lib/unicase/context.h: New file.
12803         * modules/unicase/u8-prefix-context: New file.
12804
12805         New module 'unicase/empty-prefix-context'.
12806         * lib/unicase/empty-prefix-context.c: New file.
12807         * modules/unicase/empty-prefix-context: New file.
12808
12809         New module 'unicase/ignorable'.
12810         * lib/unicase/ignorable.c: New file.
12811         * modules/unicase/ignorable: New file.
12812
12813         New module 'unicase/cased'.
12814         * lib/unicase/caseprop.h: New file.
12815         * lib/unicase/cased.c: New file.
12816         * modules/unicase/cased: New file.
12817
12818         New functions for case mapping of substrings.
12819         * lib/unicase.h (casing_prefix_context_t): New type.
12820         (unicase_empty_prefix_context): New variable.
12821         (u8_casing_prefix_context, u16_casing_prefix_context,
12822         u32_casing_prefix_context, u8_casing_prefixes_context,
12823         u16_casing_prefixes_context, u32_casing_prefixes_context): New
12824         declarations.
12825         (casing_suffix_context_t): New type.
12826         (unicase_empty_suffix_context): New variable.
12827         (u8_casing_suffix_context, u16_casing_suffix_context,
12828         u32_casing_suffix_context, u8_casing_suffixes_context,
12829         u16_casing_suffixes_context, u32_casing_suffixes_context,
12830         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
12831         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
12832         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
12833         declarations.
12834
12835 2009-06-28  Jim Meyering  <meyering@redhat.com>
12836
12837         boostrap: indent only with spaces
12838         * build-aux/bootstrap: Indent only with spaces, never TABs.
12839
12840         bootstrap: split long lines
12841         * build-aux/bootstrap: Keep line length < 80.
12842
12843         bootstrap: sync from coreutils
12844         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
12845         just as autoreconf does.  Verify a list of prerequisite
12846         package-name,version-number pairs if defined in bootstrap.conf.
12847         Refer to README-prereq, if prerequisites are not satisfied.
12848
12849 2009-06-27  Eric Blake  <ebb9@byu.net>
12850
12851         tests: add test for bogus NULL definition
12852         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
12853         * tests/test-stdlib.c: Likewise.
12854         * tests/test-string.c: Likewise.
12855         * tests/test-locale.c: Likewise.
12856         * tests/test-unistd.c: Likewise.
12857         * modules/stdio-tests (Depends-on): Add verify.
12858         * modules/stdlib-tests (Depends-on): Likewise.
12859         * modules/string-tests (Depends-on): Likewise.
12860         * modules/locale-tests (Depends-on): Likewise.
12861         * modules/unistd-tests (Depends-on): Likewise.
12862
12863 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
12864
12865         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
12866         self-explaining comment.
12867         * m4/selinux-selinux-h: Update serial.
12868         (gl_LIBSELINUX): New macro, adding a warning for missing development
12869         packages to code extracted from...
12870         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
12871         Add warning for missing development packages here, too.
12872
12873 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
12874
12875         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
12876
12877 2009-06-25  Eric Blake  <ebb9@byu.net>
12878
12879         version-etc: fix regression
12880         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
12881         gcc.
12882         (version_etc): Use it, to catch bugs with trailing NULL.
12883         * lib/version-etc.c (version_etc_arn): Delete unused argument.
12884         (version_etc_va): Fix logic bug.
12885         * modules/version-etc-tests: Add test.
12886         * tests/test-version-etc.c: New file.
12887         * tests/test-version-etc.sh: Likewise.
12888
12889 2009-06-25  Sam Steingold  <sds@gnu.org>
12890
12891         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
12892         mbtowc declaration.
12893
12894 2009-06-25  Eric Blake  <ebb9@byu.net>
12895
12896         fpurge: migrate into <stdio.h>
12897         * lib/fpurge.h: Delete...
12898         * lib/stdio.in.h (fpurge): ...and declare here, instead.
12899         * lib/fpurge.c (fpurge): Change declaring header.
12900         * modules/fpurge (Files): Drop deleted file.
12901         (Depends-on): Add stdio.
12902         (configure.ac): Set witness.
12903         * modules/stdio (Makefile.am): Support fpurge macros.
12904         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12905         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
12906         * lib/fflush.c: Update client.
12907         * tests/test-fpurge.c: Likewise.
12908         * NEWS: Mention the change.
12909
12910 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12911
12912         * lib/argp-version-etc.c (program_authors): Add const
12913         qualifier.
12914         * lib/version-etc.c: Fix typos in the comments.
12915         * modules/argp-version-etc: Depends on version-etc.
12916
12917 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12918
12919         argp-version-etc: new module.
12920
12921         * lib/argp-version-etc.c: New file.
12922         * lib/argp-version-etc.h: New file.
12923         * modules/argp-version-etc: New file.
12924         * modules/argp-version-etc-tests: New file.
12925         * tests/test-argp-version-etc.c: New test.
12926         * tests/test-argp-version-etc-1.sh: New test.
12927
12928 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12929
12930         Provide additional interfaces and documentation for version-etc
12931         module.
12932
12933         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
12934         interfaces.
12935         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
12936         prototypes.
12937
12938 2009-06-24  Bruno Haible  <bruno@clisp.org>
12939
12940         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
12941         HAVE_LIB${NAME} macro.
12942         Reported by Sam Steingold <sds@gnu.org>.
12943
12944 2009-06-23  Simon Josefsson  <simon@josefsson.org>
12945
12946         * modules/hash-tests (test_hash_LDADD): Link to libintl when
12947         needed.
12948
12949 2009-06-21  Bruno Haible  <bruno@clisp.org>
12950
12951         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
12952         work.
12953         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
12954         together with LIB${NAME}, LTLIB${NAME}.
12955         Reported by Sam Steingold <sds@gnu.org>.
12956
12957 2009-06-20  Jim Meyering  <meyering@redhat.com>
12958
12959         tests: make sc_require_test_exit_idiom more generic
12960         * top/maint.mk (Exit_witness_file): New overridable variable.
12961         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
12962         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
12963
12964 2009-06-19  Jim Meyering  <meyering@redhat.com>
12965
12966         hash: reverse order of src/dst parameters in an internal interface
12967         * lib/hash.c (transfer_entries): Reverse order of parameters to
12968         put DST before SRC.  Adjust callers.
12969
12970         tests: test-hash: avoid wholesale duplication
12971         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
12972         Instead, use a loop and add a single conditional.
12973
12974         tests: test-hash: allow seed selection via a command line argument
12975         * tests/test-hash.c (get_seed): New function.
12976         (main): Use it.
12977
12978 2009-06-19  Eric Blake  <ebb9@byu.net>
12979
12980         hash: avoid memory leak on allocation failure
12981         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
12982         failure.  Factor repeated algorithm...
12983         (transfer_entries): ...into new helper routine.
12984         (hash_delete): React to hash_rehash return value.
12985
12986         hash: reduce memory pressure in hash_rehash no-op case
12987         * lib/hash.c (next_prime): Avoid overflow.
12988         (hash_initialize): Factor bucket size computation...
12989         (compute_bucket_size): ...into new helper function.
12990         (hash_rehash): Use new function and open coding to reduce memory
12991         pressure, and avoid a memory leak in USE_OBSTACK code.
12992         Reported by Jim Meyering.
12993
12994 2009-06-18  Eric Blake  <ebb9@byu.net>
12995
12996         hash: make rotation more obvious
12997         * modules/hash (Depends-on): Add bitrotate and stdint.
12998         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
12999         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13000         (SIZE_MAX): Rely on headers for definition.
13001         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13002         (raw_hasher): Use rotr_sz.
13003         Suggested by Jim Meyering.
13004
13005         hash: fix memory leak in last patch
13006         * lib/hash.c (hash_rehash): Avoid memory leak.
13007
13008         hash: avoid no-op rehashing
13009         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13010
13011         hash: provide default callback functions
13012         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13013         (hash_initialize): Use them as defaults.
13014         * tests/test-hash.c (main): Test this.
13015
13016         hash: minor optimization
13017         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13018         when possible.
13019         (hash_initialize): Document this promise.
13020         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13021         * tests/test-hash.c (hash_compare_strings): Test this.
13022
13023 2009-06-18  Bruno Haible  <bruno@clisp.org>
13024
13025         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13026         going to be replaced anyway.
13027
13028 2009-06-18  Bruno Haible  <bruno@clisp.org>
13029
13030         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13031         in one place.
13032         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13033         be replaced anyway.
13034
13035 2009-06-18  Eric Blake  <ebb9@byu.net>
13036
13037         hash: check for resize before insertion
13038         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13039         threshold before insertion, so that a pathological hash_rehash
13040         that fills every bucket can still trigger another rehash.
13041
13042 2009-06-18  Jim Meyering  <meyering@redhat.com>
13043
13044         hash-tests: add a loop around the small tests
13045         * tests/test-hash.c (main): Repeat small tests with selected
13046         small initial table sizes.
13047
13048 2009-06-17  Eric Blake  <ebb9@byu.net>
13049
13050         hash: minor cleanups
13051         * lib/hash.h (hash_entry): Make opaque, by moving...
13052         * lib/hash.c (hash_entry): ...here.
13053         (hash_insert): Clarify restrictions on what can be inserted.
13054         (hash_get_next): Clarify when it is safe to remove an element
13055         during traversal.
13056         (check_tuning): Skip verification when tuning is known safe.
13057         (hash_initialize): Clarify restrictions on tuning.
13058
13059 2009-06-17  Jim Meyering  <jim@meyering.net>
13060         and Eric Blake  <ebb9@byu.net>
13061
13062         hash-tests: new module
13063         * modules/hash-tests: New file.
13064         * tests/test-hash.c: New file.
13065
13066 2009-06-17  Eric Blake  <ebb9@byu.net>
13067
13068         strstr-simple: document new module
13069         * MODULES.html.sh: Document new module.
13070
13071         strstr, strcasestr: replace on platforms with broken memchr
13072         * modules/strstr: Split into...
13073         * modules/strstr-simple: ...new module that does not care about
13074         performance, but does care about glibc bug.
13075         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13076         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13077         if platform memchr is broken, per Debian bug 521737.
13078         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13079         memchr.
13080         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13081         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13082         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13083         * modules/mountlist (Depends-on): Add strstr-simple.
13084         * modules/gen-uni-tables (Depends-on): Likewise.
13085         * modules/argz (Depends-on): Add strstr.
13086
13087 2009-06-17  Bruno Haible  <bruno@clisp.org>
13088
13089         * modules/posix_spawn-internal (Depends-on): Add errno.
13090
13091 2009-06-17  Bruno Haible  <bruno@clisp.org>
13092
13093         Define missing ESTALE on Interix 3.5.
13094         * lib/errno.in.h (ESTALE): Assign a value if missing.
13095         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13096         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13097         missing.
13098         * doc/posix-headers/errno.texi: Mention the Interix bug.
13099         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13100
13101 2009-06-15  Eric Blake  <ebb9@byu.net>
13102
13103         memchr, memchr2: add valgrind exception
13104         * lib/memchr.valgrind: New file.
13105         * lib/memchr2.valgrind: New file.
13106         * modules/memchr (Files): Distribute valgrind file.
13107         * modules/memchr2 (Files): Likewise.
13108
13109         docs: memchr is no longer obsolete
13110         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13111         * lib/string.in.h (memchr): Simplify logic.
13112
13113 2009-06-14  Jim Meyering  <meyering@redhat.com>
13114
13115         link-follow: fix the "checking..." message to not mention trailing slash
13116         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13117         never considered trailing slashes.
13118
13119 2009-06-14  Bruno Haible  <bruno@clisp.org>
13120
13121         * m4/memchr.m4: Mention also the bug on IA-64.
13122         * doc/posix-functions/memchr.texi: Likewise.
13123
13124 2009-06-12  Eric Blake  <ebb9@byu.net>
13125
13126         memchr: detect broken x86_64 and alpha implementations
13127         * modules/memchr-tests (Depends-on): Move mmap detection...
13128         * modules/memchr (Depends-on): ...here.
13129         (configure.ac): Set indicator.
13130         * lib/string.in.h (memchr): Declare replacement.
13131         * modules/string (Makefile.am): Trigger replacement.
13132         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13133         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13134         bugs.
13135         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13136         * modules/getpagesize (License): Relax license.
13137
13138 2009-06-11  Bruno Haible  <bruno@clisp.org>
13139
13140         * lib/idpriv.h: Add more references.
13141
13142 2009-06-08  Bruno Haible  <bruno@clisp.org>
13143
13144         Tests for module 'idpriv-droptemp'.
13145         * modules/idpriv-droptemp-tests: New file.
13146         * tests/test-idpriv-droptemp.sh: New file.
13147         * tests/test-idpriv-droptemp.su.sh: New file.
13148         * tests/test-idpriv-droptemp.c: New file.
13149
13150         New module 'idpriv-droptemp'.
13151         * lib/idpriv-droptemp.c: New file.
13152         * modules/idpriv-droptemp: New file.
13153
13154 2009-06-08  Bruno Haible  <bruno@clisp.org>
13155
13156         Tests for module 'idpriv-drop'.
13157         * modules/idpriv-drop-tests: New file.
13158         * tests/test-idpriv-drop.sh: New file.
13159         * tests/test-idpriv-drop.su.sh: New file.
13160         * tests/test-idpriv-drop.c: New file.
13161
13162         New module 'idpriv-drop'.
13163         * lib/idpriv.h: New file.
13164         * lib-idpriv-drop.c: New file.
13165         * m4/idpriv.m4: New file.
13166         * modules/idpriv-drop: New file.
13167
13168 2009-06-08  Bruno Haible  <bruno@clisp.org>
13169
13170         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13171         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13172         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13173         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13174         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13175         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13176         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13177
13178 2009-06-08  Eric Blake  <ebb9@byu.net>
13179
13180         test-strstr: use memory fence, when possible
13181         * tests/test-strstr.c (main): Use memory fence, in order to be
13182         more likely to trigger Debian bug 521737.
13183         * modules/strstr-tests (Files): Pull in additional files.
13184
13185         memchr: no longer obsolete, for wider field testing
13186         * modules/memchr (Status, Notice): Delete, this module is no
13187         longer obsolete.
13188         * modules/vasnprintf (Depends-on): Add memchr.
13189
13190 2009-06-07  Jim Meyering  <meyering@redhat.com>
13191
13192         hash: declare some functions with the warn_unused_result attribute
13193         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13194
13195 2009-06-07  Bruno Haible  <bruno@clisp.org>
13196
13197         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13198         Reported by Eric Blake.
13199
13200 2009-06-06  Eric Blake  <ebb9@byu.net>
13201
13202         test-alignof: fix typo with long double
13203         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13204         compiler error.
13205
13206 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13207
13208         Escape non-texinfo { and }s.
13209         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13210         markup error.
13211
13212 2009-06-04  Jim Meyering  <meyering@redhat.com>
13213
13214         gitlog-to-changelog: don't infloop on an empty commit log
13215         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13216         Reported by Boris Petersen <transacid@centerim.org>.
13217
13218 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13219
13220         version-etc: extend for packagers
13221         Add three new configure options, intended for packagers:
13222           --with-packager="packager name"
13223           --with-packager-version="packager-specific version"
13224           --with-packager-bug-reports="packager bug reporting"
13225         An example with coreutils:
13226           $ ./configure \
13227             --with-packager=Gentoo \
13228             --with-packager-bug-report=http://bugs.gentoo.org/ \
13229             --with-packager-version="patchset 1.6"
13230           $ ./src/ls --version | head -n2
13231           ls (GNU coreutils) 7.1-dirty
13232           Packaged by Gentoo (patchset 1.6)
13233         Note that the bug reporting info via --help doesn't show up because
13234         coreutils uses its own custom emit_bug_reporting_address() implementation
13235         in src/system.h.  If it didn't, it'd look like:
13236           $ ./src/ls --help | tail -n4
13237           Report bugs to <bug-coreutils@gnu.org>.
13238           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13239           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13240           General help using GNU software: <http://www.gnu.org/gethelp/>.
13241         * lib/version-etc.c: Print new information, if provided.
13242         * m4/version-etc.m4: New file.
13243         * modules/version-etc (Files): Add m4/version-etc.m4.
13244         (configure.ac): Add gl_VERSION_ETC.
13245
13246 2009-05-31  Bruno Haible  <bruno@clisp.org>
13247
13248         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13249         and 'int64_t'.
13250         * modules/alignof-tests (Dependencies): Add stdint.
13251         Reported by Eric Blake.
13252
13253 2009-05-31  Bruno Haible  <bruno@clisp.org>
13254
13255         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13256         restriction due to compiler bugs.
13257         Reported by Eric Blake.
13258
13259 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13260             Bruno Haible  <bruno@clisp.org>
13261
13262         Fix test-alignof failure.
13263         * lib/alignof.h (alignof_slot): New macro.
13264         (alignof_type): New macro, with the same semantics as the previous
13265         'alignof'.
13266         (alignof): Alias to alignof_slot.
13267         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13268         check that the results are usable as constant expressions.
13269
13270 2009-05-31  Bruno Haible  <bruno@clisp.org>
13271
13272         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13273         * tests/test-memchr.c (main): Check that memchr does not read past the
13274         first occurrence of the byte.
13275         * tests/test-strstr.c (main): Update comment.
13276         Suggested by Eric Blake.
13277
13278 2009-05-30  Bruno Haible  <bruno@clisp.org>
13279
13280         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13281         detail how to use dumpbin.
13282         Reported by David Byron <dbyron@dbyron.com>.
13283
13284 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13285
13286         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13287
13288 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13289
13290         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13291
13292 2009-05-28  Bruno Haible  <bruno@clisp.org>
13293
13294         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13295         build-aux/ files.
13296
13297 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13298
13299         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13300
13301 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13302
13303         * gnulib-tool (sed_transform_main_lib_file)
13304         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13305         regexps.
13306
13307 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13308
13309         * tests/test-strstr.c: Add another self-test.
13310         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13311         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13312
13313 2009-05-23  Bruno Haible  <bruno@clisp.org>
13314
13315         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13316         change.
13317
13318 2009-05-21  Bruno Haible  <bruno@clisp.org>
13319
13320         Simplify use of mode_t varargs.
13321         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13322         uses 'mode_t' or 'int'.
13323         * lib/openat.c (openat): Likewise.
13324         * lib/open-safer.c (open_safer): Likewise.
13325         * m4/mode_t.m4: New file.
13326         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13327         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13328         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13329         * modules/open (Files): Add m4/mode_t.m4.
13330         * modules/openat (Files): Likewise.
13331         * modules/fcntl-safer (Files): Likewise.
13332         Suggested by Eric Blake.
13333
13334 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13335
13336         * doc/glibc-functions/fallocate.texi: New file.
13337         * doc/gnulib.texi: Include it.
13338
13339 2009-05-21  Eric Blake  <ebb9@byu.net>
13340             Bruno Haible  <bruno@clisp.org>
13341
13342         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13343         invocations.
13344         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13345
13346 2009-05-21  Eric Blake  <ebb9@byu.net>
13347             Bruno Haible  <bruno@clisp.org>
13348
13349         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13350         include_next. Fix of 2008-11-20 commit.
13351         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13352         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13353         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13354         NEXT_MATH_H.
13355         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13356         instead of NEXT_MATH_H.
13357
13358 2009-05-21  Bruno Haible  <bruno@clisp.org>
13359
13360         Avoid redefinition warnings for SIZE_MAX.
13361         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13362         Reported by Simon Josefsson.
13363
13364 2009-05-21  Bruno Haible  <bruno@clisp.org>
13365
13366         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13367         AC_CACHE_VAL.
13368
13369 2009-05-20  Bruno Haible  <bruno@clisp.org>
13370
13371         Make zeroptr.h work on mingw.
13372         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13373         mprotect.
13374         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13375         * modules/memchr2-tests (configure.ac): Likewise.
13376         * modules/memcmp-tests (configure.ac): Likewise.
13377         * modules/memmem-tests (configure.ac): Likewise.
13378         * modules/memrchr-tests (configure.ac): Likewise.
13379         Reported by Simon Josefsson.
13380
13381 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13382
13383         * tests/test-glob.c: Include string.h for strcmp prototype.
13384
13385 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13386
13387         * modules/getdelim (Depends-on): Add explicit stdint, although it
13388         was implicitly already pulled in via realloc-posix.
13389         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13390
13391 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13392
13393         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13394         G. Christensen" <tgc@jupiterrise.com>.
13395         * m4/sys_socket_h.m4: Check for sa_family_t.
13396         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13397         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13398         * tests/test-sys_socket.c: Check that sa_family_t works.
13399
13400 2009-05-18  Eric Blake  <ebb9@byu.net>
13401
13402         maint.mk: allow gnulib_dir in VPATH build
13403         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13404
13405 2009-05-15  Jim Meyering  <meyering@redhat.com>
13406
13407         maint.mk: Give gnulib_dir a default definition.
13408         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13409         Thus, most packages no longer need to specify this variable in cfg.mk
13410
13411 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13412
13413         rename.m4: fix typos that would make non-mingw cross-configure fail
13414         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13415
13416 2009-05-13  Eric Blake  <ebb9@byu.net>
13417
13418         mmap-anon: avoid out-of-order autoconf expansion
13419         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13420         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13421         * modules/memchr-tests (Depends-on): Add extensions.
13422         * modules/memchr2-tests (Depends-on): Add extensions.
13423         * modules/memcmp-tests (Depends-on): Add extensions.
13424         * modules/memmem-tests (Depends-on): Add extensions.
13425         * modules/memrchr-tests (Depends-on): Add extensions.
13426
13427 2009-05-13  Bruno Haible  <bruno@clisp.org>
13428
13429         Make some tests ISO C 99 compliant.
13430         * tests/zerosize-ptr.h: New file.
13431         * tests/test-memchr.c: Include zerosize-ptr.h.
13432         (main): Use a zero-size object pointer instead of NULL.
13433         * tests/test-memchr2.c: Include zerosize-ptr.h.
13434         (main): Use a zero-size object pointer instead of NULL.
13435         * tests/test-memcmp.c: Include zerosize-ptr.h.
13436         (main): Use a zero-size object pointer instead of NULL.
13437         * tests/test-memmem.c: Include zerosize-ptr.h.
13438         (main): Use a zero-size object pointer instead of NULL.
13439         * tests/test-memrchr.c: Include zerosize-ptr.h.
13440         (main): Use a zero-size object pointer instead of NULL.
13441         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13442         m4/mmap-anon.m4.
13443         (Depends-on): Add getpagesize.
13444         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13445         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13446         m4/mmap-anon.m4.
13447         (Depends-on): Add getpagesize.
13448         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13449         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13450         m4/mmap-anon.m4.
13451         (Depends-on): Add getpagesize.
13452         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13453         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13454         m4/mmap-anon.m4.
13455         (Depends-on): Add getpagesize.
13456         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13457         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13458         m4/mmap-anon.m4.
13459         (Depends-on): Add getpagesize.
13460         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13461
13462 2009-05-12  Bruno Haible  <bruno@clisp.org>
13463
13464         Tests for module 'alignof'.
13465         * modules/alignof-tests: New file.
13466         * tests/test-alignof.c: New file.
13467
13468 2009-05-12  Bruno Haible  <bruno@clisp.org>
13469
13470         Fix alignof macro.
13471         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13472         vendor compilers that are always correct.
13473
13474 2009-05-12  Bruno Haible  <bruno@clisp.org>
13475
13476         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13477         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13478         not whether its fully works.
13479
13480 2009-05-12  Bruno Haible  <bruno@clisp.org>
13481
13482         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13483
13484 2009-05-12  Jim Meyering  <meyering@redhat.com>
13485
13486         * top/maint.mk: Adjust backslash alignment.
13487
13488 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13489
13490         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13491
13492 2009-05-11  Eric Blake  <ebb9@byu.net>
13493
13494         argp: avoid undefined behavior
13495         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13496         macros.
13497
13498 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13499
13500         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13501         user.name to prevent git commit from complaining.
13502
13503 2009-05-10  Bruno Haible  <bruno@clisp.org>
13504
13505         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13506         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13507         it rewrites every file name only once.
13508         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13509
13510 2009-05-08  Bruno Haible  <bruno@clisp.org>
13511
13512         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13513         instead of 'max'.
13514
13515 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13516
13517         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13518         sockaddr_storage test.
13519
13520 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13521
13522         * modules/sys_socket (Makefile.am): Substitute
13523         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13524         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13525         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13526         * tests/test-sys_socket.c: Check sockaddr_storage.
13527
13528 2009-05-08  Bruno Haible  <bruno@clisp.org>
13529
13530         New module 'alignof'.
13531         * lib/alignof.h: New file.
13532         * modules/alignof: New file.
13533
13534 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13535             Bruno Haible  <bruno@clisp.org>
13536
13537         Fix test-file-has-acl on FreeBSD.
13538         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13539         mask is implicitly added.
13540         * tests/test-file-has-acl.c: Include <signal.h>.
13541         (main): Terminate the test after 5 seconds.
13542         * modules/acl-tests (configure.ac): Check for alarm function.
13543
13544 2009-05-04  Bruno Haible  <bruno@clisp.org>
13545
13546         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13547         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13548         * modules/errno (configure.ac): Drop AC_REQUIRE.
13549         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13550         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13551
13552 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13553
13554         * modules/glob-tests: New module.
13555         * tests/test-glob.c: Add.
13556
13557 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13558
13559         * modules/fnmatch-tests: New module.
13560         * tests/test-fnmatch.c: Add.
13561
13562 2009-05-04  Eric Blake  <ebb9@byu.net>
13563
13564         maint: make the new no-submodule-changes rule VPATH-safe
13565         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13566
13567 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13568             Bruno Haible  <bruno@clisp.org>
13569
13570         acl: Fix infinite loop on FreeBSD.
13571         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13572         of return value from acl_get_entry.
13573         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13574         Likewise.
13575
13576 2009-05-03  Bruno Haible  <bruno@clisp.org>
13577
13578         * lib/acl-internal.h (acl_entries): Clarify return value.
13579         * lib/acl_entries.c (acl_entries): Likewise.
13580
13581 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13582
13583         Bug fix in acl module.
13584         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13585
13586 2009-05-03  Bruno Haible  <bruno@clisp.org>
13587
13588         Create gperf-generated file in the source dir, not in the build dir.
13589         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13590         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13591         * modules/unicase/locale-language (unicase/locale-languages.h):
13592         Likewise.
13593         * modules/unicase/special-casing (unicase/special-casing-table.h):
13594         Likewise.
13595         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13596         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13597         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13598         Reported by Ralf Wildenhues.
13599
13600 2009-05-03  Bruno Haible  <bruno@clisp.org>
13601
13602         * modules/fnmatch (Description, configure.ac): Taken from
13603         fnmatch-posix.
13604         * modules/fnmatch-posix: Turn into a symbolic reference to the
13605         'fnmatch' module, and deprecate.
13606         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13607
13608 2009-05-03  Bruno Haible  <bruno@clisp.org>
13609
13610         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13611         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13612         Reported by Ralf Wildenhues.
13613
13614 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13615
13616         * m4/fnmatch.m4: Fix fnmatch re-define.
13617
13618 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13619
13620         priv-set: new module and tests; adapt write-any-file
13621         * lib/priv-set.c: New file.
13622         * lib/priv-set.h: New file.
13623         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13624         * lib/write-any-file.c: Simplify by using priv-set module.
13625         * m4/priv-set.m4: New file.
13626         * modules/priv-set: New file.
13627         * modules/unlinkdir: Add dependency on priv-set module.
13628         * modules/write-any-file: Likewise.
13629
13630         Tests for module 'priv-set'.
13631         * modules/priv-set-tests: New file.
13632         * tests/test-priv-set.c: New file.
13633
13634 2009-05-03  Jim Meyering  <meyering@redhat.com>
13635             Bruno Haible  <bruno@clisp.org>
13636
13637         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13638         use the converted UTF-8 variant of the name instead.
13639
13640 2009-05-03  Jim Meyering  <meyering@redhat.com>
13641
13642         tests: tighten some getdate tests
13643         * tests/test-getdate.c (main): Tighten tests: require equality,
13644         not just greater than.  Set TZ envvar to UTC0.
13645
13646 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13647
13648         getdate: correctly interpret "next monday" when run on a Monday
13649         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13650         that e.g., "next tues" (when run on a tuesday) results in a date
13651         that is one week in the future, and not today's date.
13652         I.e., add a week when the wday is the same as the current one.
13653         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13654         and earlier by Martin Bernreuther and Jan Minář.
13655         * tests/test-getdate.c (main): Check that "next DAY" is always in
13656         the future and that "last DAY" is always in the past.
13657
13658 2009-05-02  Jim Meyering  <meyering@redhat.com>
13659
13660         build: ensure that a release build fails when a submodule is unclean
13661         * top/maint.mk (no-submodule-changes): New rule.
13662         (alpha beta major): Depend on it.
13663
13664 2009-05-02  Bruno Haible  <bruno@clisp.org>
13665
13666         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
13667         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
13668         shell variable gl_fnmatch_required to detect which variant is
13669         requested.
13670         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
13671         gl_FUNC_FNMATCH_POSIX.
13672         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
13673         exclude fnmatch-posix.
13674
13675 2009-05-02  Bruno Haible  <bruno@clisp.org>
13676
13677         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
13678         * modules/mbsrtowcs (License): Change to LGPLv2+.
13679         * modules/strnlen1 (License): Likewise.
13680         Reported by Simon Josefsson.
13681
13682 2009-05-02  Bruno Haible  <bruno@clisp.org>
13683
13684         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
13685         "cross".
13686         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
13687         gnulib-tool was called with option --source-base=lib.
13688
13689 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13690
13691         Use automake *-local hooks without commands, for extensibility.
13692         * modules/localcharset (Makefile.am): Rename install-exec-local
13693         rule to install-exec-localcharset, and make it a prerequisite of
13694         install-exec-local.  Likewise, rename the uninstall-local rule to
13695         uninstall-localcharset, and make it a prerequisite of the former.
13696
13697 2009-05-01  Bruno Haible  <bruno@clisp.org>
13698
13699         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
13700         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13701         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
13702         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
13703         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
13704         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13705         m4/locale-zh.m4, m4/codeset.m4.
13706
13707         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
13708         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
13709         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
13710         m4/locale-zh.m4.
13711
13712         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
13713         REPLACE_WCRTOMB if mbstate_t must be replaced.
13714         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
13715         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
13716
13717 2009-05-01  Bruno Haible  <bruno@clisp.org>
13718
13719         Avoid compiler warnings when redefining macros defined by <libintl.h>.
13720         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
13721         dngettext, dcngettext, textdomain, bindtextdomain,
13722         bind_textdomain_codeset): Undefine before redefining.
13723
13724 2009-04-30  Bruno Haible  <bruno@clisp.org>
13725
13726         Fix bug introduced on 2009-04-25.
13727         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
13728         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
13729         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
13730         is defined.
13731         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
13732         is defined.
13733         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
13734         is defined.
13735         Reported by Elbert_Pol <elbert.pol@gmail.com>.
13736
13737 2009-04-28  Bruno Haible  <bruno@clisp.org>
13738
13739         Comment tweaks.
13740         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
13741         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
13742         * lib/unicase.h (u*_casexfrm): Likewise.
13743         Reported by Paolo Bonzini.
13744
13745 2009-04-28  Bruno Haible  <bruno@clisp.org>
13746
13747         Fix a compilation error.
13748         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
13749         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
13750         Reported by Jim Meyering.
13751
13752 2009-04-27  Bruno Haible  <bruno@clisp.org>
13753
13754         New module 'libunistring'.
13755         * modules/libunistring: New file.
13756         * m4/libunistring.m4: New file.
13757         * MODULES.html.sh (Unicode string functions): Add it.
13758
13759 2009-04-27  Eric Blake  <ebb9@byu.net>
13760
13761         maint.mk: allow package-specific header to provide <config.h>
13762         * top/maint.mk (sc_require_config_h): New variable.
13763         (sc_require_config_h, sc_require_config_h_first): Use it.
13764
13765 2009-04-27  Simon Josefsson  <simon@josefsson.org>
13766
13767         * top/maint.mk (sc_avoid_if_before_free): Except
13768         useless-if-before-free script.
13769
13770 2009-04-27  Eric Blake  <ebb9@byu.net>
13771
13772         maintainer-makefile: depend on all required helper scripts
13773         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
13774         useless-if-before-free.
13775         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
13776         version, rather than assuming gnulib checkout is available.
13777         Reported by Simen Josefsson.
13778
13779 2009-04-26  Bruno Haible  <bruno@clisp.org>
13780
13781         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
13782         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
13783         "../" or "..".
13784
13785 2009-04-26  Bruno Haible  <bruno@clisp.org>
13786
13787         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
13788         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
13789         AC_LIB_HAVE_LINKFLAGS.
13790
13791 2009-04-26  Bruno Haible  <bruno@clisp.org>
13792
13793         Simplify calling convention of u*_conv_from_encoding.
13794         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
13795         u32_conv_from_encoding): Expect a resultbuf argument and return the
13796         result directly as a pointer.
13797         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
13798         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
13799         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
13800         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
13801         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
13802         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13803         Update.
13804         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
13805         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
13806         * lib/vasnprintf.c (VASNPRINTF): Update.
13807         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
13808         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
13809         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
13810         * NEWS: Mention the change.
13811
13812 2009-04-26  Bruno Haible  <bruno@clisp.org>
13813
13814         Simplify calling convention of u*_conv_to_encoding.
13815         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
13816         u32_conv_to_encoding): Expect a resultbuf argument and return the
13817         result directly as a pointer.
13818         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13819         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
13820         freeing scaled_offsets if mem_iconveha failed.
13821         * lib/unicase/u-casexfrm.h (FUNC): Update.
13822         * lib/uninorm/u-normxfrm.h (FUNC): Update.
13823         * lib/vasnprintf.c (VASNPRINTF): Update.
13824         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
13825         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
13826         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
13827         * NEWS: Mention the change.
13828
13829 2009-04-26  Bruno Haible  <bruno@clisp.org>
13830
13831         Avoid test failures on AIX and OSF/1.
13832         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
13833         malloc(0).
13834         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
13835         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
13836         Likewise.
13837         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
13838         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
13839         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
13840         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
13841         * doc/posix-functions/malloc.texi: Document the portability problem
13842         related to malloc(0).
13843
13844 2009-04-26  Bruno Haible  <bruno@clisp.org>
13845
13846         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
13847         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
13848         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
13849
13850 2009-04-25  Bruno Haible  <bruno@clisp.org>
13851
13852         Avoid link error when creating a namespace clean library.
13853         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
13854         as macro with arguments if already defined as an alias.
13855         * lib/signbitf.c (gl_signbitf): Don't undefine.
13856         * lib/signbitd.c (gl_signbitd): Don't undefine.
13857         * lib/signbitl.c (gl_signbitl): Don't undefine.
13858
13859 2009-04-25  Jim Meyering  <meyering@redhat.com>
13860
13861         vc-list-files: fix another quoting bug
13862         * build-aux/vc-list-files: Avoid sed backslash expansion
13863         of pathological directory names.
13864
13865 2009-04-25  Eric Blake  <ebb9@byu.net>
13866
13867         vc-list-files: fix shell quoting error
13868         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
13869         timestamp.
13870
13871 2009-04-25  Jim Meyering  <meyering@redhat.com>
13872
13873         vc-list-files: restore lost functionality with subdir argument
13874         * build-aux/vc-list-files: When given a non-"." sub-directory
13875         argument, substitute the $dir/ prefix back onto each resulting name.
13876         Otherwise, coreutils' root_tests check would fail.
13877
13878 2009-04-24  Eric Blake  <ebb9@byu.net>
13879
13880         vc-list-files: ignore git symlinks
13881         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
13882         than ls-files, to ignore git symlinks.
13883
13884         maint.mk: import improvements from m4
13885         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
13886         (move_if_change): Delete unused macro.
13887         (news-date-check, vc-diff-check): Support VPATH builds.
13888         (announcement): Likewise.  Split --bootstrap-tools list...
13889         (boostrap-tools): ...into separate list, which can be overridden
13890         in cfg.mk.
13891         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
13892         requiring dependency on useless-if-before-free module.
13893         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
13894         Support VPATH builds.
13895
13896 2009-04-24  Jim Meyering  <meyering@redhat.com>
13897
13898         maint.mk: remove coreutils-specific rules and variables
13899         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
13900         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
13901         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
13902
13903         maint.mk: remove obsolete rule
13904         * top/maint.mk (rel-check): Remove rule.
13905         (WGET, WGETFLAGS): Remove now-unused variables.
13906
13907 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13908
13909         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
13910         consistency.
13911
13912         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
13913         '$(PATH_SEPARATOR)' instead of ':'.
13914
13915 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13916
13917         * lib/getopt1.c (main): Use 'const' for static array.
13918
13919 2009-04-24  Simon Josefsson  <simon@josefsson.org>
13920
13921         * top/maint.mk: Sync with coreutils.
13922         * NEWS: Explain incompatibilities.
13923
13924 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
13925             Bruno Haible  <bruno@clisp.org>
13926
13927         Fix cross-compilation results.
13928         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
13929         statement, as third argument of AC_TRY_RUN.
13930         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
13931         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
13932         Likewise.
13933         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
13934         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
13935         Likewise.
13936         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
13937         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
13938         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
13939
13940 2009-04-20  Bruno Haible  <bruno@clisp.org>
13941
13942         Avoid test failure on mingw.
13943         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
13944
13945 2009-04-20  Bruno Haible  <bruno@clisp.org>
13946
13947         Avoid compilation error on mingw.
13948         * modules/localename-tests (Depends-on): Add locale.
13949
13950 2009-04-19  Bruno Haible  <bruno@clisp.org>
13951
13952         Support for building a shared library on Windows platforms.
13953         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
13954         (main): Test the presence of UNINORM_NFC here.
13955         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
13956         (main): Test the presence of UNINORM_NFD here.
13957         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
13958         (main): Test the presence of UNINORM_NFKC here.
13959         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
13960         (main): Test the presence of UNINORM_NFKD here.
13961
13962 2009-04-19  Bruno Haible  <bruno@clisp.org>
13963
13964         Avoid a compiler warning.
13965         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
13966         Change type of variable 'sequence'.
13967
13968 2009-04-19  Bruno Haible  <bruno@clisp.org>
13969
13970         * modules/configmake (Makefile.am): When the contents of configmake.h
13971         does not change, arrange to preserve its modification time.
13972
13973 2009-04-17  Simon Josefsson  <simon@josefsson.org>
13974
13975         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
13976         gettext domain.
13977
13978 2009-04-16  Jim Meyering  <meyering@redhat.com>
13979
13980         useless-if-before-free: improve conversion code
13981         * build-aux/useless-if-before-free: Adjust code-in-comment to match
13982         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
13983
13984 2009-04-14  Bruno Haible  <bruno@clisp.org>
13985
13986         * modules/fcntl (Depends-on): Add extensions.
13987         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
13988
13989 2009-04-12  Ben Pfaff  <blp@gnu.org>
13990
13991         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
13992         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
13993
13994 2009-03-20  Ben Pfaff  <blp@gnu.org>
13995
13996         Make rename replace existing destinations on Windows.
13997         * m4/rename.m4: Add test for Mingw.
13998         * lib/rename.c: Add rename replacement that uses MoveFileEx with
13999         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14000         * doc/posix-functions/rename.texi: Document.
14001
14002 2009-04-10  Bruno Haible  <bruno@clisp.org>
14003
14004         New include file "iconveh.h".
14005         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14006         * lib/striconveh.h: Include it.
14007         (enum iconv_ilseq_handler): Remove definition.
14008         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14009         striconveh.h.
14010         * lib/striconveha.c: Include striconveh.h.
14011         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14012         * modules/striconveh (Files): Add lib/iconveh.h.
14013         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14014         lib/striconveh.h.
14015
14016 2009-04-10  Bruno Haible  <bruno@clisp.org>
14017
14018         * lib/uniconv.h: Update comment.
14019
14020 2009-04-10  Bruno Haible  <bruno@clisp.org>
14021
14022         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14023         always.
14024         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14025         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14026         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14027         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14028         "unistring-notinline.h", so that the function gets defined always.
14029         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14030         * lib/unistr/u8-uctomb.c: Likewise.
14031         * lib/unistr/u16-mbtouc.c: Likewise.
14032         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14033         * lib/unistr/u16-uctomb.c: Likewise.
14034         * lib/unistr/u32-mbtouc.c: Likewise.
14035         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14036         * lib/unistr/u32-uctomb.c: Likewise.
14037
14038 2009-04-10  Bruno Haible  <bruno@clisp.org>
14039
14040         Mark 'utime' obsolete.
14041         * modules/utime (Status, Notice): New sections.
14042         Suggested by Jim Meyering.
14043
14044         Fix cross-compile guess for utime test.
14045         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14046         autoconf.
14047         * doc/posix-functions/utime.texi: Give more precisions.
14048         Reported by Jan <ipif@ymail.com>.
14049
14050 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14051
14052         filevercmp: correct today's change
14053         * lib/filevercmp.c: Also handle coreutils' test inputs.
14054         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14055
14056         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14057         for reporting it.
14058         * lib/filevercmp.c: Special handle for "", "." and "..".
14059         * tests/test-filevercmp.c: Enlarge the set suite.
14060
14061 2009-04-07  Jim Meyering  <meyering@redhat.com>
14062
14063         useless-if-before-free: show how to remove braced useless free, too
14064         * build-aux/useless-if-before-free: still only in a comment, though.
14065
14066 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14067
14068         maint.mk: import changes to syntax-check macros from coreutils
14069         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14070         Use them in the relevant macros.
14071
14072 2009-04-06  Bruno Haible  <bruno@clisp.org>
14073
14074         Fix unportable use of bit-fields.
14075         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14076         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14077         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14078
14079 2009-04-06  Bruno Haible  <bruno@clisp.org>
14080
14081         Avoid test failures on AIX and OSF/1.
14082         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14083         that malloc(0) = NULL.
14084         * tests/unicase/test-u8-tolower.c (check): Likewise.
14085         * tests/unicase/test-u8-totitle.c (check): Likewise.
14086         * tests/unicase/test-u8-toupper.c (check): Likewise.
14087         * tests/unicase/test-u16-casefold.c (check): Likewise.
14088         * tests/unicase/test-u16-tolower.c (check): Likewise.
14089         * tests/unicase/test-u16-totitle.c (check): Likewise.
14090         * tests/unicase/test-u16-toupper.c (check): Likewise.
14091         * tests/unicase/test-u32-casefold.c (check): Likewise.
14092         * tests/unicase/test-u32-tolower.c (check): Likewise.
14093         * tests/unicase/test-u32-totitle.c (check): Likewise.
14094         * tests/unicase/test-u32-toupper.c (check): Likewise.
14095         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14096         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14097         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14098         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14099         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14100         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14101         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14102         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14103         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14104         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14105         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14106         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14107
14108 2009-04-05  Bruno Haible  <bruno@clisp.org>
14109
14110         Work around an autoconf limitation.
14111         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14112         comment line if it would be longer than 3 KB.
14113
14114 2009-04-05  Bruno Haible  <bruno@clisp.org>
14115
14116         Avoid test failure with libiconv-1.13.
14117         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14118         of the expected test results.
14119
14120 2009-04-05  Bruno Haible  <bruno@clisp.org>
14121
14122         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14123         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14124         that it should be installed.
14125
14126 2009-04-05  Bruno Haible  <bruno@clisp.org>
14127
14128         * gnulib-tool: New option --copy-file.
14129         (func_usage): Document it.
14130         (func_dest_tmpfilename): Moved out of func_import.
14131         (func_add_file, func_update_file): New functions, extracted from
14132         func_import.
14133         (func_import): Update.
14134
14135 2009-04-05  Karl Berry  <karl@gnu.org>
14136
14137         * README: prominently mention gnulib-tool.
14138         Rearrange sections so getting the code is near the top.
14139
14140 2009-04-05  Bruno Haible  <bruno@clisp.org>
14141
14142         * lib/unicase.h: Mention u*_cmp2.
14143         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14144         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14145         * lib/unicase/ulc-casecmp.c: Likewise.
14146         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14147         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14148         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14149         unistr/u8-cmp.
14150         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14151         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14152         unistr/u16-cmp.
14153         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14154         unistr/u32-cmp.
14155
14156         * lib/uninorm.h: Mention u*_cmp2.
14157         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14158         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14159         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14160         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14161         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14162         unistr/u8-cmp.
14163         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14164         unistr/u16-cmp.
14165         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14166         unistr/u32-cmp.
14167
14168         New module 'unistr/u32-cmp2'.
14169         * lib/unistr/u32-cmp2.c: New file.
14170         * modules/unistr/u32-cmp2: New file.
14171
14172         New module 'unistr/u16-cmp2'.
14173         * lib/unistr/u16-cmp2.c: New file.
14174         * modules/unistr/u16-cmp2: New file.
14175
14176         New module 'unistr/u8-cmp2'.
14177         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14178         * lib/unistr/u8-cmp2.c: New file.
14179         * lib/unistr/u-cmp2.h: New file.
14180         * modules/unistr/u8-cmp2: New file.
14181
14182 2009-04-05  Bruno Haible  <bruno@clisp.org>
14183
14184         * lib/unictype.h (uc_property_is_valid): New macro.
14185         * tests/unictype/test-pr_byname.c (main): Use it.
14186
14187         * lib/unistr.h: Doc fixes.
14188         * lib/uniconv.h: Doc fixes.
14189         * lib/unictype.h: Doc fixes.
14190
14191 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14192
14193         Port coreutils 7.2 to Solaris 8.
14194
14195         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14196         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14197         for Solaris 8.  This is a bit of a hack, as it means it's the
14198         caller's responsibility to add -lnsl if needed, but most likely it
14199         won't be needed since only getaddrinfo uses this and getaddrinfo
14200         isn't needed on Solaris 8.
14201
14202         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14203         problem to Solaris 8 encountered with coreutils 7.2, which
14204         resulted in a message "fnmatch.c:292: warning: passing argument 4
14205         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14206         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14207
14208 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14209
14210         * m4/ld-version-script.m4: Add FIXME comment.
14211
14212 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14213
14214         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14215         SOVERSION variable.
14216
14217 2009-04-02  Bruno Haible  <bruno@clisp.org>
14218
14219         * Makefile (info, html, dvi, pdf): Combine the rules.
14220         Suggested by Jim Meyering.
14221
14222 2009-04-01  Bruno Haible  <bruno@clisp.org>
14223
14224         * Makefile (info, html, dvi, pdf): New targets.
14225         Reported by Reuben Thomas <rrt@sc3d.org>.
14226
14227 2009-04-01  Bruno Haible  <bruno@clisp.org>
14228
14229         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14230         can be put into PATH.
14231         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14232
14233 2009-04-01  Bruno Haible  <bruno@clisp.org>
14234
14235         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14236
14237 2009-04-01  Bruno Haible  <bruno@clisp.org>
14238
14239         Rename module 'visibility'.
14240         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14241         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14242         * doc/gnulib.texi: Update.
14243         * MODULES.html.sh (Misc): Update.
14244         * NEWS: Mention the change.
14245
14246 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14247
14248         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14249         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14250         Eric Blake <ebb9@byu.net> for review.
14251         * MODULES.html.sh: Add lib-msvc-compat.
14252         * doc/gnulib.texi: Link to new section.
14253         * m4/ld-output-def.m4: New file.
14254         * doc/ld-output-def.texi: New file.
14255
14256 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14257
14258         Rename ld-version-script to lib-symbol-versions.  Suggested by
14259         Bruno Haible <bruno@clisp.org>.
14260         * modules/ld-version-script: Renamed to lib-symbol-versions.
14261         * doc/ld-version-script.texi: Fix module name.
14262         * MODULES.html.sh: Add lib-symbol-versions.
14263
14264 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14265
14266         * modules/u64-tests: New file.
14267         * tests/test-u64.c: New file.
14268
14269 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14270
14271         * MODULES.html.sh: Mention u64.
14272         * modules/u64: New module.
14273         * modules/crypto/sha512: Depend on u64 module instead of providing
14274         u64.h.
14275
14276 2009-03-27  Eric Blake  <ebb9@byu.net>
14277
14278         test-strerror: make debugging EAI_SYSTEM easier
14279         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14280         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14281         failure was EAI_SYSTEM.
14282
14283 2009-03-25  Bruno Haible  <bruno@clisp.org>
14284
14285         Fix a problem with --enable-relocatable on Solaris 7.
14286         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14287         since 2008-02-24.
14288
14289 2009-03-25  Eric Blake  <ebb9@byu.net>
14290
14291         test-sockets: avoid gcc warning
14292         * tests/test-sockets.c (main): Silence compiler warning.
14293
14294 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         New modules nproc, pthread, contributed by Glen Lenker.
14297
14298         * MODULES.html.sh: Add pthread, nproc.
14299         * lib/nproc.c: New file.
14300         * lib/nproc.h: New file.
14301         * lib/pthread.in.h: New file.
14302         * m4/pthread.m4: New file.
14303         * modules/nproc: New file.
14304         * modules/pthread: New file.
14305
14306 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14307
14308         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14309         New variable.
14310
14311 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14312
14313         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14314         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14315         * tests/test-filevercmp.c: Add tests for backup suffixes.
14316
14317 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14318
14319         * modules/stdlib (Depends-on): Add stdint, needed when defining
14320         struct random_data on, for example, HP-UX 10.20.  Reported by
14321         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14322
14323 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14324
14325         * lib/readline.c (readline): Call fflush on stdout after printing
14326         prompt.
14327
14328 2009-03-20  Bruno Haible  <bruno@clisp.org>
14329
14330         Remove dependency from 'close' module to -lws2_32 on native Windows.
14331         * lib/close-hook.h: New file.
14332         * lib/close-hook.c: New file.
14333         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14334         w32sock.h.
14335         (_gl_close_fd_maybe_socket): Remove function.
14336         (rpl_close): Invoke execute_all_close_hooks instead of
14337         _gl_close_fd_maybe_socket.
14338         * lib/sockets.c: Include close-hook.h, w32sock.h.
14339         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14340         (close_sockets_hook): New variable.
14341         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14342         (gl_sockets_cleanup): Unregister it.
14343         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14344         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14345         * modules/close-hook: New file.
14346         * modules/close (Files): Remove lib/w32sock.h.
14347         (Depends-on): Add close-hook.
14348         (Link): Remove section.
14349         * modules/sockets (Files): Add lib/w32sock.h.
14350         (Depends-on): Add close-hook.
14351         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14352         invocation.
14353         * NEWS: Mention that LIB_CLOSE is gone.
14354
14355 2009-03-23  Eric Blake  <ebb9@byu.net>
14356
14357         signal-tests: test previous patch
14358         * tests/test-signal.c: New file.
14359         * modules/signal-tests: Likewise.
14360
14361         signal.h: always support 'volatile sig_atomic_t'
14362         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14363         (gl_SIGNAL_H_DEFAULTS): Add a default.
14364         * modules/signal (Makefile.am): Substitute if needed.
14365         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14366         users can blindly add volatile.
14367         * doc/posix-headers/signal.texi (signal.h): Document it.
14368         Reported by Matthew Woehlke.
14369
14370 2009-03-23  Jim Meyering  <meyering@redhat.com>
14371
14372         pathmax: PATH_MAX: use pathconf only when available
14373         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14374         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14375         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14376         This avoids a link failure in a PSP cross-compilation environment
14377         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14378
14379         * lib/vasnprintf.c (divide): Fix typo in comment.
14380
14381 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14382
14383         * gnulib-tool (func_filter_filelist): Fix comment.
14384
14385 2009-03-20  Bruno Haible  <bruno@clisp.org>
14386
14387         Make sockets.h self-contained.
14388         * lib/sockets.c: Include sockets.h first.
14389         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14390
14391 2009-03-19  Eric Blake  <ebb9@byu.net>
14392
14393         doc: mention more functions added in cygwin 1.7.0
14394         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14395         addition.
14396         * doc/posix-functions/log2f.texi: Likewise.
14397
14398 2009-03-19  Jim Meyering  <meyering@redhat.com>
14399
14400         fsusage: avoid syntax error due to statement-before-declaration
14401         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14402         after all declarations.  Reported by Matthew Woehlke in
14403         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14404
14405 2009-03-18  Eric Blake  <ebb9@byu.net>
14406
14407         build-aux/compile: sync from automake
14408         * build-aux/compile: New file, from automake.
14409         * config/srclist.txt: Mention build-aux/compile.
14410
14411 2009-03-17  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/git-merge-changelog.c: Fix typo in comment.
14414         Reported by Reuben Thomas <rrt@sc3d.org>.
14415
14416 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14417
14418         * m4/regex.m4: update and improve help for
14419         --without-included-regex.
14420
14421 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14422
14423         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14424         failure on missing include files.
14425
14426 2009-03-17  Eric Blake  <ebb9@byu.net>
14427
14428         doc: mention more functions added in cygwin 1.7.0
14429         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14430         addition.
14431         * doc/posix-functions/fwscanf.texi: Likewise.
14432         * doc/posix-functions/swprintf.texi: Likewise.
14433         * doc/posix-functions/swscanf.texi: Likewise.
14434         * doc/posix-functions/vfwprintf.texi: Likewise.
14435         * doc/posix-functions/vfwscanf.texi: Likewise.
14436         * doc/posix-functions/vswprintf.texi: Likewise.
14437         * doc/posix-functions/vswscanf.texi: Likewise.
14438         * doc/posix-functions/vwprintf.texi: Likewise.
14439         * doc/posix-functions/vwscanf.texi: Likewise.
14440         * doc/posix-functions/wcscasecmp.texi: Likewise.
14441         * doc/posix-functions/wcsdup.texi: Likewise.
14442         * doc/posix-functions/wcsftime.texi: Likewise.
14443         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14444         * doc/posix-functions/wprintf.texi: Likewise.
14445         * doc/posix-functions/wscanf.texi: Likewise.
14446         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14447
14448 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14449
14450         maint.mk: really add $(AM_MAKEFLAGS)
14451         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14452         was inadvertently omitted in the last commit.
14453         Spotted by Bruno Haible.
14454
14455         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14456         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14457         $(AM_MAKEFLAGS)' rather than plain `make'.
14458
14459         gnulib-tool: execute $MAKE not make
14460         * gnulib-tool: Default $MAKE to 'make'.
14461         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14462         than make.  Initialize $MAKE in the do-autobuild script.
14463
14464         gnulib-tool: use $MAKE not make in generated files
14465         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14466         make, in generated files.  Initialize $MAKE in the do-autobuild
14467         script.
14468
14469         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14470
14471         GNUmakefile: disable parallelism only for multiple, recursive targets
14472         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14473         additions in the Makefile.
14474         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14475         by Automake.
14476         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14477         are listed on the command line and at least one of them is
14478         listed in $(ALL_RECURSIVE_TARGETS).
14479
14480 2009-03-14  Bruno Haible  <bruno@clisp.org>
14481
14482         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14483         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14484         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14485         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14486         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14487         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14488         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14489         unistr/u8-uctomb.
14490         * modules/unistr/u8-strchr (Depends-on): Likewise.
14491         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14492         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14493         unistr/u16-uctomb.
14494         * modules/unistr/u16-strchr (Depends-on): Likewise.
14495         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14496
14497 2009-03-12  Bruno Haible  <bruno@clisp.org>
14498
14499         Work around select() bug on Interix 3.5.
14500         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14501         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14502         * m4/select.m4: New file.
14503         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14504         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14505         * modules/select (Files): Add m4/select.m4.
14506         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14507         * modules/nanosleep (Depends-on): Add select.
14508         * modules/poll (Depends-on): Likewise.
14509         * doc/posix-functions/select.texi: Mention the Interix bug.
14510         Reported by Markus Duft <mduft@gentoo.org>.
14511
14512         * lib/select.c: Renamed from lib/winsock-select.c.
14513         * modules/select (Files): Add lib/select.c, remove
14514         lib/winsock-select.c.
14515         (configure.ac): Update.
14516
14517 2009-03-12  Jim Meyering  <meyering@redhat.com>
14518
14519         avoid gcc warnings about unused macro definitions
14520         * lib/readtokens.c (STREQ): Remove unused definition.
14521         * lib/xmalloc.c (SIZE_MAX): Likewise.
14522         * lib/openat-die.c (N_): Likewise.
14523         * lib/mountlist.c (SIZE_MAX): Remove definition.
14524         Instead, include <stdint.h>.
14525         * lib/readutmp.c: Likewise.
14526         * modules/readutmp (Depends-on): Add stdint.
14527         * modules/mountlist (Depends-on): Add stdint.
14528         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14529
14530 2009-03-10  Bruno Haible  <bruno@clisp.org>
14531
14532         Tests for module 'mbmemcasecoll'.
14533         * modules/mbmemcasecoll-tests: New file.
14534         * tests/test-mbmemcasecoll1.sh: New file.
14535         * tests/test-mbmemcasecoll2.sh: New file.
14536         * tests/test-mbmemcasecoll3.sh: New file.
14537         * tests/test-mbmemcasecoll.c: New file.
14538
14539         New module 'mbmemcasecoll'.
14540         * lib/mbmemcasecoll.h: New file.
14541         * lib/mbmemcasecoll.c: New file.
14542         * modules/mbmemcasecoll: New file.
14543
14544         * tests/test-mbmemcasecmp.h: New file, extracted from
14545         tests/test-mbmemcasecmp.c.
14546         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14547         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14548         (main): Update.
14549         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14550
14551 2009-03-09  Bruno Haible  <bruno@clisp.org>
14552
14553         Tests for module 'mbmemcasecmp'.
14554         * modules/mbmemcasecmp-tests: New file.
14555         * tests/test-mbmemcasecmp1.sh: New file.
14556         * tests/test-mbmemcasecmp2.sh: New file.
14557         * tests/test-mbmemcasecmp3.sh: New file.
14558         * tests/test-mbmemcasecmp.c: New file.
14559
14560         New module 'mbmemcasecmp'.
14561         * lib/mbmemcasecmp.h: New file.
14562         * lib/mbmemcasecmp.c: New file.
14563         * modules/mbmemcasecmp: New file.
14564
14565 2009-03-09  Bruno Haible  <bruno@clisp.org>
14566
14567         Tests for module 'unicase/ulc-casecoll'.
14568         * modules/unicase/ulc-casecoll-tests: New file.
14569         * tests/unicase/test-ulc-casecoll1.sh: New file.
14570         * tests/unicase/test-ulc-casecoll2.sh: New file.
14571         * tests/unicase/test-ulc-casecoll.c: New file.
14572
14573         New module 'unicase/ulc-casecoll'.
14574         * lib/unicase.h (ulc_casecoll): New declaration.
14575         * lib/unicase/ulc-casecoll.c: New file.
14576         * modules/unicase/ulc-casecoll: New file.
14577
14578         New module 'unicase/ulc-casexfrm'.
14579         * lib/unicase.h (ulc_casexfrm): New declaration.
14580         * lib/unicase/ulc-casexfrm.c: New file.
14581         * modules/unicase/ulc-casexfrm: New file.
14582
14583 2009-03-09  Bruno Haible  <bruno@clisp.org>
14584
14585         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14586         invocations.
14587
14588         * m4/mbscasecmp.m4: Remove file.
14589         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14590         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14591
14592         * m4/mbscasestr.m4: Remove file.
14593         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14594         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14595
14596         * m4/mbschr.m4: Remove file.
14597         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14598         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14599
14600         * m4/mbscspn.m4: Remove file.
14601         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14602         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14603
14604         * m4/mbslen.m4: Remove file.
14605         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14606         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14607
14608         * m4/mbsncasecmp.m4: Remove file.
14609         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14610         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14611
14612         * m4/mbsnlen.m4: Remove file.
14613         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14614         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14615
14616         * m4/mbspbrk.m4: Remove file.
14617         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14618         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14619
14620         * m4/mbspcasecmp.m4: Remove file.
14621         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14622         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14623
14624         * m4/mbsrchr.m4: Remove file.
14625         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14626         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14627
14628         * m4/mbssep.m4: Remove file.
14629         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14630         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14631
14632         * m4/mbsspn.m4: Remove file.
14633         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14634         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14635
14636         * m4/mbsstr.m4: Remove file.
14637         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14638         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14639
14640         * m4/mbstok_r.m4: Remove file.
14641         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14642         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14643
14644         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14645
14646         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14647         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14648
14649         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14650
14651 2009-03-08  Bruno Haible  <bruno@clisp.org>
14652
14653         Tests for module 'unicase/ulc-casecmp'.
14654         * modules/unicase/ulc-casecmp-tests: New file.
14655         * tests/unicase/test-ulc-casecmp1.sh: New file.
14656         * tests/unicase/test-ulc-casecmp2.sh: New file.
14657         * tests/unicase/test-ulc-casecmp.c: New file.
14658
14659         New module 'unicase/ulc-casecmp'.
14660         * lib/unicase.h (ulc_casecmp): New declaration.
14661         * lib/unicase/ulc-casecmp.c: New file.
14662         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
14663         'const SRC_UNIT *'.
14664         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
14665         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
14666         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
14667         * modules/unicase/ulc-casecmp: New file.
14668
14669         Tests for module 'unicase/u32-is-cased'.
14670         * modules/unicase/u32-is-cased-tests: New file.
14671         * tests/unicase/test-u32-is-cased.c: New file.
14672
14673         Tests for module 'unicase/u16-is-cased'.
14674         * modules/unicase/u16-is-cased-tests: New file.
14675         * tests/unicase/test-u16-is-cased.c: New file.
14676
14677         Tests for module 'unicase/u8-is-cased'.
14678         * modules/unicase/u8-is-cased-tests: New file.
14679         * tests/unicase/test-u8-is-cased.c: New file.
14680         * tests/unicase/test-is-cased.h: New file.
14681
14682         New module 'unicase/u32-is-cased'.
14683         * lib/unicase/u32-is-cased.c: New file.
14684         * modules/unicase/u32-is-cased: New file.
14685
14686         New module 'unicase/u16-is-cased'.
14687         * lib/unicase/u16-is-cased.c: New file.
14688         * modules/unicase/u16-is-cased: New file.
14689
14690         New module 'unicase/u8-is-cased'.
14691         * lib/unicase/u8-is-cased.c: New file.
14692         * lib/unicase/u-is-cased.h: New file.
14693         * modules/unicase/u8-is-cased: New file.
14694
14695         Tests for module 'unicase/u32-is-casefolded'.
14696         * modules/unicase/u32-is-casefolded-tests: New file.
14697         * tests/unicase/test-u32-is-casefolded.c: New file.
14698
14699         Tests for module 'unicase/u16-is-casefolded'.
14700         * modules/unicase/u16-is-casefolded-tests: New file.
14701         * tests/unicase/test-u16-is-casefolded.c: New file.
14702
14703         Tests for module 'unicase/u8-is-casefolded'.
14704         * modules/unicase/u8-is-casefolded-tests: New file.
14705         * tests/unicase/test-u8-is-casefolded.c: New file.
14706         * tests/unicase/test-is-casefolded.h: New file.
14707
14708         New module 'unicase/u32-is-casefolded'.
14709         * lib/unicase/u32-is-casefolded.c: New file.
14710         * modules/unicase/u32-is-casefolded: New file.
14711
14712         New module 'unicase/u16-is-casefolded'.
14713         * lib/unicase/u16-is-casefolded.c: New file.
14714         * modules/unicase/u16-is-casefolded: New file.
14715
14716         New module 'unicase/u8-is-casefolded'.
14717         * lib/unicase/u8-is-casefolded.c: New file.
14718         * modules/unicase/u8-is-casefolded: New file.
14719
14720         Tests for module 'unicase/u32-is-titlecase'.
14721         * modules/unicase/u32-is-titlecase-tests: New file.
14722         * tests/unicase/test-u32-is-titlecase.c: New file.
14723
14724         Tests for module 'unicase/u16-is-titlecase'.
14725         * modules/unicase/u16-is-titlecase-tests: New file.
14726         * tests/unicase/test-u16-is-titlecase.c: New file.
14727
14728         Tests for module 'unicase/u8-is-titlecase'.
14729         * modules/unicase/u8-is-titlecase-tests: New file.
14730         * tests/unicase/test-u8-is-titlecase.c: New file.
14731         * tests/unicase/test-is-titlecase.h: New file.
14732
14733         New module 'unicase/u32-is-titlecase'.
14734         * lib/unicase/u32-is-titlecase.c: New file.
14735         * modules/unicase/u32-is-titlecase: New file.
14736
14737         New module 'unicase/u16-is-titlecase'.
14738         * lib/unicase/u16-is-titlecase.c: New file.
14739         * modules/unicase/u16-is-titlecase: New file.
14740
14741         New module 'unicase/u8-is-titlecase'.
14742         * lib/unicase/u8-is-titlecase.c: New file.
14743         * modules/unicase/u8-is-titlecase: New file.
14744
14745         Tests for module 'unicase/u32-is-lowercase'.
14746         * modules/unicase/u32-is-lowercase-tests: New file.
14747         * tests/unicase/test-u32-is-lowercase.c: New file.
14748
14749         Tests for module 'unicase/u16-is-lowercase'.
14750         * modules/unicase/u16-is-lowercase-tests: New file.
14751         * tests/unicase/test-u16-is-lowercase.c: New file.
14752
14753         Tests for module 'unicase/u8-is-lowercase'.
14754         * modules/unicase/u8-is-lowercase-tests: New file.
14755         * tests/unicase/test-u8-is-lowercase.c: New file.
14756         * tests/unicase/test-is-lowercase.h: New file.
14757
14758         New module 'unicase/u32-is-lowercase'.
14759         * lib/unicase/u32-is-lowercase.c: New file.
14760         * modules/unicase/u32-is-lowercase: New file.
14761
14762         New module 'unicase/u16-is-lowercase'.
14763         * lib/unicase/u16-is-lowercase.c: New file.
14764         * modules/unicase/u16-is-lowercase: New file.
14765
14766         New module 'unicase/u8-is-lowercase'.
14767         * lib/unicase/u8-is-lowercase.c: New file.
14768         * modules/unicase/u8-is-lowercase: New file.
14769
14770         Tests for module 'unicase/u32-is-uppercase'.
14771         * modules/unicase/u32-is-uppercase-tests: New file.
14772         * tests/unicase/test-u32-is-uppercase.c: New file.
14773
14774         Tests for module 'unicase/u16-is-uppercase'.
14775         * modules/unicase/u16-is-uppercase-tests: New file.
14776         * tests/unicase/test-u16-is-uppercase.c: New file.
14777
14778         Tests for module 'unicase/u8-is-uppercase'.
14779         * modules/unicase/u8-is-uppercase-tests: New file.
14780         * tests/unicase/test-u8-is-uppercase.c: New file.
14781         * tests/unicase/test-is-uppercase.h: New file.
14782
14783         New module 'unicase/u32-is-uppercase'.
14784         * lib/unicase/u32-is-uppercase.c: New file.
14785         * modules/unicase/u32-is-uppercase: New file.
14786
14787         New module 'unicase/u16-is-uppercase'.
14788         * lib/unicase/u16-is-uppercase.c: New file.
14789         * modules/unicase/u16-is-uppercase: New file.
14790
14791         New module 'unicase/u8-is-uppercase'.
14792         * lib/unicase/u8-is-uppercase.c: New file.
14793         * modules/unicase/u8-is-uppercase: New file.
14794
14795         New module 'unicase/u32-is-invariant'.
14796         * lib/unicase/u32-is-invariant.c: New file.
14797         * modules/unicase/u32-is-invariant: New file.
14798
14799         New module 'unicase/u16-is-invariant'.
14800         * lib/unicase/u16-is-invariant.c: New file.
14801         * modules/unicase/u16-is-invariant: New file.
14802
14803         New module 'unicase/u8-is-invariant'.
14804         * lib/unicase/u8-is-invariant.c: New file.
14805         * lib/unicase/invariant.h: New file.
14806         * lib/unicase/u-is-invariant.h: New file.
14807         * modules/unicase/u8-is-invariant: New file.
14808
14809         Tests for module 'unicase/u32-casecoll'.
14810         * modules/unicase/u32-casecoll-tests: New file.
14811         * tests/unicase/test-u32-casecoll.c: New file.
14812
14813         Tests for module 'unicase/u16-casecoll'.
14814         * modules/unicase/u16-casecoll-tests: New file.
14815         * tests/unicase/test-u16-casecoll.c: New file.
14816
14817         Tests for module 'unicase/u8-casecoll'.
14818         * modules/unicase/u8-casecoll-tests: New file.
14819         * tests/unicase/test-u8-casecoll.c: New file.
14820
14821         New module 'unicase/u32-casecoll'.
14822         * lib/unicase/u32-casecoll.c: New file.
14823         * modules/unicase/u32-casecoll: New file.
14824
14825         New module 'unicase/u16-casecoll'.
14826         * lib/unicase/u16-casecoll.c: New file.
14827         * modules/unicase/u16-casecoll: New file.
14828
14829         New module 'unicase/u8-casecoll'.
14830         * lib/unicase/u8-casecoll.c: New file.
14831         * lib/unicase/u-casecoll.h: New file.
14832         * modules/unicase/u8-casecoll: New file.
14833
14834         New module 'unicase/u32-casexfrm'.
14835         * lib/unicase/u32-casexfrm.c: New file.
14836         * modules/unicase/u32-casexfrm: New file.
14837
14838         New module 'unicase/u16-casexfrm'.
14839         * lib/unicase/u16-casexfrm.c: New file.
14840         * modules/unicase/u16-casexfrm: New file.
14841
14842         New module 'unicase/u8-casexfrm'.
14843         * lib/unicase/u8-casexfrm.c: New file.
14844         * lib/unicase/u-casexfrm.h: New file.
14845         * modules/unicase/u8-casexfrm: New file.
14846
14847         Tests for module 'unicase/u32-casecmp'.
14848         * modules/unicase/u32-casecmp-tests: New file.
14849         * tests/unicase/test-u32-casecmp.c: New file.
14850
14851         Tests for module 'unicase/u16-casecmp'.
14852         * modules/unicase/u16-casecmp-tests: New file.
14853         * tests/unicase/test-u16-casecmp.c: New file.
14854
14855         Tests for module 'unicase/u8-casecmp'.
14856         * modules/unicase/u8-casecmp-tests: New file.
14857         * tests/unicase/test-u8-casecmp.c: New file.
14858         * tests/unicase/test-casecmp.h: New file.
14859
14860         New module 'unicase/u32-casecmp'.
14861         * lib/unicase/u32-casecmp.c: New file.
14862         * modules/unicase/u32-casecmp: New file.
14863
14864         New module 'unicase/u16-casecmp'.
14865         * lib/unicase/u16-casecmp.c: New file.
14866         * modules/unicase/u16-casecmp: New file.
14867
14868         New module 'unicase/u8-casecmp'.
14869         * lib/unicase/u8-casecmp.c: New file.
14870         * lib/unicase/u-casecmp.h: New file.
14871         * modules/unicase/u8-casecmp: New file.
14872
14873         Tests for module 'unicase/u32-casefold'.
14874         * modules/unicase/u32-casefold-tests: New file.
14875         * tests/unicase/test-u32-casefold.c: New file.
14876
14877         Tests for module 'unicase/u16-casefold'.
14878         * modules/unicase/u16-casefold-tests: New file.
14879         * tests/unicase/test-u16-casefold.c: New file.
14880
14881         Tests for module 'unicase/u8-casefold'.
14882         * modules/unicase/u8-casefold-tests: New file.
14883         * tests/unicase/test-u8-casefold.c: New file.
14884
14885         New module 'unicase/u32-casefold'.
14886         * lib/unicase/u32-casefold.c: New file.
14887         * modules/unicase/u32-casefold: New file.
14888
14889         New module 'unicase/u16-casefold'.
14890         * lib/unicase/u16-casefold.c: New file.
14891         * modules/unicase/u16-casefold: New file.
14892
14893         New module 'unicase/u8-casefold'.
14894         * lib/unicase/u8-casefold.c: New file.
14895         * lib/unicase/u-casefold.h: New file.
14896         * modules/unicase/u8-casefold: New file.
14897
14898         New module 'unicase/tocasefold'.
14899         * lib/unicase/casefold.h: New file.
14900         * lib/unicase/tocasefold.c: New file.
14901         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
14902         * modules/unicase/tocasefold: New file.
14903
14904         Tests for module 'unicase/u32-totitle'.
14905         * modules/unicase/u32-totitle-tests: New file.
14906         * tests/unicase/test-u32-totitle.c: New file.
14907
14908         Tests for module 'unicase/u16-totitle'.
14909         * modules/unicase/u16-totitle-tests: New file.
14910         * tests/unicase/test-u16-totitle.c: New file.
14911
14912         Tests for module 'unicase/u8-totitle'.
14913         * modules/unicase/u8-totitle-tests: New file.
14914         * tests/unicase/test-u8-totitle.c: New file.
14915
14916         New module 'unicase/u32-totitle'.
14917         * lib/unicase/u32-totitle.c: New file.
14918         * modules/unicase/u32-totitle: New file.
14919
14920         New module 'unicase/u16-totitle'.
14921         * lib/unicase/u16-totitle.c: New file.
14922         * modules/unicase/u16-totitle: New file.
14923
14924         New module 'unicase/u8-totitle'.
14925         * lib/unicase/u8-totitle.c: New file.
14926         * lib/unicase/u-totitle.h: New file.
14927         * modules/unicase/u8-totitle: New file.
14928
14929         Tests for module 'unicase/u32-tolower'.
14930         * modules/unicase/u32-tolower-tests: New file.
14931         * tests/unicase/test-u32-tolower.c: New file.
14932
14933         Tests for module 'unicase/u16-tolower'.
14934         * modules/unicase/u16-tolower-tests: New file.
14935         * tests/unicase/test-u16-tolower.c: New file.
14936
14937         Tests for module 'unicase/u8-tolower'.
14938         * modules/unicase/u8-tolower-tests: New file.
14939         * tests/unicase/test-u8-tolower.c: New file.
14940
14941         New module 'unicase/u32-tolower'.
14942         * lib/unicase/u32-tolower.c: New file.
14943         * modules/unicase/u32-tolower: New file.
14944
14945         New module 'unicase/u16-tolower'.
14946         * lib/unicase/u16-tolower.c: New file.
14947         * modules/unicase/u16-tolower: New file.
14948
14949         New module 'unicase/u8-tolower'.
14950         * lib/unicase/u8-tolower.c: New file.
14951         * modules/unicase/u8-tolower: New file.
14952
14953         Tests for module 'unicase/u32-toupper'.
14954         * modules/unicase/u32-toupper-tests: New file.
14955         * tests/unicase/test-u32-toupper.c: New file.
14956
14957         Tests for module 'unicase/u16-toupper'.
14958         * modules/unicase/u16-toupper-tests: New file.
14959         * tests/unicase/test-u16-toupper.c: New file.
14960
14961         Tests for module 'unicase/u8-toupper'.
14962         * modules/unicase/u8-toupper-tests: New file.
14963         * tests/unicase/test-u8-toupper.c: New file.
14964
14965         New module 'unicase/u32-toupper'.
14966         * lib/unicase/u32-toupper.c: New file.
14967         * modules/unicase/u32-toupper: New file.
14968
14969         New module 'unicase/u16-toupper'.
14970         * lib/unicase/u16-toupper.c: New file.
14971         * modules/unicase/u16-toupper: New file.
14972
14973         New module 'unicase/u8-toupper'.
14974         * lib/unicase/u8-toupper.c: New file.
14975         * modules/unicase/u8-toupper: New file.
14976
14977         New module 'unicase/u32-casemap'.
14978         * lib/unicase/u32-casemap.c: New file.
14979         * modules/unicase/u32-casemap: New file.
14980
14981         New module 'unicase/u16-casemap'.
14982         * lib/unicase/u16-casemap.c: New file.
14983         * modules/unicase/u16-casemap: New file.
14984
14985         New module 'unicase/u8-casemap'.
14986         * lib/unicase/unicasemap.h: New file.
14987         * lib/unicase/u8-casemap.c: New file.
14988         * lib/unicase/u-casemap.h: New file.
14989         * modules/unicase/u8-casemap: New file.
14990
14991         New module 'unicase/special-casing'.
14992         * lib/unicase/special-casing.h: New file.
14993         * lib/unicase/special-casing.c: New file.
14994         * lib/unicase/special-casing-table.gperf: New file, generated by
14995         gen-uni-tables.c.
14996         * modules/unicase/special-casing: New file.
14997
14998         Tests for module 'unicase/locale-language'.
14999         * modules/unicase/locale-language-tests: New file.
15000         * tests/unicase/test-locale-language.sh: New file.
15001         * tests/unicase/test-locale-language.c: New file.
15002
15003         New module 'unicase/locale-language'.
15004         * lib/unicase/locale-language.c: New file.
15005         * lib/unicase/locale-languages.gperf: New file.
15006         * modules/unicase/locale-language: New file.
15007
15008         Generate more tables for case conversion and case folding.
15009         * lib/gen-uni-tables.c (SCC_*): New enum items.
15010         (struct special_casing_rule): New type.
15011         (casing_rules, num_casing_rules, allocated_casing_rules): New
15012         variables.
15013         (add_casing_rule, fill_casing_rules): New functions.
15014         (struct casefold_rule): New type.
15015         (casefolding_rules, num_casefolding_rules,
15016         allocated_casefolding_rules): New variables.
15017         (fill_casefolding_rules): New function.
15018         (unicode_casefold): New variable.
15019         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15020         sort_casing_rules, output_casing_rules): New functions.
15021         (main): Accept to more arguments: SpecialCasing.txt and
15022         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15023         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15024         Output mapping for casefolding.
15025
15026         * lib/unicase.h: Include stdbool.h, uninorm.h.
15027         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15028         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15029         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15030         arguments.
15031         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15032         resultp arguments.
15033         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15034         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15035         resultp arguments.
15036         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15037         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15038         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15039         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15040         declarations.
15041         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15042
15043 2009-03-08  Bruno Haible  <bruno@clisp.org>
15044
15045         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15046         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15047         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15048         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15049
15050 2009-03-07  Bruno Haible  <bruno@clisp.org>
15051
15052         Adjust u*_normcmp, u*_normcoll API.
15053         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15054         u16_normcoll, u32_normcoll): Change failure conventions.
15055         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15056         errno and return -1.
15057         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15058
15059 2009-03-07  Bruno Haible  <bruno@clisp.org>
15060
15061         Tests for module 'uninorm/u32-normcoll'.
15062         * modules/uninorm/u32-normcoll-tests: New file.
15063         * tests/uninorm/test-u32-normcoll.c: New file.
15064
15065         Tests for module 'uninorm/u16-normcoll'.
15066         * modules/uninorm/u16-normcoll-tests: New file.
15067         * tests/uninorm/test-u16-normcoll.c: New file.
15068
15069         Tests for module 'uninorm/u8-normcoll'.
15070         * modules/uninorm/u8-normcoll-tests: New file.
15071         * tests/uninorm/test-u8-normcoll.c: New file.
15072
15073 2009-03-07  Bruno Haible  <bruno@clisp.org>
15074
15075         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15076         tests/uninorm/test-u32-normcmp.c.
15077         * tests/uninorm/test-u32-normcmp.c: Include it.
15078         (test_nonascii): New function, extracted from main. Add some more
15079         tests.
15080         (main): Invoke test_ascii and test_nonascii.
15081         * modules/uninorm/u32-normcmp-tests (Files): Add
15082         tests/uninorm/test-u32-normcmp.h.
15083         (Depends-on): Remove uninorm/u32-normcmp.
15084
15085         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15086         tests/uninorm/test-u16-normcmp.c.
15087         * tests/uninorm/test-u16-normcmp.c: Include it.
15088         (test_nonascii): New function, extracted from main. Add some more
15089         tests.
15090         (main): Invoke test_ascii and test_nonascii.
15091         * modules/uninorm/u16-normcmp-tests (Files): Add
15092         tests/uninorm/test-u16-normcmp.h.
15093         (Depends-on): Remove uninorm/u16-normcmp.
15094
15095         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15096         tests/uninorm/test-u8-normcmp.c.
15097         * tests/uninorm/test-u8-normcmp.c: Include it.
15098         (test_nonascii): New function, extracted from main. Add some more
15099         tests.
15100         (main): Invoke test_ascii and test_nonascii.
15101         * modules/uninorm/u8-normcmp-tests (Files): Add
15102         tests/uninorm/test-u8-normcmp.h.
15103         (Depends-on): Remove uninorm/u8-normcmp.
15104
15105 2009-03-07  Bruno Haible  <bruno@clisp.org>
15106
15107         New module 'uninorm/u32-normcoll'.
15108         * lib/uninorm/u32-normcoll.c: New file.
15109         * modules/uninorm/u32-normcoll: New file.
15110
15111         New module 'uninorm/u16-normcoll'.
15112         * lib/uninorm/u16-normcoll.c: New file.
15113         * modules/uninorm/u16-normcoll: New file.
15114
15115         New module 'uninorm/u8-normcoll'.
15116         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15117         declarations.
15118         * lib/uninorm/u8-normcoll.c: New file.
15119         * lib/uninorm/u-normcoll.h: New file.
15120         * modules/uninorm/u8-normcoll: New file.
15121
15122         New module 'uninorm/u32-normxfrm'.
15123         * lib/uninorm/u32-normxfrm.c: New file.
15124         * modules/uninorm/u32-normxfrm: New file.
15125
15126         New module 'uninorm/u16-normxfrm'.
15127         * lib/uninorm/u16-normxfrm.c: New file.
15128         * modules/uninorm/u16-normxfrm: New file.
15129
15130         New module 'uninorm/u8-normxfrm'.
15131         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15132         declarations.
15133         * lib/uninorm/u8-normxfrm.c: New file.
15134         * lib/uninorm/u-normxfrm.h: New file.
15135         * modules/uninorm/u8-normxfrm: New file.
15136
15137 2009-03-07  Bruno Haible  <bruno@clisp.org>
15138
15139         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15140         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15141         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15142
15143 2009-03-07  Bruno Haible  <bruno@clisp.org>
15144
15145         New module 'memxfrm'.
15146         * lib/memxfrm.h: New file.
15147         * lib/memxfrm.c: New file.
15148         * modules/memxfrm: New file.
15149
15150 2009-03-07  Bruno Haible  <bruno@clisp.org>
15151
15152         New module 'memcmp2'.
15153         * lib/memcmp2.h: New file.
15154         * lib/memcmp2.c: New file.
15155         * modules/memcmp2: New file.
15156
15157 2009-03-07  Bruno Haible  <bruno@clisp.org>
15158
15159         Tests for module 'uninorm/decomposing-form'.
15160         * modules/uninorm/decomposing-form-tests: New file.
15161         * tests/uninorm/test-decomposing-form.c: New file.
15162
15163         New module 'uninorm/decomposing-form'.
15164         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15165         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15166         Add 'decomposing_variant' field.
15167         * lib/uninorm/decomposing-form.c: New file.
15168         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15169         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15170         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15171         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15172         * modules/uninorm/decomposing-form: New file.
15173         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15174         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15175
15176 2009-03-07  Bruno Haible  <bruno@clisp.org>
15177
15178         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15179         strings.
15180
15181 2009-03-06  Bruno Haible  <bruno@clisp.org>
15182
15183         Tests for module 'uninorm/u32-normcmp'.
15184         * tests/uninorm/test-u32-normcmp.c: New file.
15185         * modules/uninorm/u32-normcmp-tests: New file.
15186
15187         Tests for module 'uninorm/u16-normcmp'.
15188         * tests/uninorm/test-u16-normcmp.c: New file.
15189         * modules/uninorm/u16-normcmp-tests: New file.
15190
15191         Tests for module 'uninorm/u8-normcmp'.
15192         * tests/uninorm/test-u8-normcmp.c: New file.
15193         * modules/uninorm/u8-normcmp-tests: New file.
15194
15195         New module 'uninorm/u32-normcmp'.
15196         * lib/uninorm/u32-normcmp.c: New file.
15197         * modules/uninorm/u32-normcmp: New file.
15198
15199         New module 'uninorm/u16-normcmp'.
15200         * lib/uninorm/u16-normcmp.c: New file.
15201         * modules/uninorm/u16-normcmp: New file.
15202
15203         New module 'uninorm/u8-normcmp'.
15204         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15205         declarations.
15206         * lib/uninorm/u8-normcmp.c: New file.
15207         * lib/uninorm/u-normcmp.h: New file.
15208         * modules/uninorm/u8-normcmp: New file.
15209
15210 2009-03-06  Bruno Haible  <bruno@clisp.org>
15211
15212         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15213         Reported by Eric Blake.
15214
15215 2009-03-06  Eric Blake  <ebb9@byu.net>
15216             Bruno Haible  <bruno@clisp.org>
15217
15218         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15219         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15220         condition.
15221         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15222         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15223         condition.
15224         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15225
15226 2009-03-06  Eric Blake  <ebb9@byu.net>
15227
15228         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15229         to avoid compiler warnings.
15230         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15231
15232 2009-03-05  Bruno Haible  <bruno@clisp.org>
15233
15234         * tests/test-ftell.c (main): Disable test beyond end of file on
15235         FreeMiNT.
15236         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15237
15238 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15239
15240         * lib/filevercmp.c: Move hidden files up in ordering.
15241         * tests/test-filevercmp.c: Add tests for hidden files.
15242
15243 2009-03-04  Bruno Haible  <bruno@clisp.org>
15244
15245         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15246         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15247         AM_CFLAGS.
15248         Reported by Simon Josefsson.
15249
15250 2009-03-03  Bruno Haible  <bruno@clisp.org>
15251
15252         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15253         Reported by Simon Josefsson.
15254
15255         * doc/ld-version-script.texi: Update node reference.
15256
15257 2009-03-03  Bruno Haible  <bruno@clisp.org>
15258
15259         * modules/visibility (License): Change to 'unlimited'.
15260         Suggested by Simon Josefsson.
15261
15262 2009-03-03  Jim Meyering  <meyering@redhat.com>
15263
15264         unlinkdir: cannot_unlink_dir may modify process state
15265         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15266         it's neither thread-safe nor appropriate for use in a library.
15267
15268 2009-03-03  Eric Blake  <ebb9@byu.net>
15269
15270         test-closein: silence test under Darwin
15271         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15272         care if it dies from EPIPE or EBADF.
15273
15274 2009-03-03  Bruno Haible  <bruno@clisp.org>
15275
15276         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15277         earlier.
15278         * doc/visibility.texi: Fix @node and @section.
15279
15280 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15281
15282         * doc/gnulib.texi: Link to sections for ld version script and
15283         visibility.
15284         * doc/visibility.texi: Add @node and @section.
15285         * modules/ld-version-script: New module.
15286         * m4/ld-version-script.m4: New file.
15287         * doc/ld-version-script.texi: New file.
15288
15289 2009-03-02  David Lutterkort  <lutter@redhat.com>
15290
15291         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15292         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15293
15294 2009-03-02  Bruno Haible  <bruno@clisp.org>
15295
15296         * doc/visibility.texi: Mention libtool's -export-symbols option.
15297
15298 2009-03-02  Jim Meyering  <meyering@redhat.com>
15299
15300         announce-gen: new option: --no-print-checksums
15301         * build-aux/announce-gen (usage): Describe it.
15302         (print_checksums): Print a newline here, not in the [*] footnote.
15303         (main): Honor it.
15304
15305 2009-03-01  Bruno Haible  <bruno@clisp.org>
15306
15307         Use socklen_t in the native Windows replacements prototypes.
15308         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15309         instead of 'int'.
15310         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15311         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15312         * modules/getsockopt (Depends-on): Add socklen.
15313         * modules/setsockopt (Depends-on): Add socklen.
15314
15315 2009-03-01  Bruno Haible  <bruno@clisp.org>
15316
15317         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15318         least 4.2.
15319
15320 2009-03-01  Eric Blake  <ebb9@byu.net>
15321             Bruno Haible  <bruno@clisp.org>
15322
15323         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15324         error messages.
15325         * lib/wait-process.c (wait_subprocess): Omit error message about
15326         deadly signal sent to the child of termsigp != NULL.
15327
15328 2009-03-01  Eric Blake  <ebb9@byu.net>
15329
15330         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15331
15332 2009-03-01  Bruno Haible  <bruno@clisp.org>
15333
15334         Avoid a gcc warning.
15335         * tests/test-sched.c (b): Make global.
15336         Reported by Eric Blake.
15337
15338 2009-01-19  Martin Lambers  <marlam@marlam.de>
15339
15340         Provide POSIX semantics for socket timeout options on W32.
15341         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15342         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15343         * modules/setsockopt: Depend on sys_time module for struct timeval.
15344         * modules/getsockopt: Depend on sys_time module for struct timeval.
15345
15346 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15347
15348         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15349         __USE_GNU, for consistency with netdb.in.h.
15350         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15351
15352 2009-03-01  Bruno Haible  <bruno@clisp.org>
15353
15354         More support for FreeMiNT.
15355         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15356         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15357
15358 2009-03-01  Bruno Haible  <bruno@clisp.org>
15359
15360         More support for FreeMiNT.
15361         * lib/fpurge.c (fpurge): Correct last commit.
15362         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15363
15364 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15365
15366         Fix unportable awk script in vc-list-files.
15367         * build-aux/vc-list-files: In the replacement awk script, use
15368         substr with a second argument of 1, not zero.
15369         Report by Simon Josefsson.
15370
15371 2009-02-28  Bruno Haible  <bruno@clisp.org>
15372
15373         More support for FreeMiNT.
15374         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15375         to FreeMiNT today.
15376         * lib/fwriting.c (fwriting): Likewise.
15377         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15378
15379 2009-02-28  Bruno Haible  <bruno@clisp.org>
15380
15381         * tests/test-freadseek.c (main): Disable test beyond end of file on
15382         FreeMiNT.
15383         * tests/test-ftello.c (main): Likewise.
15384         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15385
15386 2009-02-28  Bruno Haible  <bruno@clisp.org>
15387
15388         Add tentative support for FreeMiNT.
15389         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15390         * lib/fpurge.c (fpurge): Likewise.
15391         * lib/freadable.c (freadable): Likewise.
15392         * lib/freading.c (freading): Likewise.
15393         * lib/freadptr.c (freadptr): Likewise.
15394         * lib/freadseek.c (freadptrinc): Likewise.
15395         * lib/fseeko.c (rpl_fseeko): Likewise.
15396         * lib/fseterr.c (fseterr): Likewise.
15397         * lib/fwritable.c (fwritable): Likewise.
15398         * lib/fwriting.c (fwriting): Likewise.
15399         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15400         Hourihane.
15401         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15402
15403 2009-02-28  Bruno Haible  <bruno@clisp.org>
15404
15405         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15406         SIGCHLD.
15407         Reported by Jim Meyering.
15408
15409 2009-02-28  Bruno Haible  <bruno@clisp.org>
15410
15411         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15412         Mention the results of these tests on various platforms.
15413         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15414         order.
15415         * doc/posix-functions/printf.texi: Likewise.
15416         * doc/posix-functions/snprintf.texi: Likewise.
15417         * doc/posix-functions/sprintf.texi: Likewise.
15418         * doc/posix-functions/vfprintf.texi: Likewise.
15419         * doc/posix-functions/vprintf.texi: Likewise.
15420         * doc/posix-functions/vsnprintf.texi: Likewise.
15421         * doc/posix-functions/vsprintf.texi: Likewise.
15422         * doc/glibc-functions/obstack_printf.texi: Likewise.
15423         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15424
15425 2009-02-28  Bruno Haible  <bruno@clisp.org>
15426
15427         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15428         Reported by Loïc Minier <lool@dooz.org>.
15429
15430 2009-02-27  Bruno Haible  <bruno@clisp.org>
15431
15432         * gnulib-tool (func_import): Make the sed expression used to create the
15433         sed script for updating the .gitignore file POSIX compliant.
15434         Reported by Eric Blake.
15435
15436 2009-02-27  Bruno Haible  <bruno@clisp.org>
15437
15438         * gnulib-tool (sed): Don't alias as "sed --posix".
15439         Reported by Eric Blake.
15440
15441 2009-02-27  Bruno Haible  <bruno@clisp.org>
15442
15443         Avoid test link errors.
15444         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15445         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15446         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15447         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15448         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15449
15450 2009-02-27  Bruno Haible  <bruno@clisp.org>
15451
15452         Avoid spurious "(cached)" in configure output.
15453         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15454         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15455         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15456         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15457         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15458         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15459         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15460         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15461         Reported by Eric Blake.
15462
15463 2009-02-27  Eric Blake  <ebb9@byu.net>
15464
15465         printf: fix regression in previous patch
15466         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15467
15468 2009-02-27  Bruno Haible  <bruno@clisp.org>
15469
15470         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15471         value.
15472         * lib/stdint.in.h: Likewise.
15473         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15474
15475 2009-02-27  Eric Blake  <ebb9@byu.net>
15476
15477         doc: mention more functions added in cygwin 1.7.0
15478         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15479         addition.
15480         * doc/posix-functions/open_wmemstream.texi: Likewise.
15481         * doc/posix-functions/wcsnlen.texi: Likewise.
15482         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15483         * doc/posix-functions/wcstod.texi: Likewise.
15484         * doc/posix-functions/wcstof.texi: Likewise.
15485         * doc/posix-functions/wcstoimax.texi: Likewise.
15486         * doc/posix-functions/wcstok.texi: Likewise.
15487         * doc/posix-functions/wcstoumax.texi: Likewise.
15488
15489         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15490         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15491         * doc/posix-functions/fprintf.texi: Update.
15492         * doc/posix-functions/printf.texi: Update.
15493         * doc/posix-functions/snprintf.texi: Update.
15494         * doc/posix-functions/sprintf.texi: Update.
15495         * doc/posix-functions/vfprintf.texi: Update.
15496         * doc/posix-functions/vprintf.texi: Update.
15497         * doc/posix-functions/vsnprintf.texi: Update.
15498         * doc/posix-functions/vsprintf.texi: Update.
15499         * doc/glibc-functions/obstack_printf.texi: Update.
15500         * doc/glibc-functions/obstack_vprintf.texi: Update.
15501
15502 2009-02-26  Eric Blake  <ebb9@byu.net>
15503
15504         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15505         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15506         compilation bug by using runtime conversion.
15507         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15508         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15509         * modules/ceill-tests (Files): Use nan.h.
15510         * modules/floorl-tests (Files): Likewise.
15511         * modules/frexpl-tests (Files): Likewise.
15512         * modules/isnanl-tests (Files): Likewise.
15513         * modules/ldexpl-tests (Files): Likewise.
15514         * modules/roundl-tests (Files): Likewise.
15515         * modules/truncl-tests (Files): Likewise.
15516         * tests/test-ceill.c (main): Use a working NaN.
15517         * tests/test-floorl.c (main): Likewise.
15518         * tests/test-frexpl.c (main): Likewise.
15519         * tests/test-isnan.c (test_long_double): Likewise.
15520         * tests/test-isnanl.h (main): Likewise.
15521         * tests/test-ldexpl.h (main): Likewise.
15522         * tests/test-roundl.h (main): Likewise.
15523         * tests/test-truncl.h (main): Likewise.
15524         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15525
15526 2009-02-26  Eric Blake  <ebb9@byu.net>
15527             Bruno Haible  <bruno@clisp.org>
15528
15529         Work around a *printf bug with %ls on Solaris.
15530         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15531         precision is specified, sprintf stops converting the wide string
15532         argument when the number of bytes that have been produced by this
15533         conversion equals or exceeds the precision.
15534         * doc/posix-functions/fprintf.texi: Update.
15535         * doc/posix-functions/printf.texi: Update.
15536         * doc/posix-functions/snprintf.texi: Update.
15537         * doc/posix-functions/sprintf.texi: Update.
15538         * doc/posix-functions/vfprintf.texi: Update.
15539         * doc/posix-functions/vprintf.texi: Update.
15540         * doc/posix-functions/vsnprintf.texi: Update.
15541         * doc/posix-functions/vsprintf.texi: Update.
15542         * doc/glibc-functions/obstack_printf.texi: Update.
15543         * doc/glibc-functions/obstack_vprintf.texi: Update.
15544
15545 2009-02-26  Eric Blake  <ebb9@byu.net>
15546
15547         stdlib: favor compiler check of random.h
15548         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15549         to avoid an ObjC random.h installed by Swarm.
15550
15551 2009-02-26  Bruno Haible  <bruno@clisp.org>
15552
15553         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15554         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15555         Reported by Gary V. Vaughan <gary@gnu.org>.
15556
15557 2009-02-26  Bruno Haible  <bruno@clisp.org>
15558
15559         Fix *printf behaviour regarding the %ls directive.
15560         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15561         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15562         NEED_PRINTF_DIRECTIVE_LS.
15563         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15564         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15565         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15566         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15567         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15568         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15569         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15570         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15571         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15572         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15573         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15574         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15575         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15576         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15577         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15578         * doc/posix-functions/fprintf.texi: Update.
15579         * doc/posix-functions/printf.texi: Update.
15580         * doc/posix-functions/snprintf.texi: Update.
15581         * doc/posix-functions/sprintf.texi: Update.
15582         * doc/posix-functions/vfprintf.texi: Update.
15583         * doc/posix-functions/vprintf.texi: Update.
15584         * doc/posix-functions/vsnprintf.texi: Update.
15585         * doc/posix-functions/vsprintf.texi: Update.
15586         * doc/glibc-functions/obstack_printf.texi: Update.
15587         * doc/glibc-functions/obstack_vprintf.texi: Update.
15588         Reported by Eric Blake.
15589
15590 2009-02-25  Bruno Haible  <bruno@clisp.org>
15591
15592         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15593         with known value.
15594         Reported by Gary V. Vaughan <gary@gnu.org>.
15595
15596 2009-02-25  Bruno Haible  <bruno@clisp.org>
15597
15598         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15599         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15600         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15601         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15602         Reported by Gary V. Vaughan <gary@gnu.org>.
15603
15604 2009-02-25  Bruno Haible  <bruno@clisp.org>
15605
15606         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15607         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15608         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15609         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15610         Reported by Gary V. Vaughan <gary@gnu.org>.
15611
15612 2009-02-25  Eric Blake  <ebb9@byu.net>
15613
15614         tests: skip fseek/ftell tests if ungetc is broken
15615         * m4/ungetc.m4: New file.
15616         * modules/fseek-tests: Split test, so ungetc dependency is
15617         separate from rest of test.
15618         * modules/fseeko-tests: Likewise.
15619         * modules/ftell-tests: Likewise.
15620         * modules/ftello-tests: Likewise.
15621         * tests/test-fseek.c (main): Isolate ungetc dependency.
15622         * tests/test-fseeko.c (main): Likewise.
15623         * tests/test-ftell.c (main): Likewise.
15624         * tests/test-ftello.c (main): Likewise.
15625         * tests/test-fseek2.sh: New file.
15626         * tests/test-fseeko2.sh: Likewise.
15627         * tests/test-ftell2.sh: Likewise.
15628         * tests/test-ftello2.sh: Likewise.
15629
15630 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15631
15632         test-getaddrinfo: fix usage of skip return code 77
15633         * tests/test-gettaddrinfo.c: Return skip code 77 only
15634         for first occurance of skip (4x77 is not 77)
15635
15636 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15637
15638         strtod: avoid C99 decl-after-statement
15639         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15640
15641 2009-02-24  Eric Blake  <ebb9@byu.net>
15642
15643         strtod: detect HP-UX 11.31 bug
15644         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15645         Reported by Gary V. Vaughan.
15646
15647 2009-02-23  Bruno Haible  <bruno@clisp.org>
15648
15649         Fix invalid read past end of memory block.
15650         * lib/vasnprintf.c (DCHAR_SET): Define.
15651         (local_wcslen): Define only when needed.
15652         (local_strnlen, local_wcsnlen): New functions.
15653         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15654         directives that involve a conversion ourselves.
15655         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15656         wcsnlen, mbrtowc, wcrtomb.
15657         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15658         * tests/test-vasprintf-posix.c (test_function): Likewise.
15659         * tests/test-snprintf-posix.h (test_function): Likewise.
15660         * tests/test-sprintf-posix.h (test_function): Likewise.
15661         Reported by Ben Pfaff <blp@cs.stanford.edu>.
15662
15663 2009-02-22  Bruno Haible  <bruno@clisp.org>
15664
15665         Implement new clarified decomposition of Hangul syllables.
15666         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
15667         of type LTV, return only a pairwise decomposition.
15668         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
15669         Likewise.
15670         * tests/uninorm/test-decomposition.c (main): Updated expected result.
15671         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
15672         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
15673
15674 2009-02-22  Bruno Haible  <bruno@clisp.org>
15675
15676         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
15677         zero-length results and shrink excess allocated memory.
15678         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
15679         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
15680         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
15681         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
15682         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
15683         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
15684         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
15685         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
15686         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
15687         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
15688         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
15689         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
15690
15691 2009-02-21  Bruno Haible  <bruno@clisp.org>
15692
15693         * doc/gnulib.texi: Include safe-alloc.texi earlier.
15694         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
15695         spaces after a period. Put a space between a macro name and its
15696         argument list. Trivial rewordings.
15697         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
15698         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
15699         (main): Return 0 explicitly.
15700
15701 2009-02-21  Bruno Haible  <bruno@clisp.org>
15702
15703         Tests for module 'uninorm/filter'.
15704         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
15705         * modules/uninorm/filter-tests: New file.
15706
15707         New module 'uninorm/filter'.
15708         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
15709         uninorm_filter_flush, uninorm_filter_free): New declarations.
15710         * lib/uninorm/uninorm-filter.c: New file.
15711         * modules/uninorm/filter: New file.
15712
15713 2009-02-21  Bruno Haible  <bruno@clisp.org>
15714
15715         Tests for module 'uninorm/nfkc'.
15716         * tests/uninorm/test-nfkc.c: New file.
15717         * tests/uninorm/test-u8-nfkc.c: New file.
15718         * tests/uninorm/test-u16-nfkc.c: New file.
15719         * tests/uninorm/test-u32-nfkc.c: New file.
15720         * tests/uninorm/test-u32-nfkc-big.sh: New file.
15721         * tests/uninorm/test-u32-nfkc-big.c: New file.
15722         * modules/uninorm/nfkc-tests: New file.
15723
15724         New module 'uninorm/nfkc'.
15725         * lib/uninorm/nfkc.c: New file.
15726         * modules/uninorm/nfkc: New file.
15727
15728         Tests for module 'uninorm/nfkd'.
15729         * tests/uninorm/test-nfkd.c: New file.
15730         * tests/uninorm/test-u8-nfkd.c: New file.
15731         * tests/uninorm/test-u16-nfkd.c: New file.
15732         * tests/uninorm/test-u32-nfkd.c: New file.
15733         * tests/uninorm/test-u32-nfkd-big.sh: New file.
15734         * tests/uninorm/test-u32-nfkd-big.c: New file.
15735         * modules/uninorm/nfkd-tests: New file.
15736
15737         New module 'uninorm/nfkd'.
15738         * lib/uninorm/nfkd.c: New file.
15739         * modules/uninorm/nfkd: New file.
15740
15741         Tests for module 'uninorm/nfc'.
15742         * tests/uninorm/test-nfc.c: New file.
15743         * tests/uninorm/test-u8-nfc.c: New file.
15744         * tests/uninorm/test-u16-nfc.c: New file.
15745         * tests/uninorm/test-u32-nfc.c: New file.
15746         * tests/uninorm/test-u32-nfc-big.sh: New file.
15747         * tests/uninorm/test-u32-nfc-big.c: New file.
15748         * modules/uninorm/nfc-tests: New file.
15749
15750         New module 'uninorm/nfc'.
15751         * lib/uninorm/nfc.c: New file.
15752         * modules/uninorm/nfc: New file.
15753
15754         Tests for module 'uninorm/nfd'.
15755         * tests/uninorm/test-nfd.c: New file.
15756         * tests/uninorm/test-u8-nfd.c: New file.
15757         * tests/uninorm/test-u16-nfd.c: New file.
15758         * tests/uninorm/test-u32-nfd.c: New file.
15759         * tests/uninorm/test-u32-nfd-big.sh: New file.
15760         * tests/uninorm/test-u32-nfd-big.c: New file.
15761         * tests/uninorm/test-u32-normalize-big.h: New file.
15762         * tests/uninorm/test-u32-normalize-big.c: New file.
15763         * tests/uninorm/NormalizationTest.txt: New file, created from
15764         Unicode 5.1.0 NormalizationTest.txt.
15765         * modules/uninorm/nfd-tests: New file.
15766
15767         New module 'uninorm/nfd'.
15768         * lib/uninorm/nfd.c: New file.
15769         * modules/uninorm/nfd: New file.
15770
15771         New module 'uninorm/u32-normalize'.
15772         * lib/uninorm/u32-normalize.c: New file.
15773         * modules/uninorm/u32-normalize: New file.
15774
15775         New module 'uninorm/u16-normalize'.
15776         * lib/uninorm/u16-normalize.c: New file.
15777         * modules/uninorm/u16-normalize: New file.
15778
15779         New module 'uninorm/u8-normalize'.
15780         * lib/uninorm/u8-normalize.c: New file.
15781         * lib/uninorm/normalize-internal.h: New file.
15782         * lib/uninorm/u-normalize-internal.h: New file.
15783         * modules/uninorm/u8-normalize: New file.
15784
15785         New module 'uninorm/decompose-internal'.
15786         * lib/uninorm/decompose-internal.c: New file.
15787         * modules/uninorm/decompose-internal: New file.
15788
15789         Tests for module 'uninorm/composition'.
15790         * tests/uninorm/test-composition.c: New file.
15791         * modules/uninorm/composition-tests: New file.
15792
15793         New module 'uninorm/composition'.
15794         * lib/uninorm/composition.c: New file.
15795         * lib/uninorm/composition-table.gperf: New file, generated by
15796         gen-uni-tables.
15797         * modules/uninorm/composition: New file.
15798
15799         Tests for module 'uninorm/compat-decomposition'.
15800         * tests/uninorm/test-compat-decomposition.c: New file.
15801         * modules/uninorm/compat-decomposition-tests: New file.
15802
15803         New module 'uninorm/compat-decomposition'.
15804         * lib/uninorm/decompose-internal.h: New file.
15805         * lib/uninorm/compat-decomposition.c: New file.
15806         * modules/uninorm/compat-decomposition: New file.
15807
15808         Tests for module 'uninorm/canonical-decomposition'.
15809         * tests/uninorm/test-canonical-decomposition.c: New file.
15810         * modules/uninorm/canonical-decomposition-tests: New file.
15811
15812         New module 'uninorm/canonical-decomposition'.
15813         * lib/uninorm/canonical-decomposition.c: New file.
15814         * modules/uninorm/canonical-decomposition: New file.
15815
15816         Tests for module 'uninorm/decomposition'.
15817         * tests/uninorm/test-decomposition.c: New file.
15818         * modules/uninorm/decomposition-tests: New file.
15819
15820         New module 'uninorm/decomposition'.
15821         * lib/uninorm/decomposition.c: New file.
15822         * modules/uninorm/decomposition: New file.
15823
15824         New module 'uninorm/decomposition-table'.
15825         * lib/uninorm/decomposition-table.h: New file.
15826         * lib/uninorm/decomposition-table.c: New file.
15827         * lib/uninorm/decomposition-table1.h: New file, generated by
15828         gen-uni-tables.
15829         * lib/uninorm/decomposition-table2.h: New file, generated by
15830         gen-uni-tables.
15831         * modules/uninorm/decomposition-table: New file.
15832
15833         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
15834         (UC_DECOMP_*): New enumeration items.
15835         (get_decomposition): New function.
15836         (struct decomp_table): New type.
15837         (output_decomposition, output_decomposition_tables): New functions.
15838         (unicode_composition_exclusions): New variable.
15839         (fill_composition_exclusions, debug_output_composition_tables): New
15840         functions.
15841         (main): Accept one more argument. Invoke fill_composition_exclusions.
15842         Output decomposition and composition tables.
15843
15844         New module 'uninorm/base'.
15845         * lib/uninorm.h: New file.
15846         * lib/unictype.h: Update comment.
15847         * modules/uninorm/base: New file.
15848
15849 2009-02-21  David Lutterkort  <lutter@redhat.com>
15850
15851         Tests for module 'safe-alloc'.
15852         * tests/test-safe-alloc.c: New file.
15853         * modules/safe-alloc-tests: New file.
15854
15855         New module 'safe-alloc'.
15856         * lib/safe-alloc.h: New file.
15857         * lib/safe-alloc.c: New file.
15858         * m4/safe-alloc.m4: New file.
15859         * modules/safe-alloc: New file.
15860         * doc/safe-alloc.texi: New file.
15861         * doc/gnulib.texi: Include it.
15862         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
15863         safe-alloc.
15864
15865 2009-02-18  Bruno Haible  <bruno@clisp.org>
15866
15867         Fix link error on non-glibc systems.
15868         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
15869         variable.
15870         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15871
15872 2009-02-18  Jim Meyering  <meyering@redhat.com>
15873
15874         fts: avoid used-uninitialized error due to recent change
15875         * lib/fts.c (fts_read): Guard uses of the new member,
15876         parent->fts_n_dirs_remaining, since it's not relevant for
15877         the parent of a directory specified on the command-line.
15878
15879 2009-02-17  James Youngman  <jay@gnu.org>
15880             Bruno Haible  <bruno@clisp.org>
15881
15882         * m4/include_next.m4: Reformulate comment.
15883
15884 2009-02-16  Jim Meyering  <meyering@redhat.com>
15885
15886         fts: add #if guards so that the fts_lgpl module still builds
15887         * lib/fts.c: Guard just-added hash-table-using parts with
15888         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
15889         Reported by Simon Josefsson.
15890
15891 2009-02-15  Bruno Haible  <bruno@clisp.org>
15892
15893         * modules/array-mergesort-tests: New file.
15894         * tests/test-array-mergesort.c: New file.
15895
15896         New module 'array-mergesort'.
15897         * modules/array-mergesort: New file.
15898         * lib/array-mergesort.h: New file.
15899
15900 2009-02-15  Bruno Haible  <bruno@clisp.org>
15901
15902         Fix 2009-02-07 commit.
15903         * lib/gen-uni-tables.c (output_predicate, output_category,
15904         output_combclass, output_bidi_category, output_decimal_digit,
15905         output_digit, output_numeric, output_mirror, output_scripts,
15906         output_ident_category, output_simple_mapping): Fix format directives.
15907         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
15908
15909 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
15910
15911         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
15912         fixes are available from IBM.
15913
15914 2009-02-13  Jim Meyering  <meyering@redhat.com>
15915
15916         fts: arrange not to stat non-directories in more cases
15917         This makes GNU find (when it doesn't need to stat each file)
15918         *much* more efficient at traversing reiserfs file systems.
15919         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
15920         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
15921         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
15922         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
15923         (leaf_optimization_applies): New function.
15924         (LCO_hash, LCO_compare): New helper functions.
15925         (link_count_optimize_ok): New function.
15926         (fts_stat): Initialize new member (if dir).
15927         (fts_read): Decrement parent's fts_n_dirs_remaining count if
15928         we've just stat'ed a directory.  Skip the stat call when possible.
15929         ---
15930         Note this AFS-related exchange:
15931         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
15932         and note find's pioctl call in find/fstype.c.
15933         But that is necessary only if you want to enable the
15934         optimization for AFS, and for now, I don't.
15935
15936         fts: move a function definition "up" (no semantic change)
15937         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
15938         "up" to precede upcoming use of a related function.
15939
15940 2009-02-11  Jim Meyering  <meyering@redhat.com>
15941
15942         fts: correct internal computation of nlinks (optimization-related)
15943         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
15944         whether the current entry is a directory, so don't test it.
15945
15946 2009-02-10  Bruno Haible  <bruno@clisp.org>
15947
15948         Tests for module 'uniwbrk/ulc-wordbreaks'.
15949         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
15950         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
15951         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
15952
15953         Tests for module 'uniwbrk/u32-wordbreaks'.
15954         * modules/uniwbrk/u32-wordbreaks-tests: New file.
15955         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
15956
15957         Tests for module 'uniwbrk/u16-wordbreaks'.
15958         * modules/uniwbrk/u16-wordbreaks-tests: New file.
15959         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
15960
15961         Tests for module 'uniwbrk/u8-wordbreaks'.
15962         * modules/uniwbrk/u8-wordbreaks-tests: New file.
15963         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
15964
15965 2009-02-10  Bruno Haible  <bruno@clisp.org>
15966
15967         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
15968         property.
15969         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
15970         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
15971         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
15972
15973 2009-02-10  Simon Josefsson  <simon@josefsson.org>
15974
15975         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
15976         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
15977
15978 2009-02-10  Bruno Haible  <bruno@clisp.org>
15979
15980         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
15981         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
15982         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
15983         * lib/unilbrk/u8-possible-linebreaks.c: Update.
15984         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
15985         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
15986
15987 2009-02-09  Simon Josefsson  <simon@josefsson.org>
15988
15989         * lib/sockets.h (gl_fd_to_handle): New function.
15990
15991         * tests/test-sockets.c: Call gl_fd_to_handle.
15992
15993 2009-02-09  Bruno Haible  <bruno@clisp.org>
15994
15995         * doc/havelib.texi: Document the conventions on bi-arch systems.
15996
15997 2009-02-08  Bruno Haible  <bruno@clisp.org>
15998
15999         Document the AC_LIB_LINKFLAGS macro.
16000         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16001         * doc/gnulib.texi: Include it.
16002
16003 2009-02-08  Bruno Haible  <bruno@clisp.org>
16004
16005         Fix wrong order of sections, compared to TOC.
16006         * doc/gnulib.texi: Include relocatable-maint.texi after the
16007         "Regular expressions" node, not before.
16008
16009 2009-02-08  Bruno Haible  <bruno@clisp.org>
16010
16011         Tests for module 'unicase/totitle'.
16012         * modules/unicase/totitle-tests: New file.
16013
16014         Tests for module 'unicase/tolower'.
16015         * modules/unicase/tolower-tests: New file.
16016
16017         Tests for module 'unicase/toupper'.
16018         * modules/unicase/toupper-tests: New file.
16019         * tests/unicase/test-mapping-part1.h: New file.
16020         * tests/unicase/test-mapping-part2.h: New file.
16021
16022         New module 'unicase/totitle'.
16023         * modules/unicase/totitle: New file.
16024         * lib/unicase/totitle.c: New file.
16025
16026         New module 'unicase/tolower'.
16027         * modules/unicase/tolower: New file.
16028         * lib/unicase/tolower.c: New file.
16029
16030         New module 'unicase/toupper'.
16031         * modules/unicase/toupper: New file.
16032         * lib/unicase/toupper.c: New file.
16033         * lib/unicase/simple-mapping.h: New file.
16034
16035         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16036         (mapping_table): New structure.
16037         (output_simple_mapping): New function.
16038         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16039         * modules/gen-uni-tables (Description): Update.
16040         * lib/unicase/toupper.h: New file, automatically generated by
16041         gen-uni-tables.
16042         * lib/unicase/tolower.h: New file, automatically generated by
16043         gen-uni-tables.
16044         * lib/unicase/totitle.h: New file, automatically generated by
16045         gen-uni-tables.
16046         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16047         gen-uni-tables.
16048         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16049         gen-uni-tables.
16050         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16051         gen-uni-tables.
16052
16053         New module 'unicase/base'.
16054         * modules/unicase/base: New file.
16055         * lib/unicase.h: New file.
16056
16057 2009-02-08  Bruno Haible  <bruno@clisp.org>
16058
16059         New module 'uniwbrk/ulc-wordbreaks'.
16060         * modules/uniwbrk/ulc-wordbreaks: New file.
16061         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16062
16063         New module 'uniwbrk/u32-wordbreaks'.
16064         * modules/uniwbrk/u32-wordbreaks: New file.
16065         * lib/uniwbrk/u32-wordbreaks.c: New file.
16066
16067         New module 'uniwbrk/u16-wordbreaks'.
16068         * modules/uniwbrk/u16-wordbreaks: New file.
16069         * lib/uniwbrk/u16-wordbreaks.c: New file.
16070
16071         New module 'uniwbrk/u8-wordbreaks'.
16072         * modules/uniwbrk/u8-wordbreaks: New file.
16073         * lib/uniwbrk/u8-wordbreaks.c: New file.
16074         * lib/uniwbrk/u-wordbreaks.h: New file.
16075
16076         New module 'uniwbrk/table'.
16077         * modules/uniwbrk/table: New file.
16078         * lib/uniwbrk/wbrktable.h: New file.
16079         * lib/uniwbrk/wbrktable.c: New file.
16080
16081         New module 'uniwbrk/wordbreak-property'.
16082         * modules/uniwbrk/wordbreak-property: New file.
16083         * lib/uniwbrk/wordbreak-property.c: New file.
16084
16085         * lib/gen-uni-tables.c (WBP_*): New enum items.
16086         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16087         (unicode_org_wbp): New variable.
16088         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16089         New functions.
16090         (wbp_table): New structure.
16091         (output_wbp, output_wbrk_tables): New functions.
16092         (main): Accept additional argument. Invoke fill_org_wbp,
16093         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16094         output_wbrk_tables.
16095         * modules/gen-uni-tables (Description): Update.
16096         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16097         gen-uni-tables.
16098
16099         New module 'uniwbrk/base'.
16100         * modules/uniwbrk/base: New file.
16101         * lib/uniwbrk.h: New file.
16102
16103 2009-02-08  Bruno Haible  <bruno@clisp.org>
16104
16105         Update to Unicode 5.1.0.
16106         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16107         U+2185..U+2188.
16108         (is_property_default_ignorable_code_point): Don't include characters
16109         of category Cc or Cs and not-a-characters.
16110         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16111         U+0D79, U+109E, U+109F, U+A60C.
16112         * lib/unictype/bidi_of.h: Regenerated.
16113         * lib/unictype/blocks.h: Regenerated.
16114         * lib/unictype/categ_C.h: Regenerated.
16115         * lib/unictype/categ_Cf.h: Regenerated.
16116         * lib/unictype/categ_Cn.h: Regenerated.
16117         * lib/unictype/categ_L.h: Regenerated.
16118         * lib/unictype/categ_Ll.h: Regenerated.
16119         * lib/unictype/categ_Lm.h: Regenerated.
16120         * lib/unictype/categ_Lo.h: Regenerated.
16121         * lib/unictype/categ_Lu.h: Regenerated.
16122         * lib/unictype/categ_M.h: Regenerated.
16123         * lib/unictype/categ_Mc.h: Regenerated.
16124         * lib/unictype/categ_Me.h: Regenerated.
16125         * lib/unictype/categ_Mn.h: Regenerated.
16126         * lib/unictype/categ_N.h: Regenerated.
16127         * lib/unictype/categ_Nd.h: Regenerated.
16128         * lib/unictype/categ_Nl.h: Regenerated.
16129         * lib/unictype/categ_No.h: Regenerated.
16130         * lib/unictype/categ_P.h: Regenerated.
16131         * lib/unictype/categ_Pd.h: Regenerated.
16132         * lib/unictype/categ_Pe.h: Regenerated.
16133         * lib/unictype/categ_Pf.h: Regenerated.
16134         * lib/unictype/categ_Pi.h: Regenerated.
16135         * lib/unictype/categ_Po.h: Regenerated.
16136         * lib/unictype/categ_Ps.h: Regenerated.
16137         * lib/unictype/categ_S.h: Regenerated.
16138         * lib/unictype/categ_Sk.h: Regenerated.
16139         * lib/unictype/categ_Sm.h: Regenerated.
16140         * lib/unictype/categ_So.h: Regenerated.
16141         * lib/unictype/categ_of.h: Regenerated.
16142         * lib/unictype/combining.h: Regenerated.
16143         * lib/unictype/ctype_alnum.h: Regenerated.
16144         * lib/unictype/ctype_alpha.h: Regenerated.
16145         * lib/unictype/ctype_graph.h: Regenerated.
16146         * lib/unictype/ctype_lower.h: Regenerated.
16147         * lib/unictype/ctype_print.h: Regenerated.
16148         * lib/unictype/ctype_punct.h: Regenerated.
16149         * lib/unictype/ctype_upper.h: Regenerated.
16150         * lib/unictype/decdigit.h: Regenerated.
16151         * lib/unictype/digit.h: Regenerated.
16152         * lib/unictype/mirror.h: Regenerated.
16153         * lib/unictype/numeric.h: Regenerated.
16154         * lib/unictype/pr_alphabetic.h: Regenerated.
16155         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16156         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16157         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16158         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16159         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16160         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16161         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16162         * lib/unictype/pr_combining.h: Regenerated.
16163         * lib/unictype/pr_dash.h: Regenerated.
16164         * lib/unictype/pr_decimal_digit.h: Regenerated.
16165         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16166         * lib/unictype/pr_deprecated.h: Regenerated.
16167         * lib/unictype/pr_diacritic.h: Regenerated.
16168         * lib/unictype/pr_extender.h: Regenerated.
16169         * lib/unictype/pr_format_control.h: Regenerated.
16170         * lib/unictype/pr_grapheme_base.h: Regenerated.
16171         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16172         * lib/unictype/pr_grapheme_link.h: Regenerated.
16173         * lib/unictype/pr_id_continue.h: Regenerated.
16174         * lib/unictype/pr_id_start.h: Regenerated.
16175         * lib/unictype/pr_ideographic.h: Regenerated.
16176         * lib/unictype/pr_ignorable_control.h: Regenerated.
16177         * lib/unictype/pr_lowercase.h: Regenerated.
16178         * lib/unictype/pr_math.h: Regenerated.
16179         * lib/unictype/pr_numeric.h: Regenerated.
16180         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16181         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16182         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16183         * lib/unictype/pr_other_id_continue.h: Regenerated.
16184         * lib/unictype/pr_other_lowercase.h: Regenerated.
16185         * lib/unictype/pr_other_math.h: Regenerated.
16186         * lib/unictype/pr_punctuation.h: Regenerated.
16187         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16188         * lib/unictype/pr_soft_dotted.h: Regenerated.
16189         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16190         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16191         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16192         * lib/unictype/pr_uppercase.h: Regenerated.
16193         * lib/unictype/pr_xid_continue.h: Regenerated.
16194         * lib/unictype/pr_xid_start.h: Regenerated.
16195         * lib/unictype/pr_zero_width.h: Regenerated.
16196         * lib/unictype/scripts.h: Regenerated.
16197         * lib/unictype/scripts_byname.gperf: Regenerated.
16198         * lib/unictype/sy_java_ident.h: Regenerated.
16199         * lib/unilbrk/lbrkprop1.h: Regenerated.
16200         * lib/unilbrk/lbrkprop2.h: Regenerated.
16201         * tests/unictype/test-categ_C.c: Regenerated.
16202         * tests/unictype/test-categ_Cf.c: Regenerated.
16203         * tests/unictype/test-categ_Cn.c: Regenerated.
16204         * tests/unictype/test-categ_L.c: Regenerated.
16205         * tests/unictype/test-categ_Ll.c: Regenerated.
16206         * tests/unictype/test-categ_Lm.c: Regenerated.
16207         * tests/unictype/test-categ_Lo.c: Regenerated.
16208         * tests/unictype/test-categ_Lu.c: Regenerated.
16209         * tests/unictype/test-categ_M.c: Regenerated.
16210         * tests/unictype/test-categ_Mc.c: Regenerated.
16211         * tests/unictype/test-categ_Me.c: Regenerated.
16212         * tests/unictype/test-categ_Mn.c: Regenerated.
16213         * tests/unictype/test-categ_N.c: Regenerated.
16214         * tests/unictype/test-categ_Nd.c: Regenerated.
16215         * tests/unictype/test-categ_Nl.c: Regenerated.
16216         * tests/unictype/test-categ_No.c: Regenerated.
16217         * tests/unictype/test-categ_P.c: Regenerated.
16218         * tests/unictype/test-categ_Pd.c: Regenerated.
16219         * tests/unictype/test-categ_Pe.c: Regenerated.
16220         * tests/unictype/test-categ_Pf.c: Regenerated.
16221         * tests/unictype/test-categ_Pi.c: Regenerated.
16222         * tests/unictype/test-categ_Po.c: Regenerated.
16223         * tests/unictype/test-categ_Ps.c: Regenerated.
16224         * tests/unictype/test-categ_S.c: Regenerated.
16225         * tests/unictype/test-categ_Sk.c: Regenerated.
16226         * tests/unictype/test-categ_Sm.c: Regenerated.
16227         * tests/unictype/test-categ_So.c: Regenerated.
16228         * tests/unictype/test-ctype_alnum.c: Regenerated.
16229         * tests/unictype/test-ctype_alpha.c: Regenerated.
16230         * tests/unictype/test-ctype_graph.c: Regenerated.
16231         * tests/unictype/test-ctype_lower.c: Regenerated.
16232         * tests/unictype/test-ctype_print.c: Regenerated.
16233         * tests/unictype/test-ctype_punct.c: Regenerated.
16234         * tests/unictype/test-ctype_upper.c: Regenerated.
16235         * tests/unictype/test-decdigit.h: Regenerated.
16236         * tests/unictype/test-digit.h: Regenerated.
16237         * tests/unictype/test-numeric.h: Regenerated.
16238         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16239         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16240         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16241         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16242         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16243         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16244         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16245         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16246         * tests/unictype/test-pr_combining.c: Regenerated.
16247         * tests/unictype/test-pr_dash.c: Regenerated.
16248         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16249         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16250         * tests/unictype/test-pr_deprecated.c: Regenerated.
16251         * tests/unictype/test-pr_diacritic.c: Regenerated.
16252         * tests/unictype/test-pr_extender.c: Regenerated.
16253         * tests/unictype/test-pr_format_control.c: Regenerated.
16254         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16255         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16256         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16257         * tests/unictype/test-pr_id_continue.c: Regenerated.
16258         * tests/unictype/test-pr_id_start.c: Regenerated.
16259         * tests/unictype/test-pr_ideographic.c: Regenerated.
16260         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16261         * tests/unictype/test-pr_lowercase.c: Regenerated.
16262         * tests/unictype/test-pr_math.c: Regenerated.
16263         * tests/unictype/test-pr_numeric.c: Regenerated.
16264         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16265         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16266         Regenerated.
16267         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16268         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16269         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16270         * tests/unictype/test-pr_other_math.c: Regenerated.
16271         * tests/unictype/test-pr_punctuation.c: Regenerated.
16272         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16273         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16274         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16275         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16276         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16277         * tests/unictype/test-pr_uppercase.c: Regenerated.
16278         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16279         * tests/unictype/test-pr_xid_start.c: Regenerated.
16280         * tests/unictype/test-pr_zero_width.c: Regenerated.
16281
16282         Update to Unicode 5.1.0.
16283         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16284         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16285         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16286         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16287         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16288         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16289         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16290         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16291         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16292         (nonspacing_table_ind): Update.
16293         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16294
16295         Update to Unicode 5.1.0.
16296         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16297         code transform.
16298         * lib/uniname/uniname.c (unicode_character_name,
16299         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16300         * lib/uniname/uninames.h: Regenerated.
16301         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16302
16303 2009-02-07  Bruno Haible  <bruno@clisp.org>
16304
16305         Merge gen-ctype and gen-lbrk into a single program.
16306         * lib/gen-uni-tables.c: New file, incorporating
16307         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16308         Add directory prefixes to the names of the generated files.
16309         * lib/unictype/gen-ctype.c: Remove file.
16310         * lib/unilbrk/gen-lbrk.c: Remove file.
16311         * modules/gen-uni-tables: New file.
16312         * modules/unictype/gen-ctype: Remove file.
16313         * modules/unilbrk/gen-lbrk: Remove file.
16314
16315 2009-02-07  Bruno Haible  <bruno@clisp.org>
16316
16317         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16318
16319         New module 'unistr/u32-strcoll'.
16320         * modules/unistr/u32-strcoll: New file.
16321         * lib/unistr/u32-strcoll.c: New file.
16322
16323         New module 'unistr/u16-strcoll'.
16324         * modules/unistr/u16-strcoll: New file.
16325         * lib/unistr/u16-strcoll.c: New file.
16326
16327         New module 'unistr/u8-strcoll'.
16328         * modules/unistr/u8-strcoll: New file.
16329         * lib/unistr/u8-strcoll.c: New file.
16330         * lib/unistr/u-strcoll.h: New file.
16331
16332 2009-02-07  Bruno Haible  <bruno@clisp.org>
16333
16334         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16335         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16336         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16337         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16338         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16339         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16340
16341 2009-02-07  Bruno Haible  <bruno@clisp.org>
16342
16343         Make 64-bit clean.
16344         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16345         output_combclass, output_bidi_category, output_decimal_digit,
16346         output_digit, output_numeric, output_mirror, output_scripts,
16347         output_ident_category): Use proper width specifier in format strings.
16348
16349 2009-02-07  Bruno Haible  <bruno@clisp.org>
16350
16351         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16352         failure behaviour.
16353
16354 2009-02-07  Jim Meyering  <meyering@redhat.com>
16355
16356         regex: avoid compilation failure with upcoming gcc-4.4
16357         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16358         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16359         "... error: integer overflow in preprocessor expression".
16360
16361 2009-02-05  Ben Pfaff  <blp@gnu.org>
16362
16363         Fix link errors on Windows when close module is used.
16364         * modules/close: Add $(LIB_CLOSE) to Link section.
16365         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16366         $(LIB_CLOSE) on Windows.
16367
16368 2009-02-05  Jim Meyering  <meyering@redhat.com>
16369
16370         still avoid unused-parameter warnings, but do it cleanly
16371         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16372         (get_fs_usage): Cast to void instead.
16373         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16374         (dev_from_mount_options, read_file_system_list): Cast to void.
16375         Prompted by Bruno Haible.
16376
16377 2009-02-04  Jim Meyering  <meyering@redhat.com>
16378
16379         fsusage.c: correct copyright year
16380         * lib/fsusage.c: Reflect year in which the change is pushed into
16381
16382         avoid misc. warnings
16383         * lib/fsusage.c (UNUSED_PARAM): Define.
16384         (get_fs_usage): Mark parameter "disk" as unused.
16385         * lib/getugroups.c (getgrent): Use "void" in prototype.
16386         * lib/mountlist.c: Mark unused parameters.
16387         (read_file_system_list): Declare a local with "const".
16388         * lib/nanosleep.c (getnow): Declare static.
16389         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16390
16391         dirfd: set errno upon failure
16392         * lib/dirfd.c: Include <errno.h>.
16393         Set errno to ENOTSUP when returning -1.
16394         * modules/dirfd (Depends-on): Add errno.
16395         Suggested by John Kodis <kodis@comcast.net>.
16396
16397 2009-02-01  Bruno Haible  <bruno@clisp.org>
16398
16399         Don't assume sizeof (long) >= sizeof (void *).
16400         * lib/memcmp.c: Include stdint.h.
16401         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16402         srcp2 to 'const byte *'.
16403         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16404         types to uintptr_t.
16405         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16406         * modules/memcmp (Depends-on): Add stdint.
16407         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16408
16409 2009-01-30  Eric Blake  <ebb9@byu.net>
16410
16411         fix more require-before-expand issues
16412         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16413         expand, AC_PROG_AWK.
16414         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16415
16416 2009-01-28  Eric Blake  <ebb9@byu.net>
16417
16418         version-etc: use consistent URL formatting
16419         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16420         Improve formatting.  Use fputs for string without %.
16421
16422 2009-01-28  Jim Meyering  <meyering@redhat.com>
16423
16424         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16425         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16426         "underquoted definition of NAME" from autoconf-2.59.
16427
16428 2009-01-28  Bruno Haible  <bruno@clisp.org>
16429
16430         * doc/gnulib.texi: Add "Obsolete modules" to index.
16431
16432 2009-01-28  Jim Meyering  <meyering@redhat.com>
16433
16434         useless-if-before-free: recognize more variants
16435         * build-aux/useless-if-before-free: Also recognize e.g.,
16436         if (NULL != p) free (p);
16437
16438 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16439
16440         test-getaddrinfo: skip (don't fail) this test when there's no network
16441         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16442         on the presumption that it means you lack network access.
16443
16444 2009-01-26  Jim Meyering  <meyering@redhat.com>
16445
16446         fflush: avoid warnings on modern systems
16447         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16448         pos and result, into scopes where they're used.
16449
16450 2009-01-26  Eric Blake  <ebb9@byu.net>
16451
16452         Silence warning reintroduced by recent extensions patch.
16453         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16454         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16455         autoconf.
16456
16457         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16458         * m4/00gnulib.m4: New file.
16459         * gnulib-tool (func_get_filelist): Always use it.
16460         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16461         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16462
16463 2009-01-25  Bruno Haible  <bruno@clisp.org>
16464
16465         Make test-quotearg work on MacOS X and AIX.
16466         * tests/test-quotearg.sh: New file.
16467         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16468         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16469         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16470         include <libintl.h>.
16471         (fake_locale): Remove variable.
16472         (gettext, dgettext, dcgettext): Remove functions.
16473         (main): Instead of setting a fake locale, set a real locale. Call
16474         textdomain and bindtextdomain.
16475         * modules/quotearg-tests (Files): Add the new files.
16476         (Depends-on): Add gettext, setenv, unsetenv.
16477         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16478         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16479         Augment TESTS_ENVIRONMENT.
16480
16481 2009-01-25  Bruno Haible  <bruno@clisp.org>
16482
16483         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16484         fr_FR.ISO8859-1 locale on MacOS X.
16485         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16486         ja_JP.eucJP locale on MacOS X.
16487         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16488         zh_CN.GB18030 locale on MacOS X.
16489
16490 2009-01-25  Bruno Haible  <bruno@clisp.org>
16491
16492         Avoid link errors on MacOS X 10.3.
16493         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16494         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16495
16496 2009-01-25  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16499         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16500         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16501         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16502         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16503         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16504         posix_spawnattr_init, posix_spawnattr_setsigmask,
16505         posix_spawnattr_setflags, posix_spawnattr_destroy.
16506
16507         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16508         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16509         * modules/execute (Files): Remove m4/posix_spawn.m4.
16510         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16511         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16512         posix_spawnattr_init, posix_spawnattr_setsigmask,
16513         posix_spawnattr_setflags, posix_spawnattr_destroy.
16514
16515 2009-01-25  Bruno Haible  <bruno@clisp.org>
16516
16517         * lib/glthread/threadlib.c: Include <stdlib.h>.
16518
16519 2009-01-25  Bruno Haible  <bruno@clisp.org>
16520
16521         * lib/glthread/threadlib.c (dummy): New declaration.
16522
16523 2009-01-25  Bruno Haible  <bruno@clisp.org>
16524
16525         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16526         multibyte characters also for the GB18030 encoding. Don't crash when
16527         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16528
16529 2009-01-25  Bruno Haible  <bruno@clisp.org>
16530
16531         Avoid redefining 'struct random_data' on OSF/1 5.1.
16532         * lib/stdlib.in.h: Include <random.h> if it exists.
16533         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16534         HAVE_RANDOM_H. Include <random.h> when testing whether
16535         'struct random_data' exists.
16536         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16537
16538 2009-01-25  Bruno Haible  <bruno@clisp.org>
16539
16540         Don't install charset.alias on MacOS X >= 10.3.
16541         * lib/localcharset.c (DARWIN7): New macro.
16542         (get_charset_aliases): Hardcode the result for Darwin7.
16543         * modules/localcharset (install-exec-local): Don't install
16544         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16545
16546 2009-01-25  Bruno Haible  <bruno@clisp.org>
16547
16548         Don't install charset.alias on mingw and Cygwin.
16549         * modules/localcharset (install-exec-local): Don't install
16550         charset.alias on mingw and Cygwin, if the file does not yet exist.
16551         The result for these platforms is hardcoded in localcharset.c.
16552
16553 2009-01-25  Bruno Haible  <bruno@clisp.org>
16554
16555         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16556         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16557         before requiring AC_USE_SYSTEM_EXTENSIONS.
16558
16559 2009-01-25  Jim Meyering  <meyering@redhat.com>
16560
16561         c-strtod: avoid warnings
16562         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16563         "assignment discards qualifiers from pointer target type" warnings.
16564
16565 2009-01-24  Bruno Haible  <bruno@clisp.org>
16566
16567         Add support for non-UTF-8 locales on MacOS X.
16568         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16569         canonical encodings. For Darwin 7 and newer, don't map traditional
16570         encodings to UTF-8.
16571         Reported by Vincent Lefevre <vincent@vinc17.org>
16572         at <http://savannah.gnu.org/bugs/?25235>.
16573
16574 2009-01-24  Bruno Haible  <bruno@clisp.org>
16575
16576         * doc/gnulib.texi (Obsolete modules): New section.
16577         Reported by Mike Frysinger <vapier@gentoo.org>.
16578
16579 2009-01-24  Bruno Haible  <bruno@clisp.org>
16580
16581         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16582         (%.dvi): New rule.
16583
16584 2009-01-24  Bruno Haible  <bruno@clisp.org>
16585
16586         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16587         Reported by Eric Blake.
16588
16589 2009-01-24  Bruno Haible  <bruno@clisp.org>
16590
16591         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16592         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16593         Reported by Gary V. Vaughan <gary@gnu.org>.
16594
16595 2009-01-24  Bruno Haible  <bruno@clisp.org>
16596
16597         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16598
16599 2009-01-23  Bruno Haible  <bruno@clisp.org>
16600
16601         Make c-strtod, c-strtold usable in libraries.
16602         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16603         (C_STRTOD): Call strdup instead of xstrdup.
16604         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16605         * modules/c-strtold (Depends-on): Likewise.
16606         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16607         * NEWS: Mention the change.
16608         Reported by Michael Gold <mgold@ncf.ca>.
16609
16610 2009-01-23  Jim Meyering  <meyering@redhat.com>
16611
16612         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16613         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16614         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16615
16616 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16617
16618         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16619         GNU CoreUtils.
16620         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16621         * modules/version-etc (Description): Update.
16622
16623 2009-01-22  Bruno Haible  <bruno@clisp.org>
16624
16625         Cache the C locale object.
16626         * lib/c-strtod.c (c_locale_cache): New variable.
16627         (c_locale): New function.
16628         (C_STRTOD): Use it, and don't call freelocale.
16629         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16630         Suggested by Paolo Bonzini.
16631
16632 2009-01-21  Bruno Haible  <bruno@clisp.org>
16633
16634         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16635         conditions other than overflow.
16636
16637 2009-01-21  Bruno Haible  <bruno@clisp.org>
16638
16639         * lib/c-strtod.c: Include errno.h.
16640         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16641         value from STRTOD_L and STRTOD.
16642
16643 2009-01-21  Bruno Haible  <bruno@clisp.org>
16644         and Jim Meyering  <meyering@redhat.com>
16645
16646         nanosleep: skip configure test (fail it) for apple universal builds
16647         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16648         universal builds, assume that nanosleep does not work.
16649         * modules/nanosleep (Depends-on): Add multiarch.
16650
16651         mktime: skip configure test (fail it) for apple universal builds
16652         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16653         universal builds, assume that mktime does not work.
16654         * modules/mktime (Depends-on): Add multiarch.
16655
16656 2009-01-21  Eric Blake  <ebb9@byu.net>
16657
16658         multiarch: avoid expand-before-require warning
16659         * modules/multiarch (configure.ac): Require, rather than expand,
16660         gl_MULTIARCH.
16661         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
16662         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
16663         enforce that all clients require it.  Partial reversion of
16664         2008-12-29 patch.
16665
16666         error: avoid expand-before-require warning
16667         * modules/errno (configure.ac): Require, rather than expand,
16668         gl_HEADER_ERRNO_H.
16669         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
16670         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
16671         enforce that all clients require it.
16672
16673         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
16674         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
16675         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
16676         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
16677
16678 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
16679
16680         Revert:
16681         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16682
16683         regex: do not depend on obsolete modules.
16684         * modules/regex: Remove memcmp and memmove.
16685
16686 2009-01-20  Bruno Haible  <bruno@clisp.org>
16687
16688         Make the 'link' module link on Windows NT 4.
16689         * lib/link.c (_WIN32_WINNT): Don't define.
16690         (CreateHardLinkFuncType): New type.
16691         (CreateHardLinkFunc, initialized): New variables.
16692         (initialize): New function.
16693         (link): Invoke CreateHardLink indirectly through the function pointer.
16694
16695 2009-01-20  Bruno Haible  <bruno@clisp.org>
16696
16697         Fix compilation failure on mingw.
16698         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
16699
16700 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
16701
16702         * doc/c-strtod.texi: Mention a couple of restrictions.
16703
16704 2009-01-20  Jim Meyering  <meyering@redhat.com>
16705
16706         gettimeofday: move more declarations out of functions
16707         * lib/gettimeofday.c: Move extern declarations of tzset and
16708         gmtime out of containing functions.  Prompted by Bruno Haible.
16709
16710 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
16711
16712         regex: do not depend on obsolete modules.
16713         * modules/regex: Remove memcmp and memmove.
16714
16715 2009-01-19  Bruno Haible  <bruno@clisp.org>
16716
16717         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16718         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
16719         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16720         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
16721         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
16722
16723 2009-01-19  Bruno Haible  <bruno@clisp.org>
16724
16725         * tests/test-link.c: Include <errno.h>.
16726         (main): Exit with code 77 when a hard link cannot be created due to
16727         the file system.
16728         * tests/test-link.sh: Skip test when a hard link cannot be created due
16729         to the file system.
16730         Suggested by Eric Blake.
16731
16732 2009-01-19  Martin Lambers  <marlam@marlam.de>
16733
16734         * modules/link-tests: New file.
16735         * tests/test-link.sh: New file.
16736         * tests/test-link.c: New file.
16737
16738 2009-01-19  Eric Blake  <ebb9@byu.net>
16739
16740         doc: mention another function added in cygwin 1.7.0
16741         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
16742         Another new function in cygwin 1.7.
16743
16744 2009-01-19  Bruno Haible  <bruno@clisp.org>
16745
16746         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
16747         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
16748         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
16749         gl_BIGENDIAN, not AC_C_BIGENDIAN.
16750         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
16751         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
16752         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
16753         * m4/md4.m4 (gl_MD4): Likewise.
16754         * m4/md5.m4 (gl_MD5): Likewise.
16755         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
16756         * m4/sha1.m4 (gl_SHA1): Likewise.
16757         * m4/sha256.m4 (gl_SHA256): Likewise.
16758         * m4/sha512.m4 (gl_SHA512): Likewise.
16759
16760 2009-01-19  Bruno Haible  <bruno@clisp.org>
16761
16762         * modules/uniname/uniname-tests (Depends-on): Add progname.
16763         * tests/uniname/test-uninames.c: Include progname.h.
16764         (main): Call set_program_name.
16765
16766         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
16767         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
16768         (main): Call set_program_name.
16769
16770         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
16771         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
16772         (main): Call set_program_name.
16773
16774         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
16775         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
16776         (main): Call set_program_name.
16777
16778         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
16779         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
16780         (main): Call set_program_name.
16781
16782         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
16783         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
16784         (main): Call set_program_name.
16785
16786         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
16787         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
16788         (main): Call set_program_name.
16789
16790         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
16791         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
16792         (main): Call set_program_name.
16793
16794         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
16795         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
16796         (main): Call set_program_name.
16797
16798 2009-01-19  Eric Blake  <ebb9@byu.net>
16799
16800         test-unistd: test previous patch
16801         * tests/test-unistd.c: Test *_FILENO macros.
16802
16803         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
16804         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16805         Guarantee a definition.
16806         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
16807         * modules/unistd-safer (Depends-on): Add dependency on unistd.
16808         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
16809         * lib/dup-safer.c (STDERR_FILENO): Likewise.
16810         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16811         Likewise.
16812         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
16813         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
16814         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
16815         Likewise.
16816         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
16817         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
16818         (STDERR_FILENO): Likewise.
16819         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
16820         (STDERR_FILENO): Likewise.
16821         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
16822         (STDERR_FILENO): Likewise.
16823         Reported by Elbert Pol.
16824
16825 2009-01-19  Eric Blake  <ebb9@byu.net>
16826
16827         doc: mention more functions added in cygwin 1.7.0
16828         * doc/posix-functions/abort.texi (abort): Update wording related
16829         to cygwin.
16830         * doc/posix-functions/daylight.texi (daylight): Likewise.
16831         * doc/posix-functions/optarg.texi (optarg): Likewise.
16832         * doc/posix-functions/optarg.texi (opterr): Likewise.
16833         * doc/posix-functions/optarg.texi (optind): Likewise.
16834         * doc/posix-functions/optarg.texi (optopt): Likewise.
16835         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
16836         worked in 1.5.x, and was withdrawn in 1.7.
16837         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
16838         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
16839         cygwin versions.
16840         * doc/posix-functions/perror.texi (perror): Likewise.
16841         * doc/posix-functions/printf.texi (printf): Likewise.
16842         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
16843         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
16844         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
16845         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
16846         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
16847         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
16848         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
16849         Likewise.
16850         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
16851         Likewise.
16852         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
16853         this function.
16854         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
16855         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
16856         Likewise.
16857         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
16858         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
16859         * doc/posix-functions/confstr.texi (confstr): Likewise.
16860         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
16861         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
16862         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
16863         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
16864         * doc/posix-functions/fputws.texi (fputws): Likewise.
16865         * doc/posix-functions/fwide.texi (fwide): Likewise.
16866         * doc/posix-functions/getwc.texi (getwc): Likewise.
16867         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
16868         * doc/posix-functions/putwc.texi (putwc): Likewise.
16869         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
16870         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
16871         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
16872         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
16873         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
16874         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
16875         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
16876         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
16877         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
16878         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
16879         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
16880
16881 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16882
16883         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
16884         * lib/ioctl.c: Include <sys/ioctl.h>.
16885
16886 2009-01-19  Simon Josefsson  <simon@josefsson.org>
16887
16888         * modules/getdate-tests (Depends-on): Add progname.
16889         * tests/test-getdate.c: Use progname module, to avoid link errors
16890         on non-glibc systems.
16891
16892 2009-01-18  Simon Josefsson  <simon@josefsson.org>
16893
16894         * modules/filenamecat-tests (Depends-on): Add progname.
16895         * modules/fstrcmp-tests (Depends-on): Likewise.
16896
16897         * tests/test-filenamecat.c: Use progname module, to avoid link
16898         errors on non-glibc systems.
16899         * tests/test-fstrcmp.c: Likewise.
16900
16901 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
16902
16903         gettimeofday: avoid warning: nested extern declaration of 'localtime'
16904         * lib/gettimeofday.c: Move extern declaration out of function.
16905
16906 2009-01-18  Bruno Haible  <bruno@clisp.org>
16907
16908         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
16909         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
16910         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
16911
16912 2009-01-18  Bruno Haible  <bruno@clisp.org>
16913
16914         * lib/strftime.c (MEMPCPY): Remove unused macro.
16915         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
16916
16917 2009-01-18  Martin Lambers  <marlam@marlam.de>
16918
16919         New module 'link'.
16920         * lib/unistd.in.h (link): New declaration.
16921         * lib/link.c: New file.
16922         * m4/link.m4: New file.
16923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
16924         HAVE_LINK.
16925         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
16926         * modules/link: New file.
16927         * doc/posix-functions/link.texi: Mention the new module.
16928
16929 2009-01-18  Bruno Haible  <bruno@clisp.org>
16930
16931         * tests/test-avltree_list.c (main): Call set_program_name.
16932         * tests/test-avltree_oset.c (main): Likewise.
16933         * tests/test-obstack-printf.c: Include progname.h.
16934         (main): Call set_program_name.
16935         * tests/test-quotearg.c: Include progname.h.
16936         (main): Call set_program_name.
16937         * tests/test-xmemdup0.c: Include progname.h.
16938         (main): Call set_program_name.
16939
16940 2009-01-18  Bruno Haible  <bruno@clisp.org>
16941
16942         New module 'alphasort'.
16943         * lib/dirent.in.h (alphasort): New declaration.
16944         * lib/alphasort.c: New file, from glibc with modifications.
16945         * m4/alphasort.m4: New file.
16946         * modules/alphasort: New file.
16947         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
16948         HAVE_ALPHASORT.
16949         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
16950         HAVE_ALPHASORT.
16951         * doc/posix-functions/alphasort.texi: Mention the new module and the
16952         portability problems.
16953
16954 2009-01-18  Bruno Haible  <bruno@clisp.org>
16955
16956         New module 'scandir'.
16957         * lib/dirent.in.h (scandir): New declaration.
16958         * lib/scandir.c: New file, from glibc with modifications.
16959         * m4/scandir.m4: New file.
16960         * modules/scandir: New file.
16961         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
16962         HAVE_SCANDIR.
16963         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
16964         HAVE_SCANDIR.
16965         * doc/posix-functions/scandir.texi: Mention the new module and the
16966         portability problems.
16967
16968 2009-01-17  Bruno Haible  <bruno@clisp.org>
16969
16970         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
16971         Update documentation.
16972         (func_remove_suffix): Escape all dots in the suffix. Update
16973         documentation.
16974         (func_filter_filelist): Update documentation.
16975         Reported by Ralf Wildenhues.
16976
16977 2009-01-17  Bruno Haible  <bruno@clisp.org>
16978
16979         * modules/dprintf-posix-tests: New file.
16980         * tests/test-dprintf-posix.sh: New file.
16981         * tests/test-dprintf-posix.c: New file.
16982
16983         New modules 'dprintf', 'dprintf-posix'.
16984         * lib/stdio.in.h (dprintf): New declaration.
16985         * lib/dprintf.c: New file.
16986         * m4/dprintf.m4: New file.
16987         * m4/dprintf-posix.m4: New file.
16988         * modules/dprintf: New file.
16989         * modules/dprintf-posix: New file.
16990         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
16991         HAVE_DPRINTF, REPLACE_DPRINTF.
16992         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
16993         HAVE_DPRINTF, REPLACE_DPRINTF.
16994         * doc/posix-functions/dprintf.texi: Mention the new modules.
16995
16996 2009-01-17  Bruno Haible  <bruno@clisp.org>
16997
16998         * modules/vdprintf-posix-tests: New file.
16999         * tests/test-vdprintf-posix.sh: New file.
17000         * tests/test-vdprintf-posix.c: New file.
17001
17002         New modules 'vdprintf', 'vdprintf-posix'.
17003         * lib/stdio.in.h (vdprintf): New declaration.
17004         * lib/vdprintf.c: New file.
17005         * m4/vdprintf.m4: New file.
17006         * m4/vdprintf-posix.m4: New file.
17007         * modules/vdprintf: New file.
17008         * modules/vdprintf-posix: New file.
17009         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17010         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17011         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17012         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17013         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17014
17015 2009-01-17  Bruno Haible  <bruno@clisp.org>
17016
17017         Fix replacement of fopen on mingw.
17018         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17019         mingw.
17020
17021 2009-01-17  Bruno Haible  <bruno@clisp.org>
17022
17023         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17024         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17025
17026 2009-01-17  Bruno Haible  <bruno@clisp.org>
17027
17028         Avoid test-fflush2.sh failure on mingw.
17029         * tests/test-fflush2.c: Include binary-io.h.
17030         (main): Put standard input into binary mode.
17031         * modules/fflush-tests (Depends-on): Add binary-io.
17032
17033 2009-01-17  Bruno Haible  <bruno@clisp.org>
17034
17035         * lib/wchar.in.h: In another particular situation, include only the
17036         system's <wchar.h> file.
17037         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17038         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17039         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17040
17041 2009-01-17  Bruno Haible  <bruno@clisp.org>
17042
17043         Support for stripping executables in --enable-relocatable.
17044         * build-aux/install-reloc: Expect one more argument, or an environment
17045         variable RELOC_STRIP_PROG. If set, strip the destination program and
17046         its wrapper.
17047         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17048         RELOC_STRIP_PROG.
17049         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17050         to set RELOCATABLE_STRIP.
17051         * NEWS: Mention the new Makefile requirement.
17052
17053 2009-01-17  Bruno Haible  <bruno@clisp.org>
17054
17055         * build-aux/install-reloc: Remove debugging information left over by
17056         C compiler on MacOS X.
17057
17058 2009-01-17  Bruno Haible  <bruno@clisp.org>
17059
17060         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17061         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17062         _NSGetExecutablePath.
17063
17064 2009-01-16  Jim Meyering  <meyering@redhat.com>
17065
17066         strerror: avoid warnings about discarding "const"
17067         * lib/strerror.c (rpl_strerror): Instead of returning a const
17068         string from each and every "case", use a variable, and add a single
17069         cast after the switch.
17070
17071 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17072
17073         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17074
17075 2009-01-16  Bruno Haible  <bruno@clisp.org>
17076
17077         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17078         array initializer syntax that also works in C++ mode.
17079         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17080
17081 2009-01-16  Jim Meyering  <meyering@redhat.com>
17082
17083         poll: suppress a warning
17084         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17085         to ignore "...unsigned expression < 0 is always false" warnings.
17086
17087 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17088
17089         poll: remove declarations of unused variables
17090         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17091         sockbuf and optlen.
17092
17093 2009-01-15  Bruno Haible  <bruno@clisp.org>
17094
17095         Make fflush-after-ungetc POSIX compliant on BSD systems.
17096         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17097         (clear_ungetc_buffer): Implement also for other systems.
17098         (rpl_fflush): On glibc systems, invoke
17099         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17100         clear_ungetc_buffer after fetching the stream's position, not before.
17101
17102 2009-01-15  Bruno Haible  <bruno@clisp.org>
17103
17104         Make fflush-after-ungetc POSIX compliant on glibc systems.
17105         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17106         after ungetc.
17107         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17108         (rpl_fflush): On glibc systems, simply call the system's fflush
17109         function after clearing the ungetc buffer.
17110         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17111         Instead, lseek only to the end of file, then use the system's fseeko
17112         for the rest. On glibc systems, reset the EOF indicator bit.
17113
17114 2009-01-15  Jim Meyering  <meyering@redhat.com>
17115
17116         openmp.m4: revert quote-adding change, for portability to older autoconf
17117         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17118         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17119         Simon Josefsson noticed the problem when using autoconf-2.61.
17120
17121 2009-01-15  Bruno Haible  <bruno@clisp.org>
17122
17123         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17124         * tests/test-fflush2.c (ASSERT): Always fail.
17125         (main): Add two tests for fflush() after ungetc(), taking into account
17126         the Austin Group's clarification.
17127         Suggested by Eric Blake.
17128
17129 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17130
17131         mktime.m4: remove K&R-style function prototypes
17132         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17133         for the Sun C++ compiler.
17134
17135 2009-01-14  Bruno Haible  <bruno@clisp.org>
17136
17137         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17138         while including <wchar.h>.
17139         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17140         the system's <wchar.h> file.
17141         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17142
17143 2009-01-14  Bruno Haible  <bruno@clisp.org>
17144
17145         * m4/csharp.m4: Don't mention gettext on the serial number line.
17146         * m4/csharpexec.m4: Likewise.
17147         * m4/eaccess.m4: Likewise.
17148         * m4/javaexec.m4: Likewise.
17149         * m4/sig_atomic_t.m4: Likewise.
17150         * m4/tmpdir.m4: Likewise.
17151         * m4/intldir.m4: Bump gettext version.
17152         * m4/lib-ld.m4: Likewise.
17153
17154 2009-01-14  Bruno Haible  <bruno@clisp.org>
17155
17156         * lib/progname.c (set_program_name): Add more comments.
17157         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17158
17159 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17160
17161         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17162         were sys/stat.h does not define it.
17163
17164 2009-01-14  Jim Meyering  <meyering@redhat.com>
17165
17166         many *.m4 files: improve m4 quoting
17167         99% of this change was performed by running the following commands:
17168         git ls-files | grep '\.m4$' | xargs perl -pi \
17169           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17170           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17171           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17172           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17173         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17174         The remainder were to add Copyright dates, increment serial numbers,
17175         undo some changes in comments, exclude m4/intl.m4, and add quotes
17176         around the "1" in ",1" where the unusual spacing prohibited the
17177         above regexps from doing the job.  For more details, see
17178         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17179         * m4/acl.m4: Modified.
17180         * m4/afs.m4: Likewise.
17181         * m4/alloca.m4: Likewise.
17182         * m4/argp.m4: Likewise.
17183         * m4/argz.m4: Likewise.
17184         * m4/atexit.m4: Likewise.
17185         * m4/bison-i18n.m4: Likewise.
17186         * m4/bison.m4: Likewise.
17187         * m4/byteswap.m4: Likewise.
17188         * m4/c-stack.m4: Likewise.
17189         * m4/c-strtod.m4: Likewise.
17190         * m4/calloc.m4: Likewise.
17191         * m4/canonicalize-lgpl.m4: Likewise.
17192         * m4/chown.m4: Likewise.
17193         * m4/clock_time.m4: Likewise.
17194         * m4/codeset.m4: Likewise.
17195         * m4/copy-file.m4: Likewise.
17196         * m4/csharp.m4: Likewise.
17197         * m4/csharpcomp.m4: Likewise.
17198         * m4/csharpexec.m4: Likewise.
17199         * m4/d-ino.m4: Likewise.
17200         * m4/d-type.m4: Likewise.
17201         * m4/dirfd.m4: Likewise.
17202         * m4/double-slash-root.m4: Likewise.
17203         * m4/eaccess.m4: Likewise.
17204         * m4/eealloc.m4: Likewise.
17205         * m4/environ.m4: Likewise.
17206         * m4/errno_h.m4: Likewise.
17207         * m4/euidaccess.m4: Likewise.
17208         * m4/execute.m4: Likewise.
17209         * m4/fatal-signal.m4: Likewise.
17210         * m4/fchdir.m4: Likewise.
17211         * m4/fcntl_h.m4: Likewise.
17212         * m4/fileblocks.m4: Likewise.
17213         * m4/filenamecat.m4: Likewise.
17214         * m4/findprog.m4: Likewise.
17215         * m4/flexmember.m4: Likewise.
17216         * m4/fnmatch.m4: Likewise.
17217         * m4/fopen.m4: Likewise.
17218         * m4/fpending.m4: Likewise.
17219         * m4/fprintf-posix.m4: Likewise.
17220         * m4/free.m4: Likewise.
17221         * m4/frexp.m4: Likewise.
17222         * m4/frexpl.m4: Likewise.
17223         * m4/fsusage.m4: Likewise.
17224         * m4/ftruncate.m4: Likewise.
17225         * m4/gc-camellia.m4: Likewise.
17226         * m4/gc-random.m4: Likewise.
17227         * m4/gc.m4: Likewise.
17228         * m4/getaddrinfo.m4: Likewise.
17229         * m4/getcwd-abort-bug.m4: Likewise.
17230         * m4/getcwd-path-max.m4: Likewise.
17231         * m4/getdate.m4: Likewise.
17232         * m4/getdomainname.m4: Likewise.
17233         * m4/getgroups.m4: Likewise.
17234         * m4/gethostname.m4: Likewise.
17235         * m4/gethrxtime.m4: Likewise.
17236         * m4/getline.m4: Likewise.
17237         * m4/getloadavg.m4: Likewise.
17238         * m4/getndelim2.m4: Likewise.
17239         * m4/getpass.m4: Likewise.
17240         * m4/gettext.m4: Likewise.
17241         * m4/gettime.m4: Likewise.
17242         * m4/gettimeofday.m4: Likewise.
17243         * m4/gnulib-common.m4: Likewise.
17244         * m4/group-member.m4: Likewise.
17245         * m4/host-os.m4: Likewise.
17246         * m4/iconv.m4: Likewise.
17247         * m4/iconv_open.m4: Likewise.
17248         * m4/inet_ntop.m4: Likewise.
17249         * m4/inet_pton.m4: Likewise.
17250         * m4/inline.m4: Likewise.
17251         * m4/intldir.m4: Likewise.
17252         * m4/intlmacosx.m4: Likewise.
17253         * m4/intmax.m4: Likewise.
17254         * m4/intmax_t.m4: Likewise.
17255         * m4/inttypes.m4: Likewise.
17256         * m4/inttypes_h.m4: Likewise.
17257         * m4/inttypes-pri.m4: Likewise.
17258         * m4/isapipe.m4: Likewise.
17259         * m4/isnand.m4: Likewise.
17260         * m4/isnanf.m4: Likewise.
17261         * m4/isnanl.m4: Likewise.
17262         * m4/javacomp.m4: Likewise.
17263         * m4/javaexec.m4: Likewise.
17264         * m4/jm-winsz1.m4: Likewise.
17265         * m4/jm-winsz2.m4: Likewise.
17266         * m4/lchown.m4: Likewise.
17267         * m4/lcmessage.m4: Likewise.
17268         * m4/ldexpl.m4: Likewise.
17269         * m4/lib-ld.m4: Likewise.
17270         * m4/lib-link.m4: Likewise.
17271         * m4/libsigsegv.m4: Likewise.
17272         * m4/link-follow.m4: Likewise.
17273         * m4/localcharset.m4: Likewise.
17274         * m4/locale-fr.m4: Likewise.
17275         * m4/locale-ja.m4: Likewise.
17276         * m4/locale-tr.m4: Likewise.
17277         * m4/locale-zh.m4: Likewise.
17278         * m4/lock.m4: Likewise.
17279         * m4/longlong.m4: Likewise.
17280         * m4/ls-mntd-fs.m4: Likewise.
17281         * m4/lstat.m4: Likewise.
17282         * m4/malloc.m4: Likewise.
17283         * m4/mathl.m4: Likewise.
17284         * m4/mbrtowc.m4: Likewise.
17285         * m4/mbstate_t.m4: Likewise.
17286         * m4/mbswidth.m4: Likewise.
17287         * m4/memchr.m4: Likewise.
17288         * m4/memcmp.m4: Likewise.
17289         * m4/memcpy.m4: Likewise.
17290         * m4/memmem.m4: Likewise.
17291         * m4/memmove.m4: Likewise.
17292         * m4/mempcpy.m4: Likewise.
17293         * m4/memrchr.m4: Likewise.
17294         * m4/memset.m4: Likewise.
17295         * m4/minmax.m4: Likewise.
17296         * m4/mkdir-slash.m4: Likewise.
17297         * m4/mkdtemp.m4: Likewise.
17298         * m4/mktime.m4: Likewise.
17299         * m4/mmap-anon.m4: Likewise.
17300         * m4/mountlist.m4: Likewise.
17301         * m4/nanosleep.m4: Likewise.
17302         * m4/nls.m4: Likewise.
17303         * m4/nocrash.m4: Likewise.
17304         * m4/open.m4: Likewise.
17305         * m4/openat.m4: Likewise.
17306         * m4/openmp.m4: Likewise.
17307         * m4/pathmax.m4: Likewise.
17308         * m4/perl.m4: Likewise.
17309         * m4/physmem.m4: Likewise.
17310         * m4/pipe.m4: Likewise.
17311         * m4/po.m4: Likewise.
17312         * m4/poll.m4: Likewise.
17313         * m4/posixtm.m4: Likewise.
17314         * m4/posixver.m4: Likewise.
17315         * m4/printf-frexp.m4: Likewise.
17316         * m4/printf-frexpl.m4: Likewise.
17317         * m4/printf-posix.m4: Likewise.
17318         * m4/printf-posix-rpl.m4: Likewise.
17319         * m4/printf.m4: Likewise.
17320         * m4/progtest.m4: Likewise.
17321         * m4/putenv.m4: Likewise.
17322         * m4/readline.m4: Likewise.
17323         * m4/readlink.m4: Likewise.
17324         * m4/readutmp.m4: Likewise.
17325         * m4/realloc.m4: Likewise.
17326         * m4/regex.m4: Likewise.
17327         * m4/relocatable.m4: Likewise.
17328         * m4/relocatable-lib.m4: Likewise.
17329         * m4/rename-dest-slash.m4: Likewise.
17330         * m4/rename.m4: Likewise.
17331         * m4/rmdir-errno.m4: Likewise.
17332         * m4/rmdir.m4: Likewise.
17333         * m4/roundf.m4: Likewise.
17334         * m4/roundl.m4: Likewise.
17335         * m4/rpmatch.m4: Likewise.
17336         * m4/save-cwd.m4: Likewise.
17337         * m4/selinux-selinux-h.m4: Likewise.
17338         * m4/setenv.m4: Likewise.
17339         * m4/settime.m4: Likewise.
17340         * m4/sig2str.m4: Likewise.
17341         * m4/sig_atomic_t.m4: Likewise.
17342         * m4/signalblocking.m4: Likewise.
17343         * m4/signbit.m4: Likewise.
17344         * m4/sigpipe.m4: Likewise.
17345         * m4/sockets.m4: Likewise.
17346         * m4/sockpfaf.m4: Likewise.
17347         * m4/st_dm_mode.m4: Likewise.
17348         * m4/stat-time.m4: Likewise.
17349         * m4/stdbool.m4: Likewise.
17350         * m4/stdint.m4: Likewise.
17351         * m4/stdint_h.m4: Likewise.
17352         * m4/stpcpy.m4: Likewise.
17353         * m4/stpncpy.m4: Likewise.
17354         * m4/strcase.m4: Likewise.
17355         * m4/strchrnul.m4: Likewise.
17356         * m4/strcspn.m4: Likewise.
17357         * m4/strdup.m4: Likewise.
17358         * m4/strftime.m4: Likewise.
17359         * m4/strndup.m4: Likewise.
17360         * m4/strnlen.m4: Likewise.
17361         * m4/strpbrk.m4: Likewise.
17362         * m4/strptime.m4: Likewise.
17363         * m4/strsep.m4: Likewise.
17364         * m4/strtod.m4: Likewise.
17365         * m4/strtoimax.m4: Likewise.
17366         * m4/strtok_r.m4: Likewise.
17367         * m4/strtol.m4: Likewise.
17368         * m4/strtoll.m4: Likewise.
17369         * m4/strtoul.m4: Likewise.
17370         * m4/strtoull.m4: Likewise.
17371         * m4/strtoumax.m4: Likewise.
17372         * m4/strverscmp.m4: Likewise.
17373         * m4/threadlib.m4: Likewise.
17374         * m4/timegm.m4: Likewise.
17375         * m4/tm_gmtoff.m4: Likewise.
17376         * m4/tmpdir.m4: Likewise.
17377         * m4/tmpfile.m4: Likewise.
17378         * m4/tzset.m4: Likewise.
17379         * m4/uintmax_t.m4: Likewise.
17380         * m4/unlinkdir.m4: Likewise.
17381         * m4/unlocked-io.m4: Likewise.
17382         * m4/uptime.m4: Likewise.
17383         * m4/userspec.m4: Likewise.
17384         * m4/utimbuf.m4: Likewise.
17385         * m4/utime.m4: Likewise.
17386         * m4/utimes-null.m4: Likewise.
17387         * m4/utimes.m4: Likewise.
17388         * m4/vararrays.m4: Likewise.
17389         * m4/vasnprintf.m4: Likewise.
17390         * m4/vfprintf-posix.m4: Likewise.
17391         * m4/vprintf-posix.m4: Likewise.
17392         * m4/wait-process.m4: Likewise.
17393         * m4/wchar_t.m4: Likewise.
17394         * m4/wint_t.m4: Likewise.
17395         * m4/write-any-file.m4: Likewise.
17396         * m4/yield.m4: Likewise.
17397
17398 2009-01-13  Bruno Haible  <bruno@clisp.org>
17399
17400         Avoid test-copy-file.sh failures when ACL support insufficient.
17401         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17402         TESTS_ENVIRONMENT.
17403         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17404         Reported by Jim Meyering.
17405
17406 2009-01-13  Bruno Haible  <bruno@clisp.org>
17407
17408         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17409         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17410         * modules/unistdio/u8-printf-parse (Files): Likewise.
17411         * modules/unistdio/u32-printf-parse (Files): Likewise.
17412         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17413
17414 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17415
17416         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17417         and m4/inttypes_h.m4 too.
17418
17419 2009-01-12  Eric Blake  <ebb9@byu.net>
17420
17421         tests: IRIX 6.2 cc can't compile -0.0 into .data
17422         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17423         rather than at compile-time.
17424         * tests/test-floorl.c (minus_zero): Likewise.
17425         * tests/test-frexpl.c (minus_zero): Likewise.
17426         * tests/test-isnan.c (minus_zerol): Likewise.
17427         * tests/test-isnanl.h (minus_zero): Likewise.
17428         * tests/test-ldexpl.c (minus_zero): Likewise.
17429         * tests/test-roundl.c (minus_zero): Likewise.
17430         * tests/test-signbit.c (minus_zerol): Likewise.
17431         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17432         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17433         * tests/test-truncl.c (minus_zero): Likewise.
17434         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17435         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17436         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17437
17438 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17439
17440         regex: fix glibc bug 9697
17441         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17442         handling.
17443
17444 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17445
17446         regex: fix glibc bug 697
17447         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17448         being NULL also if there are no backreferences.
17449
17450 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17451
17452         regex: merge glibc changes
17453         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17454         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17455         re_string_skip_chars, re_string_reconstruct): Likewise.
17456         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17457
17458 2009-01-07  Jim Meyering  <meyering@redhat.com>
17459
17460         poll: filter through cppi
17461         * lib/poll.c: Indent cpp directives to reflect nesting.
17462
17463 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17464
17465         poll: don't return uninitialized
17466         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17467
17468 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17469
17470         avoid compile failure on AIX 6.1
17471         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17472         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17473
17474 2009-01-04  Jim Meyering  <meyering@redhat.com>
17475
17476         remove duplicate inclusion of <stdio.h>
17477         * tests/test-fprintf-posix.c: Likewise.
17478         * tests/test-printf-posix.c: Likewise.
17479         * tests/test-snprintf-posix.c: Likewise.
17480         * tests/test-sprintf-posix.c: Likewise.
17481         * tests/test-vasprintf-posix.c: Likewise.
17482         * tests/test-vfprintf-posix.c: Likewise.
17483         * tests/test-vprintf-posix.c: Likewise.
17484         * tests/test-vsnprintf-posix.c: Likewise.
17485         * tests/test-vsprintf-posix.c: Likewise.
17486
17487 2009-01-03  Jim Meyering  <meyering@redhat.com>
17488
17489         gnulib-tool: fix sed-based filtering
17490         * gnulib-tool (func_filter_filelist): Remove extra backslash
17491         in sed_fff_filter definition.
17492
17493 2009-01-02  Jim Meyering  <meyering@redhat.com>
17494
17495         strftime: avoid compilation failure on Solaris 2.6
17496         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17497         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17498         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17499         be available.  Reported by Tom G. Christensen.  Details in
17500         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17501
17502 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17503             Bruno Haible  <bruno@clisp.org>
17504
17505         Speed up gnulib-tool by doing more string processing through shell
17506         built-ins.
17507         * gnulib-tool (fast_func_append): New variable.
17508         (func_remove_prefix, func_remove_suffix): New functions.
17509         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17510         (func_filter_filelist): New function.
17511         (func_get_dependencies): Use func_remove_suffix instead of sed.
17512         (func_get_automake_snippet): Use func_filter_filelist instead of a
17513         subshell and sed invocation.
17514
17515 2009-01-01  Bruno Haible  <bruno@clisp.org>
17516
17517         Fix a security bug.
17518         * gnulib-tool (func_import, import, update): Don't allow the characters
17519         '"', '$', '`', '\' in macro arguments that become part of commands that
17520         are evaluated.
17521
17522 2009-01-01  Bruno Haible  <bruno@clisp.org>
17523
17524         * gnulib-tool (func_reset_sigpipe): Add more comments.
17525
17526 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17527
17528         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17529         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17530         already know the answer.
17531
17532 2009-01-01  Jim Meyering  <meyering@redhat.com>
17533
17534         * lib/version-etc.c (version_etc_va): Update copyright year.
17535
17536 2008-12-30  Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17539         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17540         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17541
17542 2008-12-29  Eric Blake  <ebb9@byu.net>
17543
17544         multiarch: avoid autoconf AC_REQUIRE bug
17545         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17546         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17547         2.63 and older.
17548         Reported by Bruno Haible, and analyzed in
17549         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17550
17551 2008-12-29  Bruno Haible  <bruno@clisp.org>
17552
17553         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17554         files in subdirectories correctly.
17555         Reported by Ralf Wildenhues.
17556
17557 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17558
17559         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17560         rather than 'join FILE -', for Solaris join.
17561
17562 2008-12-29  Bruno Haible  <bruno@clisp.org>
17563
17564         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17565         quoting.
17566         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17567         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17568         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17569         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17570         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17571         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17572         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17573         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17574         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17575         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17576         * m4/nls.m4 (AM_NLS): Likewise.
17577         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17578         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17579         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17580         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17581         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17582         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17583         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17584         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17585         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17586         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17587         * m4/xsize.m4 (gl_XSIZE): Likewise.
17588         Suggested by Jim Meyering.
17589
17590 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17591
17592         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17593         * lib/parse-duration.c: use a switch instead of cascading if's.
17594
17595 2008-12-29  Eric Blake  <ebb9@byu.net>
17596
17597         wchar.h: supply WEOF on Irix 5.3
17598         * lib/wchar.in.h (wint_t): Also supply WEOF.
17599         * lib/wctype.in.h (wint_t): Likewise.
17600         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17601         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17602         Reported by Tom G. Christensen.
17603
17604 2008-12-26  Bruno Haible  <bruno@clisp.org>
17605
17606         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17607         i486, i586, i686.
17608
17609 2008-12-26  Bruno Haible  <bruno@clisp.org>
17610
17611         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17612
17613 2008-12-26  Bruno Haible  <bruno@clisp.org>
17614
17615         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17616         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17617         not __STDC_CONSTANT_MACROS.
17618         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17619
17620 2008-12-25  Bruno Haible  <bruno@clisp.org>
17621
17622         Add support for universal builds to vasnprintf.
17623         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17624         universal builds, guess no.
17625         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17626         * modules/vasprintf-posix (Depends-on): Likewise.
17627         * modules/fprintf-posix (Depends-on): Likewise.
17628         * modules/vfprintf-posix (Depends-on): Likewise.
17629         * modules/snprintf-posix (Depends-on): Likewise.
17630         * modules/vsnprintf-posix (Depends-on): Likewise.
17631         * modules/sprintf-posix (Depends-on): Likewise.
17632         * modules/vsprintf-posix (Depends-on): Likewise.
17633         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17634         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17635         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17636         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17637         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17638         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17639         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17640
17641         Add support for universal builds to <inttypes.h>.
17642         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17643         _SCNu64_PREFIX): In Apple
17644         universal builds, define directly, using _LP64.
17645         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17646         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17647         * modules/inttypes (Depends-on): Add multiarch.
17648         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17649
17650         Add support for universal builds to <stdint.h>.
17651         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17652         universal builds, define directly, using _LP64.
17653         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17654         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17655         and size_t.
17656         * modules/stdint (Depends-on): Add multiarch.
17657         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17658
17659         New module 'multiarch'.
17660         * modules/multiarch: New file.
17661         * m4/multiarch.m4: New file.
17662
17663 2008-12-25  Bruno Haible  <bruno@clisp.org>
17664
17665         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
17666
17667 2008-12-25  Bruno Haible  <bruno@clisp.org>
17668
17669         * modules/btowc (License): Relicense under LGPLv2+.
17670         * modules/mbsinit (License): Likewise.
17671         * modules/mbrtowc (License): Likewise.
17672         * modules/wcrtomb (License): Likewise.
17673         * modules/streq (License): Likewise.
17674         Reported by David Lutterkort <lutter@redhat.com>.
17675
17676 2008-12-23  Bruno Haible  <bruno@clisp.org>
17677
17678         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
17679
17680 2008-12-23  Bruno Haible  <bruno@clisp.org>
17681
17682         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
17683         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
17684         GETADDRINFO_LIB, not in LIBS.
17685         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
17686         * modules/canon-host (Link): Likewise.
17687         * NEWS: Mention the change.
17688         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
17689         GETADDRINFO_LIB.
17690
17691 2008-12-22  Bruno Haible  <bruno@clisp.org>
17692
17693         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
17694         * doc/posix-functions/iswalpha_l.texi: Likewise.
17695         * doc/posix-functions/iswblank_l.texi: Likewise.
17696         * doc/posix-functions/iswcntrl_l.texi: Likewise.
17697         * doc/posix-functions/iswctype_l.texi: Likewise.
17698         * doc/posix-functions/iswdigit_l.texi: Likewise.
17699         * doc/posix-functions/iswgraph_l.texi: Likewise.
17700         * doc/posix-functions/iswlower_l.texi: Likewise.
17701         * doc/posix-functions/iswprint_l.texi: Likewise.
17702         * doc/posix-functions/iswpunct_l.texi: Likewise.
17703         * doc/posix-functions/iswspace_l.texi: Likewise.
17704         * doc/posix-functions/iswupper_l.texi: Likewise.
17705         * doc/posix-functions/iswxdigit_l.texi: Likewise.
17706         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
17707         * doc/posix-functions/open_wmemstream.texi: Likewise.
17708         * doc/posix-functions/swscanf.texi: Likewise.
17709         * doc/posix-functions/towctrans_l.texi: Likewise.
17710         * doc/posix-functions/towlower.texi: Likewise.
17711         * doc/posix-functions/towlower_l.texi: Likewise.
17712         * doc/posix-functions/towupper.texi: Likewise.
17713         * doc/posix-functions/towupper_l.texi: Likewise.
17714         * doc/posix-functions/vfwprintf.texi: Likewise.
17715         * doc/posix-functions/vfwscanf.texi: Likewise.
17716         * doc/posix-functions/vswscanf.texi: Likewise.
17717         * doc/posix-functions/vwprintf.texi: Likewise.
17718         * doc/posix-functions/vwscanf.texi: Likewise.
17719         * doc/posix-functions/wcpcpy.texi: Likewise.
17720         * doc/posix-functions/wcpncpy.texi: Likewise.
17721         * doc/posix-functions/wcscasecmp.texi: Likewise.
17722         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
17723         * doc/posix-functions/wcscoll_l.texi: Likewise.
17724         * doc/posix-functions/wcsdup.texi: Likewise.
17725         * doc/posix-functions/wcsncasecmp.texi: Likewise.
17726         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
17727         * doc/posix-functions/wcsnlen.texi: Likewise.
17728         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17729         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
17730         * doc/posix-functions/wctrans_l.texi: Likewise.
17731         * doc/posix-functions/wctype_l.texi: Likewise.
17732         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
17733         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
17734         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
17735         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
17736         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
17737         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
17738         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
17739         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
17740         * doc/glibc-functions/wcschrnul.texi: Likewise.
17741         * doc/glibc-functions/wcsftime_l.texi: Likewise.
17742         * doc/glibc-functions/wcstod_l.texi: Likewise.
17743         * doc/glibc-functions/wcstof_l.texi: Likewise.
17744         * doc/glibc-functions/wcstol_l.texi: Likewise.
17745         * doc/glibc-functions/wcstold_l.texi: Likewise.
17746         * doc/glibc-functions/wcstoll_l.texi: Likewise.
17747         * doc/glibc-functions/wcstoq.texi: Likewise.
17748         * doc/glibc-functions/wcstoul_l.texi: Likewise.
17749         * doc/glibc-functions/wcstoull_l.texi: Likewise.
17750         * doc/glibc-functions/wcstouq.texi: Likewise.
17751         * doc/glibc-functions/wmempcpy.texi: Likewise.
17752
17753 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
17754             Eric Blake  <ebb9@byu.net>
17755             Paolo Bonzini  <bonzini@gnu.org>
17756             Bruno Haible  <bruno@clisp.org>
17757
17758         Make c-stack work on Haiku.
17759         * lib/c-stack.c (SA_ONSTACK): Define fallback.
17760         (c_stack_action): Use SA_ONSTACK flag.
17761
17762 2008-12-22  Bruno Haible  <bruno@clisp.org>
17763
17764         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
17765
17766 2008-12-22  Bruno Haible  <bruno@clisp.org>
17767
17768         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
17769         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
17770         being overridden.
17771         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
17772         New macros.
17773         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
17774         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
17775         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
17776         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
17777
17778 2008-12-22  Bruno Haible  <bruno@clisp.org>
17779
17780         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
17781         from test code.
17782
17783 2008-12-22  Eric Blake  <ebb9@byu.net>
17784
17785         Avoid gcc warnings on cygwin.
17786         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
17787         Avoid unused variable.
17788         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
17789         Likewise.
17790
17791 2008-12-22  Bruno Haible  <bruno@clisp.org>
17792
17793         Remove HAVE_MBRTOWC conditionals.
17794         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
17795         (mbscasecmp): Assume mbrtowc function.
17796         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
17797         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
17798         * lib/mbschr.c: Include mbuiter.h unconditionally.
17799         (mbschr): Assume mbrtowc function.
17800         * lib/mbscspn.c: Include mbuiter.h unconditionally.
17801         (mbscspn): Assume mbrtowc function.
17802         * lib/mbslen.c: Include mbuiter.h unconditionally.
17803         (mbslen): Assume mbrtowc function.
17804         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
17805         (mbsncasecmp): Assume mbrtowc function.
17806         * lib/mbsnlen.c: Include mbiter.h unconditionally.
17807         (mbsnlen): Assume mbrtowc function.
17808         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
17809         (mbspbrk): Assume mbrtowc function.
17810         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
17811         (mbspcasecmp): Assume mbrtowc function.
17812         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
17813         (mbsrchr): Assume mbrtowc function.
17814         * lib/mbssep.c: Include mbuiter.h unconditionally.
17815         (mbssep): Assume mbrtowc function.
17816         * lib/mbsspn.c: Include mbuiter.h unconditionally.
17817         (mbsspn): Assume mbrtowc function.
17818         * lib/mbsstr.c: Include mbuiter.h unconditionally.
17819         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
17820         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
17821         (mbstok_r): Assume mbrtowc function.
17822         * lib/propername.c: Include mbuiter.h unconditionally.
17823         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
17824         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
17825         (trim2): Assume mbrtowc function.
17826         * lib/mbswidth.c (mbsinit): Remove fallback definition.
17827         (mbsnwidth): Assume mbrtowc function.
17828         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
17829         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
17830         fallback definitions.
17831         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
17832
17833 2008-12-22  Bruno Haible  <bruno@clisp.org>
17834
17835         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
17836
17837 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
17838
17839         * modules/regex: Request emulations for the mb*/wc* functions we need.
17840         * m4/regex.m4: Don't look for those functions here.
17841         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
17842
17843 2008-12-22  Bruno Haible  <bruno@clisp.org>
17844
17845         * modules/fnmatch (Depends-on): Remove duplicated dependency.
17846
17847 2008-12-21  Bruno Haible  <bruno@clisp.org>
17848
17849         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
17850         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
17851         (Include): Remove conditionalization.
17852         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
17853         (Include): Remove conditionalization.
17854         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
17855         (Include): Remove conditionalization.
17856         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
17857         * m4/mbfile.m4 (gl_MBFILE): Likewise.
17858         * NEWS: Mention the change.
17859         Reported by Alan Hourihane <alanh@fairlite.co.uk>
17860         via Sergey Poznyakoff <gray@gnu.org.ua>.
17861
17862 2008-12-21  Bruno Haible  <bruno@clisp.org>
17863
17864         * MODULES.html.sh (Extended multibyte and wide character utilities
17865         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
17866         wcrtomb, wcsrtombs.
17867         (Support for systems lacking POSIX:2008): Add accept, bind, close,
17868         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
17869         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
17870         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
17871
17872 2008-12-21  Bruno Haible  <bruno@clisp.org>
17873
17874         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
17875
17876 2008-12-21  Bruno Haible  <bruno@clisp.org>
17877
17878         * modules/wcsnrtombs-tests: New file.
17879         * tests/test-wcsnrtombs1.sh: New file.
17880         * tests/test-wcsnrtombs2.sh: New file.
17881         * tests/test-wcsnrtombs3.sh: New file.
17882         * tests/test-wcsnrtombs4.sh: New file.
17883         * tests/test-wcsnrtombs.c: New file.
17884
17885         New module 'wcsnrtombs'.
17886         * lib/wchar.in.h (wcsnrtombs): New declaration.
17887         * lib/wcsnrtombs.c: New file.
17888         * lib/wcsrtombs-state.c: New file.
17889         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
17890         (internal_state): Remove variable.
17891         * m4/wcsnrtombs.m4: New file.
17892         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
17893         compilation units.
17894         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
17895         HAVE_WCSNRTOMBS.
17896         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
17897         HAVE_WCSNRTOMBS.
17898         * modules/wcsnrtombs: New file.
17899         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
17900         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
17901
17902 2008-12-21  Bruno Haible  <bruno@clisp.org>
17903
17904         * modules/wcsrtombs-tests: New file.
17905         * tests/test-wcsrtombs1.sh: New file.
17906         * tests/test-wcsrtombs2.sh: New file.
17907         * tests/test-wcsrtombs3.sh: New file.
17908         * tests/test-wcsrtombs4.sh: New file.
17909         * tests/test-wcsrtombs.c: New file.
17910
17911         New module 'wcsrtombs'.
17912         * lib/wchar.in.h (wcsrtombs): New declaration.
17913         * lib/wcsrtombs.c: New file.
17914         * m4/wcsrtombs.m4: New file.
17915         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
17916         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17917         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
17918         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
17919         * modules/wcsrtombs: New file.
17920         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
17921         bugs.
17922
17923 2008-12-21  Bruno Haible  <bruno@clisp.org>
17924
17925         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
17926         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
17927         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
17928         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
17929         if not correct.
17930         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
17931         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
17932         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
17933         m4/locale-zh.m4, m4/codeset.m4.
17934         * doc/posix-functions/wcrtomb.texi: Document the bug.
17935
17936 2008-12-21  Bruno Haible  <bruno@clisp.org>
17937
17938         Work around a btowc() bug on IRIX 6.5.
17939         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
17940         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
17941         REPLACE_WTOBC if not.
17942         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
17943         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
17944         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
17945
17946 2008-12-21  Bruno Haible  <bruno@clisp.org>
17947
17948         * modules/wcrtomb-tests: New file.
17949         * tests/test-wcrtomb.sh: New file.
17950         * tests/test-wcrtomb.c: New file.
17951
17952         New module 'wcrtomb'.
17953         * lib/wchar.in.h (wcrtomb): New declaration.
17954         * lib/wcrtomb.c: New file.
17955         * m4/wcrtomb.m4: New file.
17956         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
17957         HAVE_WCRTOMB.
17958         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
17959         HAVE_WCRTOMB.
17960         * modules/wcrtomb: New file.
17961         * doc/posix-functions/wcrtomb.texi: Mention the new module.
17962
17963 2008-12-21  Bruno Haible  <bruno@clisp.org>
17964
17965         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
17966         * modules/mbsrtowcs (Files): Likewise.
17967         * modules/wctob (Files): Likewise.
17968         * modules/c-strcase-tests (Files): Likewise.
17969         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
17970         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
17971         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
17972         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
17973         * modules/vasnprintf-posix-tests (Files): Likewise.
17974
17975 2008-12-21  William Pursell  <bill.pursell@gmail.com>
17976
17977         gitlog-to-changelog: pass all command-line arguments to git-log
17978         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
17979         it is sometimes convenient to filter the commits in various ways.
17980         gitlog-to-changelog only allows --since to specify a start date,
17981         but git-log itself supports many other filtering mechanisms.
17982         At the moment, I want to filter by branch name.  Rather than
17983         adding a --branch option to gitlog-to-changelog, it seems more
17984         flexible to simply pass all options directly to git-log and let
17985         git do the work.  Notice that this effectively makes --since a
17986         redundant option for gitlog-to-changelog, but removing it would
17987         require current usage to change since calls would then require
17988         an additional '--'.
17989
17990 2008-12-21  Bruno Haible  <bruno@clisp.org>
17991
17992         * modules/mbsnrtowcs-tests: New file.
17993         * tests/test-mbsnrtowcs1.sh: New file.
17994         * tests/test-mbsnrtowcs2.sh: New file.
17995         * tests/test-mbsnrtowcs3.sh: New file.
17996         * tests/test-mbsnrtowcs4.sh: New file.
17997         * tests/test-mbsnrtowcs.c: New file.
17998
17999         New module 'mbsnrtowcs'.
18000         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18001         * lib/mbsnrtowcs.c: New file.
18002         * lib/mbsrtowcs-state.c: New file.
18003         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18004         (internal_state): Remove variable.
18005         * m4/mbsnrtowcs.m4: New file.
18006         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18007         compilation units.
18008         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18009         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18010         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18011         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18012         * modules/mbsnrtowcs: New file.
18013         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18014         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18015         portability problem.
18016
18017 2008-12-21  Bruno Haible  <bruno@clisp.org>
18018
18019         Work around mbsrtowcs bug.
18020         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18021         (gl_FUNC_MBSRTOWCS): Invoke it.
18022         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18023         m4/locale-zh.m4.
18024         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18025
18026 2008-12-21  Bruno Haible  <bruno@clisp.org>
18027
18028         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18029
18030 2008-12-21  Bruno Haible  <bruno@clisp.org>
18031
18032         Update doc for AIX.
18033         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18034         16-bit wchar_t type.
18035         * doc/posix-functions/btowc.texi: Likewise.
18036         * doc/posix-functions/fgetwc.texi: Likewise.
18037         * doc/posix-functions/fgetws.texi: Likewise.
18038         * doc/posix-functions/fputwc.texi: Likewise.
18039         * doc/posix-functions/fputws.texi: Likewise.
18040         * doc/posix-functions/fwide.texi: Likewise.
18041         * doc/posix-functions/fwprintf.texi: Likewise.
18042         * doc/posix-functions/fwscanf.texi: Likewise.
18043         * doc/posix-functions/getwchar.texi: Likewise.
18044         * doc/posix-functions/getwc.texi: Likewise.
18045         * doc/posix-functions/iswalnum.texi: Likewise.
18046         * doc/posix-functions/iswalpha.texi: Likewise.
18047         * doc/posix-functions/iswblank.texi: Likewise.
18048         * doc/posix-functions/iswcntrl.texi: Likewise.
18049         * doc/posix-functions/iswctype.texi: Likewise.
18050         * doc/posix-functions/iswdigit.texi: Likewise.
18051         * doc/posix-functions/iswgraph.texi: Likewise.
18052         * doc/posix-functions/iswlower.texi: Likewise.
18053         * doc/posix-functions/iswprint.texi: Likewise.
18054         * doc/posix-functions/iswpunct.texi: Likewise.
18055         * doc/posix-functions/iswspace.texi: Likewise.
18056         * doc/posix-functions/iswupper.texi: Likewise.
18057         * doc/posix-functions/iswxdigit.texi: Likewise.
18058         * doc/posix-functions/mbrtowc.texi: Likewise.
18059         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18060         * doc/posix-functions/mbstowcs.texi: Likewise.
18061         * doc/posix-functions/mbtowc.texi: Likewise.
18062         * doc/posix-functions/putwchar.texi: Likewise.
18063         * doc/posix-functions/putwc.texi: Likewise.
18064         * doc/posix-functions/swprintf.texi: Likewise.
18065         * doc/posix-functions/tolower.texi: Likewise.
18066         * doc/posix-functions/toupper.texi: Likewise.
18067         * doc/posix-functions/towctrans.texi: Likewise.
18068         * doc/posix-functions/ungetwc.texi: Likewise.
18069         * doc/posix-functions/vswprintf.texi: Likewise.
18070         * doc/posix-functions/wcrtomb.texi: Likewise.
18071         * doc/posix-functions/wcscat.texi: Likewise.
18072         * doc/posix-functions/wcschr.texi: Likewise.
18073         * doc/posix-functions/wcscmp.texi: Likewise.
18074         * doc/posix-functions/wcscoll.texi: Likewise.
18075         * doc/posix-functions/wcscpy.texi: Likewise.
18076         * doc/posix-functions/wcscspn.texi: Likewise.
18077         * doc/posix-functions/wcsftime.texi: Likewise.
18078         * doc/posix-functions/wcslen.texi: Likewise.
18079         * doc/posix-functions/wcsncat.texi: Likewise.
18080         * doc/posix-functions/wcsncmp.texi: Likewise.
18081         * doc/posix-functions/wcsncpy.texi: Likewise.
18082         * doc/posix-functions/wcspbrk.texi: Likewise.
18083         * doc/posix-functions/wcsrchr.texi: Likewise.
18084         * doc/posix-functions/wcsrtombs.texi: Likewise.
18085         * doc/posix-functions/wcsspn.texi: Likewise.
18086         * doc/posix-functions/wcsstr.texi: Likewise.
18087         * doc/posix-functions/wcstod.texi: Likewise.
18088         * doc/posix-functions/wcstof.texi: Likewise.
18089         * doc/posix-functions/wcstoimax.texi: Likewise.
18090         * doc/posix-functions/wcstok.texi: Likewise.
18091         * doc/posix-functions/wcstold.texi: Likewise.
18092         * doc/posix-functions/wcstoll.texi: Likewise.
18093         * doc/posix-functions/wcstol.texi: Likewise.
18094         * doc/posix-functions/wcstombs.texi: Likewise.
18095         * doc/posix-functions/wcstoull.texi: Likewise.
18096         * doc/posix-functions/wcstoul.texi: Likewise.
18097         * doc/posix-functions/wcstoumax.texi: Likewise.
18098         * doc/posix-functions/wcswidth.texi: Likewise.
18099         * doc/posix-functions/wcsxfrm.texi: Likewise.
18100         * doc/posix-functions/wctob.texi: Likewise.
18101         * doc/posix-functions/wctomb.texi: Likewise.
18102         * doc/posix-functions/wctrans.texi: Likewise.
18103         * doc/posix-functions/wctype.texi: Likewise.
18104         * doc/posix-functions/wcwidth.texi: Likewise.
18105         * doc/posix-functions/wmemchr.texi: Likewise.
18106         * doc/posix-functions/wmemcmp.texi: Likewise.
18107         * doc/posix-functions/wmemcpy.texi: Likewise.
18108         * doc/posix-functions/wmemmove.texi: Likewise.
18109         * doc/posix-functions/wmemset.texi: Likewise.
18110         * doc/posix-functions/wprintf.texi: Likewise.
18111         * doc/posix-functions/wscanf.texi: Likewise.
18112
18113 2008-12-21  Bruno Haible  <bruno@clisp.org>
18114
18115         Update doc for HP-UX 11.11.
18116         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18117         in HP-UX version 11.00, not in all versions of HP-UX 11.
18118         * doc/posix-functions/fwide.texi: Likewise.
18119         * doc/posix-functions/fwprintf.texi: Likewise.
18120         * doc/posix-functions/fwscanf.texi: Likewise.
18121         * doc/posix-functions/inet_ntop.texi: Likewise.
18122         * doc/posix-functions/inet_pton.texi: Likewise.
18123         * doc/posix-functions/mbrlen.texi: Likewise.
18124         * doc/posix-functions/mbrtowc.texi: Likewise.
18125         * doc/posix-functions/mbsinit.texi: Likewise.
18126         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18127         * doc/posix-functions/swprintf.texi: Likewise.
18128         * doc/posix-functions/swscanf.texi: Likewise.
18129         * doc/posix-functions/towctrans.texi: Likewise.
18130         * doc/posix-functions/vfwprintf.texi: Likewise.
18131         * doc/posix-functions/vswprintf.texi: Likewise.
18132         * doc/posix-functions/vwprintf.texi: Likewise.
18133         * doc/posix-functions/wcrtomb.texi: Likewise.
18134         * doc/posix-functions/wcsrtombs.texi: Likewise.
18135         * doc/posix-functions/wcsstr.texi: Likewise.
18136         * doc/posix-functions/wctob.texi: Likewise.
18137         * doc/posix-functions/wctrans.texi: Likewise.
18138         * doc/posix-functions/wmemchr.texi: Likewise.
18139         * doc/posix-functions/wmemcmp.texi: Likewise.
18140         * doc/posix-functions/wmemcpy.texi: Likewise.
18141         * doc/posix-functions/wmemmove.texi: Likewise.
18142         * doc/posix-functions/wmemset.texi: Likewise.
18143         * doc/posix-functions/wprintf.texi: Likewise.
18144         * doc/posix-functions/wscanf.texi: Likewise.
18145
18146 2008-12-21  Bruno Haible  <bruno@clisp.org>
18147
18148         Work around a portability problem.
18149         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18150         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18151
18152 2008-12-20  Bruno Haible  <bruno@clisp.org>
18153
18154         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18155         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18156         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18157         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18158         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18159
18160         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18161         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18162         set.
18163         (GNULIB_defined_mbstate_t): New macro.
18164         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18165         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18166         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18167         reuses the system's mbrtowc function but works around the bugs.
18168         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18169         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18170         macros.
18171         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18172         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18173         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18174         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18175         REPLACE_MBSINIT if mbsinit needs to be overridden.
18176         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18177         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18178         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18179         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18180         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18181         m4/locale-zh.m4.
18182         (Depends): Add mbsinit.
18183         * modules/mbsinit (Depends): Add mbrtowc.
18184         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18185
18186 2008-12-20  Bruno Haible  <bruno@clisp.org>
18187
18188         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18189         so that there are no conversion errors on AIX.
18190         * tests/test-mbsrtowcs.c (main): LIkewise.
18191
18192 2008-12-20  Bruno Haible  <bruno@clisp.org>
18193
18194         Work around wctob bug on Solaris <= 9.
18195         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18196         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18197         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18198         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18199         * modules/wctob (Files): Add m4/locale-fr.m4.
18200         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18201
18202 2008-12-20  Bruno Haible  <bruno@clisp.org>
18203
18204         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18205         /dev/null.
18206         * tests/test-select-in.sh: Likewise.
18207         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18208
18209 2008-12-20  Bruno Haible  <bruno@clisp.org>
18210
18211         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18212         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18213         Cygwin 1.5.x.
18214
18215 2008-12-20  Bruno Haible  <bruno@clisp.org>
18216
18217         Ensure mbstate_t is defined on HP-UX 11.11.
18218         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18219         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18220         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18221         AC_USE_SYSTEM_EXTENSIONS.
18222         * modules/fnmatch (Depends-on): Add extensions.
18223         * modules/mbrlen (Depends-on): Likewise.
18224         * modules/mbrtowc (Depends-on): Likewise.
18225         * modules/mbsinit (Depends-on): Likewise.
18226         * modules/mbsrtowcs (Depends-on): Likewise.
18227         * modules/mbswidth (Depends-on): Likewise.
18228         * modules/quotearg (Depends-on): Likewise.
18229         * modules/strftime (Depends-on): Likewise.
18230
18231 2008-12-20  Bruno Haible  <bruno@clisp.org>
18232
18233         Ensure wctob is declared on IRIX 6.5.
18234         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18235         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18236         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18237         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18238         of HAVE_WCTOB.
18239         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18240         HAVE_WCTOB.
18241         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18242
18243 2008-12-19  Bruno Haible  <bruno@clisp.org>
18244
18245         * modules/mbsrtowcs-tests: New file.
18246         * tests/test-mbsrtowcs1.sh: New file.
18247         * tests/test-mbsrtowcs2.sh: New file.
18248         * tests/test-mbsrtowcs3.sh: New file.
18249         * tests/test-mbsrtowcs4.sh: New file.
18250         * tests/test-mbsrtowcs.c: New file.
18251
18252         New module 'mbsrtowcs'.
18253         * lib/wchar.in.h (mbsrtowcs): New declaration.
18254         * lib/mbsrtowcs.c: New file.
18255         * m4/mbsrtowcs.m4: New file.
18256         * modules/mbsrtowcs: New file.
18257         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18258         HAVE_MBSRTOWCS.
18259         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18260         HAVE_MBSRTOWCS.
18261         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18262
18263 2008-12-19  Bruno Haible  <bruno@clisp.org>
18264
18265         New module 'mbrlen'.
18266         * lib/wchar.in.h (mbrlen): New declaration.
18267         * lib/mbrlen.c: New file.
18268         * m4/mbrlen.m4: New file.
18269         * modules/mbrlen: New file.
18270         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18271         HAVE_MBRLEN.
18272         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18273         HAVE_MBRLEN.
18274         * doc/posix-functions/mbrlen.texi: Document the new module.
18275
18276 2008-12-19  Bruno Haible  <bruno@clisp.org>
18277
18278         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18279         * modules/mbrtowc (Depends-on): Add verify.
18280         Suggested by Paul Eggert.
18281
18282 2008-12-18  Bruno Haible  <bruno@clisp.org>
18283
18284         * modules/mbsinit-tests: New file.
18285         * tests/test-mbsinit.sh: New file.
18286         * tests/test-mbsinit.c: New file.
18287
18288 2008-12-18  Bruno Haible  <bruno@clisp.org>
18289
18290         * modules/mbrtowc-tests: New file.
18291         * tests/test-mbrtowc1.sh: New file.
18292         * tests/test-mbrtowc2.sh: New file.
18293         * tests/test-mbrtowc3.sh: New file.
18294         * tests/test-mbrtowc4.sh: New file.
18295         * tests/test-mbrtowc.c: New file.
18296
18297         New module 'mbrtowc'.
18298         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18299         mbsinit and mbrtowc.
18300         (mbrtowc): New declaration.
18301         * lib/mbrtowc.c: New file.
18302         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18303         * modules/mbrtowc: New file.
18304         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18305         HAVE_MBRTOWC.
18306         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18307         HAVE_MBRTOWC.
18308         * doc/posix-functions/mbrtowc.texi: Document the new module.
18309
18310 2008-12-18  Bruno Haible  <bruno@clisp.org>
18311
18312         New module 'wctob'.
18313         * lib/wchar.in.h (wctob): New declaration.
18314         * lib/wctob.c: New file.
18315         * m4/wctob.m4: New file.
18316         * modules/wctob: New file.
18317         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18318         HAVE_WCTOB.
18319         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18320         * doc/posix-functions/wctob.texi: Document the new module.
18321
18322 2008-12-18  Bruno Haible  <bruno@clisp.org>
18323
18324         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18325         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18326
18327 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18328
18329         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18330         G. Christensen" <tgc@jupiterrise.com>.
18331
18332         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18333         G. Christensen" <tgc@jupiterrise.com>.
18334
18335         * lib/flock.c: Need to include string.h.  Reported by "Tom
18336         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18337         <ebb9@byu.net>.
18338
18339 2008-12-18  Bruno Haible  <bruno@clisp.org>
18340
18341         * m4/locale-ja.m4: New file, from GNU gettext.
18342
18343 2008-12-17  Bruno Haible  <bruno@clisp.org>
18344
18345         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18346         Suggested by Eric Blake.
18347
18348 2008-12-17  Bruno Haible  <bruno@clisp.org>
18349
18350         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18351
18352 2008-12-17  Bruno Haible  <bruno@clisp.org>
18353
18354         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18355         * modules/mbsinit (Depends-on): Add verify.
18356         Suggested by Paul Eggert.
18357
18358 2008-12-17  Bruno Haible  <bruno@clisp.org>
18359
18360         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18361         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18362         gl_FUNC_MBRTOWC.
18363         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18364         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18365         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18366         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18367         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18368         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18369         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18370         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18371         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18372         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18373         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18374         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18375         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18376         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18377         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18378         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18379         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18380         * modules/trim (configure.ac): Likewise.
18381
18382 2008-12-17  Bruno Haible  <bruno@clisp.org>
18383
18384         * modules/btowc-tests: New file.
18385         * tests/test-btowc1.sh: New file.
18386         * tests/test-btowc2.sh: New file.
18387         * tests/test-btowc.c: New file.
18388
18389         New module 'btowc'.
18390         * lib/wchar.in.h (btowc): New declaration.
18391         * lib/btowc.c: New file.
18392         * m4/btowc.m4: New file.
18393         * modules/btowc: New file.
18394         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18395         HAVE_BTOWC.
18396         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18397         * doc/posix-functions/btowc.texi: Document the new module.
18398
18399 2008-12-17  Bruno Haible  <bruno@clisp.org>
18400
18401         New module 'mbsinit'.
18402         * lib/wchar.in.h (mbsinit): New declaration.
18403         * lib/mbsinit.c: New file.
18404         * m4/mbsinit.m4: New file.
18405         * modules/mbsinit: New file.
18406         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18407         HAVE_MBSINIT.
18408         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18409         HAVE_MBSINIT.
18410         * doc/posix-functions/mbsinit.texi: Document the new module.
18411
18412 2008-12-16  Bruno Haible  <bruno@clisp.org>
18413
18414         * lib/unistd.in.h: Add comment.
18415         * tests/test-environ.c: Don't include <stdlib.h>.
18416
18417 2008-12-16  Bruno Haible  <bruno@clisp.org>
18418
18419         * lib/parse-duration.h (parse_duration): Document return value
18420         convention.
18421         * lib/parse-duration.c: Include specification header first. Add
18422         comments.
18423         (_): Remove macro.
18424         (parse_year_month_day, parse_hour_minute_second): Move side effects
18425         outside of strchr call.
18426         (parse_non_iso8601): Move side effects outside of isspace call.
18427         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18428         call.
18429
18430 2008-12-16  Bruno Haible  <bruno@clisp.org>
18431
18432         * tests/test-parse-duration.sh: Produce no output when the test
18433         succeeds.
18434
18435 2008-12-16  Bruno Haible  <bruno@clisp.org>
18436
18437         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18438         expressions.
18439
18440 2008-12-15  Bruno Haible  <bruno@clisp.org>
18441
18442         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18443         * doc/glibc-functions/flistxattr.texi: Likewise.
18444         * doc/glibc-functions/fopencookie.texi: Likewise.
18445         * doc/glibc-functions/fremovexattr.texi: Likewise.
18446         * doc/glibc-functions/fsetxattr.texi: Likewise.
18447         * doc/glibc-functions/getxattr.texi: Likewise.
18448         * doc/glibc-functions/lgetxattr.texi: Likewise.
18449         * doc/glibc-functions/listxattr.texi: Likewise.
18450         * doc/glibc-functions/llistxattr.texi: Likewise.
18451         * doc/glibc-functions/lremovexattr.texi: Likewise.
18452         * doc/glibc-functions/lsetxattr.texi: Likewise.
18453         * doc/glibc-functions/removexattr.texi: Likewise.
18454         * doc/glibc-functions/setxattr.texi: Likewise.
18455         * doc/posix-functions/open_memstream.texi: Likewise.
18456
18457 2008-12-15  Eric Blake  <ebb9@byu.net>
18458
18459         Update doc for cygwin 1.7.
18460         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18461         functions.
18462         * doc/posix-functions/fchmodat.texi: Likewise.
18463         * doc/posix-functions/fchownat.texi: Likewise.
18464         * doc/posix-functions/fdopendir.texi: Likewise.
18465         * doc/posix-functions/fmemopen.texi: Likewise.
18466         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18467         * doc/posix-functions/fstatat.texi: Likewise.
18468         * doc/posix-functions/futimens.texi: Likewise.
18469         * doc/posix-functions/gai_strerror.texi: Likewise.
18470         * doc/posix-functions/getaddrinfo.texi: Likewise.
18471         * doc/posix-functions/getnameinfo.texi: Likewise.
18472         * doc/posix-functions/if_freenameindex.texi: Likewise.
18473         * doc/posix-functions/if_indextoname.texi: Likewise.
18474         * doc/posix-functions/if_nameindex.texi: Likewise.
18475         * doc/posix-functions/if_nametoindex.texi: Likewise.
18476         * doc/posix-functions/insque.texi: Likewise.
18477         * doc/posix-functions/linkat.texi: Likewise.
18478         * doc/posix-functions/llrint.texi: Likewise.
18479         * doc/posix-functions/llrintf.texi: Likewise.
18480         * doc/posix-functions/llrintl.texi: Likewise.
18481         * doc/posix-functions/lockf.texi: Likewise.
18482         * doc/posix-functions/lrintl.texi: Likewise.
18483         * doc/posix-functions/mkdirat.texi: Likewise.
18484         * doc/posix-functions/mkfifoat.texi: Likewise.
18485         * doc/posix-functions/mknodat.texi: Likewise.
18486         * doc/posix-functions/mq_close.texi: Likewise.
18487         * doc/posix-functions/mq_getattr.texi: Likewise.
18488         * doc/posix-functions/mq_notify.texi: Likewise.
18489         * doc/posix-functions/mq_open.texi: Likewise.
18490         * doc/posix-functions/mq_receive.texi: Likewise.
18491         * doc/posix-functions/mq_send.texi: Likewise.
18492         * doc/posix-functions/mq_setattr.texi: Likewise.
18493         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18494         * doc/posix-functions/mq_timedsend.texi: Likewise.
18495         * doc/posix-functions/mq_unlink.texi: Likewise.
18496         * doc/posix-functions/open_memstream.texi: Likewise.
18497         * doc/posix-functions/openat.texi: Likewise.
18498         * doc/posix-functions/posix_fadvise.texi: Likewise.
18499         * doc/posix-functions/posix_fallocate.texi: Likewise.
18500         * doc/posix-functions/posix_madvise.texi: Likewise.
18501         * doc/posix-functions/posix_memalign.texi: Likewise.
18502         * doc/posix-functions/posix_openpt.texi: Likewise.
18503         * doc/posix-functions/readlinkat.texi: Likewise.
18504         * doc/posix-functions/remque.texi: Likewise.
18505         * doc/posix-functions/renameat.texi: Likewise.
18506         * doc/posix-functions/rintl.texi: Likewise.
18507         * doc/posix-functions/sem_unlink.texi: Likewise.
18508         * doc/posix-functions/shm_open.texi: Likewise.
18509         * doc/posix-functions/shm_unlink.texi: Likewise.
18510         * doc/posix-functions/signgam.texi: Likewise.
18511         * doc/posix-functions/sigset.texi: Likewise.
18512         * doc/posix-functions/stpcpy.texi: Likewise.
18513         * doc/posix-functions/stpncpy.texi: Likewise.
18514         * doc/posix-functions/strerror.texi: Likewise.
18515         * doc/posix-functions/strtod.texi: Likewise.
18516         * doc/posix-functions/symlinkat.texi: Likewise.
18517         * doc/posix-functions/unlinkat.texi: Likewise.
18518         * doc/posix-functions/utimensat.texi: Likewise.
18519         * doc/glibc-functions/bindresvport.texi: Likewise.
18520         * doc/glibc-functions/dn_expand.texi: Likewise.
18521         * doc/glibc-functions/exp10.texi: Likewise.
18522         * doc/glibc-functions/exp10f.texi: Likewise.
18523         * doc/glibc-functions/fgetxattr.texi: Likewise.
18524         * doc/glibc-functions/flistxattr.texi: Likewise.
18525         * doc/glibc-functions/fopencookie.texi: Likewise.
18526         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18527         * doc/glibc-functions/fremovexattr.texi: Likewise.
18528         * doc/glibc-functions/fsetxattr.texi: Likewise.
18529         * doc/glibc-functions/getifaddrs.texi: Likewise.
18530         * doc/glibc-functions/getxattr.texi: Likewise.
18531         * doc/glibc-functions/lgetxattr.texi: Likewise.
18532         * doc/glibc-functions/listxattr.texi: Likewise.
18533         * doc/glibc-functions/llistxattr.texi: Likewise.
18534         * doc/glibc-functions/lremovexattr.texi: Likewise.
18535         * doc/glibc-functions/lsetxattr.texi: Likewise.
18536         * doc/glibc-functions/pow10.texi: Likewise.
18537         * doc/glibc-functions/pow10f.texi: Likewise.
18538         * doc/glibc-functions/rcmd_af.texi: Likewise.
18539         * doc/glibc-functions/removexattr.texi: Likewise.
18540         * doc/glibc-functions/res_init.texi: Likewise.
18541         * doc/glibc-functions/res_mkquery.texi: Likewise.
18542         * doc/glibc-functions/res_query.texi: Likewise.
18543         * doc/glibc-functions/res_querydomain.texi: Likewise.
18544         * doc/glibc-functions/res_send.texi: Likewise.
18545         * doc/glibc-functions/rresvport_af.texi: Likewise.
18546         * doc/glibc-functions/setxattr.texi: Likewise.
18547         * doc/glibc-functions/strcasestr.texi: Likewise.
18548
18549 2008-12-15  Bruno Haible  <bruno@clisp.org>
18550
18551         Fix compilation error on OSF/1 4.0.
18552         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18553         <sys/time.h>, simply delegate to the system header.
18554         Reported by Daniel Richard G. <oss@teragram.com>.
18555
18556 2008-12-15  Bruno Haible  <bruno@clisp.org>
18557
18558         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18559         * doc/posix-functions/fchmodat.texi: Likewise.
18560         * doc/posix-functions/fchownat.texi: Likewise.
18561         * doc/posix-functions/fdopendir.texi: Likewise.
18562         * doc/posix-functions/fstatat.texi: Likewise.
18563         * doc/posix-functions/mkdirat.texi: Likewise.
18564         * doc/posix-functions/unlinkat.texi: Likewise.
18565
18566 2008-12-14  Bruno Haible  <bruno@clisp.org>
18567
18568         Update doc for POSIX:2008.
18569         * doc/posix-functions/faccessat.texi: New file.
18570         * doc/posix-functions/fchmodat.texi: New file.
18571         * doc/posix-functions/fchownat.texi: New file.
18572         * doc/posix-functions/fdopendir.texi: New file.
18573         * doc/posix-functions/fstatat.texi: New file.
18574         * doc/posix-functions/futimens.texi: New file.
18575         * doc/posix-functions/linkat.texi: New file.
18576         * doc/posix-functions/mkdirat.texi: New file.
18577         * doc/posix-functions/mkfifoat.texi: New file.
18578         * doc/posix-functions/mknodat.texi: New file.
18579         * doc/posix-functions/open_wmemstream.texi: New file.
18580         * doc/posix-functions/openat.texi: New file.
18581         * doc/posix-functions/psiginfo.texi: New file.
18582         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18583         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18584         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18585         * doc/posix-functions/readlinkat.texi: New file.
18586         * doc/posix-functions/renameat.texi: New file.
18587         * doc/posix-functions/strerror_l.texi: New file.
18588         * doc/posix-functions/symlinkat.texi: New file.
18589         * doc/posix-functions/unlinkat.texi: New file.
18590         * doc/posix-functions/utimensat.texi: New file.
18591         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18592
18593 2008-12-14  Bruno Haible  <bruno@clisp.org>
18594
18595         Update doc for POSIX:2008.
18596         * doc/posix-functions/alphasort.texi: Renamed from
18597         doc/glibc-functions/alphasort.texi.
18598         * doc/posix-functions/dirfd.texi: Renamed from
18599         doc/glibc-functions/dirfd.texi.
18600         * doc/posix-functions/dprintf.texi: Renamed from
18601         doc/glibc-functions/dprintf.texi.
18602         * doc/posix-functions/duplocale.texi: Renamed from
18603         doc/glibc-functions/duplocale.texi.
18604         * doc/posix-functions/fexecve.texi: Renamed from
18605         doc/glibc-functions/fexecve.texi.
18606         * doc/posix-functions/fmemopen.texi: Renamed from
18607         doc/glibc-functions/fmemopen.texi.
18608         * doc/posix-functions/freelocale.texi: Renamed from
18609         doc/glibc-functions/freelocale.texi.
18610         * doc/posix-functions/getdate_err.texi: Renamed from
18611         doc/glibc-functions/getdate_err.texi.
18612         * doc/posix-functions/isalnum_l.texi: Renamed from
18613         doc/glibc-functions/isalnum_l.texi.
18614         * doc/posix-functions/isalpha_l.texi: Renamed from
18615         doc/glibc-functions/isalpha_l.texi.
18616         * doc/posix-functions/isblank_l.texi: Renamed from
18617         doc/glibc-functions/isblank_l.texi.
18618         * doc/posix-functions/iscntrl_l.texi: Renamed from
18619         doc/glibc-functions/iscntrl_l.texi.
18620         * doc/posix-functions/isdigit_l.texi: Renamed from
18621         doc/glibc-functions/isdigit_l.texi.
18622         * doc/posix-functions/isgraph_l.texi: Renamed from
18623         doc/glibc-functions/isgraph_l.texi.
18624         * doc/posix-functions/islower_l.texi: Renamed from
18625         doc/glibc-functions/islower_l.texi.
18626         * doc/posix-functions/isprint_l.texi: Renamed from
18627         doc/glibc-functions/isprint_l.texi.
18628         * doc/posix-functions/ispunct_l.texi: Renamed from
18629         doc/glibc-functions/ispunct_l.texi.
18630         * doc/posix-functions/isspace_l.texi: Renamed from
18631         doc/glibc-functions/isspace_l.texi.
18632         * doc/posix-functions/isupper_l.texi: Renamed from
18633         doc/glibc-functions/isupper_l.texi.
18634         * doc/posix-functions/iswalnum_l.texi: Renamed from
18635         doc/glibc-functions/iswalnum_l.texi.
18636         * doc/posix-functions/iswalpha_l.texi: Renamed from
18637         doc/glibc-functions/iswalpha_l.texi.
18638         * doc/posix-functions/iswblank_l.texi: Renamed from
18639         doc/glibc-functions/iswblank_l.texi.
18640         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18641         doc/glibc-functions/iswcntrl_l.texi.
18642         * doc/posix-functions/iswctype_l.texi: Renamed from
18643         doc/glibc-functions/iswctype_l.texi.
18644         * doc/posix-functions/iswdigit_l.texi: Renamed from
18645         doc/glibc-functions/iswdigit_l.texi.
18646         * doc/posix-functions/iswgraph_l.texi: Renamed from
18647         doc/glibc-functions/iswgraph_l.texi.
18648         * doc/posix-functions/iswlower_l.texi: Renamed from
18649         doc/glibc-functions/iswlower_l.texi.
18650         * doc/posix-functions/iswprint_l.texi: Renamed from
18651         doc/glibc-functions/iswprint_l.texi.
18652         * doc/posix-functions/iswpunct_l.texi: Renamed from
18653         doc/glibc-functions/iswpunct_l.texi.
18654         * doc/posix-functions/iswspace_l.texi: Renamed from
18655         doc/glibc-functions/iswspace_l.texi.
18656         * doc/posix-functions/iswupper_l.texi: Renamed from
18657         doc/glibc-functions/iswupper_l.texi.
18658         * doc/posix-functions/iswxdigit_l.texi: Renamed from
18659         doc/glibc-functions/iswxdigit_l.texi.
18660         * doc/posix-functions/isxdigit_l.texi: Renamed from
18661         doc/glibc-functions/isxdigit_l.texi.
18662         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
18663         doc/glibc-functions/mbsnrtowcs.texi.
18664         * doc/posix-functions/mkdtemp.texi: Renamed from
18665         doc/glibc-functions/mkdtemp.texi.
18666         * doc/posix-functions/newlocale.texi: Renamed from
18667         doc/glibc-functions/newlocale.texi.
18668         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
18669         doc/glibc-functions/nl_langinfo_l.texi.
18670         * doc/posix-functions/open_memstream.texi: Renamed from
18671         doc/glibc-functions/open_memstream.texi.
18672         * doc/posix-functions/opterr.texi: Renamed from
18673         doc/glibc-functions/opterr.texi.
18674         * doc/posix-functions/optind.texi: Renamed from
18675         doc/glibc-functions/optind.texi.
18676         * doc/posix-functions/optopt.texi: Renamed from
18677         doc/glibc-functions/optopt.texi.
18678         * doc/posix-functions/psignal.texi: Renamed from
18679         doc/glibc-functions/psignal.texi.
18680         * doc/posix-functions/scandir.texi: Renamed from
18681         doc/glibc-functions/scandir.texi.
18682         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
18683         doc/glibc-functions/sched_get_priority_min.texi.
18684         * doc/posix-functions/signgam.texi: Renamed from
18685         doc/glibc-functions/signgam.texi.
18686         * doc/posix-functions/stpcpy.texi: Renamed from
18687         doc/glibc-functions/stpcpy.texi.
18688         * doc/posix-functions/stpncpy.texi: Renamed from
18689         doc/glibc-functions/stpncpy.texi.
18690         * doc/posix-functions/strcasecmp_l.texi: Renamed from
18691         doc/glibc-functions/strcasecmp_l.texi.
18692         * doc/posix-functions/strcoll_l.texi: Renamed from
18693         doc/glibc-functions/strcoll_l.texi.
18694         * doc/posix-functions/strfmon_l.texi: Renamed from
18695         doc/glibc-functions/strfmon_l.texi.
18696         * doc/posix-functions/strftime_l.texi: Renamed from
18697         doc/glibc-functions/strftime_l.texi.
18698         * doc/posix-functions/strncasecmp_l.texi: Renamed from
18699         doc/glibc-functions/strncasecmp_l.texi.
18700         * doc/posix-functions/strndup.texi: Renamed from
18701         doc/glibc-functions/strndup.texi.
18702         * doc/posix-functions/strnlen.texi: Renamed from
18703         doc/glibc-functions/strnlen.texi.
18704         * doc/posix-functions/strsignal.texi: Renamed from
18705         doc/glibc-functions/strsignal.texi.
18706         * doc/posix-functions/strxfrm_l.texi: Renamed from
18707         doc/glibc-functions/strxfrm_l.texi.
18708         * doc/posix-functions/timer_gettime.texi: Renamed from
18709         doc/glibc-functions/timer_gettime.texi.
18710         * doc/posix-functions/tolower_l.texi: Renamed from
18711         doc/glibc-functions/tolower_l.texi.
18712         * doc/posix-functions/toupper_l.texi: Renamed from
18713         doc/glibc-functions/toupper_l.texi.
18714         * doc/posix-functions/towctrans_l.texi: Renamed from
18715         doc/glibc-functions/towctrans_l.texi.
18716         * doc/posix-functions/towlower_l.texi: Renamed from
18717         doc/glibc-functions/towlower_l.texi.
18718         * doc/posix-functions/towupper_l.texi: Renamed from
18719         doc/glibc-functions/towupper_l.texi.
18720         * doc/posix-functions/uselocale.texi: Renamed from
18721         doc/glibc-functions/uselocale.texi.
18722         * doc/posix-functions/vdprintf.texi: Renamed from
18723         doc/glibc-functions/vdprintf.texi.
18724         * doc/posix-functions/wcpcpy.texi:
18725         Renamed from doc/glibc-functions/wcpcpy.texi.
18726         * doc/posix-functions/wcpncpy.texi: Renamed from
18727         doc/glibc-functions/wcpncpy.texi.
18728         * doc/posix-functions/wcscasecmp.texi: Renamed from
18729         doc/glibc-functions/wcscasecmp.texi.
18730         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
18731         doc/glibc-functions/wcscasecmp_l.texi.
18732         * doc/posix-functions/wcscoll_l.texi: Renamed from
18733         doc/glibc-functions/wcscoll_l.texi.
18734         * doc/posix-functions/wcsdup.texi: Renamed from
18735         doc/glibc-functions/wcsdup.texi.
18736         * doc/posix-functions/wcsncasecmp.texi: Renamed from
18737         doc/glibc-functions/wcsncasecmp.texi.
18738         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
18739         doc/glibc-functions/wcsncasecmp_l.texi.
18740         * doc/posix-functions/wcsnlen.texi: Renamed from
18741         doc/glibc-functions/wcsnlen.texi.
18742         * doc/posix-functions/wcsnrtombs.texi: Renamed from
18743         doc/glibc-functions/wcsnrtombs.texi.
18744         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
18745         doc/glibc-functions/wcsxfrm_l.texi.
18746         * doc/posix-functions/wctrans_l.texi: Renamed from
18747         doc/glibc-functions/wctrans_l.texi.
18748         * doc/posix-functions/wctype_l.texi: Renamed from
18749         doc/glibc-functions/wctype_l.texi.
18750         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18751         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
18752         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
18753         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
18754         these subsections.
18755         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
18756         Remove sections.
18757
18758 2008-12-14  Bruno Haible  <bruno@clisp.org>
18759
18760         Update doc for POSIX:2008.
18761         * doc/posix-functions/*.texi: Update URL of POSIX specification.
18762
18763 2008-12-14  Bruno Haible  <bruno@clisp.org>
18764
18765         Update doc for POSIX:2008.
18766         * doc/pastposix-functions/bcmp.texi: Renamed from
18767         doc/posix-functions/bcmp.texi.
18768         * doc/pastposix-functions/bcopy.texi: Renamed from
18769         doc/posix-functions/bcopy.texi.
18770         * doc/pastposix-functions/bsd_signal.texi: Renamed from
18771         doc/posix-functions/bsd_signal.texi.
18772         * doc/pastposix-functions/bzero.texi: Renamed from
18773         doc/posix-functions/bzero.texi.
18774         * doc/pastposix-functions/ecvt.texi: Renamed from
18775         doc/posix-functions/ecvt.texi.
18776         * doc/pastposix-functions/fcvt.texi: Renamed from
18777         doc/posix-functions/fcvt.texi.
18778         * doc/pastposix-functions/ftime.texi: Renamed from
18779         doc/posix-functions/ftime.texi.
18780         * doc/pastposix-functions/gcvt.texi: Renamed from
18781         doc/posix-functions/gcvt.texi.
18782         * doc/pastposix-functions/getcontext.texi: Renamed from
18783         doc/posix-functions/getcontext.texi.
18784         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
18785         doc/posix-functions/gethostbyaddr.texi.
18786         * doc/pastposix-functions/gethostbyname.texi: Renamed from
18787         doc/posix-functions/gethostbyname.texi.
18788         * doc/pastposix-functions/getwd.texi: Renamed from
18789         doc/posix-functions/getwd.texi.
18790         * doc/pastposix-functions/h_errno.texi: Renamed from
18791         doc/posix-functions/h_errno.texi.
18792         * doc/pastposix-functions/index.texi: Renamed from
18793         doc/posix-functions/index.texi.
18794         * doc/pastposix-functions/makecontext.texi: Renamed from
18795         doc/posix-functions/makecontext.texi.
18796         * doc/pastposix-functions/mktemp.texi: Renamed from
18797         doc/posix-functions/mktemp.texi.
18798         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
18799         doc/posix-functions/pthread_attr_getstackaddr.texi.
18800         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
18801         doc/posix-functions/pthread_attr_setstackaddr.texi.
18802         * doc/pastposix-functions/rindex.texi: Renamed from
18803         doc/posix-functions/rindex.texi.
18804         * doc/pastposix-functions/scalb.texi: Renamed from
18805         doc/posix-functions/scalb.texi.
18806         * doc/pastposix-functions/setcontext.texi: Renamed from
18807         doc/posix-functions/setcontext.texi.
18808         * doc/pastposix-functions/swapcontext.texi: Renamed from
18809         doc/posix-functions/swapcontext.texi.
18810         * doc/pastposix-functions/ualarm.texi: Renamed from
18811         doc/posix-functions/ualarm.texi.
18812         * doc/pastposix-functions/usleep.texi: Renamed from
18813         doc/posix-functions/usleep.texi.
18814         * doc/pastposix-functions/vfork.texi: Renamed from
18815         doc/posix-functions/vfork.texi.
18816         * doc/pastposix-functions/wcswcs.texi: Renamed from
18817         doc/posix-functions/wcswcs.texi.
18818         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
18819         (Function Substitutes): Update.
18820
18821 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18822
18823         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
18824         m4/strerror.m4.
18825
18826 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18827             Bruno Haible  <bruno@clisp.org>
18828
18829         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
18830
18831 2008-12-13  Bruno Haible  <bruno@clisp.org>
18832
18833         * modules/strtoull (Depends-on): Remove unistd.
18834
18835 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18836
18837         * modules/strtoull (Depends-on): Add stdlib.
18838
18839 2008-12-11  Simon Josefsson  <simon@josefsson.org>
18840
18841         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
18842
18843 2008-12-10  Jim Meyering  <meyering@redhat.com>
18844
18845         gl_ASSERT: don't say assertions are disabled when they're not
18846         * m4/assert.m4 (gl_ASSERT): Do not make configure report
18847         "checking whether to enable assertions... no", when they are in
18848         fact enabled.  This is solely a bug in the output of configure.
18849         In spite of saying "no", NDEBUG was not defined in that case.
18850         Also, as noted by Eric Blake, leave assertions enabled upon
18851         --enable-assert=INVALID.
18852
18853 2008-12-10  Bruno Haible  <bruno@clisp.org>
18854
18855         Change MODULES.html to refer to POSIX:2008 where possible.
18856         * MODULES.html.sh (POSIX2008_URL): New variable.
18857         (posix_headers): Remove sys/timeb, ucontext.
18858         (posix2001_headers): New variable.
18859         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
18860         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
18861         index, makecontext, mktemp, pthread_attr_getstackaddr,
18862         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
18863         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
18864         (posix2001_functions): New variable.
18865         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
18866         otherwise.
18867
18868 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18869
18870         add missing include to parse-duration.c
18871         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
18872         * modules/parse-duration (Depends-on): Add xalloc.
18873
18874         fix sed script reading maint.mk
18875         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
18876         (syntax-check-rules): Use it.
18877
18878 2008-12-09  Bruno Haible  <bruno@clisp.org>
18879
18880         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
18881         MacOS X 10.4/PowerPC.
18882         Reported by Simon Josefsson.
18883
18884 2008-12-08  Jim Meyering  <meyering@redhat.com>
18885
18886         work around mingw's lack of some S_IF definitions
18887         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
18888         Reported by Simon Josefsson.
18889
18890 2008-12-08  Bruno Haible  <bruno@clisp.org>
18891
18892         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
18893         applied to variables. Needed on MacOS X 10.4/PowerPC.
18894         Reported by Simon Josefsson.
18895
18896 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
18897         and Eric Blake  <ebb9@byu.net>
18898
18899         assert: honor --enable-assert
18900         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
18901         order to honor --enable-assert, rather than treating it as a
18902         synonym for --disable-assert.
18903
18904 2008-12-08  Jim Meyering  <meyering@redhat.com>
18905
18906         * lib/posixtm.c: Remove now-useless declaration of mktime.
18907
18908         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
18909
18910 2008-12-07  Bruno Haible  <bruno@clisp.org>
18911
18912         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
18913         test_once): Mark functions as static.
18914         * tests/test-tls.c (test_tls): Likewise.
18915
18916 2008-12-07  Bruno Haible  <bruno@clisp.org>
18917
18918         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
18919         iconv_register_autodetect.
18920
18921 2008-12-07  Jim Meyering  <meyering@redhat.com>
18922
18923         posixtm.c: avoid a warning
18924         * lib/posixtm.c (posixtime): Don't initialize tm0.
18925         It's no longer needed to placate gcc4's -Wuninitialized,
18926         and the attempt to placate would elicit a new warning.
18927
18928         unicodeio.c: mark unused parameters
18929         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
18930         (fallback_failure_callback): Likewise.
18931
18932 2008-12-07  Bruno Haible  <bruno@clisp.org>
18933
18934         * gnulib-tool (func_create_testdir): When building the tests
18935         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
18936         Reported by Simon Josefsson.
18937
18938 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18939
18940         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
18941
18942 2008-12-06  Bruno Haible  <bruno@clisp.org>
18943
18944         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
18945         Suggested by Eric Blake.
18946
18947 2008-12-06  Bruno Haible  <bruno@clisp.org>
18948
18949         Fix a c-stack test failure on MacOS X.
18950         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
18951         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
18952         handler for SIGBUS as well.
18953         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
18954         install a signal handler for SIGBUS as well.
18955         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
18956
18957 2008-12-06  Bruno Haible  <bruno@clisp.org>
18958
18959         Advocacy documentation.
18960         * doc/gnulib-intro.texi (Benefits): New section.
18961         * doc/gnulib.texi: Update.
18962
18963 2008-12-06  Bruno Haible  <bruno@clisp.org>
18964
18965         Document the 'manywarnings' module.
18966         * doc/manywarnings.texi: New file.
18967         * doc/gnulib.texi: Include it.
18968
18969 2008-12-05  Eric Blake  <ebb9@byu.net>
18970
18971         tests: silence some gcc warnings
18972         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
18973         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
18974         type mismatches.
18975
18976 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18977             Bruno Haible  <bruno@clisp.org>
18978
18979         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
18980
18981 2008-11-29  Jim Meyering  <meyering@redhat.com>
18982
18983         unicodeio.c: mark unused parameters
18984         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
18985         (fallback_failure_callback): Likewise.
18986
18987         fts: fix a thinko
18988         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
18989         (set_stat_type): Return S_IF*-valued "type" directly.
18990         Prompted by James Youngman's spotting a related bug.
18991         Confirmed by further testing through find.
18992
18993         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
18994         * lib/fts.c (D_TYPE): Define.
18995         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
18996         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
18997         (s_ifmt_shift_bits): New function.
18998         (set_stat_type): New function.
18999         (fts_build): When not calling fts_stat, call set_stat_type
19000         to propagate dirent.d_type info to fts_read caller.
19001         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19002         fts_statp->st_mode type information may be valid.
19003
19004 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19005
19006         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19007         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19008         <sds@gnu.org>.
19009
19010 2008-11-20  Bruno Haible  <bruno@clisp.org>
19011
19012         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19013         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19014         INCLUDE_NEXT.
19015         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19016         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19017         * modules/math (Makefile.am): Substitute
19018         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19019         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19020
19021 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19022             Bruno Haible  <bruno@clisp.org>
19023
19024         * lib/stdint.in.h: Define all type macros so that their expansion is
19025         a single typedef'ed token. Fixes a compilation failure in Boost which
19026         does "using ::int8_t;".
19027
19028 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19029
19030         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19031         gl_MANYWARN_ALL_GCC.
19032         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19033         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19034         * modules/manywarnings: New file.
19035         * MODULES.html.sh: Mention manywarnings module.
19036
19037 2008-11-18  Bruno Haible  <bruno@clisp.org>
19038
19039         * doc/gnulib-tool.texi (Unit tests): New section.
19040
19041 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19042
19043         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19044         paths like 'lib/po/foo.po'.
19045
19046 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19047
19048         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19049         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19050
19051 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19052
19053         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19054         parameter works.
19055
19056 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19057
19058         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19059
19060 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19061
19062         * modules/parse-duration-tests: New file.
19063         * tests/test-parse-duration.sh: New file.
19064         * tests/test-parse-duration.c: New file.
19065
19066         New module 'parse-duration'.
19067         * lib/parse-duration.h: New file.
19068         * lib/parse-duration.c: New file.
19069         * modules/parse-duration: New file.
19070
19071 2008-11-17  Bruno Haible  <bruno@clisp.org>
19072
19073         * tests/test-select-out.sh: Comment out the first pipe test.
19074         Reported by Simon Josefsson.
19075
19076 2008-11-17  Bruno Haible  <bruno@clisp.org>
19077
19078         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19079         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19080         gl_HOSTENT.
19081
19082 2008-11-17  Bruno Haible  <bruno@clisp.org>
19083
19084         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19085         -lnetwork and -lnet. Needed for Haiku and BeOS.
19086
19087 2008-11-16  Bruno Haible  <bruno@clisp.org>
19088
19089         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19090
19091 2008-11-16  Bruno Haible  <bruno@clisp.org>
19092
19093         Avoid test failure on Haiku.
19094         * tests/test-fsync.c: Include <errno.h>.
19095         (main): Don't require that fsync (0) fails.
19096
19097 2008-11-15  Bruno Haible  <bruno@clisp.org>
19098
19099         New module 'hostent'.
19100         * modules/hostent: New file.
19101         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19102
19103 2008-11-15  Bruno Haible  <bruno@clisp.org>
19104
19105         New module 'servent'.
19106         * modules/servent: New file.
19107         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19108
19109 2008-11-15  Bruno Haible  <bruno@clisp.org>
19110
19111         Avoid generating same test program with two different rules.
19112         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19113         test-frexp to test-frexp-nolibm.
19114         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19115         test-frexpl to test-frexpl-nolibm.
19116
19117 2008-11-15  Bruno Haible  <bruno@clisp.org>
19118
19119         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19120         $(FREXPL_LIBM).
19121
19122 2008-11-15  Bruno Haible  <bruno@clisp.org>
19123
19124         * lib/netdb.in.h: Activate the definitions also when the system's
19125         <netdb.h> has 'struct addrinfo'.
19126         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19127         EAI_OVERFLOW or AI_NUMERICSERV.
19128         * doc/posix-headers/netdb.texi: Document the problem.
19129
19130 2008-11-15  Bruno Haible  <bruno@clisp.org>
19131
19132         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19133
19134         Make the 'sched' module work on platforms where <sched.h> exists but
19135         is incomplete (such as Haiku).
19136         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19137         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19138         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19139         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19140         HAVE_STRUCT_SCHED_PARAM.
19141         * modules/sched (Depends-on): Add include_next.
19142         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19143         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19144         * doc/posix-headers/sched.texi: Document the issue.
19145
19146 2008-11-13  Jim Meyering  <meyering@redhat.com>
19147
19148         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19149         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19150         test would fail due to the difference in the Report bugs to ...
19151         line.  The expected address is empty, "<>", while the actual
19152         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19153
19154 2008-11-12  Bruno Haible  <bruno@clisp.org>
19155
19156         lstat: don't compile lstat.c on systems lacking lstat
19157         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19158         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19159         Reported by Daniel P. Berrange via Jim Meyering.
19160
19161 2008-11-12  Jim Meyering  <meyering@redhat.com>
19162
19163         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19164
19165 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19166
19167         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19168         instead.
19169
19170 2008-11-12  Bruno Haible  <bruno@clisp.org>
19171
19172         * lib/unicodeio.c: Include unistr.h.
19173         (utf8_wctomb): Remove function.
19174         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19175
19176 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19177
19178         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19179         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19180         <bruno@clisp.org>.
19181         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19182
19183 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19184
19185         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19186         * doc/gnulib.texi: Add section for warnings.
19187
19188 2008-11-11  Bruno Haible  <bruno@clisp.org>
19189
19190         * lib/sockets.h: Add a comment.
19191
19192 2008-11-11  Karl Berry  <karl@gnu.org>
19193
19194         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19195
19196 2008-11-11  Eric Blake  <ebb9@byu.net>
19197
19198         fdl.texi: avoid git symlinks
19199         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19200
19201 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19202
19203         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19204
19205 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19206
19207         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19208         (gl_WARN_ADD): Substitute $2 if literal.
19209
19210 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19211
19212         * m4/warning.m4: Remove.
19213
19214 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19215
19216         * m4/warnings.m4: Almost complete rewrite. :-)
19217
19218 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19219
19220         * modules/warnings: New module.
19221         * m4/warnings.m4: New file.
19222         * MODULES.html.sh: Mention warnings module.
19223         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19224         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19225
19226 2008-11-10  Eric Blake  <ebb9@byu.net>
19227
19228         fdl.texi: make a symlink to the latest version
19229         * doc/standards.texi: Revert today's earlier change.
19230         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19231         * doc/fdl.texi: ...and replace this with a symlink to the newer
19232         fdl-1.3.texi.
19233
19234 2008-11-10  Bruno Haible  <bruno@clisp.org>
19235
19236         * tests/test-select-fd.c (main): Accept the result file name as fourth
19237         argument.
19238         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19239         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19240
19241 2008-11-10  Bruno Haible  <bruno@clisp.org>
19242
19243         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19244         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19245         as autoconf-substituted macros.
19246         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19247         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19248         gl_NETDB_H_DEFAULTS. Set these variables.
19249         * modules/netdb (Makefile.am): Substitute these variables.
19250
19251 2008-11-10  Eric Blake  <ebb9@byu.net>
19252
19253         standards.texi: include correct file for FDL 1.3
19254         * doc/standards.texi (GNU Free Documentation License): Change
19255         include file to pull in FDL 1.3, not 1.2.
19256
19257         fdl.texi: revert accidental change to license
19258         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19259
19260 2008-11-10  Bruno Haible  <bruno@clisp.org>
19261
19262         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19263         cross-compiling guesses also when the native compile gives no result.
19264
19265 2008-11-10  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/spawni.c (__spawni): Force variable into the stack.
19268
19269 2008-11-10  Bruno Haible  <bruno@clisp.org>
19270
19271         Add support for Haiku.
19272         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19273         glibc and BeOS, but also on Haiku.
19274         * lib/fpurge.c (fpurge): Likewise.
19275         * lib/freadable.c (freadable): Likewise.
19276         * lib/freadahead.c (freadahead): Likewise.
19277         * lib/freading.c (freading): Likewise.
19278         * lib/freadptr.c (freadptr): Likewise.
19279         * lib/freadseek.c (freadptrinc): Likewise.
19280         * lib/fseeko.c (rpl_fseeko): Likewise.
19281         * lib/fseterr.c (fseterr): Likewise.
19282         * lib/fwritable.c (fwritable): Likewise.
19283         * lib/fwriting.c (fwriting): Likewise.
19284         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19285
19286 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19287
19288         * lib/config.charset: Treat Haiku like BeOS.
19289
19290 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19291
19292         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19293         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19294
19295 2008-11-08  Bruno Haible  <bruno@clisp.org>
19296
19297         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19298         AC_CACHE_CHECK.
19299
19300 2008-11-08  Bruno Haible  <bruno@clisp.org>
19301
19302         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19303
19304 2008-11-08  Bruno Haible  <bruno@clisp.org>
19305
19306         * tests/test-select-fd.c: New file.
19307         * tests/test-select-in.sh: New file.
19308         * tests/test-select-out.sh: New file.
19309         * tests/test-select-stdin.c: New file.
19310         * modules/select-tests (Files): Add the new files.
19311         (Depends-on): Add gettimeofday.
19312         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19313         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19314         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19315
19316 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19317             Bruno Haible  <bruno@clisp.org>
19318
19319         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19320
19321 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19322
19323         * build-aux/pmccabe2html: Added support for C++ source files.
19324
19325 2008-11-05  Ben Pfaff  <blp@gnu.org>
19326
19327         Fix lib/close.c build on Windows.
19328         * modules/close (Files): Add lib/w32sock.h.
19329
19330 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19331
19332         Accept Bison's NEWS format.
19333         * build-aux/announce-gen (print_news_deltas): Tweak
19334         $re_prefix.
19335
19336 2008-11-04  Bruno Haible  <bruno@clisp.org>
19337
19338         * modules/random_r (Maintainer): Add glibc.
19339
19340 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19341
19342         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19343         by karl@freefriends.org (Karl Berry).
19344         * doc/alloca.texi: Likewise.
19345         * doc/c-ctype.texi: Likewise.
19346         * doc/c-strcase.texi: Likewise.
19347         * doc/c-strcaseeq.texi: Likewise.
19348         * doc/c-strcasestr.texi: Likewise.
19349         * doc/c-strstr.texi: Likewise.
19350         * doc/c-strtod.texi: Likewise.
19351         * doc/c-strtold.texi: Likewise.
19352         * doc/ctime.texi: Likewise.
19353         * doc/error.texi: Likewise.
19354         * doc/fdl.texi: Likewise.
19355         * doc/gcd.texi: Likewise.
19356         * doc/getdate.texi: Likewise.
19357         * doc/gnulib-intro.texi: Likewise.
19358         * doc/gnulib-tool.texi: Likewise.
19359         * doc/gnulib.texi: Likewise.
19360         * doc/inet_ntoa.texi: Likewise.
19361         * doc/maintain.texi: Likewise.
19362         * doc/make-stds.texi: Likewise.
19363         * doc/quote.texi: Likewise.
19364         * doc/regexprops-generic.texi: Likewise.
19365         * doc/standards.texi: Likewise.
19366         * doc/verify.texi: Likewise.
19367         * doc/visibility.texi: Likewise.
19368         * doc/gnulib.texi (GNU Free Documentation License): Include
19369         fdl-1.3.texi instead of fdl.texi.
19370
19371 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19372
19373         * doc/fdl-1.3.texi: New file, from
19374         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19375         * modules/fdl-1.3: Add.
19376         * MODULES.html.sh: Add fdl-1.3.
19377
19378 2008-11-03  Bruno Haible  <bruno@clisp.org>
19379
19380         Make determination of absolute name of header file work with AIX xlc.
19381         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19382         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19383         preprocessing.
19384         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19385         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19386
19387 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19388
19389         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19390         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19391         <ludo@gnu.org>.
19392
19393 2008-11-02  Bruno Haible  <bruno@clisp.org>
19394
19395         Mark 'strpbrk' obsolete.
19396         * modules/strpbrk (Status, Notice): New sections.
19397         * modules/strtok_r (Depends-on): Add strpbrk.
19398
19399 2008-11-02  Bruno Haible  <bruno@clisp.org>
19400
19401         Mark 'strdup' obsolete.
19402         * modules/strdup (Status, Notice): New sections.
19403         * modules/findprog (Depends-on): Add strdup.
19404         * modules/getaddrinfo (Depends-on): Likewise.
19405         * modules/localename (Depends-on): Likewise.
19406         * modules/relocatable-lib (Depends-on): Likewise.
19407         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19408         * modules/relocatable-prog (Depends-on): Likewise.
19409         * modules/trim (Depends-on): Likewise.
19410         * modules/unictype/gen-ctype (Depends-on): Likewise.
19411         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19412
19413 2008-11-02  Bruno Haible  <bruno@clisp.org>
19414
19415         Mark 'strcspn' obsolete.
19416         * modules/strcspn (Status, Notice): New sections.
19417
19418 2008-11-02  Bruno Haible  <bruno@clisp.org>
19419
19420         Mark 'rmdir' obsolete.
19421         * modules/rmdir (Status, Notice): New sections.
19422         * modules/clean-temp (Depends-on): Add rmdir.
19423         * modules/openat (Depends-on): Likewise.
19424
19425 2008-11-02  Bruno Haible  <bruno@clisp.org>
19426
19427         Mark 'raise' obsolete.
19428         * modules/raise (Status, Notice): New sections.
19429         (Include): Specify <signal.h>.
19430         * modules/stdio (Depends-on): Add raise.
19431         * modules/write (Depends-on): Likewise.
19432
19433 2008-11-02  Bruno Haible  <bruno@clisp.org>
19434
19435         Mark 'memset' obsolete.
19436         * modules/memset (Status, Notice): New sections.
19437
19438 2008-11-02  Bruno Haible  <bruno@clisp.org>
19439
19440         Mark 'memmove' obsolete.
19441         * modules/memmove (Status, Notice): New sections.
19442         * modules/argp (Depends-on): Add memmove.
19443         * modules/argz (Depends-on): Likewise.
19444         * modules/canonicalize (Depends-on): Likewise.
19445         * modules/canonicalize-lgpl (Depends-on): Likewise.
19446         * modules/fts (Depends-on): Likewise.
19447         * modules/getcwd (Depends-on): Likewise.
19448         * modules/human (Depends-on): Likewise.
19449         * modules/regex (Depends-on): Likewise.
19450         * modules/striconveh (Depends-on): Likewise.
19451         * modules/trim (Depends-on): Likewise.
19452         * modules/unistr/u8-move (Depends-on): Likewise.
19453         * modules/unistr/u16-move (Depends-on): Likewise.
19454         * modules/unistr/u32-move (Depends-on): Likewise.
19455
19456 2008-11-02  Bruno Haible  <bruno@clisp.org>
19457
19458         Mark 'memcpy' obsolete.
19459         * modules/memcpy (Status, Notice): New sections.
19460
19461 2008-11-02  Bruno Haible  <bruno@clisp.org>
19462
19463         Mark 'memcmp' obsolete.
19464         * modules/memcmp (Status, Notice): New sections.
19465         * modules/argmatch (Depends-on): Add memchr.
19466         * modules/backupfile (Depends-on): Likewise.
19467         * modules/c-strcasestr (Depends-on): Likewise.
19468         * modules/crypto/des (Depends-on): Likewise.
19469         * modules/csharpcomp (Depends-on): Likewise.
19470         * modules/fnmatch (Depends-on): Likewise.
19471         * modules/git-merge-changelog (Depends-on): Likewise.
19472         * modules/isnand (Depends-on): Likewise.
19473         * modules/isnand-nolibm (Depends-on): Likewise.
19474         * modules/isnanf (Depends-on): Likewise.
19475         * modules/isnanf-nolibm (Depends-on): Likewise.
19476         * modules/isnanl (Depends-on): Likewise.
19477         * modules/isnanl-nolibm (Depends-on): Likewise.
19478         * modules/mbchar (Depends-on): Likewise.
19479         * modules/memcoll (Depends-on): Likewise.
19480         * modules/quotearg (Depends-on): Likewise.
19481         * modules/regex (Depends-on): Likewise.
19482         * modules/relocatable-prog (Depends-on): Likewise.
19483         * modules/same (Depends-on): Likewise.
19484         * modules/signbit (Depends-on): Likewise.
19485         * modules/strcasestr-simple (Depends-on): Likewise.
19486         * modules/unictype/gen-ctype (Depends-on): Likewise.
19487         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19488         * modules/uniname/uniname (Depends-on): Likewise.
19489         * modules/unistr/u8-cmp (Depends-on): Likewise.
19490
19491 2008-11-02  Bruno Haible  <bruno@clisp.org>
19492
19493         Mark 'memchr' obsolete.
19494         * modules/memchr (Status, Notice): New sections.
19495         * modules/argp (Depends-on): Add memchr.
19496         * modules/base64 (Depends-on): Likewise.
19497         * modules/c-strcasestr (Depends-on): Likewise.
19498         * modules/chdir-long (Depends-on): Likewise.
19499         * modules/fnmatch (Depends-on): Likewise.
19500         * modules/getsubopt (Depends-on): Likewise.
19501         * modules/git-merge-changelog (Depends-on): Likewise.
19502         * modules/glob (Depends-on): Likewise.
19503         * modules/strcasestr-simple (Depends-on): Likewise.
19504         * modules/strnlen (Depends-on): Likewise.
19505
19506 2008-11-02  Bruno Haible  <bruno@clisp.org>
19507
19508         Mark 'atexit' obsolete.
19509         * modules/atexit (Status, Notice): New sections.
19510         * modules/chdir-long (Depends-on): Add atexit.
19511         * modules/wait-process (Depends-on): Likewise.
19512
19513 2008-11-02  Bruno Haible  <bruno@clisp.org>
19514
19515         * gnulib-tool: New option --with-obsolete.
19516         (func_usage): Document it.
19517         (func_modules_transitive_closure): Drop obsolete dependencies if
19518         incobsolete is not true.
19519         (func_import): Read and save the incobsolete variable to the cache.
19520
19521 2008-11-02  Bruno Haible  <bruno@clisp.org>
19522
19523         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19524         * gnulib-tool: New option --extract-status.
19525         (func_usage): Document it.
19526         (sed_extract_prog): Recognize it.
19527         (func_get_status): New function.
19528
19529 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19530
19531         * modules/sockets (License): Change from LGPL to LGPLv2+.
19532
19533 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19534
19535         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19536
19537 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19538
19539         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19540         Mention times and sys_times.
19541         * modules/sys_times, modules/sys_times-tests: New modules.
19542         * modules/times, modules/times-tests: Likewise
19543         * m4/sys_times_h.m4: New file.
19544         * lib/sys_times.in.h: Likewise
19545         * lib/times.c: Likewise.
19546         * tests/test-sys_times.c: Likewise.
19547         * tests/test-times.c: Likewise.
19548         * doc/posix-headers/sys_times.texi: Update.
19549         * doc/posix-functions/times.texi: Update.
19550
19551 2008-10-28  Jim Meyering  <meyering@redhat.com>
19552
19553         * modules/tempname (Depends-on): Add lstat.
19554
19555         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19556
19557 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19558
19559         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19560         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19561         using idiom used elsewhere in gnulib.
19562
19563 2008-10-27  Jim Meyering  <meyering@redhat.com>
19564
19565         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19566
19567 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19568
19569         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19570         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19571         programs.
19572         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19573
19574 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19575
19576         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19577
19578 2008-10-27  Bruno Haible  <bruno@clisp.org>
19579
19580         * tests/test-lstat.c: Include <stdio.h>.
19581
19582 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19583
19584         * modules/lstat-tests: New module.
19585         * tests/test-lstat.c: New file.
19586
19587 2008-10-26  Jim Meyering  <meyering@redhat.com>
19588
19589         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19590
19591 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19592             Bruno Haible  <bruno@clisp.org>
19593
19594         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19595         * modules/configmake (Include): Add a note that the include must come
19596         after all system headers.
19597         * lib/javaversion.c: Include configmake.h after all other includes.
19598
19599 2008-10-26  Bruno Haible  <bruno@clisp.org>
19600
19601         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19602         HAVE_STRUCT_RANDOM_DATA to 1.
19603         (gl_STDLIB_H): Simplify.
19604
19605 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19606
19607         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19608         substitute HAVE_STRUCT_RANDOM_DATA.
19609         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19610         random_data.
19611         * modules/stdlib (Makefile.am): Substitute
19612         HAVE_STRUCT_RANDOM_DATA.
19613
19614 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19615
19616         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19617         * doc/gnulib-intro.texi (Copyright): Likewise.
19618
19619 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19620
19621         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19622         findings.
19623
19624 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19625             Bruno Haible  <bruno@clisp.org>
19626
19627         * lib/unistd.in.h: Include <winsock2.h>.
19628         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19629         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19630         Provide dummy declarations.
19631         (gethostname): Override.
19632         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19633         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19634         gl_PREREQ_SYS_H_WINSOCK2.
19635         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19636         * doc/posix-functions/gethostname.texi: More details.
19637
19638 2008-10-25  Bruno Haible  <bruno@clisp.org>
19639
19640         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19641         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19642         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19643
19644         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19645         here ...
19646         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19647         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19648         gl_UNISTD_H_DEFAULTS.
19649
19650 2008-10-25  Eric Blake  <ebb9@byu.net>
19651
19652         signbit: avoid spurious compiler failure
19653         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19654         declarations inside function.
19655
19656 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19657             Bruno Haible  <bruno@clisp.org>
19658
19659         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
19660         * modules/random_r (Depends-on): Add stdint.
19661
19662 2008-10-24  Bruno Haible  <bruno@clisp.org>
19663
19664         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
19665         Eggert.
19666         * modules/strerror (License): Likewise.
19667
19668 2008-10-24  Jim Meyering  <meyering@redhat.com>
19669
19670         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
19671         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
19672
19673 2008-10-24  Eric Blake  <ebb9@byu.net>
19674
19675         getgroups: fix compilation when getgroups is available
19676         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
19677         but with <config.h> override of getgroups disabled.
19678
19679 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19680
19681         * doc/gnulib.texi (Header files): Add note about C++ problems.
19682         Explained by Bruno Haible <bruno@clisp.org>.
19683
19684 2008-10-23  Bruno Haible  <bruno@clisp.org>
19685
19686         Define a dummy SA_NODEFER macro on Interix.
19687         * lib/signal.in.h (SA_NODEFER): Define fallback.
19688         Reported by Aleksey Cheusov <cheusov@tut.by> via
19689         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
19690
19691 2008-10-23  Bruno Haible  <bruno@clisp.org>
19692
19693         * modules/freadahead (License): Change to LGPLv2+.
19694         Suggested by Simon Josefsson.
19695
19696 2008-10-23  Jim Meyering  <meyering@redhat.com>
19697
19698         random_r: new module
19699         * modules/random_r: New file.
19700         * m4/random_r.m4: New file.
19701         * lib/random_r.c: New file, from glibc.
19702         * modules/random_r-tests: New file.
19703         * tests/test-random_r.c: New file.
19704         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
19705          Declare.
19706         (RAND_MAX): Define.
19707         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
19708         * modules/stdlib: Substitute them, too.
19709         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
19710         * doc/glibc-functions/initstate_r.texi: Mention the new module.
19711         * doc/glibc-functions/random_r.texi: Likewise.
19712         * doc/glibc-functions/setstate_r.texi: Likewise.
19713         * doc/glibc-functions/srandom_r.texi: Likewise.
19714         * config/srclist.txt: Mention it.
19715
19716 2008-10-23  David Lutterkort  <lutter@redhat.com>
19717
19718         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
19719         link requirement
19720
19721 2008-10-23  Jim Meyering  <meyering@redhat.com>
19722
19723         selinux-h: mark parameters of stub functions as intentionally unused
19724         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
19725         * lib/se-context.in.h: Likewise.
19726
19727 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19728
19729         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
19730
19731 2008-10-22  Simon Josefsson  <simon@josefsson.org>
19732
19733         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
19734
19735 2008-10-22  Eric Blake  <ebb9@byu.net>
19736
19737         glthread/thread: avoid compiler warning
19738         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
19739         Add unreachable abort to silence compiler.
19740
19741 2008-10-22  Eric Blake  <ebb9@byu.net>
19742
19743         netdb: also supply struct addrinfo for cygwin 1.5.x
19744         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
19745         older cygwin.
19746         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
19747         cygwin.
19748         * doc/posix-headers/netdb.texi (netdb.h): Document this.
19749
19750 2008-10-22  Bruno Haible  <bruno@clisp.org>
19751
19752         * users.txt: Update entry about pspp.
19753
19754 2008-10-21  Bruno Haible  <bruno@clisp.org>
19755
19756         Simplification.
19757         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
19758         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
19759
19760         Simplification.
19761         * lib/ioctl.c (ioctl): Don't undefine.
19762         * lib/socket.c (socket): Don't undefine.
19763
19764         Remove unused module indicator macros.
19765         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
19766         GNULIB_$1 as a C macro.
19767
19768         * doc/posix-functions/close.texi: Undo last change.
19769         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
19770         Windows platforms.
19771
19772 2008-10-21  Bruno Haible  <bruno@clisp.org>
19773
19774         Add gethostname() declaration to <unistd.h>.
19775         * lib/unistd.in.h (gethostname): New declaration.
19776         * lib/gethostname.c: Include <unistd.h>.
19777         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
19778         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
19779         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
19780         and HAVE_GETHOSTNAME.
19781         * modules/gethostname (Depends-on): Add unistd.
19782         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
19783         (Include): Specify <unistd.h>.
19784         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
19785         HAVE_GETHOSTNAME.
19786         * tests/test-gethostname.c: Include <unistd.h> first.
19787
19788 2008-10-21  Bruno Haible  <bruno@clisp.org>
19789
19790         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
19791         * modules/select-tests (Depends-on): Likewise.
19792         Reported by Simon Josefsson.
19793
19794 2008-10-21  Simon Josefsson  <simon@josefsson.org>
19795
19796         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
19797         * lib/accept.c: New file, based on winsock.c.
19798         * lib/bind.c: New file, based on winsock.c.
19799         * lib/connect.c: New file, based on winsock.c.
19800         * lib/getpeername.c: New file, based on winsock.c.
19801         * lib/getsockname.c: New file, based on winsock.c.
19802         * lib/getsockopt.c: New file, based on winsock.c.
19803         * lib/ioctl.c: New file, based on winsock.c.
19804         * lib/listen.c: New file, based on winsock.c.
19805         * lib/recv.c: New file, based on winsock.c.
19806         * lib/recvfrom.c: New file, based on winsock.c.
19807         * lib/send.c: New file, based on winsock.c.
19808         * lib/sendto.c: New file, based on winsock.c.
19809         * lib/setsockopt.c: New file, based on winsock.c.
19810         * lib/shutdown.c: New file, based on winsock.c.
19811         * lib/socket.c: New file, based on winsock.c.
19812         * lib/w32sock.h: New file, based on winsock.c.
19813         * lib/winsock.c: Remove file.
19814         * modules/accept: Likewise.
19815         * modules/bind: Likewise.
19816         * modules/connect: Likewise.
19817         * modules/getpeername: Likewise.
19818         * modules/getsockname: Likewise.
19819         * modules/getsockopt: Likewise.
19820         * modules/ioctl: Likewise.
19821         * modules/listen: Likewise.
19822         * modules/recv: Likewise.
19823         * modules/recvfrom: Likewise.
19824         * modules/send: Likewise.
19825         * modules/sendto: Likewise.
19826         * modules/setsockopt: Likewise.
19827         * modules/shutdown: Likewise.
19828         * modules/socket: Use socket.c instead of winsock.c.
19829         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
19830         * doc/posix-functions/accept.texi: Doc fix.
19831         * doc/posix-functions/bind.texi: Doc fix.
19832         * doc/posix-functions/close.texi: Doc fix.
19833         * doc/posix-functions/connect.texi: Doc fix.
19834         * doc/posix-functions/getpeername.texi: Doc fix.
19835         * doc/posix-functions/getsockname.texi: Doc fix.
19836         * doc/posix-functions/getsockopt.texi: Doc fix.
19837         * doc/posix-functions/ioctl.texi: Doc fix.
19838         * doc/posix-functions/listen.texi: Doc fix.
19839         * doc/posix-functions/recv.texi: Doc fix.
19840         * doc/posix-functions/recvfrom.texi: Doc fix.
19841         * doc/posix-functions/send.texi: Doc fix.
19842         * doc/posix-functions/sendto.texi: Doc fix.
19843         * doc/posix-functions/setsockopt.texi: Doc fix.
19844         * doc/posix-functions/shutdown.texi: Doc fix.
19845         * doc/posix-functions/socket.texi: Doc fix.
19846
19847 2008-10-20  Bruno Haible  <bruno@clisp.org>
19848
19849         Take into account the role of SIGABRT_COMPAT on Windows 2008.
19850         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
19851         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
19852         as an alias for SIGABRT.
19853         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
19854         (sigaction): Map it to SIGABRT.
19855         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
19856
19857 2008-10-20  Bruno Haible  <bruno@clisp.org>
19858
19859         * lib/fts.c: Don't include lstat.h.
19860         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
19861
19862         Move the lstat() declaration to <sys/stat.h>.
19863         * lib/lstat.h: Remove file.
19864         * lib/sys_stat.in.h: Add special invocation convention.
19865         (lstat): New declaration.
19866         * lib/lstat.c (orig_lstat): New function.
19867         (rpl_lstat): Use orig_lstat instead of lstat.
19868         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
19869         AC_C_INLINE. Set REPLACE_LSTAT.
19870         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
19871         and REPLACE_LSTAT.
19872         * modules/lstat (Files): Remove lib/lstat.h.
19873         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
19874         (Include): Specify <sys/stat.h> instead of lstat.h.
19875         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
19876         REPLACE_LSTAT.
19877         * NEWS: Mention the change.
19878
19879 2008-10-20  Bruno Haible  <bruno@clisp.org>
19880
19881         * modules/posix_spawn-tests: New file.
19882         * tests/test-posix_spawn3.c: New file.
19883
19884 2008-10-20  Bruno Haible  <bruno@clisp.org>
19885
19886         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
19887         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19888         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
19889         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
19890         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
19891
19892 2008-10-20  Bruno Haible  <bruno@clisp.org>
19893
19894         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
19895         of posix_spawn on AIX 5.3.
19896
19897 2008-10-20  Bruno Haible  <bruno@clisp.org>
19898
19899         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
19900
19901 2008-10-20  Bruno Haible  <bruno@clisp.org>
19902
19903         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
19904         of AC_LANG_PROGRAM.
19905
19906 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19907
19908         * lib/netdb.in.h: Don't define GNU specific constants until they
19909         are supported or needed.  Reported by Bruno Haible
19910         <bruno@clisp.org>.
19911
19912 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19913
19914         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
19915
19916 2008-10-20  Simon Josefsson  <simon@josefsson.org>
19917
19918         * lib/getaddrinfo.h: Remove file.
19919         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
19920         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
19921         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
19922         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
19923         * modules/netdb: Substitute GNULIB_GETADDRINFO.
19924         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
19925         * tests/test-getaddrinfo.c: Likewise.
19926         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
19927         * NEWS: Mention change.
19928
19929 2008-10-19  Bruno Haible  <bruno@clisp.org>
19930
19931         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
19932
19933 2008-10-19  Bruno Haible  <bruno@clisp.org>
19934
19935         * lib/wait-process.c: Include simply <sys/wait.h>.
19936         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
19937         WIFSTOPPED): Remove fallback definitions.
19938         * modules/wait-process (Depends-on): Add sys_wait.
19939
19940         New module 'sys_wait'.
19941         * modules/sys_wait: New file.
19942         * lib/sys_wait.in.h: New file, partially copied from
19943         lib/wait-process.c.
19944         * m4/sys_wait_h.m4: New file.
19945         * doc/posix-headers/sys_wait.texi: Mention the new module.
19946
19947 2008-10-19  Bruno Haible  <bruno@clisp.org>
19948
19949         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
19950
19951 2008-10-19  Bruno Haible  <bruno@clisp.org>
19952
19953         Assume that waitpid() fills an 'int' status, not a 'union wait'.
19954         * lib/wait-process.c (WAIT_T): Remove type.
19955         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
19956         (wait_subprocess): Update.
19957
19958 2008-10-19  Bruno Haible  <bruno@clisp.org>
19959
19960         New module 'atoll'.
19961         * modules/atoll: New file.
19962         * lib/stdlib.in.h (atoll): New declaration.
19963         * lib/atoll.c: New file, from glibc with modifications.
19964         * m4/atoll.m4: New file.
19965         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
19966         HAVE_ATOLL.
19967         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
19968         * doc/posix-functions/atoll.texi: Mention the new module.
19969
19970 2008-10-19  Bruno Haible  <bruno@clisp.org>
19971
19972         Add strtoull() declaration to <stdlib.h>.
19973         * lib/stdlib.in.h (strtoull): New declaration.
19974         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
19975         Set HAVE_STRTOULL.
19976         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
19977         HAVE_STRTOULL.
19978         * modules/strtoull (Depends-on): Add stdlib.
19979         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19980         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
19981         HAVE_STRTOULL.
19982
19983 2008-10-19  Bruno Haible  <bruno@clisp.org>
19984
19985         Add strtoll() declaration to <stdlib.h>.
19986         * lib/stdlib.in.h (strtoll): New declaration.
19987         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
19988         Set HAVE_STRTOLL.
19989         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
19990         HAVE_STRTOLL.
19991         * modules/strtoll (Depends-on): Add stdlib.
19992         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
19993         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
19994
19995 2008-10-19  Bruno Haible  <bruno@clisp.org>
19996
19997         * modules/bcopy (Depends-on): Add strings.
19998         (Include): Specify <strings.h>.
19999
20000 2008-10-19  Bruno Haible  <bruno@clisp.org>
20001
20002         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20003
20004 2008-10-19  Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20007         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20008         mingw.
20009
20010 2008-10-19  Bruno Haible  <bruno@clisp.org>
20011
20012         * lib/atanl.c: Don't include isnanl.h.
20013         * lib/cosl.c: Likewise.
20014         * lib/ldexpl.c: Likewise.
20015         * lib/logl.c: Likewise.
20016         * lib/sinl.c: Likewise.
20017         * lib/sqrtl.c: Likewise.
20018         * lib/tanl.c: Likewise.
20019
20020         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20021         * lib/isnanf.h: Remove file.
20022         * lib/isnand.h: Remove file.
20023         * lib/isnanl.h: Remove file.
20024         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20025         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20026         macros.
20027         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20028         HAVE_ISNANF, don't define it as a C macro.
20029         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20030         HAVE_ISNAND, don't define it as a C macro.
20031         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20032         HAVE_ISNANL, don't define it as a C macro.
20033         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20034         HAVE_ISNAN[FDL].
20035         * modules/isnanf (Files): Remove lib/isnanf.h.
20036         (Depends-on): Add math.
20037         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20038         (Include): Specify <math.h> instead of isnanf.h.
20039         * modules/isnand (Files): Remove lib/isnand.h.
20040         (Depends-on): Add math.
20041         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20042         (Include): Specify <math.h> instead of isnand.h.
20043         * modules/isnanl (Files): Remove lib/isnanl.h.
20044         (Depends-on): Add math.
20045         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20046         (Include): Specify <math.h> instead of isnanl.h.
20047         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20048         HAVE_ISNAN[FDL].
20049         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20050         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20051         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20052         * NEWS: Mention the change.
20053
20054 2008-10-18  Bruno Haible  <bruno@clisp.org>
20055
20056         Add getusershell(), setusershell(), endusershell() declarations to
20057         <unistd.h>.
20058         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20059         declarations.
20060         * lib/getusershell.c: Include unistd.h.
20061         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20062         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20063         HAVE_GETUSERSHELL.
20064         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20065         and HAVE_GETUSERSHELL.
20066         * modules/getusershell (Depends-on): Add unistd, extensions.
20067         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20068         (Include): Specify <unistd.h>.
20069         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20070         HAVE_GETUSERSHELL.
20071
20072 2008-10-18  Bruno Haible  <bruno@clisp.org>
20073
20074         Add a getloadavg() declaration to <stdlib.h>.
20075         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20076         getloadavg declaration.
20077         (getloadavg): New declaration.
20078         * lib/getloadavg.c: Include <stdlib.h> first.
20079         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20080         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20081         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20082         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20083         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20084         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20085         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20086         (Include): Specify <stdlib.h>.
20087         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20088         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20089
20090 2008-10-18  Bruno Haible  <bruno@clisp.org>
20091
20092         * lib/dirchownmod.c: Don't include lchmod.h.
20093
20094         Move the lchmod() declaration to <sys/stat.h>.
20095         * lib/lchmod.h: Remove file.
20096         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20097         (lchmod): New declaration, moved here from lib/lchown.h.
20098         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20099         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20100         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20101         and HAVE_LCHMOD.
20102         * modules/lchmod (Files): Remove lib/lchmod.h.
20103         (Depends-on): Add sys_stat, extensions.
20104         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20105         (Include): Specify <sys/stat.h> instead of lchmod.h.
20106         * modules/sys_stat (Depends-on): Add link-warning.
20107         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20108         definition of GL_LINK_WARNING.
20109         * NEWS: Mention the change.
20110
20111 2008-10-18  Bruno Haible  <bruno@clisp.org>
20112
20113         * lib/fchdir.c: Don't include dirfd.h.
20114         * lib/fts.c: Likewise.
20115         * lib/getcwd.c: Likewise.
20116         * lib/glob.c: Likewise.
20117
20118         Move the dirfd() declaration to <dirent.h>.
20119         * lib/dirfd.h: Remove file.
20120         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20121         (dirfd): New declaration.
20122         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20123         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20124         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20125         HAVE_DECL_DIRFD.
20126         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20127         HAVE_DECL_DIRFD.
20128         * modules/dirfd (Files): Remove lib/dirfd.h.
20129         (Depends-on): Add dirent, extensions.
20130         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20131         (Include): Specify <dirent.h> instead of dirfd.h.
20132         * modules/dirent (Depends-on): Add link-warning.
20133         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20134         definition of GL_LINK_WARNING.
20135         * NEWS: Mention the change.
20136
20137 2008-10-18  Bruno Haible  <bruno@clisp.org>
20138
20139         Move the euidaccess() declaration to <unistd.h>.
20140         * lib/euidaccess.h: Remove file.
20141         * lib/unistd.in.h (euidaccess): New declaration.
20142         * lib/euidaccess.c: Don't include euidaccess.h.
20143         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20144         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20145         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20146         and HAVE_EUIDACCESS.
20147         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20148         (Depends-on): Add unistd.
20149         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20150         (Include): Specify <unistd.h> instead of euidaccess.h.
20151         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20152         HAVE_EUIDACCESS.
20153         * NEWS: Mention the change.
20154
20155 2008-10-18  Bruno Haible  <bruno@clisp.org>
20156
20157         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20158
20159         Move the getdomainname() declaration to <unistd.h>.
20160         * lib/getdomainname.h: Remove file.
20161         * lib/unistd.in.h (getdomainname): New declaration.
20162         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20163         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20164         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20165         HAVE_GETDOMAINNAME.
20166         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20167         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20168         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20169         (Depends-on): Add unistd, extensions.
20170         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20171         (Includes): Specify <unistd.h> instead of getdomainname.h.
20172         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20173         HAVE_GETDOMAINNAME.
20174         * NEWS: Mention the change.
20175
20176 2008-10-18  Bruno Haible  <bruno@clisp.org>
20177
20178         * modules/dirent: New file.
20179         * m4/dirent_h.m4: New file.
20180         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20181         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20182         * modules/fchdir (Files): Remove lib/dirent.in.h.
20183         (Depends-on): Add dirent.
20184         (Makefile.am): Move rules to modules/dirent.
20185         * doc/posix-headers/dirent.texi: Mention the new module.
20186
20187 2008-10-18  Bruno Haible  <bruno@clisp.org>
20188
20189         Avoid -Wunused-parameter warnings in public gnulib header files.
20190         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20191         macro.
20192         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20193
20194 2008-10-18  Bruno Haible  <bruno@clisp.org>
20195
20196         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20197         * doc/glibc-functions/error.texi: Mention the module 'error'.
20198         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20199         * doc/glibc-functions/getdomainname.texi: Mention the module
20200         'getdomainname'.
20201         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20202         * doc/glibc-functions/getpagesize.texi: Mention the module
20203         'getpagesize'.
20204         * doc/glibc-functions/getusershell.texi: Mention the module
20205         'getusershell'.
20206         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20207         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20208         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20209         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20210         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20211         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20212         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20213         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20214         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20215         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20216         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20217         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20218         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20219         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20220
20221 2008-10-17  Bruno Haible  <bruno@clisp.org>
20222
20223         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20224         HP-UX and IRIX, use -0.0L.
20225         * tests/test-ceill.c (minus_zero): Likewise.
20226         * tests/test-floorl.c (minus_zero): Likewise.
20227         * tests/test-frexpl.c (minus_zero): Likewise.
20228         * tests/test-isnan.c (minus_zerol): Likewise.
20229         * tests/test-isnanl.h (minus_zero): Likewise.
20230         * tests/test-ldexpl.c (minus_zero): Likewise.
20231         * tests/test-roundl.c (minus_zero): Likewise.
20232         * tests/test-signbit.c (minus_zerol): Likewise.
20233         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20234         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20235         * tests/test-truncl.c (minus_zero): Likewise.
20236         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20237         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20238         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20239         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20240
20241 2008-10-17  Bruno Haible  <bruno@clisp.org>
20242
20243         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20244         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20245         that it gets activated only for gcc >= 3.0.
20246         * lib/dirent.in.h: Likewise.
20247         * lib/errno.in.h: Likewise.
20248         * lib/fcntl.in.h: Likewise.
20249         * lib/float.in.h: Likewise.
20250         * lib/iconv.in.h: Likewise.
20251         * lib/inttypes.in.h: Likewise.
20252         * lib/locale.in.h: Likewise.
20253         * lib/math.in.h: Likewise.
20254         * lib/netdb.in.h: Likewise.
20255         * lib/netinet_in.in.h: Likewise.
20256         * lib/search.in.h: Likewise.
20257         * lib/signal.in.h: Likewise.
20258         * lib/spawn.in.h: Likewise.
20259         * lib/stdarg.in.h: Likewise.
20260         * lib/stdint.in.h: Likewise.
20261         * lib/stdio.in.h: Likewise.
20262         * lib/stdlib.in.h: Likewise.
20263         * lib/string.in.h: Likewise.
20264         * lib/strings.in.h: Likewise.
20265         * lib/sys_file.in.h: Likewise.
20266         * lib/sys_ioctl.in.h: Likewise.
20267         * lib/sys_select.in.h: Likewise.
20268         * lib/sys_socket.in.h: Likewise.
20269         * lib/sys_stat.in.h: Likewise.
20270         * lib/sys_time.in.h: Likewise.
20271         * lib/sysexits.in.h: Likewise.
20272         * lib/time.in.h: Likewise.
20273         * lib/unistd.in.h: Likewise.
20274         * lib/wchar.in.h: Likewise.
20275         * lib/wctype.in.h: Likewise.
20276         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20277
20278 2008-10-17  Jim Meyering  <meyering@redhat.com>
20279
20280         ignore-value: don't depend on inline module
20281         * modules/ignore-value (Depends-on): Remove 'inline'.
20282         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20283         Suggestion from Bruno Haible.
20284
20285 2008-10-17  Bruno Haible  <bruno@clisp.org>
20286
20287         New implementation of condition variables for Win32.
20288         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20289         (gl_linked_waitqueue_t): New type.
20290         (gl_cond_t): Use it.
20291         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20292         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20293         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20294         (glthread_cond_init_func, glthread_cond_wait_func,
20295         glthread_cond_timedwait_func, glthread_cond_signal_func,
20296         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20297         Reimplemented on the basis of gl_linked_waitqueue_t.
20298         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20299         gl_waitqueue_t.
20300         (gl_rwlock_t): Update.
20301         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20302
20303 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20304
20305         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20306         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20307
20308 2008-10-17  Jim Meyering  <meyering@redhat.com>
20309
20310         ignore-value: new module
20311         * modules/ignore-value: New file.
20312         * lib/ignore-value.h: New file.
20313         * MODULES.html.sh (Compiler warning management): New section,
20314         just for this module.  More to come.
20315
20316 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20317
20318         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20319         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20320         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20321
20322 2008-10-16  Jim Meyering  <meyering@redhat.com>
20323
20324         openat-die.c: avoid 'no previous prototype' warning
20325         * lib/openat-die.c: Include "openat.h".
20326         Reported by Reuben Thomas <rrt@sc3d.org>.
20327
20328 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20329
20330         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20331         * lib/netdb.in.h: Fix typo.
20332         Reported by Bruno Haible  <bruno@clisp.org>
20333
20334         * lib/netdb.in.h: Include sys/socket.h for platforms without
20335         netdb.h, to get structures like hostent on MinGW.
20336         * modules/netdb (Depends-on): Add sys_socket.
20337
20338 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20339
20340         * modules/netdb, modules/netdb-tests: New file.
20341         * m4/netdb_h.m4: New file.
20342         * lib/netdb.in.h: Add, currently just an empty file pending
20343         definitions.
20344         * tests/test-netdb.c: New file.
20345         * doc/posix-headers/netdb.texi: Mention that we replace it if
20346         needed.
20347         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20348         netdb.
20349
20350 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20351
20352         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20353         with code.
20354
20355 2008-10-13  Bruno Haible  <bruno@clisp.org>
20356
20357         * lib/glthread/cond.c (glthread_cond_wait_func,
20358         glthread_cond_timedwait_func): Add a comment.
20359
20360 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20361
20362         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20363         * tests/test-select.c: Likewise,
20364
20365 2008-10-13  Bruno Haible  <bruno@clisp.org>
20366
20367         * lib/glthread/cond.c (glthread_cond_wait_func,
20368         glthread_cond_timedwait_func): Fix variable name.
20369         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20370
20371 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20372
20373         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20374         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20375         struct sockaddr.sa_len.
20376         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20377
20378 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20379
20380         * build-aux/pmccabe2html: Add css and css_url parameters.
20381
20382 2008-10-12  Bruno Haible  <bruno@clisp.org>
20383
20384         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20385         calling aclx_get.
20386         Reported by Rainer Tammer <tammer@tammer.net>.
20387
20388 2008-10-12  Bruno Haible  <bruno@clisp.org>
20389
20390         Use msvcrt aware primitives for creation/termination of Win32 threads.
20391         * lib/glthread/thread.c: Include <process.h>.
20392         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20393         (wrapper_func): Update signature.
20394         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20395
20396 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20397             Bruno Haible  <bruno@clisp.org>
20398
20399         Provide a Win32 implementation of the 'cond' module.
20400         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20401         * lib/glthread/cond.c (glthread_cond_init_func,
20402         glthread_cond_wait_func, glthread_cond_timedwait_func,
20403         glthread_cond_signal_func, glthread_cond_broadcast_func,
20404         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20405         * modules/cond (Dependencies): Add gettimeofday.
20406
20407 2008-10-11  Bruno Haible  <bruno@clisp.org>
20408
20409         Make sleep work on older versions of mingw.
20410         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20411         only whether it exists.
20412         * doc/posix-functions/sleep.texi: Mention the problem with older
20413         versions of mingw.
20414
20415 2008-10-11  Bruno Haible  <bruno@clisp.org>
20416
20417         New module 'shutdown'.
20418         * modules/shutdown: New file.
20419         * lib/sys_socket.in.h (shutdown): New declaration.
20420         * lib/winsock.c (shutdown): New function.
20421         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20422         GNULIB_SHUTDOWN.
20423         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20424         * doc/posix-functions/shutdown.texi: Document the new module.
20425
20426 2008-10-11  Jim Meyering  <meyering@redhat.com>
20427
20428         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20429
20430 2008-10-11  Bruno Haible  <bruno@clisp.org>
20431
20432         New module 'fclose'.
20433         * modules/fclose: New file.
20434         * lib/stdio.in.h (fclose): New declaration.
20435         * lib/fclose.c: New file.
20436         * m4/fclose.m4: New file.
20437         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20438         REPLACE_FCLOSE.
20439         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20440         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20441         REPLACE_FCLOSE.
20442         * modules/close (Depends-on): fclose.
20443         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20444
20445 2008-10-11  Bruno Haible  <bruno@clisp.org>
20446
20447         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20448         set errno and don't call _close.
20449
20450 2008-10-10  Bruno Haible  <bruno@clisp.org>
20451
20452         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20453         ACL, not afterwards. Fixes test failure on Cygwin.
20454
20455 2008-10-09  Ben Pfaff  <blp@gnu.org>
20456
20457         * build-aux/announce-gen: Fix gnulib version related part of usage
20458         message.  Die with a useful error message if no tarballs are
20459         found.
20460
20461 2008-10-10  Jim Meyering  <meyering@redhat.com>
20462
20463         bootstrap: use git's --depth=N option only if it's supported
20464         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20465         recognize the --depth option.  Reported by Pádraig Brady.
20466
20467 2008-10-09  Bruno Haible  <bruno@clisp.org>
20468
20469         New module 'ioctl'.
20470         * modules/ioctl: New file.
20471         * lib/sys_socket.in.h (ioctl): Remove declaration.
20472         * lib/winsock.c: Include <sys/ioctl.h>.
20473         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20474         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20475         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20476         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20477         * doc/posix-functions/ioctl.texi: Mention the new module.
20478
20479 2008-10-09  Bruno Haible  <bruno@clisp.org>
20480
20481         New module 'sys_ioctl'.
20482         * lib/sys_ioctl.in.h: New file.
20483         * m4/sys_ioctl_h.m4: New file.
20484         * modules/sys_ioctl: New file.
20485         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20486
20487 2008-10-09  Bruno Haible  <bruno@clisp.org>
20488
20489         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20490         * lib/winsock.c: Include <stdarg.h>.
20491         (rpl_ioctl): Change to second argument 'int' and then varargs.
20492
20493 2008-10-09  Bruno Haible  <bruno@clisp.org>
20494
20495         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20496         when the sys_socket module is present and the system has <winsock2.h>.
20497
20498 2008-10-09  Bruno Haible  <bruno@clisp.org>
20499
20500         * doc/posix-functions/close.texi: Mention module 'close' instead of
20501         module 'sys_socket'.
20502
20503 2008-10-09  Bruno Haible  <bruno@clisp.org>
20504
20505         * doc/glibc-headers/sys_ioctl.texi: New file.
20506         * doc/gnulib.texi: Include it.
20507
20508 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20509             Bruno Haible  <bruno@clisp.org>
20510
20511         Combine the two replacements of 'close'.
20512         * lib/sys_socket.in.h (close): Define to a reminder to include
20513         <unistd.h>.
20514         (_gl_close_fd_maybe_socket): New declaration.
20515         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20516         * lib/winsock.c (close): Remove undefinition.
20517         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20518         needed for the gnulib module 'close'.
20519         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20520         define to an error symbol or to a warning, if suitable.
20521         * lib/close.c: Include <sys/socket.h>.
20522         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20523         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20524         UNISTD_H_HAVE_WINSOCK2_H.
20525         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20526         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20527         UNISTD_H_HAVE_WINSOCK2_H.
20528         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20529         (configure.ac): Set a module indicator.
20530         (Makefile.am): Substitute GNULIB_CLOSE.
20531         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20532         * modules/poll-tests (Depends-on): Add close.
20533         * modules/select-tests (Depends-on): Likewise.
20534
20535 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20536             Bruno Haible  <bruno@clisp.org>
20537
20538         New module 'close'.
20539         * modules/close: New file.
20540         * lib/unistd.in.h (close): Move declaration out of the
20541         FCHDIR_REPLACEMENT scope.
20542         (_gl_unregister_fd): New declaration.
20543         * lib/close.c: New file.
20544         * lib/fchdir.c (rpl_close): Remove function.
20545         * m4/close.m4: New file.
20546         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20547         close.
20548         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20549         REPLACE_CLOSE.
20550         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20551         REPLACE_CLOSE.
20552         * modules/fchdir (Depends-on): Add close.
20553
20554 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20555             Bruno Haible  <bruno@clisp.org>
20556
20557         * lib/fcntl.in.h (open): Simplify conditionals.
20558         (_gl_register_fd): New declaration.
20559         * lib/fchdir.c (rpl_open): Remove function.
20560         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20561         also.
20562         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20563         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20564         open.
20565
20566 2008-10-09  Jim Meyering  <meyering@redhat.com>
20567
20568         GNUmakefile: use the more name-space-friendly "_version"
20569         * top/GNUmakefile (_dummy): Update.
20570         (_version): Rename from "version".
20571
20572 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20573             Bruno Haible  <bruno@clisp.org>
20574
20575         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20576         rpl_close.
20577         (_gl_register_fd): New function, extracted from rpl_open.
20578         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20579         (rpl_open, rpl_opendir): Use _gl_register_fd.
20580
20581 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20582
20583         Fix organization of 'open' replacement.
20584         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20585         (gl_FUNC_OPEN): Use it.
20586         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20587
20588 2008-10-08  Bruno Haible  <bruno@clisp.org>
20589
20590         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20591
20592 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20593
20594         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20595         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20596         listen).
20597
20598 2008-10-08  Eric Blake  <ebb9@byu.net>
20599
20600         GNUmakefile: add 'make version' target
20601         * top/GNUmakefile (_curr-ver): Split version update rules...
20602         (version): ...into a target.
20603
20604 2008-10-07  Bruno Haible  <bruno@clisp.org>
20605
20606         Use a more portable replacement expression for -0.0L.
20607         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20608         instead of -0.0L. Fix m4 quotation.
20609
20610         * tests/test-signbit.c: Include <float.h>.
20611         (minus_zero): New variable.
20612         (test_signbitl): Use minus_zero instead of -zero.
20613         * modules/signbit-tests (Depends-on): Add float.
20614
20615         * tests/test-ceill.c: Include <float.h>.
20616         (zero): Remove variable.
20617         (minus_zero): New variable.
20618         (main): Use minus_zero instead of -zero.
20619         * modules/ceill-tests (Depends-on): Add float.
20620
20621         * tests/test-floorl.c: Include <float.h>.
20622         (zero): Remove variable.
20623         (minus_zero): New variable.
20624         (main): Use minus_zero instead of -zero.
20625         * modules/floorl-tests (Depends-on): Add float.
20626
20627         * tests/test-roundl.c: Include <float.h>.
20628         (zero): Remove variable.
20629         (minus_zero): New variable.
20630         (main): Use minus_zero instead of -zero.
20631         * modules/roundl-tests (Depends-on): Add float.
20632
20633         * tests/test-truncl.c: Include <float.h>.
20634         (zero): Remove variable.
20635         (minus_zero): New variable.
20636         (main): Use minus_zero instead of -zero.
20637         * modules/truncl-tests (Depends-on): Add float.
20638
20639         * tests/test-frexpl.c (zero): Remove variable.
20640         (minus_zero): New variable.
20641         (main): Use minus_zero instead of -zero.
20642         * modules/frexpl-tests (Depends-on): Add float.
20643
20644         * tests/test-isnan.c (zerol): Remove variable.
20645         (minus_zerol): New variable.
20646         (test_long_double): Use minus_zerol instead of -zerol.
20647         * modules/isnan-tests (Depends-on): Add float.
20648
20649         * tests/test-isnanl.h (zero): Remove variable.
20650         (minus_zero): New variable.
20651         (main): Use minus_zero instead of -zero.
20652         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20653         * modules/isnanl-tests (Depends-on): Add float.
20654
20655         * tests/test-ldexpl.c (zero): Remove variable.
20656         (minus_zero): New variable.
20657         (main): Use minus_zero instead of -zero.
20658         * modules/ldexpl-tests (Depends-on): Add float.
20659
20660         * tests/test-snprintf-posix.h (zerol): Remove variable.
20661         (minus_zerol): New variable.
20662         (test_function): Use minus_zerol instead of -zerol.
20663         * modules/snprintf-posix-tests (Depends-on): Add float.
20664         * modules/vsnprintf-posix-tests (Depends-on): Add float.
20665
20666         * tests/test-sprintf-posix.h (zerol): Remove variable.
20667         (minus_zerol): New variable.
20668         (test_function): Use minus_zerol instead of -zerol.
20669         * modules/sprintf-posix-tests (Depends-on): Add float.
20670         * modules/vsprintf-posix-tests (Depends-on): Add float.
20671
20672         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
20673         (minus_zerol): New variable.
20674         (test_function): Use minus_zerol instead of -zerol.
20675         * modules/vasnprintf-posix-tests (Depends-on): Add float.
20676
20677         * tests/test-vasprintf-posix.c (zerol): Remove variable.
20678         (minus_zerol): New variable.
20679         (test_function): Use minus_zerol instead of -zerol.
20680         * modules/vasprintf-posix-tests (Depends-on): Add float.
20681
20682 2008-10-07  Simon Josefsson  <simon@josefsson.org>
20683
20684         * MODULES.html.sh (Support for building documentation): Mention
20685         pmccabe2html.  Sort entries.
20686
20687         Add pmccabe2html module, from gnupdf.
20688         * build-aux/pmccabe.css: New file.
20689         * build-aux/pmccabe2html: New file.
20690         * m4/pmccabe2html.m4: New file.
20691         * modules/pmccabe2html: New file.
20692
20693 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
20694
20695         flock: new module
20696         * MODULES.html.sh: Add to list of modules.
20697         * lib/flock.c: flock implementation for Windows and Unix systems
20698         which have fcntl.
20699         * doc/glibc-functions/flock.texi: Update documentation.
20700         * lib/sys_file.in.h: <sys/file.h> header file.
20701         * m4/flock.m4: M4 macros.
20702         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
20703         * modules/flock: flock module.
20704         * modules/flock-tests: flock tests module.
20705         * modules/sys_file: sys/file.h module.
20706         * tests/test-flock.c: test suite for flock.
20707
20708 2008-10-06  Jim Meyering  <meyering@redhat.com>
20709
20710         bootstrap: check for LT_INIT more portably still ;-)
20711         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
20712         Spotted by Bruno Haible.
20713
20714 2008-10-06  Eric Blake  <ebb9@byu.net>
20715
20716         test-signbit: avoid tripping Irix cc bug on -0.0L
20717         * tests/test-signbit.c (minus_zerol): Delete, and replace with
20718         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
20719         entire testsuite consistent and avoids an Irix 6.2 bug.
20720
20721 2008-10-05  Bruno Haible  <bruno@clisp.org>
20722             Jim Meyering  <jim@meyering.net>
20723
20724         Add an option for ignoring EPIPE during close_stdout.
20725         * lib/closeout.h: Include <stdbool.h>.
20726         (close_stdout_set_ignore_EPIPE): New declaration.
20727         * lib/closeout.c: Include <stdbool.h>.
20728         (ignore_EPIPE): New variable.
20729         (close_stdout_set_ignore_EPIPE): New function.
20730         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
20731         * lib/close-stream.c (close_stream): Mention the possible EPIPE
20732         failure.
20733         * modules/closeout (Depends-on): Add stdbool.
20734
20735 2008-10-05  Bruno Haible  <bruno@clisp.org>
20736
20737         * modules/accept: New file.
20738         * modules/bind: New file.
20739         * modules/connect: New file.
20740         * modules/getpeername: New file.
20741         * modules/getsockname: New file.
20742         * modules/getsockopt: New file.
20743         * modules/listen: New file.
20744         * modules/recv: New file.
20745         * modules/recvfrom: New file.
20746         * modules/send: New file.
20747         * modules/sendto: New file.
20748         * modules/setsockopt: New file.
20749         * modules/socket: New file.
20750         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
20751         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
20752         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
20753         the particular module is requested. Add a link warning when the
20754         particular module is not requested.
20755         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
20756         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
20757         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
20758         the particular module is requested.
20759         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
20760         gl_SYS_SOCKET_H_DEFAULTS): New macros.
20761         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
20762         * modules/sys_socket (Depends-on): Add link-warning.
20763         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
20764         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
20765         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
20766         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
20767         GL_LINK_WARNING.
20768         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
20769         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
20770         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
20771         * doc/posix-functions/getpeername.texi: Mention the new module
20772         'getpeername'.
20773         * doc/posix-functions/getsockname.texi: Mention the new module
20774         'getsockname'.
20775         * doc/posix-functions/getsockopt.texi: Mention the new module
20776         'getsockopt'.
20777         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
20778         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
20779         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
20780         * doc/posix-functions/send.texi: Mention the new module 'send'.
20781         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
20782         * doc/posix-functions/setsockopt.texi: Mention the new module
20783         'setsockopt'.
20784         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
20785         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
20786         listen, connect, accept.
20787         * modules/select-tests (Depends-on): Likewise.
20788
20789 2008-10-05  Bruno Haible  <bruno@clisp.org>
20790
20791         * lib/winsock.c (strerror): Remove unused #undef.
20792         (rpl_close): Remove unused local variable.
20793
20794         * modules/sys_socket (Depends-on); Add errno.
20795
20796 2008-10-05  Bruno Haible  <bruno@clisp.org>
20797
20798         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
20799         (select): Add a link warning when the 'select' module is not used.
20800         * modules/sys_select (Depends-on): Add link-warning.
20801         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
20802         Suggested by Paolo Bonzini.
20803
20804 2008-10-05  Jim Meyering  <meyering@redhat.com>
20805
20806         bootstrap: check for LT_INIT more portably
20807         * build-aux/bootstrap: Avoid using grep -E, since it's not
20808         portable enough.  Suggestion from Bruno Haible.
20809
20810 2008-10-05  Bruno Haible  <bruno@clisp.org>
20811
20812         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
20813         as being fixed by gnulib.
20814
20815 2008-10-05  Bruno Haible  <bruno@clisp.org>
20816
20817         * modules/select-tests: New file, mostly copied from
20818         modules/sys_select-tests.
20819         * tests/test-select.c: New file, mostly copied from
20820         tests/test-sys_select.c.
20821         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
20822         * modules/sys_select-tests (Depends-on): Remove all dependencies.
20823         (Makefile.am): Remove test_sys_select_LDADD.
20824
20825         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
20826         to an undefined symbol, for an error message.
20827         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
20828         (gl_SYS_SELECT_H_DEFAULTS): New macro.
20829         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
20830         winsock-select.c here.
20831         * modules/sys_select (Files): Remove lib/winsock-select.c.
20832         (Depends-on): Remove alloca.
20833         (Makefile.am): Substitute GNULIB_SELECT.
20834         * modules/select: New file.
20835         * doc/posix-functions/select.texi: Update.
20836
20837 2008-10-05  Bruno Haible  <bruno@clisp.org>
20838
20839         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
20840         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
20841         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
20842         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
20843         getdtablesize.
20844         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
20845         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
20846
20847 2008-10-05  Bruno Haible  <bruno@clisp.org>
20848
20849         * modules/getdtablesize-tests: New file.
20850         * tests/test-getdtablesize.c: New file.
20851
20852         New module 'getdtablesize'.
20853         * lib/unistd.in.h (getdtablesize): New declaration.
20854         * lib/getdtablesize.c: New file.
20855         * m4/getdtablesize.m4: New file.
20856         * modules/getdtablesize: New file.
20857         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20858         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
20859         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
20860         HAVE_GETDTABLESIZE.
20861         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
20862
20863 2008-10-05  Bruno Haible  <bruno@clisp.org>
20864
20865         * modules/sched (Makefile.am): Fix typo.
20866         Reported by Simon Josefsson.
20867
20868 2008-10-05  Jim Meyering  <meyering@redhat.com>
20869
20870         bootstrap: check for LT_INIT, too
20871         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
20872         are deprecated.  Suggestion from Ralf Wildenhues.
20873
20874 2008-10-05  Bruno Haible  <bruno@clisp.org>
20875
20876         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
20877         overriding them by ours.
20878         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
20879
20880 2008-10-05  Jim Meyering  <meyering@redhat.com>
20881
20882         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
20883         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
20884         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
20885
20886 2008-10-04  Bruno Haible  <bruno@clisp.org>
20887
20888         * modules/dup2 (License): Change to LGPLv2+.
20889         * modules/sleep (License): Likewise.
20890         * modules/perror (License): Likewise.
20891         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
20892         Blake.
20893         * modules/signal (License): Likewise.
20894         * modules/sigprocmask (License): Likewise.
20895         * modules/raise (License): Change to LGPLv2+, with approval by Jim
20896         Meyering.
20897
20898 2008-10-04  Bruno Haible  <bruno@clisp.org>
20899
20900         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
20901         Reported by Rainer Tammer <tammer@tammer.net>.
20902
20903 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
20904             Bruno Haible  <bruno@clisp.org>
20905
20906         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
20907         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
20908         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
20909
20910 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
20911
20912         filevercmp: new module
20913         * lib/filevercmp.h: New function filevercmp comparing version strings.
20914         * lib/filevercmp.c: Implementation of filevercmp function.
20915         * modules/filevercmp: Module metadata.
20916         * tests/test-filevercmp.c: Unit test for new module.
20917         * modules/filevercmp-tests: Unit test metadata.
20918         * MODULES.html.sh: Add filevercmp module.
20919
20920 2008-10-03  Bruno Haible  <bruno@clisp.org>
20921
20922         * lib/c-ctype.h: Add comment.
20923         Reported by Jim Meyering.
20924
20925 2008-10-02  Bruno Haible  <bruno@clisp.org>
20926
20927         * modules/posix_spawn-internal (Depends-on): Add 'open'.
20928
20929 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20930
20931         * build-aux/bootstrap: Allow renaming bootstrap, and change the
20932         name of bootstrap.conf accordingly.
20933
20934 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20935
20936         * build-aux/bootstrap: Install git-merge-changelog configuration
20937         items into .gitconfig if needed.
20938
20939 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
20940
20941         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
20942         git repository, and initialize/update it accordingly.
20943
20944 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
20945
20946         * modules/fsync-tests: New file.
20947         * tests/test-fsync.c: New file.
20948
20949         New module 'fsync'.
20950         * lib/fsync.c: New file.
20951         * m4/fsync.m4: New file.
20952         * modules/fsync: New file.
20953         * lib/unistd.in.h (fsync): New declaration.
20954         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
20955         GNULIB_FSYNC and HAVE_FSYNC.
20956         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
20957         * MODULES.html.sh (posix_functions): Add fsync.
20958         * doc/posix-functions/fsync.texi: Mention the new module.
20959
20960 2008-10-02  Jim Meyering  <meyering@redhat.com>
20961
20962         fts.c: sync with similar code from coreutils' remove.c
20963         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
20964         Guard also with "#if defined __linux__", since for now at least,
20965         this code is Linux-kernel-specific.
20966
20967 2008-10-02  Jim Meyering  <meyering@redhat.com>
20968
20969         fts: bug fixes
20970         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
20971         Include <sys/vfs.h>, not <sys/statfs.h>.
20972
20973         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
20974         Include <sys/vfs.h>, not <sys/statfs.h>.
20975
20976 2008-10-01  Bruno Haible  <bruno@clisp.org>
20977
20978         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
20979         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
20980         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
20981         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
20982         * doc/posix-functions/posix_spawnp.texi: Likewise.
20983         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
20984         whether posix_spawn actually works.
20985         * m4/pipe.m4 (gl_PIPE): Likewise.
20986         * modules/execute (Files): Add m4/posix_spawn.m4.
20987         * modules/pipe (Files): Add m4/posix_spawn.m4.
20988         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
20989
20990 2008-10-01  Jim Meyering  <meyering@redhat.com>
20991
20992         remove trailing spaces
20993         * NEWS: Likewise.
20994         * lib/poll.c (poll): Likewise.
20995         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
20996         * lib/winsock.c (rpl_close): Likewise.
20997         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
20998         * modules/yield: Likewise.
20999         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21000         * tests/test-sys_select.c (connect_to_socket): Likewise.
21001
21002         fts.c: adjust a new interface to be more generally useful
21003         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21004         (fts_build): Adjust caller.
21005
21006 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21007
21008         * modules/cond-tests: New file.
21009         * tests/test-cond.c: New file.
21010
21011 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21012             Bruno Haible  <bruno@clisp.org>
21013
21014         * modules/cond (Dependencies): Add errno, time.
21015         * lib/glthread/cond.h: Include <time.h>.
21016         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21017         across platforms.
21018
21019 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21020             Bruno Haible  <bruno@clisp.org>
21021
21022         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21023
21024 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21025             Bruno Haible  <bruno@clisp.org>
21026
21027         * modules/tls-tests (Depends-on): Add thread, yield.
21028         (configure.ac): Remove all checks.
21029         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21030         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21031         gl_thread_self): Remove definitions. Include glthread/thread.h and
21032         glthread/yield.h instead.
21033         (test_tls): Pass an additional NULL argument to gl_thread_join.
21034
21035 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21036             Bruno Haible  <bruno@clisp.org>
21037
21038         * modules/lock-tests (Depends-on): Add thread, yield.
21039         (configure.ac): Remove all checks.
21040         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21041         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21042         gl_thread_self): Remove definitions. Include glthread/thread.h and
21043         glthread/yield.h instead.
21044         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21045         additional NULL argument to gl_thread_join.
21046
21047 2008-09-30  Bruno Haible  <bruno@clisp.org>
21048
21049         Fix the Win32 implementation of the 'thread' module.
21050         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21051         pointer type.
21052         (gl_thread_self): Invoke gl_thread_self_func.
21053         (gl_thread_self_func): New declaration.
21054         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21055         (do_init_self_key, init_self_key): New functions.
21056         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21057         Remove some fields.
21058         (running_threads, running_lock): Remove variables.
21059         (get_current_thread_handle): New function.
21060         (gl_thread_self_func, wrapper_func, glthread_create_func,
21061         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21062         simplified.
21063
21064 2008-09-30  Bruno Haible  <bruno@clisp.org>
21065
21066         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21067         files.
21068
21069 2008-09-30  Jim Meyering  <meyering@redhat.com>
21070
21071         fts.m4: correct the test for statfs.f_type
21072         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21073         when checking for statfs.f_type.
21074
21075 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21076
21077         tests: avoid some compiler warnings
21078         * tests/test-memchr.c (main): Pass NULL indirectly.
21079         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21080
21081 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21082
21083         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21084         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21085         exactly specified dayshifts.
21086         (dayshift): New rule.
21087         (rel): Add dayshift.
21088         (relative_time_table) [tomorrow, yesterday, today, now]:
21089         Use tDAY_SHIFT in place of tDAY_UNIT.
21090         * tests/test-getdate.c: Add tests for now-disallowed countable
21091         dayshifts, e.g., "4 yesterday ago".
21092
21093 2008-09-29  Bruno Haible  <bruno@clisp.org>
21094
21095         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21096         * tests/test-posix_spawn1.in.sh: Renamed from
21097         tests/test-posix_spawn.in.sh.
21098         * tests/test-posix_spawn2.c: New file.
21099         * tests/test-posix_spawn2.in.sh: New file.
21100         * modules/posix_spawnp-tests (Files): Update.
21101         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21102
21103 2008-09-29  Bruno Haible  <bruno@clisp.org>
21104
21105         Propagate effects of putenv/setenv/unsetenv to child processes.
21106         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21107         * lib/pipe.c (create_pipe): Likewise.
21108
21109 2008-09-29  Bruno Haible  <bruno@clisp.org>
21110
21111         Enable use of shell scripts as executables in mingw.
21112         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21113         run the program as a shell script.
21114         * lib/pipe.c (create_pipe): Likewise.
21115         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21116         resulting array.
21117
21118 2008-09-29  Eric Blake  <ebb9@byu.net>
21119
21120         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21121
21122 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21123
21124         * doc/posix-functions/accept.texi: Update mingw problems.
21125         * doc/posix-functions/bind.texi: Update mingw problems.
21126         * doc/posix-functions/close.texi: Update mingw problems.
21127         * doc/posix-functions/connect.texi: Update mingw problems.
21128         * doc/posix-functions/getpeername.texi: Update mingw problems.
21129         * doc/posix-functions/getsockname.texi: Update mingw problems.
21130         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21131         * doc/posix-functions/ioctl.texi: Update mingw problems.
21132         * doc/posix-functions/listen.texi: Update mingw problems.
21133         * doc/posix-functions/recv.texi: Update mingw problems.
21134         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21135         * doc/posix-functions/select.texi: Update mingw problems.
21136         * doc/posix-functions/send.texi: Update mingw problems.
21137         * doc/posix-functions/sendto.texi: Update mingw problems.
21138         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21139         * doc/posix-functions/socket.texi: Update mingw problems.
21140
21141 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21142             Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/sys_select.in.h: Include sys/time.h.
21145         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21146         * modules/sys_select: Depend on sys_time.
21147         * tests/test-sys_select.c: Test that sys/select.h defines struct
21148         timeval fully.
21149
21150 2008-09-29  Bruno Haible  <bruno@clisp.org>
21151
21152         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21153         * lib/sys_select.in.h: Likewise.
21154
21155 2008-09-29  Bruno Haible  <bruno@clisp.org>
21156
21157         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21158
21159 2008-09-29  Bruno Haible  <bruno@clisp.org>
21160
21161         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21162         Set LIBSOCKET instead of augmenting LIBS.
21163         * modules/sockets (Link): New section.
21164         * modules/sockets-tests (test_sockets_LDADD): New variable.
21165         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21166         * modules/poll-tests (test_poll_LDADD): New variable.
21167         * NEWS: Document the change.
21168
21169 2008-09-29  Bruno Haible  <bruno@clisp.org>
21170
21171         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21172         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21173         ARPA_INET_H directly.
21174         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21175
21176 2008-09-28  Bruno Haible  <bruno@clisp.org>
21177
21178         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21179         from gl_HEADER_SYS_SOCKET.
21180         (gl_HEADER_SYS_SOCKET): Invoke it.
21181         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21182
21183 2008-09-28  Bruno Haible  <bruno@clisp.org>
21184
21185         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21186         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21187         Needed on OSF/1 4.0.
21188
21189 2008-09-28  Bruno Haible  <bruno@clisp.org>
21190
21191         Override open more carefully.
21192         * lib/open.c (orig_open): New function.
21193         (rpl_open): Use orig_open instead of open.
21194         * lib/fcntl.in.h: Add special invocation convention.
21195         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21196         (gl_FUNC_OPEN): Invoke it.
21197
21198         Override freopen more carefully.
21199         * lib/freopen.c (orig_freopen): New function.
21200         (rpl_freopen): Use orig_freopen instead of freopen.
21201         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21202         (gl_FUNC_FREOPEN): Invoke it.
21203
21204         Override fopen more carefully.
21205         * lib/fopen.c (orig_fopen): New function.
21206         (rpl_fopen): Use orig_fopen instead of fopen.
21207         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21208         (gl_FUNC_FOPEN): Invoke it.
21209         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21210
21211 2008-09-28  Bruno Haible  <bruno@clisp.org>
21212
21213         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21214         SIGPIPE.
21215
21216 2008-09-28  Bruno Haible  <bruno@clisp.org>
21217
21218         * tests/test-sigaction.c (handler, main): Disable the check whether
21219         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21220         glibc systems with LinuxThreads.
21221
21222 2008-09-28  Bruno Haible  <bruno@clisp.org>
21223
21224         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21225
21226         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21227         with AIX xlc.
21228         * lib/fcntl.in.h (open): Likewise.
21229         Reported by Rainer Tammer <tammer@tammer.net>.
21230
21231 2008-09-28  Bruno Haible  <bruno@clisp.org>
21232
21233         * modules/posix_spawnp-tests: New file.
21234         * tests/test-posix_spawn.c: New file.
21235         * tests/test-posix_spawn.in.sh: New file.
21236
21237         New module 'posix_spawnp'.
21238         * modules/posix_spawnp: New file.
21239         * lib/spawnp.c: New file, from GNU libc with modifications.
21240         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21241
21242         New module 'posix_spawn'.
21243         * modules/posix_spawn: New file.
21244         * lib/spawn.c: New file, from GNU libc with modifications.
21245         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21246
21247         New module 'posix_spawnattr_destroy'.
21248         * modules/posix_spawnattr_destroy: New file.
21249         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21250         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21251         module.
21252
21253         New module 'posix_spawnattr_setsigmask'.
21254         * modules/posix_spawnattr_setsigmask: New file.
21255         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21256         modifications.
21257         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21258         new module.
21259
21260         New module 'posix_spawnattr_getsigmask'.
21261         * modules/posix_spawnattr_getsigmask: New file.
21262         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21263         modifications.
21264         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21265         new module.
21266
21267         New module 'posix_spawnattr_setsigdefault'.
21268         * modules/posix_spawnattr_setsigdefault: New file.
21269         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21270         modifications.
21271         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21272         new module.
21273
21274         New module 'posix_spawnattr_getsigdefault'.
21275         * modules/posix_spawnattr_getsigdefault: New file.
21276         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21277         modifications.
21278         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21279         new module.
21280
21281         New module 'posix_spawnattr_setschedpolicy'.
21282         * modules/posix_spawnattr_setschedpolicy: New file.
21283         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21284         modifications.
21285         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21286         new module.
21287
21288         New module 'posix_spawnattr_getschedpolicy'.
21289         * modules/posix_spawnattr_getschedpolicy: New file.
21290         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21291         modifications.
21292         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21293         new module.
21294
21295         New module 'posix_spawnattr_setschedparam'.
21296         * modules/posix_spawnattr_setschedparam: New file.
21297         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21298         modifications.
21299         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21300         new module.
21301
21302         New module 'posix_spawnattr_getschedparam'.
21303         * modules/posix_spawnattr_getschedparam: New file.
21304         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21305         modifications.
21306         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21307         new module.
21308
21309         New module 'posix_spawnattr_setpgroup'.
21310         * modules/posix_spawnattr_setpgroup: New file.
21311         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21312         modifications.
21313         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21314         module.
21315
21316         New module 'posix_spawnattr_getpgroup'.
21317         * modules/posix_spawnattr_getpgroup: New file.
21318         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21319         modifications.
21320         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21321         module.
21322
21323         New module 'posix_spawnattr_setflags'.
21324         * modules/posix_spawnattr_setflags: New file.
21325         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21326         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21327         module.
21328
21329         New module 'posix_spawnattr_getflags'.
21330         * modules/posix_spawnattr_getflags: New file.
21331         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21332         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21333         module.
21334
21335         New module 'posix_spawnattr_init'.
21336         * modules/posix_spawnattr_init: New file.
21337         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21338         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21339         module.
21340
21341         New module 'posix_spawn_file_actions_destroy'.
21342         * modules/posix_spawn_file_actions_destroy: New file.
21343         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21344         modifications.
21345         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21346         the new module.
21347
21348         New module 'posix_spawn_file_actions_addopen'.
21349         * modules/posix_spawn_file_actions_addopen: New file.
21350         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21351         modifications.
21352         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21353         the new module.
21354
21355         New module 'posix_spawn_file_actions_adddup2'.
21356         * modules/posix_spawn_file_actions_adddup2: New file.
21357         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21358         modifications.
21359         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21360         the new module.
21361
21362         New module 'posix_spawn_file_actions_addclose'.
21363         * modules/posix_spawn_file_actions_addclose: New file.
21364         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21365         modifications.
21366         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21367         the new module.
21368
21369         New module 'posix_spawn_file_actions_init'.
21370         * modules/posix_spawn_file_actions_init: New file.
21371         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21372         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21373         new module.
21374
21375         New module 'posix_spawn-internal'.
21376         * modules/posix_spawn-internal: New file.
21377         * lib/spawn_int.h: New file, from GNU libc with modifications.
21378         * lib/spawni.c: New file, from GNU libc with modifications.
21379         * m4/posix_spawn.m4: New file.
21380
21381         New module 'spawn'.
21382         * modules/spawn: New file.
21383         * lib/spawn.in.h: New file, from GNU libc with modifications.
21384         * m4/spawn_h.m4: New file.
21385         * doc/posix-headers/spawn.texi: Mention the new module.
21386
21387 2008-09-28  Bruno Haible  <bruno@clisp.org>
21388
21389         * modules/sched-tests: New file.
21390         * tests/test-sched.c: New file.
21391
21392         New module 'sched'.
21393         * modules/sched: New file.
21394         * lib/sched.in.h: New file.
21395         * m4/sched_h.m4: New file.
21396         * doc/posix-headers/sched.texi: Mention the new module.
21397
21398 2008-09-27  Eric Blake  <ebb9@byu.net>
21399
21400         Fix previous patch, and tweak references to $0.
21401         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21402         (func_version, func_gnulib_dir): Don't call this program
21403         gnulib-tool.
21404         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21405         with using $0 in function.
21406         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21407         (func_fatal_error): Reuse the name the user invoked us with.
21408
21409 2008-09-27  Bruno Haible  <bruno@clisp.org>
21410
21411         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21412         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21413         (gl_ICONV_H): Not here.
21414         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21415         instead of assigning ICONV_H directly.
21416
21417         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21419         WCHAR_H directly.
21420
21421 2008-09-27  Bruno Haible  <bruno@clisp.org>
21422
21423         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21424         * modules/arpa_inet (Depends-on): Add link-warning.
21425         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21426         * modules/unistd (Makefile.am): Likewise.
21427
21428 2008-09-26  Bruno Haible  <bruno@clisp.org>
21429
21430         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21431         variables.
21432         (func_version): Essentially copied from gnulib-tool.
21433         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21434         func_readlink): Copied from gnulib-tool.
21435
21436 2008-09-26  Bruno Haible  <bruno@clisp.org>
21437
21438         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21439         invoking git-version-gen.
21440
21441 2008-09-26  Bruno Haible  <bruno@clisp.org>
21442
21443         * posix-modules: Update to directory names changed on 2008-01-19.
21444         Remove commas in output before splitting into words. No more need to
21445         avoid 'ftruncate' since 2007-02-19.
21446
21447 2008-09-26  Bruno Haible  <bruno@clisp.org>
21448
21449         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21450
21451 2008-09-26  Bruno Haible  <bruno@clisp.org>
21452
21453         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21454         * modules/fwriteerror (Depends-on): Add errno.
21455
21456 2008-09-26  Bruno Haible  <bruno@clisp.org>
21457
21458         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21459         * tests/test-vc-list-files-cvs.sh: Likewise.
21460
21461 2008-09-26  Bruno Haible  <bruno@clisp.org>
21462
21463         * doc/posix-headers/sys_resource.texi: Reorder items.
21464
21465 2008-09-26  Jim Meyering  <meyering@redhat.com>
21466
21467         fts: tweak inode comparison function
21468         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21469         inode numbers, as documented.
21470
21471         fts: sort dirent entries on inode number before traversing
21472         This avoids a quadratic, seek-related performance penalty when
21473         operating on a directory containing many entries (measurable at 10k;
21474         3.5 hours at 2 million entries with a cold cache) on certain types
21475         of file systems, including ext3 and ext4, but not tmpfs.
21476         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21477         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21478         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21479         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21480         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21481         (fts_build): Set the stat.st_ino member from D_INO.
21482         If it is likely to be useful, sort dirent entries on inode number.
21483
21484         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21485         and the struct statfs.f_type member.
21486         * modules/fts (Depends-on): Add d-ino.
21487
21488 2008-09-26  Bruno Haible  <bruno@clisp.org>
21489
21490         * modules/sigpipe-die (Depends-on): Add sigpipe.
21491
21492         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21493         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21494         and GNULIB_STDIO_H_SIGPIPE are set.
21495         * lib/stdio-write.c: New file.
21496         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21497         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21498         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21499         REPLACE_STDIO_WRITE_FUNCS.
21500         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21501         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21502         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21503         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21504         * modules/stdio (Files): Add lib/stdio-write.c.
21505         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21506         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21507         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21508         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21509         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21510         REPLACE_FPRINTF_POSIX.
21511         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21512         REPLACE_PRINTF_POSIX.
21513         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21514         REPLACE_VFPRINTF_POSIX.
21515         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21516         REPLACE_VPRINTF_POSIX.
21517         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21518         SIGPIPE issue.
21519         * doc/posix-functions/fputc.texi: Likewise.
21520         * doc/posix-functions/fputs.texi: Likewise.
21521         * doc/posix-functions/fwrite.texi: Likewise.
21522         * doc/posix-functions/printf.texi: Likewise.
21523         * doc/posix-functions/putc.texi: Likewise.
21524         * doc/posix-functions/putchar.texi: Likewise.
21525         * doc/posix-functions/puts.texi: Likewise.
21526         * doc/posix-functions/vfprintf.texi: Likewise.
21527         * doc/posix-functions/vprintf.texi: Likewise.
21528
21529         * modules/safe-write (Depends-on): Add write.
21530
21531         * modules/sigpipe-tests: New file.
21532         * tests/test-sigpipe.c: New file.
21533         * tests/test-sigpipe.sh: New file.
21534
21535         * modules/write: New file.
21536         * lib/unistd.in.h: Include <sys/types.h>.
21537         (write): New declaration.
21538         * lib/write.c: New file.
21539         * m4/write.m4: New file.
21540         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21541         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21542         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21543         GNULIB_WRITE, REPLACE_WRITE.
21544         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21545         and the SIGPIPE issue.
21546
21547         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21548         (raise): New declaration.
21549         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21550         (ext_signal): New function.
21551         (rpl_raise): New function.
21552         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21553         GNULIB_SIGNAL_H_SIGPIPE.
21554         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21555         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21556
21557         * modules/sigpipe: New file.
21558         * m4/sigpipe.m4: New file.
21559
21560 2008-09-25  Derek Price  <derek@ximbiot.com>
21561             Bruno Haible  <bruno@clisp.org>
21562
21563         * gnulib-tool (func_import): Report all license incompatibilities, not
21564         just the first one.
21565
21566 2008-09-25  Bruno Haible  <bruno@clisp.org>
21567
21568         * gnulib-tool (func_import): When computing the edits, consider not
21569         only the Makefile.ams that exist but also those that will be generated.
21570
21571 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21572
21573         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21574         fixes gnulib-tool --test warning about duplicate dependency.
21575
21576 2008-09-25  Bruno Haible  <bruno@clisp.org>
21577
21578         * gnulib-tool: Don't ask the user to perform edits in the generated
21579         Makefile.ams.
21580         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21581         apply to the Makefile.am being generated.
21582         (func_emit_tests_Makefile_am): Execute edits that apply to the
21583         Makefile.am being generated.
21584         (func_import): Setup list of Makefile.am edits before emitting the
21585         Makefile.ams, not at the end.
21586         (func_create_testdir): Update.
21587         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21588
21589 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21590
21591         * gnulib-tool (func_import): Store the --tests-base option in the
21592         comment in gnulib-cache.m4.
21593
21594 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21595
21596         * NEWS: Document increased portability that sys_select now provides.
21597
21598         * lib/sys_select.in.h: Install select wrapper.
21599         * lib/sys_socket.in.h: Use more descriptive name when there is no
21600         select wrapper.
21601         * lib/winsock-select.c: New.
21602         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21603         Require gl_HEADER_SYS_SOCKET.
21604         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21605         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21606         * tests/test-sys_select.c: Add functional tests.
21607
21608 2008-09-24  Eric Blake  <ebb9@byu.net>
21609
21610         open, fopen: close fd leak in last patch
21611         * lib/open.c (rpl_open): Close fd before returning error.
21612         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21613         * doc/posix-functions/open.texi (open): Document that Irix also
21614         has the bug.
21615         * doc/posix-functions/fopen.texi (fopen): Likewise.
21616         Reported by Paolo Bonzini.
21617
21618 2008-09-24  Bruno Haible  <bruno@clisp.org>
21619
21620         Ensure that a filename ending in a slash cannot be used to access a
21621         non-directory.
21622         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21623         to check whether it's really a directory.
21624         * lib/fopen.c: Include fcntl.h, unistd.h.
21625         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21626         and fdopen().
21627         * modules/fopen (Depends-on): Add unistd.
21628         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21629         * tests/test-fopen.c (main): Likewise.
21630         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21631         * doc/posix-functions/fopen.texi: Likewise.
21632         Reported by Eric Blake.
21633
21634 2008-09-23  Eric Blake  <ebb9@byu.net>
21635
21636         c-stack: avoid compiler optimizations when provoking overflow
21637         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21638         recursion harder to optimize, to ensure a stack overflow occurs.
21639         * tests/test-c-stack.c (recurse): Likewise.
21640         Borrowed from libsigsegv.
21641
21642         c-stack: work around Irix sigaltstack bug
21643         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21644         whether sigaltstack uses wrong end of stack_t (copied in part from
21645         libsigsegv).
21646         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21647         Irix bug, without requiring an over-allocation.
21648         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21649         bug.
21650
21651         fopen: document mingw bug on directories
21652         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21653         not allowing a stream visiting a directory, even though reading
21654         from such a stream is not portable.
21655
21656 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21657
21658         * lib/poll.c: Rewrite.
21659         * modules/poll: Depend on alloca.
21660
21661 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21662
21663         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
21664         instead define prototypes for a full set of wrappers.  Ensure
21665         that Cygwin does not use the compatibility code, which is only
21666         for MinGW.
21667         * lib/winsock.c: New.
21668         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
21669         * modules/sys_socket: Add lib/winsock.c.
21670
21671         * modules/poll-tests: Add errno and perror.
21672         * tests/test-poll.c: Use ioctl, not ioctlsocket.
21673
21674 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21675
21676         * tests/test-poll.c: Downgrade minimum needed Winsock version.
21677
21678 2008-09-23  Bruno Haible  <bruno@clisp.org>
21679
21680         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
21681         * doc/glibc-functions/*: Likewise.
21682
21683 2008-09-23  Simon Josefsson  <simon@josefsson.org>
21684
21685         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
21686         success.
21687
21688 2008-09-22  Eric Blake  <ebb9@byu.net>
21689             Bruno Haible  <bruno@clisp.org>
21690
21691         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
21692         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
21693         supply %A but mishandle pseudo-NaN.
21694         Reported by Simon Josefsson.
21695
21696 2008-09-21  Bruno Haible  <bruno@clisp.org>
21697
21698         * tests/test-lock.c (main): Tweak skip message.
21699         * tests/test-tls.c (main): Likewise.
21700
21701 2008-09-21  Bruno Haible  <bruno@clisp.org>
21702
21703         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
21704         whether 'struct sigaction' has sa_sigaction here...
21705         (gl_PREREQ_SIG_HANDLER_H): ... not here.
21706         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
21707
21708 2008-09-21  Bruno Haible  <bruno@clisp.org>
21709
21710         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
21711         section.
21712         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
21713         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
21714         the new section.
21715         (Support for obsolete systems lacking POSIX:2001): New section.
21716         (String handling <string.h>): Move strdup to the new section.
21717         Suggested by Simon Josefsson and Paolo Bonzini.
21718
21719 2008-09-21  Bruno Haible  <bruno@clisp.org>
21720
21721         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
21722         exponents in %e and %g results on 'long double'. Needed for mingw's
21723         improved *printf functions.
21724         * tests/test-vasprintf-posix.c (test_function): Likewise.
21725         * tests/test-snprintf-posix.h (test_function): Likewise.
21726         * tests/test-sprintf-posix.h (test_function): Likewise.
21727         Reported by Eric Blake.
21728
21729 2008-09-21  Bruno Haible  <bruno@clisp.org>
21730
21731         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
21732         * tests/test-sprintf-posix.h (test_function): Likewise.
21733
21734 2008-09-21  Bruno Haible  <bruno@clisp.org>
21735
21736         * modules/getpass (Depends-on): Add strdup-posix.
21737
21738         New module 'strdup-posix'.
21739         * modules/strdup-posix: New file.
21740         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
21741         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
21742         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
21743         REPLACE_STRDUP.
21744         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
21745         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
21746         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21747         strdup-posix.
21748
21749         * modules/strdup (Depends-on): Remove malloc-posix.
21750
21751 2008-09-20  Bruno Haible  <bruno@clisp.org>
21752
21753         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
21754         Wildenhues.
21755
21756 2008-09-20  Bruno Haible  <bruno@clisp.org>
21757
21758         Ensure that wint_t gets defined on IRIX 5.3.
21759         * lib/wchar.in.h (wint_t): Define if not defined by the system.
21760         * lib/wctype.in.h (wint_t): Likewise.
21761         (__wctype_wint_t): Remove type.
21762         (isw*): Use wint_t instead of __wctype_wint_t.
21763         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
21764         * modules/wchar (Files): Add m4/wint_t.m4.
21765         (Makefile.am): Substitute HAVE_WINT_T.
21766         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
21767         * tests/test-wctype.c: Check that wint_t is defined.
21768         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
21769         * doc/posix-headers/wctype.texi: Likewise.
21770         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
21771
21772 2008-09-18  Bruno Haible  <bruno@clisp.org>
21773
21774         * gnulib-tool (func_exit): Update comment.
21775
21776 2008-09-18  Simon Josefsson  <simon@josefsson.org>
21777
21778         * modules/getaddrinfo (Depends-on): Remove strdup, this module
21779         assumes strdup exists and does not depend on strdup to return
21780         ENOMEM on out of memory conditions.
21781
21782 2008-09-18  Bruno Haible  <bruno@clisp.org>
21783
21784         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
21785         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
21786         digits for the exponent.
21787
21788 2008-09-18  Jim Meyering  <meyering@redhat.com>
21789             Bruno Haible  <bruno@clisp.org>
21790
21791         * lib/vasnprintf.c (decimal_point_char): Define also if
21792         NEED_PRINTF_INFINITE_LONG_DOUBLE.
21793
21794 2008-09-16  Bruno Haible  <bruno@clisp.org>
21795         and Eric Blake  <ebb9@byu.net>
21796
21797         vasnprintf: support Irix 5.3
21798         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
21799         that mishandle long double infinity.
21800         Reported by Tom G. Christensen.
21801
21802 2008-09-16  Bruno Haible  <bruno@clisp.org>
21803
21804         * doc/glibc-functions/scandir.texi: Mention the function is missing on
21805         Solaris 9.
21806         * doc/glibc-functions/alphasort.texi: Likewise.
21807         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
21808
21809 2008-09-16  Jim Meyering  <meyering@redhat.com>
21810
21811         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
21812         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
21813         a umask modification leak out of a subshell.  Otherwise, the
21814         opensolaris /bin/sh would be accepted and thus cause unwarranted
21815         failures in the coreutils test suite.
21816
21817 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
21818
21819         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
21820         to succeed.
21821
21822 2008-09-16  Jim Meyering  <meyering@redhat.com>
21823
21824         avoid spurious test failure when library is built without ACL support
21825         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
21826         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
21827         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
21828         * tests/test-copy-acl.sh: Likewise.
21829
21830 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21831
21832         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
21833         based on character occurrence counts.
21834
21835 2008-09-15  Eric Blake  <ebb9@byu.net>
21836
21837         tests: avoid some compiler warnings
21838         * tests/test-memchr.c (main): Pass NULL indirectly.
21839         * tests/test-closein.c (main): Avoid unused variable.
21840
21841 2008-09-15  Bruno Haible  <bruno@clisp.org>
21842
21843         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
21844         are missing on OpenBSD 4.0 individually.
21845         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21846
21847 2008-09-15  Bruno Haible  <bruno@clisp.org>
21848
21849         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
21850         * doc/posix-functions/strerror.texi: Mention also Cygwin.
21851         * doc/posix-functions/perror.texi: Likewise.
21852         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
21853         is missing.
21854         Reported by Eric Blake.
21855
21856         * lib/errno.in.h: Use replacement values >= 2000.
21857         Reported by Eric Blake.
21858
21859 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21860
21861         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
21862         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
21863         limit.
21864         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
21865         compareseq was aborted.
21866
21867 2008-09-14  Bruno Haible  <bruno@clisp.org>
21868
21869         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
21870         yvec_edit_count.
21871         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
21872         (fstrcmp_bounded): Simplify result computation accordingly.
21873
21874 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21875
21876         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
21877         (fstrcmp): Define in terms of fstrcmp_bounded.
21878         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
21879         lower_bound argument.
21880         Return quickly if the result is certainly < lower_bound.
21881         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
21882
21883 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21884
21885         * lib/diffseq.h (EARLY_ABORT): New macro.
21886         (compareseq): Change return type to bool. Return true when EARLY_ABORT
21887         evaluates to true.
21888
21889 2008-09-14  Bruno Haible  <bruno@clisp.org>
21890
21891         * modules/perror-tests: New file.
21892         * tests/test-perror.sh: New file.
21893         * tests/test-perror.c: New file.
21894
21895         New module 'perror'.
21896         * lib/stdio.in.h (perror): New declaration.
21897         * lib/perror.c: New file.
21898         * m4/perror.m4: New file.
21899         * modules/perror: New file.
21900         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
21901         * doc/posix-functions/perror.texi: Mention the perror module.
21902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
21903         REPLACE_PERROR.
21904         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
21905         REPLACE_PERROR.
21906
21907 2008-09-14  Bruno Haible  <bruno@clisp.org>
21908
21909         * modules/stdio (Makefile.am): Reorder to match the order in
21910         lib/stdio.in.h.
21911         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
21912
21913 2008-09-13  Bruno Haible  <bruno@clisp.org>
21914
21915         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
21916
21917 2008-09-13  Bruno Haible  <bruno@clisp.org>
21918
21919         Extend strerror to cover the added errno values.
21920         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
21921         (rpl_strerror): Provide error messages for the added errno values and
21922         for the WSA* values.
21923         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
21924         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
21925         strerror.
21926         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
21927         * modules/strerror (Depends-on): Add errno.
21928         * doc/posix-functions/strerror.texi: Document the change.
21929         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
21930         and EOVERFLOW.
21931
21932 2008-09-13  Bruno Haible  <bruno@clisp.org>
21933
21934         * modules/EOVERFLOW: Remove file.
21935         * m4/eoverflow.m4: Remove file.
21936         * modules/EOVERFLOW-tests: Remove file.
21937         * tests/test-EOVERFLOW.c: Remove file.
21938         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
21939         * modules/ftell (Depends-on): Likewise.
21940         * modules/getdelim (Depends-on): Likewise.
21941         * modules/getugroups (Depends-on): Likewise.
21942         * modules/poll (Depends-on): Likewise.
21943         * modules/snprintf (Depends-on): Likewise.
21944         * modules/sprintf-posix (Depends-on): Likewise.
21945         * modules/vasnprintf (Depends-on): Likewise.
21946         * modules/vasprintf (Depends-on): Likewise.
21947         * modules/vfprintf-posix (Depends-on): Likewise.
21948         * modules/vsnprintf (Depends-on): Likewise.
21949         * modules/vsprintf-posix (Depends-on): Likewise.
21950         * modules/xvasprintf (Depends-on): Likewise.
21951         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
21952         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
21953         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
21954         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
21955         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
21956         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
21957         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
21958         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
21959         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
21960         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
21961         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
21962         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
21963         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
21964         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
21965         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
21966         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
21967         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
21968         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
21969         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
21970         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
21971         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
21972         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
21973         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
21974         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
21975         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
21976         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
21977         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
21978         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
21979         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
21980         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
21981         * MODULES.html.sh: Remove EOVERFLOW.
21982         * NEWS: Mention the change.
21983
21984 2008-09-13  Bruno Haible  <bruno@clisp.org>
21985
21986         * modules/errno-tests: New file.
21987         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
21988
21989         * lib/errno.in.h: New file.
21990         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
21991         * modules/errno: New file.
21992         * doc/posix-headers/errno.texi: Update documentation.
21993         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
21994
21995 2008-09-13  Bruno Haible  <bruno@clisp.org>
21996
21997         * tests/test-poll.c: Use #if for native Windows, rather than testing
21998         __MSVCRT__.
21999
22000 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22001             Bruno Haible  <bruno@clisp.org>
22002
22003         * lib/glob.c: Don't include <pwd.h> on native Windows.
22004         (WINDOWS32): New macro.
22005         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22006
22007 2008-09-13  Bruno Haible  <bruno@clisp.org>
22008
22009         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22010         (ETIMEDOUT): Remove macro.
22011         (glthread_cond_timedwait_multithreaded): New declaration.
22012         (glthread_cond_timedwait): Use it.
22013         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22014         (glthread_cond_timedwait_multithreaded): New function.
22015
22016 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22017
22018         * modules/poll-tests: Do not check for io.h.
22019         * tests/test-poll.c: Check for __MSVCRT__ instead.
22020
22021 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22022
22023         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22024         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22025         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22026
22027 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22028
22029         * modules/poll-tests: New.
22030         * tests/test-poll.c: New.
22031
22032 2008-09-12  Eric Blake  <ebb9@byu.net>
22033
22034         frexp: test for NetBSD failure on -0.0
22035         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22036         not all, bugs from NetBSD 3.0 have been fixed.
22037         * doc/posix-functions/frexp.texi (frexp): Document bug.
22038         Reported by Thomas Klausner.
22039
22040         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22041         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22042         literal -0.0.
22043         Reported by Jonathan C. Patschke <jp@centtech.com>.
22044
22045 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22046
22047         * lib/glthread/cond.h: Use dummy implementation also if
22048         USE_WIN32_THREADS.
22049
22050 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22051
22052         * modules/fnmatch-posix (License): Change to LGPLv2+.
22053         * modules/fnmatch-gnu (License): Likewise.
22054
22055 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22056
22057         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22058
22059 2008-09-11  Jim Meyering  <meyering@redhat.com>
22060
22061         * users.txt: Add gtk-vnc.
22062
22063 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22064
22065         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22066         rotate amounts.
22067
22068         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22069         required for 16-bit and 8-bit rotates.
22070         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22071         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22072         UINT8_MAX instead of hard-coded constants.
22073         Suggested by Paul Eggert.
22074
22075 2008-09-07  Bruno Haible  <bruno@clisp.org>
22076
22077         * tests/test-striconveh.c (main): Check behaviour when converting from
22078         UTF-7.
22079
22080         Make striconveh work better with stateful encodings.
22081         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22082         that iconv does not increment the inptr when returning -1/EINVAL.
22083
22084 2008-09-07  Bruno Haible  <bruno@clisp.org>
22085
22086         * build-aux/config.rpath: Update according to libtool-2.2.6.
22087         * build-aux/config.libpath: Likewise.
22088
22089 2008-09-06  Bruno Haible  <bruno@clisp.org>
22090
22091         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22092         * lib/freadptr.c (freadptr): Likewise.
22093         * lib/freadseek.c (freadptrinc): Likewise.
22094         Reported by Simon Josefsson.
22095
22096 2008-09-06  Bruno Haible  <bruno@clisp.org>
22097
22098         * modules/freadptr (License): Change to LGPLv2+.
22099         * modules/freadseek (License): Likewise.
22100         Suggested by Eric Blake.
22101
22102         * modules/memchr2 (License): Change to LGPLv2+.
22103         Approved by Eric Blake.
22104
22105 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22106             Bruno Haible  <bruno@clisp.org>
22107
22108         Make gnulib-tool work with native 'sed' on AIX.
22109         * gnulib-tool (sed_noop): New variable.
22110         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22111         func_add_or_update, func_create_testdir): Use it to initialize sed
22112         script variables.
22113         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22114
22115 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22116             Bruno Haible  <bruno@clisp.org>
22117
22118         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22119         also works after #include directives.
22120
22121 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22122
22123         getdate.y: reject an out-of-range timezone value
22124         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22125         the range [-24...+24].  When specified with only one or two digits,
22126         * tests/test-getdate.c: Tests for the fix.
22127         * doc/getdate.texi: Document this change.
22128
22129 2008-09-03  Bruno Haible  <bruno@clisp.org>
22130
22131         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22132
22133 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22134
22135         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22136         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22137         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22138         Blake <ebb9@byu.net>.
22139
22140         * tests/test-bitrotate.c: Add more test vectors.
22141
22142 2008-09-02  Eric Blake  <ebb9@byu.net>
22143
22144         vasnprintf-posix: handle large precision via %.*d
22145         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22146         when handling it ourselves.
22147         * tests/test-vasnprintf-posix.c (test_function): Add test.
22148         * tests/test-snprintf-posix.h (test_function): Likewise.
22149         * tests/test-sprintf-posix.h (test_function): Likewise.
22150         * tests/test-vasprintf-posix.c (test_function): Likewise.
22151         Reported by Alain Guibert.
22152
22153 2008-09-01  Eric Blake  <ebb9@byu.net>
22154
22155         c-stack: make configure-time check more robust
22156         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22157         successful sigaction call.
22158         Reported by Tom G. Christensen.
22159
22160 2008-09-01  Bruno Haible  <bruno@clisp.org>
22161
22162         New module 'findprog-lgpl'.
22163         * modules/findprog-lgpl: New file.
22164         * lib/findprog-lgpl.c: New file.
22165         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22166         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22167         to decide whether to use strdup or xstrdup, concatenated_filename or
22168         xconcatenated_filename.
22169
22170 2008-09-01  Bruno Haible  <bruno@clisp.org>
22171
22172         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22173         'xconcat-filename' (GPL).
22174         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22175         (License): Change to LGPLv2+.
22176         * modules/xconcat-filename: New file.
22177         * lib/concat-filename.h (concatenated_filename): Change specification.
22178         (xconcatenated_filename): New declaration.
22179         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22180         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22181         memory situations.
22182         * lib/xconcat-filename.c: New file.
22183         * NEWS: Mention the change.
22184         * lib/findprog.c: Include concat-filename.h, not filename.h.
22185         (find_in_path): Use xconcatenated_filename instead of
22186         concatenated_filename.
22187         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22188         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22189         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22190         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22191         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22192         instead of concatenated_filename.
22193         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22194         (execute_java_class): Use xconcatenated_filename instead of
22195         concatenated_filename.
22196         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22197         * modules/javacomp (Depends-on): Likewise.
22198         * modules/javaexec (Depends-on): Likewise.
22199
22200 2008-09-01  Bruno Haible  <bruno@clisp.org>
22201
22202         Split module 'filename' into 'filename' and 'concat-filename'.
22203         * modules/filename: Keep only lib/filename.h.
22204         (License): Change to LGPLv2+.
22205         * modules/concat-filename: New file, extracted from modules/filename.
22206         * lib/filename.h (concatenated_filename): Remove declaration.
22207         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22208         * lib/concat-filename.c: Include concat-filename.h.
22209         * NEWS: Mention the change.
22210
22211 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22212
22213         * lib/bitrotate.h (rotl8, rotr8): Add.
22214
22215         * modules/bitrotate (configure.ac): Need
22216         AC_REQUIRE([AC_C_INLINE]).
22217         (Description): Mention stdint.h.  Reported by Bruno Haible
22218         <bruno@clisp.org>.
22219
22220         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22221         Paolo Bonzini <bonzini@gnu.org>.
22222
22223 2008-08-31  Bruno Haible  <bruno@clisp.org>
22224
22225         Assume Solaris specific bi-arch conventions on Solaris systems.
22226         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22227         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22228         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22229         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22230         like acl_libdirstem.
22231         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22232         acl_libdirstem.
22233         * NEWS: Mention the change.
22234         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22235
22236 2008-08-31  Jim Meyering  <meyering@redhat.com>
22237
22238         * lib/strftime.h: Add comments describing the two added arguments.
22239
22240         remove duplicate #include directives
22241         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22242         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22243
22244 2008-08-31  Bruno Haible  <bruno@clisp.org>
22245
22246         New module 'sigpipe-die'.
22247         * modules/sigpipe-die: New file.
22248         * lib/sigpipe-die.h: New file.
22249         * lib/sigpipe-die.c: New file.
22250         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22251
22252 2008-08-31  Bruno Haible  <bruno@clisp.org>
22253
22254         Don't override previously installed signal handlers.
22255         * lib/fatal-signal.c (saved_sigactions): New variable.
22256         (uninstall_handlers): Reset the signal to the saved handler, not
22257         to SIG_DFL (except when ignored).
22258         (install_handlers): Save the previous handlers.
22259
22260 2008-08-30  Bruno Haible  <bruno@clisp.org>
22261
22262         * gnulib-tool (func_reset_sigpipe): New function.
22263         (func_get_automake_snippet, func_modules_transitive_closure,
22264         func_import): Invoke it before a join command that reads from stdin,
22265         to avoid "echo: write error: Broken pipe" error messages on stderr.
22266         Reported by Sam Steingold <sds@gnu.org>.
22267
22268 2008-08-30  Bruno Haible  <bruno@clisp.org>
22269
22270         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22271         Code copied from m4/open.m4.
22272         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22273         access and the filename ends in a slash. Code copied from lib/open.c.
22274         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22275         * tests/test-fopen.c (main): Check against bug with trailing slash.
22276
22277 2008-08-29  Bruno Haible  <bruno@clisp.org>
22278
22279         Avoid some "gcc -pedantic" warnings.
22280         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22281         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22282         * lib/dirent.in.h: Likewise.
22283         * lib/fcntl.in.h: Likewise.
22284         * lib/float.in.h: Likewise.
22285         * lib/iconv.in.h: Likewise.
22286         * lib/inttypes.in.h: Likewise.
22287         * lib/locale.in.h: Likewise.
22288         * lib/math.in.h: Likewise.
22289         * lib/netinet_in.in.h: Likewise.
22290         * lib/search.in.h: Likewise.
22291         * lib/signal.in.h: Likewise.
22292         * lib/stdarg.in.h: Likewise.
22293         * lib/stdint.in.h: Likewise.
22294         * lib/stdio.in.h: Likewise.
22295         * lib/stdlib.in.h: Likewise.
22296         * lib/string.in.h: Likewise.
22297         * lib/strings.in.h: Likewise.
22298         * lib/sys_select.in.h: Likewise.
22299         * lib/sys_socket.in.h: Likewise.
22300         * lib/sys_stat.in.h: Likewise.
22301         * lib/sys_time.in.h: Likewise.
22302         * lib/sysexits.in.h: Likewise.
22303         * lib/time.in.h: Likewise.
22304         * lib/unistd.in.h: Likewise.
22305         * lib/wchar.in.h: Likewise.
22306         * lib/wctype.in.h: Likewise.
22307         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22308         * modules/fchdir (Makefile.am): Likewise.
22309         * modules/fcntl (Makefile.am): Likewise.
22310         * modules/float (Makefile.am): Likewise.
22311         * modules/iconv_open (Makefile.am): Likewise.
22312         * modules/inttypes (Makefile.am): Likewise.
22313         * modules/locale (Makefile.am): Likewise.
22314         * modules/math (Makefile.am): Likewise.
22315         * modules/netinet_in (Makefile.am): Likewise.
22316         * modules/search (Makefile.am): Likewise.
22317         * modules/signal (Makefile.am): Likewise.
22318         * modules/stdarg (Makefile.am): Likewise.
22319         * modules/stdint (Makefile.am): Likewise.
22320         * modules/stdio (Makefile.am): Likewise.
22321         * modules/stdlib (Makefile.am): Likewise.
22322         * modules/string (Makefile.am): Likewise.
22323         * modules/strings (Makefile.am): Likewise.
22324         * modules/sys_select (Makefile.am): Likewise.
22325         * modules/sys_socket (Makefile.am): Likewise.
22326         * modules/sys_stat (Makefile.am): Likewise.
22327         * modules/sys_time (Makefile.am): Likewise.
22328         * modules/sysexits (Makefile.am): Likewise.
22329         * modules/time (Makefile.am): Likewise.
22330         * modules/unistd (Makefile.am): Likewise.
22331         * modules/wchar (Makefile.am): Likewise.
22332         * modules/wctype (Makefile.am): Likewise.
22333         Reported by Reuben Thomas <rrt@sc3d.org>.
22334
22335 2008-08-29  Bruno Haible  <bruno@clisp.org>
22336
22337         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22338         any more.
22339
22340 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22341
22342         * MODULES.html.sh (Misc): Add bitrotate.
22343
22344         * modules/bitrotate: New file.
22345
22346         * lib/bitrotate.h: New file.
22347
22348         * modules/bitrotate-tests: New file.
22349
22350         * tests/test-bitrotate.c: New file.
22351
22352         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22353         on the bitrotate module.
22354
22355         * lib/arctwo.c: Use new bitrotate module.
22356
22357 2008-08-29  Jim Meyering  <meyering@redhat.com>
22358
22359         bootstrap: merge changes from coreutils
22360         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22361         of copied files.  Remove a kludge, now that this is fixed.
22362         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22363         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22364         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22365
22366 2008-08-29  Bruno Haible  <bruno@clisp.org>
22367
22368         * MODULES.html.sh: Remove --cvs-urls option.
22369
22370 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22371
22372         maint.mk: adjust to file name change
22373         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22374
22375 2008-08-28  Jim Meyering  <meyering@redhat.com>
22376
22377         * modules/getndelim2 (License): Relicense to LGPLv2+.
22378         Approved by Richard Stallman for the version of 1995, and by
22379         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22380
22381 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22382
22383         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22384         dummy if one is not available.  Do not touch them if
22385         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22386         (getc_maybe_unlocked): New.
22387         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22388
22389 2008-08-26  Eric Blake  <ebb9@byu.net>
22390
22391         doc/INSTALL: resync from autoconf
22392         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22393         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22394         moving...
22395         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22396         * INSTALL: Regenerate.
22397         * INSTALL.ISO: New file.
22398         * INSTALL.UTF-8: Likewise.
22399
22400 2008-08-26  Jim Meyering  <meyering@redhat.com>
22401
22402         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22403         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22404         these definitions conditional, so that they may be overridden, too.
22405
22406 2008-08-26  Bruno Haible  <bruno@clisp.org>
22407
22408         Generate INSTALL file variants with prettier quotes.
22409         * doc/Makefile (INSTALL_PRELUDE): New macro.
22410         (INSTALL): Use it.
22411         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22412
22413 2008-08-26  Bruno Haible  <bruno@clisp.org>
22414
22415         Run makeinfo in an English locale.
22416         * doc/Makefile (MAKEINFO): New variable.
22417
22418 2008-08-26  Bruno Haible  <bruno@clisp.org>
22419
22420         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22421         Suggested by Eric Blake.
22422
22423 2008-08-25  Bruno Haible  <bruno@clisp.org>
22424
22425         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22426
22427 2008-08-25  Eric Blake  <ebb9@byu.net>
22428
22429         c-stack: test that stack overflow can be caught
22430         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22431         that platform allows handling stack overflow; at least OS/2 EMX
22432         has sigaltstack, but crashes before transferring control to
22433         handler on stack overflow.
22434         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22435         check for HAVE_STACK_OVERFLOW_HANDLING.
22436         Reported by Elbert Pol.
22437
22438 2008-08-25  Bruno Haible  <bruno@clisp.org>
22439
22440         * doc/posix-functions/strftime.texi: Fix description of strftime
22441         module.
22442
22443 2008-08-24  Bruno Haible  <bruno@clisp.org>
22444
22445         * tests/uniwidth/test-uc_width2.c: New file.
22446         * tests/uniwidth/test-uc_width2.sh: New file.
22447         * modules/uniwidth/width-tests (Files): Add the new files.
22448         (TESTS): Add uniwidth/test-uc_width2.sh.
22449         (TESTS_ENVIRONMENT): New variable.
22450         (check_PROGRAMS): Add test-uc_width2.
22451         (test_uc_width2_SOURCES): New variable.
22452
22453         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22454         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22455         not 0x00AB.
22456         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22457
22458 2008-08-22  Eric Blake  <ebb9@byu.net>
22459
22460         test-lock, test-tls: mention why a test is skipped
22461         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22462         skipped.
22463         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22464
22465         count-one-bits: relax license
22466         * modules/count-one-bits (License): Relicense to LGPLv2+.
22467         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22468
22469 2008-08-22  Andreas Schwab  <schwab@suse.de>
22470
22471         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22472         Remove spurious space in assignment.
22473
22474 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22475
22476         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22477         Paul Eggert <eggert@CS.UCLA.EDU>.
22478
22479 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22480
22481         * modules/gettext: Add m4/threadlib.m4.
22482
22483 2008-08-19  Eric Blake  <ebb9@byu.net>
22484
22485         test-c-stack: fix compilation failure on FreeBSD 5.0
22486         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22487         headers before <sys/resource.h>.
22488         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22489         the bug.
22490         Reported by Nelson H. F. Beebe.
22491
22492         strverscmp: migrate from "strverscmp.h" to <string.h>
22493         * modules/string (Makefile.am): Add new hooks.
22494         * modules/strverscmp (Files): Remove strverscmp.h.
22495         (Depends-on): Add string.
22496         (configure.ac): Add indicator.
22497         (Include): Mention new header.
22498         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22499         defaults.
22500         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22501         results.
22502         * lib/strverscmp.h: Delete.
22503         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22504         * tests/test-strverscmp.c (includes): Adjust client.
22505         * lib/check-version.c (includes): Likewise.
22506         * NEWS: Document the change.
22507
22508         strverscmp: add unit test
22509         * modules/strverscmp-tests: New file.
22510         * tests/test-strverscmp.c: Likewise.
22511
22512 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22513
22514         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22515         regarding Windows crypto stuff, from Mono.
22516
22517 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22518
22519         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22520         if present, for intel RND.  Return error on failures.
22521
22522 2008-08-18  Ben Pfaff  <blp@gnu.org>
22523
22524         gitlog-to-changelog: give better diagnostic for failed pipe-open
22525         * build-aux/gitlog-to-changelog: Improve error message: suggest
22526         that the version of Git may be too old.
22527
22528 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22529
22530         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22531         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22532
22533 2008-08-18  Bruno Haible  <bruno@clisp.org>
22534
22535         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22536         pthread_in_use().
22537
22538 2008-08-18  Bruno Haible  <bruno@clisp.org>
22539
22540         * lib/glthread/threadlib.c: Include <pthread.h>.
22541
22542 2008-08-18  Bruno Haible  <bruno@clisp.org>
22543
22544         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22545         glthread_recursive_lock_* macros.
22546         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22547         Fix syntax error.
22548
22549 2008-08-18  Bruno Haible  <bruno@clisp.org>
22550
22551         * lib/glthread/thread.c: Avoid forcing a context switch right after
22552         thread creation.
22553
22554 2008-08-17  Bruno Haible  <bruno@clisp.org>
22555
22556         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22557         * lib/glthread/thread.h: Provide Win32 specific implementation.
22558         * modules/thread (Files): Add lib/glthread/thread.c.
22559         (Depends-on): Add lock.
22560         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22561
22562 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22563
22564         New module 'yield'.
22565         * modules/yield: New file.
22566         * lib/glthread/yield.h: New file.
22567         * m4/yield.m4: New file.
22568         * MODULES.html.sh (Multithreading): Add yield.
22569
22570 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22571
22572         New module 'thread'.
22573         * modules/thread: New file.
22574         * lib/glthread/thread.h: New file.
22575         * m4/thread.m4: New file.
22576         * MODULES.html.sh (Multithreading): Add thread.
22577
22578 2008-08-17  Bruno Haible  <bruno@clisp.org>
22579
22580         * lib/glthread/lock.h: Include <stdlib.h> always.
22581         * lib/glthread/tls.h: Likewise.
22582         * lib/glthread/cond.h: Likewise.
22583
22584 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22585
22586         New module 'cond'.
22587         * modules/cond: New file.
22588         * lib/glthread/cond.h: New file.
22589         * lib/glthread/cond.c: New file.
22590         * m4/cond.m4: New file.
22591         * MODULES.html.sh (Multithreading): Add cond.
22592
22593 2008-08-16  Eric Blake  <ebb9@byu.net>
22594
22595         c-stack: fix regression on Irix 5.3 from 2008-06-21
22596         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22597         sa_sigaction...
22598         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22599         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22600         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22601         * modules/signal (Makefile.am): Use the value.
22602         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22603         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22604         * doc/posix-headers/signal.texi (signal.h): Document this
22605         portability issue.
22606         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22607         Reported by Tom G. Christensen.
22608
22609 2008-08-17  Bruno Haible  <bruno@clisp.org>
22610
22611         New module 'threadlib'.
22612         * modules/threadlib: New file.
22613         * lib/glthread/threadlib.c: New file, extracted from
22614         lib/glthread/lock.c.
22615         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22616         functions.
22617         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22618         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22619         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22620         macros.
22621         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22622         (gl_DISABLE_THREADS): Remove macro.
22623         * modules/lock (Files): Remove build-aux/config.rpath.
22624         (Depends-on): Remove havelib. Add threadlib.
22625         (configure.ac-early): Remove section.
22626         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22627         * modules/tls (Depends-on): Remove lock. Add threadlib.
22628         (Link): New section, copied from threadlib.
22629         * MODULES.html.sh (Multithreading): Add threadlib.
22630
22631 2008-08-14  Bruno Haible  <bruno@clisp.org>
22632
22633         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22634         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22635         glthread_rwlock_unlock, glthread_rwlock_destroy,
22636         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22637         glthread_recursive_lock_destroy): Define as macros always.
22638         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22639         glthread_lock_lock.
22640         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22641         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22642         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22643         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22644         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22645         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22646         (glthread_recursive_lock_lock_func): Renamed from
22647         glthread_recursive_lock_lock.
22648         (glthread_recursive_lock_unlock_func): Renamed from
22649         glthread_recursive_lock_unlock.
22650         (glthread_recursive_lock_destroy_func): Renamed from
22651         glthread_recursive_lock_destroy.
22652
22653 2008-08-14  Bruno Haible  <bruno@clisp.org>
22654
22655         * lib/glthread/lock.h: Renamed from lib/lock.h.
22656         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22657         * lib/glthread/tls.h: Renamed from lib/tls.h.
22658         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
22659         * lib/fstrcmp.c: Update includes.
22660         * lib/strsignal.c: Update includes.
22661         * modules/lock (Files, Makefile.am): Update.
22662         (Include): Change to "glthread/lock.h".
22663         * modules/tls (Files, Makefile.am): Update.
22664         (Include): Change to "glthread/tls.h".
22665         * tests/test-lock.c: Update includes.
22666         * tests/test-tls.c: Update includes.
22667         * NEWS: Mention the renamed header files.
22668
22669 2008-08-11  Jim Meyering  <meyering@redhat.com>
22670
22671         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
22672
22673 2008-08-11  Eric Blake  <ebb9@byu.net>
22674
22675         test-c-stack: avoid C99-ism
22676         * tests/test-c-stack.c (main): Fix whitespace, move declaration
22677         before statement.
22678         Reported by Alain Guibert.
22679
22680 2008-08-10  Jim Meyering  <meyering@redhat.com>
22681
22682         ensure that return value of uinttostr et al are not ignored
22683         * lib/inttostr.h (__GNUC_PREREQ): Define.
22684         (__attribute_warn_unused_result__): Define.
22685         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
22686
22687 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
22688
22689         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
22690         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
22691
22692 2008-08-07  Jim Meyering  <meyering@redhat.com>
22693
22694         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
22695
22696         * modules/mkstemp (License): Relicense under LGPLv2+.
22697         * modules/tempname (License): Likewise.
22698
22699 2008-08-06  Bruno Haible  <bruno@clisp.org>
22700
22701         * lib/poll.c (poll): Further micro-optimization.
22702
22703 2008-08-06  Jim Meyering  <meyering@redhat.com>
22704
22705         inet_pton.c: use locale-independent tolower
22706         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
22707         (inet_pton6): Use c_tolower rather than tolower.
22708         * modules/inet_pton (Depends-on): Add c-ctype.
22709
22710 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
22711
22712         * lib/poll.c (poll): Avoid division when timeout is 0, cache
22713         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
22714
22715 2008-08-06  Jim Meyering  <meyering@redhat.com>
22716
22717         * modules/inet_pton (License): Relicense under LGPLv2+.
22718
22719 2008-08-03  Bruno Haible  <bruno@clisp.org>
22720
22721         Additional non-aborting API for lock and tls.
22722         * lib/lock.h: Include <errno.h>.
22723         (glthread_lock_init): New macro/function.
22724         (gl_lock_init): Define as wrapper around glthread_lock_init.
22725         (glthread_lock_lock): New macro/function.
22726         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
22727         (glthread_lock_unlock): New macro/function.
22728         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
22729         (glthread_lock_destroy): New macro/function.
22730         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
22731         (glthread_rwlock_init): New macro/function.
22732         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
22733         (glthread_rwlock_rdlock): New macro/function.
22734         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
22735         (glthread_rwlock_wrlock): New macro/function.
22736         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
22737         (glthread_rwlock_unlock): New macro/function.
22738         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
22739         (glthread_rwlock_destroy): New macro/function.
22740         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
22741         (glthread_recursive_lock_init): New macro/function.
22742         (gl_recursive_lock_init): Define as wrapper around
22743         glthread_recursive_lock_init.
22744         (glthread_recursive_lock_lock): New macro/function.
22745         (gl_recursive_lock_lock): Define as wrapper around
22746         glthread_recursive_lock_lock.
22747         (glthread_recursive_lock_unlock): New macro/function.
22748         (gl_recursive_lock_unlock): Define as wrapper around
22749         glthread_recursive_lock_unlock.
22750         (glthread_recursive_lock_destroy): New macro/function.
22751         (gl_recursive_lock_destroy): Define as wrapper around
22752         glthread_recursive_lock_destroy.
22753         (glthread_once): New macro/function.
22754         (gl_once): Define as wrapper around glthread_once.
22755         Update function declarations.
22756         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
22757         glthread_rwlock_init. Return error code.
22758         (glthread_rwlock_rdlock_multithreaded): Renamed from
22759         glthread_rwlock_rdlock. Return error code.
22760         (glthread_rwlock_wrlock_multithreaded): Renamed from
22761         glthread_rwlock_wrlock. Return error code.
22762         (glthread_rwlock_unlock_multithreaded): Renamed from
22763         glthread_rwlock_unlock. Return error code.
22764         (glthread_rwlock_destroy_multithreaded): Renamed from
22765         glthread_rwlock_destroy. Return error code.
22766         (glthread_recursive_lock_init_multithreaded): Renamed from
22767         glthread_recursive_lock_init. Return error code.
22768         (glthread_recursive_lock_lock_multithreaded): Renamed from
22769         glthread_recursive_lock_lock. Return error code.
22770         (glthread_recursive_lock_unlock_multithreaded): Renamed from
22771         glthread_recursive_lock_unlock. Return error code.
22772         (glthread_recursive_lock_destroy_multithreaded): Renamed from
22773         glthread_recursive_lock_destroy. Return error code.
22774         (glthread_once_call): Make static.
22775         (glthread_once_multithreaded): Renamed from glthread_once.
22776         * lib/tls.h: Include <errno.h>.
22777         (glthread_tls_key_init): New macro/function.
22778         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
22779         (glthread_tls_set): New macro/function.
22780         (gl_tls_set): Define as wrapper around glthread_tls_set.
22781         (glthread_tls_key_destroy): New macro/function.
22782         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
22783         Update function declarations.
22784         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
22785         glthread_tls_get.
22786         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22787
22788 2008-08-04  Eric Blake  <ebb9@byu.net>
22789
22790         gnumakefile: use space, not TAB, outside of targets
22791         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
22792
22793 2008-08-02  Jim Meyering  <meyering@redhat.com>
22794
22795         getdate.y: avoid locale-dependent date parsing failure
22796         In Turkish locales, getdate would fail to recognize keywords
22797         containing a lowercase "i".  The solution is not to rely on
22798         locale-sensitive case-conversion.
22799         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
22800         (lookup_word): Use c_toupper in place of toupper.
22801         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
22802         Reported by Vefa Bicakci <bicave@superonline.com> in
22803         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
22804         * modules/getdate (Depends-on): Add c-ctype.
22805
22806 2008-08-02  Bruno Haible  <bruno@clisp.org>
22807
22808         * gnulib-tool (func_import): When updating or creating a .gitignore
22809         file, prepend each added line with a slash, and ignore leading slashes
22810         from the existing lines.
22811         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
22812
22813 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22814
22815         Portability fix for GNU make 3.79.1.
22816         * top/GNUmakefile: Avoid 'else COND', which older GNU make
22817         versions do not understand.
22818
22819 2008-08-01  Bruno Haible  <bruno@clisp.org>
22820
22821         Work around bug of HP-UX 10.20 cc with -0.0 literal.
22822         * tests/test-isnanf.h (zero): New variable.
22823         (main): Avoid literal -0.0f.
22824         * tests/test-isnand.h (zero): New variable.
22825         (main): Avoid literal -0.0.
22826         * tests/test-isnanl.h (zero): New variable.
22827         (main): Avoid literal -0.0L.
22828         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
22829         (test_float, test_double, test_long_double): Avoid literals -0.0f,
22830         -0.0, -0.0L.
22831         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
22832         (test_signbitd): Avoid literal -0.0.
22833         (test_signbitl): Avoid literal -0.0L.
22834         * tests/test-ceilf1.c (zero): New variable.
22835         (main): Avoid literal -0.0f.
22836         * tests/test-ceill.c (zero): New variable.
22837         (main): Avoid literal -0.0L.
22838         * tests/test-floorf1.c (zero): New variable.
22839         (main): Avoid literal -0.0f.
22840         * tests/test-floorl.c (zero): New variable.
22841         (main): Avoid literal -0.0L.
22842         * tests/test-roundf1.c (zero): New variable.
22843         (main): Avoid literal -0.0f.
22844         * tests/test-round1.c (zero): New variable.
22845         (main): Avoid literal -0.0.
22846         * tests/test-roundl.c (zero): New variable.
22847         (main): Avoid literal -0.0L.
22848         * tests/test-truncf1.c (zero): New variable.
22849         (main): Avoid literal -0.0f.
22850         * tests/test-trunc1.c (zero): New variable.
22851         (main): Avoid literal -0.0.
22852         * tests/test-truncl.c (zero): New variable.
22853         (main): Avoid literal -0.0L.
22854         * tests/test-frexp.c (zero): New variable.
22855         (main): Avoid literal -0.0.
22856         * tests/test-frexpl.c (zero): New variable.
22857         (main): Avoid literal -0.0L.
22858         * tests/test-ldexpl.c (zero): New variable.
22859         (main): Avoid literal -0.0L.
22860         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22861         (zerod, zerol): New variables.
22862         (test_function): Avoid literals -0.0, -0.0L.
22863         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
22864         (zerod, zerol): New variables.
22865         (test_function): Avoid literals -0.0, -0.0L.
22866         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22867         (zerod, zerol): New variables.
22868         (test_function): Avoid literals -0.0, -0.0L.
22869         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
22870         (zerod, zerol): New variables.
22871         (test_function): Avoid literals -0.0, -0.0L.
22872         * tests/test-strtod.c (zero): New variable.
22873         (main): Avoid literal -0.0.
22874         Reported by Jonathan C. Patschke <jp@centtech.com>.
22875
22876 2008-07-31  Jim Meyering  <meyering@redhat.com>
22877
22878         sha256.h: correct definition of SHA224_DIGEST_SIZE
22879         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
22880         Reported by Paulie Pena IV <paulie4@gmail.com>.
22881         Define as 224 / 8, rather than as a literal.
22882         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
22883         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
22884         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
22885
22886 2008-07-31  Bruno Haible  <bruno@clisp.org>
22887
22888         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
22889         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
22890         Reported by Jonathan Patschke <jp@centtech.com>.
22891
22892 2008-07-31  Bruno Haible  <bruno@clisp.org>
22893
22894         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
22895         Reported by Paolo Bonzini <bonzini@gnu.org>.
22896
22897 2008-07-30  Eric Blake  <ebb9@byu.net>
22898
22899         test-strtod: allow compilation without -lm
22900         * tests/test-strtod.c (main): Avoid link dependence on fabs.
22901         Reported by Dennis Clarke <blastwave@gmail.com>.
22902
22903 2008-07-28  Jim Meyering  <meyering@redhat.com>
22904
22905         bootstrap: work also when there are no .po files in po/
22906         * build-aux/bootstrap (update_po_files): Complete the change
22907         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
22908
22909 2008-07-27  Jim Meyering  <meyering@redhat.com>
22910
22911         * users.txt: Add zile.
22912
22913 2008-07-26  Ben Pfaff  <blp@gnu.org>
22914
22915         Add missing dependencies on new m4/exponent[fdl].m4 files.
22916         * modules/isnanf-nolibm: Add m4/exponentf.m4.
22917         * modules/isnand-nolibm: Add m4/exponentd.m4.
22918         * modules/isnanl-nolibm: Add m4/exponentl.m4.
22919         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
22920         m4/isnan[fdl].m4, because the macros actually used moved.
22921         Reported by Jim Meyering.
22922
22923 2008-07-14  Ben Pfaff  <blp@gnu.org>
22924
22925         Add isinf module.
22926         * lib/isinf.c: New file.
22927         * lib/math.in.h: Define isinf macro if we have decided to replace
22928         it.
22929         * m4/isinf.m4: New file.
22930         * m4/math_h.m4: Initialize and substitute variables for isinf
22931         module.
22932         * modules/isinf: New file.
22933         * modules/isinf-tests: New file.
22934         * modules/math: Add substitutions for new module.
22935         * tests/test-isinf.c: New file.
22936         * doc/posix-functions/isinf.texi: Mention new module.
22937         * MODULES.html.sh: Mention new module.
22938
22939 2008-07-14  Ben Pfaff  <blp@gnu.org>
22940
22941         Factor out some macros for use by additional modules.
22942         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
22943         exponentf.m4.
22944         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
22945         exponentd.m4.
22946         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
22947         file exponentl.m4.
22948         * m4/exponentf.m4: New file.
22949         * m4/exponentd.m4: New file.
22950         * m4/exponentl.m4: New file.
22951         * modules/isnanf: Use new file m4/exponentf.m4.
22952         * modules/isnand: Use new file m4/exponentd.m4.
22953         * modules/isnanl: Use new file m4/exponentl.m4.
22954
22955 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
22956
22957         mktime.c: normalize tp->tm_isdst value to -1/0/1.
22958         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
22959         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
22960         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
22961
22962         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
22963         readlink on platforms without PATH_MAX.
22964
22965 2008-07-21  Eric Blake  <ebb9@byu.net>
22966
22967         Warn, not fail, on stale version.
22968         * top/GNUmakefile (_curr-ver): Tone down previous patch.
22969
22970         Don't allow installation with stale devel version number.
22971         * top/GNUmakefile (_is-install-target): New macro.
22972         (_curr-ver): Forbid installation with stale version number.
22973
22974 2008-07-20  Bruno Haible  <bruno@clisp.org>
22975
22976         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
22977         TESTS_ENVIRONMENT.
22978         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
22979
22980 2008-07-20  Bruno Haible  <bruno@clisp.org>
22981
22982         * lib/c-stack.h (c_stack_action): Add documentation.
22983         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
22984
22985 2008-07-20  Bruno Haible  <bruno@clisp.org>
22986
22987         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
22988         * modules/readlink (License): Likewise.
22989
22990 2008-07-17  Eric Blake  <ebb9@byu.net>
22991
22992         * modules/c-stack (Link): Fix typo.
22993
22994         Make c-stack use libsigsegv, when available.
22995         * modules/c-stack (Depends-on): Add libsigsegv.
22996         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
22997         needed.
22998         * lib/c-stack.c (SIGSTKSZ): Define fallback.
22999         (segv_handler, overflow_handler, c_stack_action)
23000         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23001         implementation when libsigsegv is available, but only when using
23002         the library is necessary.
23003         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23004         comment, explaining why XSI check fails on Linux.
23005         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23006         * tests/test-c-stack2.sh: Tweak skip message.
23007         * NEWS: Document new link-time requirements.
23008
23009 2008-07-16  Eric Blake  <ebb9@byu.net>
23010
23011         c-stack: Expose false positives when not using libsigsegv.
23012         * modules/c-stack-tests (Files): Expand test.
23013         * tests/test-c-stack.c (main): Add means to conditionally trigger
23014         non-overflow SIGSEGV.
23015         * tests/test-c-stack2.sh: New file.
23016
23017 2008-07-14  Bruno Haible  <bruno@clisp.org>
23018
23019         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23020         Reported by Eric Blake.
23021
23022 2008-07-14  Sam Steingold  <sds@gnu.org>
23023             Bruno Haible  <bruno@clisp.org>
23024
23025         New module libsigsegv.
23026         * modules/libsigsegv: New file.
23027         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23028         modifications.
23029         * MODULES.html.sh (Signal handling): New section.
23030
23031 2008-07-14  Bruno Haible  <bruno@clisp.org>
23032
23033         * modules/unictype/ctype-* (Description): Add the word "function".
23034         Improves the resulting doc in MODULES.html.
23035
23036 2008-07-12  Ben Pfaff  <blp@gnu.org>
23037
23038         Add longlong module.
23039         * modules/longlong: New file.
23040
23041 2008-07-12  Bruno Haible  <bruno@clisp.org>
23042
23043         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23044         to empty.
23045
23046 2008-07-10  Ben Pfaff  <blp@gnu.org>
23047
23048         Add isnan module.
23049         * doc/posix-functions/isnan.texi: Mention new module.
23050         * lib/math.in.h: Define isnan macro if we have decided to replace
23051         it.
23052         * m4/isnan.m4: New file.
23053         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23054         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23055         also.
23056         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23057         redundancy.
23058         * m4/math_h.m4: Initialize and substitute variables for isnan
23059         module.
23060         * modules/isnan: New file.
23061         * modules/isnan-tests: New file.
23062         * modules/math: Add substitutions for new module.
23063         * tests/test-isnan.c: New file.
23064         * MODULES.html.sh: Mention new module.
23065
23066 2008-07-10  Ben Pfaff  <blp@gnu.org>
23067
23068         Add isnanf module.
23069         * lib/isnanf.m4: New file.
23070         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23071         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23072         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23073         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23074         * modules/isnanf: New file.
23075         * modules/isnanf-tests: New file.
23076         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23077         files.
23078         * tests/test-isnanf-nolibm.c: factored most of its contents into
23079         new file tests/test-isnanf.h.
23080         * tests/test-isnanf.h: New file.
23081         * tests/test-isnanf.c: New file.
23082         * MODULES.html.sh: Mention new module.
23083         * doc/glibc-functions/isnanf.texi: Mention new module.
23084
23085 2008-07-10  Ben Pfaff  <blp@gnu.org>
23086
23087         Add isnand module.
23088         * lib/isnand.h: New file.
23089         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23090         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23091         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23092         functionality also.
23093         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23094         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23095         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23096         * modules/isnand: New file.
23097         * modules/isnand-tests: New file.
23098         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23099         files.
23100         * tests/test-isnand-nolibm.c: factored most of its contents into
23101         new file tests/test-isnand.h.
23102         * tests/test-isnand.h: New file.
23103         * tests/test-isnand.c: New file.
23104         * MODULES.html.sh: Mention new module.
23105
23106 2008-07-10  Ben Pfaff  <blp@gnu.org>
23107
23108         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23109         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23110         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23111         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23112         * modules/isnanf-nolibm: Update references to renamed files.
23113         * modules/isnand-nolibm: Likewise.
23114         * modules/isnanf-nolibm-tests: Likewise.
23115         * modules/isnand-nolibm-tests: Likewise.
23116         * lib/frexp.c: Likewise.
23117         * lib/isfinite.c: Likewise.
23118         * lib/signbitd.c: Likewise.
23119         * lib/signbitf.c: Likewise.
23120         * lib/vasnprintf.c: Likewise.
23121         * tests/test-ceilf1.c: Likewise.
23122         * tests/test-ceilf2.c: Likewise.
23123         * tests/test-floorf1.c: Likewise.
23124         * tests/test-floorf2.c: Likewise.
23125         * tests/test-frexp.c: Likewise.
23126         * tests/test-round1.c: Likewise.
23127         * tests/test-round2.c: Likewise.
23128         * tests/test-roundf1.c: Likewise.
23129         * tests/test-strtod.c: Likewise.
23130         * tests/test-trunc1.c: Likewise.
23131         * tests/test-trunc2.c: Likewise.
23132         * tests/test-truncf1.c: Likewise.
23133         * tests/test-truncf2.c: Likewise.
23134         * NEWS: Mention the renamed header files.
23135
23136 2008-07-11  Jim Meyering  <meyering@redhat.com>
23137
23138         vc-list-files: make the last-resort awk code more portable
23139         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23140         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23141         does not support it.
23142
23143 2008-07-10  Eric Blake  <ebb9@byu.net>
23144
23145         Work with tar's bootstrap.
23146         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23147         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23148         an m4 comment.
23149
23150 2008-07-09  Jim Meyering  <meyering@redhat.com>
23151
23152         posix-shell.m4: fix typo that made this test malfunction
23153         * m4/posix-shell.m4: Remove capitalization in variable name.
23154
23155 2008-07-08  Bruno Haible  <bruno@clisp.org>
23156
23157         * m4/onceonly.m4: Update comments.
23158         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23159
23160 2008-07-04  Jim Meyering  <meyering@redhat.com>
23161
23162         * users.txt: Add vc-dwim.
23163         (bison, coreutils): Use the gitweb URL.
23164
23165 2008-07-03  Jim Meyering  <meyering@redhat.com>
23166
23167         * users.txt: Add libffcall.  From Sam Steingold.
23168
23169 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23170
23171         getdate.y: do not ignore TZ with relative day, month or year offset
23172         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23173         relative-date-handling, since otherwise, the latter would clobber the
23174         sole output (an updated Start value) of the tz-handling block.
23175         * tests/test-getdate.c: Tests for the fix
23176
23177 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23178
23179         Recognize 'foo_LIBRARIES += libgnu.a'.
23180         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23181         makefile snippet has already specified an installation location,
23182         also using '+='.
23183
23184 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23185
23186         getdate.y: factor out common actions
23187         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23188         Use them in place of open-coded actions.
23189
23190 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23191
23192         Add self-test for getdate module.
23193         * modules/getdate-tests: New file.
23194         * tests/test-getdate.c: New file.
23195
23196 2008-06-29  Bruno Haible  <bruno@clisp.org>
23197
23198         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23199         .gitignore.
23200         Reported by Sylvain Beucler <beuc@beuc.net>.
23201
23202 2008-06-29  Bruno Haible  <bruno@clisp.org>
23203
23204         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23205         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23206
23207 2008-06-29  Bruno Haible  <bruno@clisp.org>
23208
23209         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23210         EXTRA_DIST.
23211         Reported by Sylvain Beucler <beuc@beuc.net>.
23212
23213 2008-06-26  Jim Meyering  <meyering@redhat.com>
23214
23215         make several modules depend on the "open" module
23216         This provides slightly increased consistency when opening-for-write
23217         the name of a non-directory spelled with a trailing slash.
23218         * modules/chdir-safer: Likewise.
23219         * modules/chown: Likewise.
23220         * modules/clean-temp: Likewise.
23221         * modules/copy-file: Likewise.
23222         * modules/fchdir: Likewise.
23223         * modules/fcntl-safer: Likewise.
23224         * modules/pipe: Likewise.
23225         * modules/utime: Likewise.
23226         Prompted by Eric Blake and Bruno Haible.
23227
23228 2008-06-24  Andreas Schwab  <schwab@suse.de>
23229
23230         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23231         literals can be used as initializers for global variables.
23232
23233 2008-06-23  Eric Blake  <ebb9@byu.net>
23234
23235         Make gnulib-cache.m4 easier to diff.
23236         * gnulib-tool (func_import): Allow newlines when reading cached
23237         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23238
23239 2008-06-23  Bruno Haible  <bruno@clisp.org>
23240
23241         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23242         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23243         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23244         m4/signalblocking.m4.
23245         (gl_PREREQ_SIGACTION): Don't invoke it.
23246         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23247         gl_PREREQ_SIG_HANDLER_H.
23248         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23249         Don't check for sigaction here.
23250
23251 2008-06-23  Bruno Haible  <bruno@clisp.org>
23252
23253         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23254         (install_handlers): Don't set the SA_RESETHAND flag.
23255
23256 2008-06-23  Bruno Haible  <bruno@clisp.org>
23257
23258         * m4/sigaction.m4: Comment fixes.
23259         * lib/signal.in.h: Likewise.
23260
23261 2008-06-23  Eric Blake  <ebb9@byu.net>
23262
23263         Fix typo.
23264         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23265
23266         Avoid SA_ namespace.
23267         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23268         Reported by Ralf Wildenhues.
23269
23270         Avoid test failure due to SA_RESTORER.
23271         * tests/test-sigaction.c (SA_MASK): New macro.
23272         (main): Avoid failing due to extension flags being set.
23273         Reported by Jim Meyering.
23274
23275         Revert use of sig-handler.h in sigprocmask.c.
23276         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23277         it requires the existence of struct sigaction.
23278         * lib/sigprocmask.c (handler_t): Restore typedef.
23279         (rpl_signal, old_handlers): Use local type.
23280
23281 2008-06-22  Bruno Haible  <bruno@clisp.org>
23282
23283         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23284         conditionally.
23285         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23286
23287 2008-06-22  Bruno Haible  <bruno@clisp.org>
23288
23289         * doc/posix-functions/siginterrupt.texi: Move note.
23290
23291         * lib/signal.in.h (SA_RESTART): New macro.
23292         * lib/sigaction.c: Update comment.
23293
23294         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23295
23296         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23297         (gl_PREREQ_SIGPROCMASK): Invoke it.
23298         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23299
23300         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23301
23302         * lib/sigprocmask.c: Update a comment.
23303
23304 2008-06-21  Eric Blake  <ebb9@byu.net>
23305
23306         Use sigaction module rather than signal().
23307         * modules/c-stack (Depends-on): Add sigaction.
23308         * modules/fatal-signal (Depends-on): Likewise.
23309         * modules/nanosleep (Depends-on): Likewise.
23310         * modules/sigprocmask (Files): Add sig-handler.h.
23311         * modules/sigaction (Files): Likewise.
23312         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23313         Eggert.
23314         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23315         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23316         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23317         (init_fatal_signals): Likewise.
23318         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23319         (siginterrupt): Delete fallback.
23320         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23321         instead.
23322         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23323         siginterrupt.
23324
23325         New module sigaction, for mingw.
23326         * modules/sigaction: New module...
23327         * modules/sigaction-tests: ...and its test.
23328         * m4/sigaction.m4: New file.
23329         * lib/sigaction.c: Likewise.
23330         * tests/test-sigaction.c: Likewise.
23331         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23332         * modules/signal (Makefile.am): Likewise.
23333         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23334         needed.
23335         * doc/posix-headers/signal.texi (signal.h): Mention provided
23336         types.
23337         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23338         that sigaction is preferable.
23339         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23340         module.
23341         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23342         sigaction.
23343
23344         Improve robustness of sigprocmask by overriding signal.
23345         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23346         is in use.
23347         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23348         (SIGKILL, SIGSTOP): Provide fallbacks.
23349         (rpl_signal): Implement.
23350         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23351         signal can be called inside handlers.
23352
23353         Fix nanosleep module on mingw.
23354         * modules/nanosleep (Depends-on): Add sys_select.
23355         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23356
23357         Fix licensing of sigprocmask.
23358         * modules/raise (License): Relicense as LGPL.
23359
23360 2008-06-21  Bruno Haible  <bruno@clisp.org>
23361
23362         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23363         result if it contains question marks.
23364         Reported by Michael Geng <linux@michaelgeng.de>.
23365
23366 2008-06-19  Bruno Haible  <bruno@clisp.org>
23367
23368         Fix CVS-ism.
23369         * doc/gnulib.texi: Include updated-stamp.texi.
23370         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23371         (updated-stamp.texi): New rule.
23372         (gnulib.info): Depend on it.
23373         * doc/.gitignore: Add updated-stamp.texi.
23374         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23375
23376 2008-06-19  Bruno Haible  <bruno@clisp.org>
23377
23378         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23379         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23380
23381 2008-06-19  Eric Blake  <ebb9@byu.net>
23382
23383         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23384         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23385         Reported by Stepan Kasal.
23386
23387 2008-06-18  Bruno Haible  <bruno@clisp.org>
23388
23389         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23390         Reported by Eric Blake.
23391
23392 2008-06-18  Eric Blake  <ebb9@byu.net>
23393
23394         Work around cygwin 1.5.25 strsignal bug.
23395         * tests/test-strsignal.c: Allow for const char *.
23396         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23397
23398 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23399
23400         * users.txt: Update URL to article and add author/date
23401         information.
23402
23403 2008-06-17  Bruno Haible  <bruno@clisp.org>
23404
23405         New macro gl_DISABLE_THREADS.
23406         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23407         if the user did not pass --enable-threads or --disable-threads option.
23408         (gl_DISABLE_THREADS): New macro.
23409         Reported by Eric Blake <ebb9@byu.net>.
23410
23411 2008-06-17  Bruno Haible  <bruno@clisp.org>
23412
23413         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23414         when the macro ignores it.
23415         Based on a patch by Eric Blake <ebb9@byu.net>.
23416
23417 2008-06-17  Bruno Haible  <bruno@clisp.org>
23418
23419         * modules/tls (License): Change to LGPLv2+.
23420         Reported by Eric Blake.
23421
23422 2008-06-17  Eric Blake  <ebb9@byu.net>
23423
23424         Simplify c-stack prerequisites.
23425         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23426         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23427         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23428         check.
23429         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23430         <sys/resource.h>.
23431
23432         Move c-stack test into testsuite.
23433         * modules/c-stack-tests: New file.
23434         * lib/c-stack.c [DEBUG]: Move test program...
23435         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23436         fail test if sigaltstack is lacking.
23437         * tests/test-c-stack.sh: New driver file.
23438
23439 2008-06-16  Eric Blake  <ebb9@byu.net>
23440
23441         Use raise module consistently.
23442         * modules/fatal-signal (Depends-on): Add raise.
23443         * modules/sigprocmask (Depends-on): Likewise.
23444         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23445         * lib/sigprocmask.c (sigprocmask): Likewise.
23446         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23447         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23448
23449         Fix compliance bug in sigpending.
23450         * lib/sigprocmask.c (sigpending): Return pending array via
23451         parameter, not return value.
23452
23453 2008-06-14  Eric Blake  <ebb9@byu.net>
23454
23455         Improve obstack-printf test code.
23456         * tests/test-obstack-printf.c (test_function): Fix comment, and
23457         simplify usage of obstack_* in macros.  Add a test for coverage.
23458         Reported by Bruno Haible.
23459
23460 2008-06-14  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23463         array size as a constant, not as a const variable.
23464         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23465         AC_USE_SYSTEM_EXTENSIONS.
23466         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23467         Test whether the obstack_printf function actually exists.
23468         * modules/obstack-printf (Depends-on): Add extensions.
23469         (Include): Remove obstack.h.
23470         * modules/obstack-printf-posix (Depends-on): Add extensions.
23471         (Include): Remove obstack.h.
23472
23473 2008-06-13  Eric Blake  <ebb9@byu.net>
23474
23475         Add obstack-printf and obstack-printf-posix modules.
23476         * modules/obstack-printf: New file.
23477         * modules/obstack-printf-posix: Likewise.
23478         * MODULES.html.sh (Misc): Mention them.
23479         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23480         Likewise.
23481         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23482         Likewise.
23483         * modules/stdio (Makefile.am): Accomodate new modules.
23484         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23485         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23486         Declare.
23487         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23488         functions.
23489         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23490         (gl_REPLACE_OBSTACK_PRINTF): New macros
23491         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23492         * tests/test-obstack-printf.c: New file.
23493         * modules/obstack-printf-tests: Likewise.
23494         * modules/obstack-printf-posix-tests: Likewise.
23495
23496 2008-06-11  Bruno Haible  <bruno@clisp.org>
23497
23498         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23499         * lib/open.c: Include errno.h.
23500         (open): Fail when attempting to write to a file that has a trailing
23501         slash.
23502         * tests/test-open.c (main): Test against trailing slash bug.
23503         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23504
23505 2008-06-10  Bruno Haible  <bruno@clisp.org>
23506
23507         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23508         for $? to work inside the trap command, with various /bin/sh-s.
23509         * tests/test-vc-list-files-cvs.sh: Likewise.
23510
23511 2008-06-10  Bruno Haible  <bruno@clisp.org>
23512
23513         * lib/acl-internal.h: Don't include gettext.h here.
23514         * lib/set-mode-acl.c: Include gettext.h here.
23515         * lib/copy-acl.c: Likewise.
23516
23517 2008-06-10  Bruno Haible  <bruno@clisp.org>
23518
23519         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23520         * lib/wait-process.c (wait_subprocess): Likewise.
23521         * lib/execute.h (execute): Add termsigp argument.
23522         * lib/execute.c (execute): Likewise.
23523         * lib/csharpcomp.c (compile_csharp_using_pnet,
23524         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23525         * lib/csharpexec.c (execute_csharp_using_pnet,
23526         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23527         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23528         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23529         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23530         is_jikes_present): Update.
23531         * lib/javaexec.c (execute_java_class): Update.
23532         * lib/javaversion.c (execute_and_read_line): Update.
23533         * NEWS: Document the changes.
23534         Reported by Eric Blake.
23535
23536 2008-06-10  Eric Blake  <ebb9@byu.net>
23537
23538         Add missing include.
23539         * tests/test-strstr.c (includes): Add <signal.h>.
23540         * tests/test-strcasestr.c (includes): Likewise.
23541         * tests/test-memmem.c (includes): Likewise.
23542
23543 2008-06-10  Bruno Haible  <bruno@clisp.org>
23544
23545         * lib/wait-process.c (wait_subprocess): Add an assertion.
23546
23547 2008-06-10  Bruno Haible  <bruno@clisp.org>
23548
23549         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23550
23551 2008-06-10  Bruno Haible  <bruno@clisp.org>
23552
23553         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23554         using alarm().
23555         * tests/test-strcasestr.c (main): Likewise.
23556         * tests/test-strstr.c (main): Likewise.
23557
23558 2008-06-09  Bruno Haible  <bruno@clisp.org>
23559
23560         Work around the Solaris 10 ACE ACLs ABI change.
23561         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23562         declare if ACL_NO_TRIVIAL is present.
23563         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23564         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23565         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23566         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23567         define if ACL_NO_TRIVIAL is present.
23568         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23569         and use the current ABI.
23570         (file_has_acl): Use same #if condition as elsewhere.
23571         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23572         in use, and use the current ABI.
23573         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23574         Reported by Jim Meyering.
23575
23576 2008-06-09  Eric Blake  <ebb9@byu.net>
23577
23578         Work around environments that (stupidly) ignore SIGALRM.
23579         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23580         before using alarm().
23581         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23582         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23583         Reported by Ian Beckwith <ianb@erislabs.net>.
23584
23585         Produce autobuild blurb earlier in log.
23586         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23587
23588 2008-06-09  Jim Meyering  <meyering@redhat.com>
23589         and Ondřej Vašík  <ovasik@redhat.com>
23590
23591         utimens.c: correct kernel bug work-around
23592         Ondřej Vašík found that the invalid return value of 280 indicates
23593         failure, not success, and the kernel bug we're trying to work
23594         around affects not just the utimensat call, but also the fallback
23595         futimens call.
23596         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23597         not success.
23598         [HAVE_FUTIMENS]: Use the same work-around, here.
23599
23600 2008-06-09  Jim Meyering  <meyering@redhat.com>
23601
23602         add more guards around definition of ACE_-related code
23603         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23604         ALLOW and ACE_OWNER are also defined.
23605
23606 2008-06-08  Bruno Haible  <bruno@clisp.org>
23607
23608         * lib/acl-internal.h: Add me as co-author.
23609         * lib/file-has-acl.c: Likewise.
23610         * lib/set-mode-acl.c: Likewise.
23611         * lib/copy-acl.c: Likewise.
23612
23613 2008-06-08  Bruno Haible  <bruno@clisp.org>
23614
23615         Add support for AIX ACLs.
23616         * lib/acl-internal.h (acl_nontrivial): New declaration.
23617         * lib/file-has-acl.c (acl_nontrivial): New function.
23618         (file_has_acl): Add implementation using AIX 4 ACL API.
23619         * lib/set-mode-acl.c (qset_acl): Likewise.
23620         * lib/copy-acl.c (qcopy_acl): Likewise.
23621
23622 2008-06-08  Bruno Haible  <bruno@clisp.org>
23623
23624         Add support for HP-UX ACLs.
23625         * lib/acl-internal.h (acl_nontrivial): New declaration.
23626         * lib/file-has-acl.c (acl_nontrivial): New function.
23627         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23628         * lib/set-mode-acl.c (qset_acl): Likewise.
23629         * lib/copy-acl.c (qcopy_acl): Likewise.
23630
23631 2008-06-08  Bruno Haible  <bruno@clisp.org>
23632
23633         Add support for Cygwin ACLs.
23634         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23635         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23636         the chmod_or_fchmod call.
23637         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23638
23639 2008-06-08  Bruno Haible  <bruno@clisp.org>
23640
23641         Fix bug with setuid modes in Solaris 10+ code.
23642         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23643         succeeded, when the mode contains some special bits.
23644
23645 2008-06-08  Bruno Haible  <bruno@clisp.org>
23646
23647         Add support for Solaris 7..10 ACLs.
23648         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23649         declarations.
23650         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23651         functions.
23652         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23653         * lib/set-mode-acl.c (qset_acl): Likewise.
23654         * lib/copy-acl.c (qcopy_acl): Likewise.
23655
23656 2008-06-08  Bruno Haible  <bruno@clisp.org>
23657
23658         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
23659         declaration.
23660         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
23661         (acl_access_nontrivial): Remove MacOS X case.
23662         (file_has_acl): Use acl_extended_nontrivial.
23663         * lib/copy-acl.c (qcopy_acl): Likewise.
23664
23665 2008-06-08  Bruno Haible  <bruno@clisp.org>
23666
23667         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
23668
23669 2008-06-08  Jim Meyering  <meyering@redhat.com>
23670
23671         * modules/acl (Maintainer): Add Bruno Haible.
23672
23673 2008-06-07  Bruno Haible  <bruno@clisp.org>
23674
23675         Improve support for Tru64 ACLs.
23676         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
23677         ACL on OSF/1.
23678
23679 2008-06-07  Bruno Haible  <bruno@clisp.org>
23680
23681         Add support for MacOS X ACLs.
23682         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
23683         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
23684         * lib/set-mode-acl.c (qset_acl): Likewise.
23685         * lib/copy-acl.c (qcopy_acl): Likewise.
23686
23687 2008-06-07  Bruno Haible  <bruno@clisp.org>
23688
23689         Fix memory leak introduced on 2008-05-22.
23690         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
23691         use.
23692
23693 2008-06-07  Bruno Haible  <bruno@clisp.org>
23694
23695         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
23696         to construct an empty ACL.
23697
23698 2008-06-07  Bruno Haible  <bruno@clisp.org>
23699
23700         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
23701         precisely.
23702         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
23703
23704 2008-06-07  Bruno Haible  <bruno@clisp.org>
23705
23706         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
23707         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
23708
23709 2008-06-07  Bruno Haible  <bruno@clisp.org>
23710
23711         * doc/posix-functions/_setjmp.texi: Explain the use of this function
23712         regardless of POSIX.
23713         * doc/posix-functions/_longjmp.texi: Likewise.
23714         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
23715         SystemV platform in this case.
23716
23717 2008-06-06  Eric Blake  <ebb9@byu.net>
23718
23719         Document abort() bugs.
23720         * doc/posix-functions/abort.texi (abort): Mention anomalies.
23721
23722         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
23723         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
23724         sigsetjmp.
23725         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
23726         siglongjmp, but only as a macro.
23727         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
23728         is obsolete.
23729         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
23730
23731         Tweak documentation to cover cygwin argz bugs.
23732         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
23733         argz bug fix; no code change needed since no cygwin releases
23734         occurred between the last fix and the bug being tested.
23735         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
23736         module and recently fixed cygwin bugs.
23737         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
23738         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
23739         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
23740         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
23741         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
23742         Likewise.
23743         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
23744         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
23745         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
23746         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
23747         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
23748         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
23749         Likewise.
23750
23751         Avoid gcc warning on cygwin.
23752         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
23753         !ACL_NO_TRIVIAL]: Avoid unused variable.
23754
23755 2008-06-05  Eric Blake  <ebb9@byu.net>
23756
23757         Be tolerant of UNKNOWN version in gnulib-tool test dir.
23758         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
23759         git-version-gen fails to come up with a version.
23760         Reported by Simon Josefsson.
23761
23762 2008-06-05  Jim Meyering  <meyering@redhat.com>
23763             Paul Eggert  <eggert@cs.ucla.edu>
23764
23765         utimens.c: work around a probable Linux kernel bug
23766         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
23767         appears to be a kernel bug that causes utimensat to return 280
23768         instead of 0, indicating success.
23769
23770 2008-06-04  Bruno Haible  <bruno@clisp.org>
23771
23772         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
23773         2008-06-01 commit.
23774
23775 2008-06-04  Bruno Haible  <bruno@clisp.org>
23776
23777         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
23778         * lib/file-has-acl.c (acl_access_nontrivial): New function.
23779         (file_has_acl): Use it. Save errno afterwards.
23780         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
23781
23782 2008-06-03  Bruno Haible  <bruno@clisp.org>
23783
23784         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
23785         draft code. Simplify #ifs.
23786         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
23787         Put Solaris code after POSIX-draft code. Fix comments regarding
23788         Solaris 10, HP-UX. Mention Cygwin.
23789         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
23790
23791 2008-06-03  Eric Blake  <ebb9@byu.net>
23792
23793         Provide fallback for older kernels.
23794         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
23795         Provide runtime fallback if kernel lacks support.
23796         Reported by Mike Frysinger.
23797
23798 2008-06-02  Bruno Haible  <bruno@clisp.org>
23799
23800         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
23801         it exists.
23802
23803 2008-06-02  Bruno Haible  <bruno@clisp.org>
23804
23805         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
23806         * lib/copy-acl.c (qcopy_acl): Update comment.
23807
23808 2008-06-02  Bruno Haible  <bruno@clisp.org>
23809
23810         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
23811         like ACL APIs.
23812
23813 2008-06-02  Bruno Haible  <bruno@clisp.org>
23814
23815         * tests/test-file-has-acl.sh: Use different code for Cygwin.
23816         * tests/test-set-mode-acl.sh: Likewise.
23817         * tests/test-copy-acl.sh: Likewise.
23818         * tests/test-copy-file.sh: Likewise.
23819
23820 2008-06-02  Bruno Haible  <bruno@clisp.org>
23821
23822         * tests/test-file-has-acl.sh: Remove unused code.
23823
23824 2008-06-01  Bruno Haible  <bruno@clisp.org>
23825
23826         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
23827         (copy_acl): Just a wrapper around qcopy_acl that emits the error
23828         messages.
23829         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
23830
23831 2008-06-01  Bruno Haible  <bruno@clisp.org>
23832
23833         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
23834         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
23835         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
23836         APIs.
23837         * modules/acl-tests (configure.ac): Remove tests now contained in
23838         m4/acl.m4.
23839
23840 2008-06-02  Jim Meyering  <meyering@redhat.com>
23841
23842         announce-gen: use a better key-server host name
23843         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
23844         it may be more consistently reliable.  Suggested by Werner Koch
23845         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
23846
23847 2008-06-01  Bruno Haible  <bruno@clisp.org>
23848
23849         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
23850         Reported by Voroskoi Andras <voroskoi@gmail.com>.
23851
23852 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
23853
23854         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
23855
23856 2008-06-01  Bruno Haible  <bruno@clisp.org>
23857
23858         New ACL tests.
23859         * tests/test-file-has-acl.sh: New file.
23860         * tests/test-file-has-acl.c: New file.
23861         * tests/test-set-mode-acl.sh: New file.
23862         * tests/test-set-mode-acl.c: New file.
23863         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
23864         * tests/test-copy-acl.c: New file.
23865         * modules/acl-tests: New file, based on modules/copy-file-tests.
23866         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
23867         (Depends-on): Add acl-tests.
23868         (configure.ac): Remove checks.
23869         (Makefile.am): Don't create test-sameacls program here any more.
23870
23871 2008-06-01  Bruno Haible  <bruno@clisp.org>
23872
23873         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
23874         * tests/test-sameacls.c: Include progname.h.
23875         (main): Invoke set_program_name. Portability fixes for MacOS X,
23876         Solaris, HP-UX.
23877
23878 2008-06-01  Bruno Haible  <bruno@clisp.org>
23879
23880         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
23881         function.
23882         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
23883
23884 2008-06-01  Bruno Haible  <bruno@clisp.org>
23885
23886         * modules/rpmatch (Depends-on): Add strdup.
23887
23888 2008-06-01  Bruno Haible  <bruno@clisp.org>
23889
23890         * lib/pipe.c: Include unistd-safer.h.
23891         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
23892         * modules/pipe (Depends-on): Add unistd-safer.
23893
23894 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23895
23896         * modules/autobuild (configure.ac): Call AB_INIT.
23897
23898 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23899
23900         * tests/test-getaddrinfo.c: Don't print debug messages by default.
23901         Suggested by Bruno Haible <bruno@clisp.org>.
23902
23903 2008-05-30  Simon Josefsson  <simon@josefsson.org>
23904
23905         * tests/test-base64.c: Cast size_t to unsigned long when invoking
23906         printf.  Use %lu instead of %d.  Reported by Bruno Haible
23907         <bruno@clisp.org>.
23908
23909 2008-05-29  Eric Blake  <ebb9@byu.net>
23910
23911         Prefer new POSIX 200x interfaces over futimesat.
23912         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
23913         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
23914         when available.
23915         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
23916
23917 2008-05-28  Bruno Haible  <bruno@clisp.org>
23918
23919         * modules/stpcpy (License): Change to LGPLv2+.
23920         Requested by David Lutterkort <dlutter@redhat.com>.
23921
23922 2008-05-27  Bruno Haible  <bruno@clisp.org>
23923
23924         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
23925         current mingw.
23926         Reported by Jose E. Marchesi <jemarch@gnu.org>.
23927
23928 2008-05-27  Bruno Haible  <bruno@clisp.org>
23929
23930         * modules/iconv_open (Link): New section, from module 'iconv'.
23931         * modules/striconv (Link): Likewise.
23932         * modules/striconveh (Link): Likewise.
23933         * modules/xstriconv (Link): Likewise.
23934         * modules/unicodeio (Link): Likewise.
23935         * modules/propername (Link): Likewise.
23936         Reported by Jim Meyering.
23937
23938 2008-05-26  Jim Meyering  <meyering@redhat.com>
23939
23940         sha256: do not artificially restrict buffer length to be < 2^32
23941         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
23942         uint32_t to size_t.
23943         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
23944         to match.
23945
23946         avoid unaligned access errors, e.g., on sparc
23947         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
23948         direct access through a possibly-unaligned uint64* pointer.
23949         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
23950         direct access through a possibly-unaligned uint32* pointer.
23951         Prompted by this patch from Tom "spot" Callaway:
23952         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
23953
23954         sha512.c: fix typo in comment
23955         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
23956
23957 2008-05-25  Bruno Haible  <bruno@clisp.org>
23958
23959         * lib/set-mode-acl.c: Renamed from lib/acl.c.
23960         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
23961         (Makefile.am): Update lib_SOURCES.
23962
23963 2008-05-25  Bruno Haible  <bruno@clisp.org>
23964
23965         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
23966
23967 2008-05-25  Jim Meyering  <meyering@redhat.com>
23968
23969         useless-if-before-free: freed expr may have white-space differences
23970         * build-aux/useless-if-before-free: Recognize cases in which the
23971         freed expression differs from the tested one in embedded white
23972         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
23973         $1 was used, so we can't make any regexp shy.  Improved tests now
23974         detect this.
23975
23976         useless-if-before-free: accept white space in the expression.
23977         * build-aux/useless-if-before-free: For now, any white space
23978         in the expression must be identical in the free argument.
23979
23980         useless-if-before-free: efficiency tweak
23981         * build-aux/useless-if-before-free: Make the expression-matching
23982         regexp "shy".
23983         Make the *outer* regexp shy, not the expr-matching one.
23984
23985         update code-in-comment to accept cast of free arg
23986         * build-aux/useless-if-before-free: Update regexp.
23987
23988 2008-05-25  Bruno Haible  <bruno@clisp.org>
23989
23990         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
23991         * modules/copy-file-tests (Files, Makefile.am): Update.
23992         * tests/test-copy-file.c (func_test_copy): Update.
23993
23994 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
23995
23996         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
23997
23998 2008-05-23  Bruno Haible  <bruno@clisp.org>
23999
24000         Improve support for ACLs on OSF/1.
24001         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24002         Remove fallback for unknown flavors of ACLs.
24003
24004 2008-05-22  Bruno Haible  <bruno@clisp.org>
24005
24006         Add support for ACLs on OSF/1.
24007         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24008         replacements.
24009         (acl_free_text): New macro fallback.
24010         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24011         acl_free.
24012         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24013         acl_free_text function. Require AC_C_INLINE.
24014
24015 2008-05-22  Bruno Haible  <bruno@clisp.org>
24016
24017         Make copy_acl work on MacOS X 10.5.
24018         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24019         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24020         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24021         If MODE_INSIDE_ACL, don't assume that every system has the same text
24022         representation for ACLs as FreeBSD.
24023         * lib/copy-acl.c (copy_acl): Add support for platforms with
24024         !MODE_INSIDE_ACL.
24025         * lib/file-has-acl.c (file_has_acl): Likewise.
24026         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24027         FreeBSD, MacOS X, or IRIX, respectively.
24028
24029 2008-05-22  Bruno Haible  <bruno@clisp.org>
24030
24031         * lib/acl.h: Don't include <sys/acl.h>.
24032         (GETACLCNT): Move fallback to lib/acl-internal.h.
24033         * lib/acl-internal.h: Include <sys/acl.h> here.
24034         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24035
24036 2008-05-22  Bruno Haible  <bruno@clisp.org>
24037
24038         Split off copy_acl function to separate file.
24039         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24040         * lib/acl.c (copy_acl): Moved function to separate file.
24041         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24042         * modules/acl (Files): Add lib/copy-acl.c.
24043         (Makefiles.am): Augment lib_SOURCES.
24044
24045 2008-05-22  Bruno Haible  <bruno@clisp.org>
24046
24047         * modules/copy-file-tests: New file.
24048         * tests/test-copy-file.sh: New file.
24049         * tests/test-copy-file.c: New file.
24050         * tests/test-copy-file-sameacls.c: New file.
24051
24052 2008-05-22  Eric Blake  <ebb9@byu.net>
24053
24054         Avoid gcc warning.
24055         * tests/test-memcmp.c (main): Pass NULL indirectly.
24056
24057 2008-05-21  Bruno Haible  <bruno@clisp.org>
24058
24059         Add reference doc about ACLs.
24060         * doc/acl-resources.txt: New file.
24061         * doc/acl-cygwin.txt: New file.
24062
24063 2008-05-21  Bruno Haible  <bruno@clisp.org>
24064
24065         Avoid one more warning from gcc.
24066         * lib/vasnprintf.c (IF_LINT): Update comments.
24067         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24068
24069 2008-05-21  Jim Meyering  <meyering@redhat.com>
24070
24071         avoid a warning from gcc
24072         * lib/vasnprintf.c (IF_LINT): Define.
24073         (scale10_round_decimal_long_double):
24074         Use it to avoid a "may be used uninitialized" warning.
24075         (scale10_round_decimal_double): Likewise.
24076
24077 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24078
24079         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24080         declared.
24081
24082 2008-05-20  Bruno Haible  <bruno@clisp.org>
24083
24084         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24085         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24086
24087 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24088
24089         * modules/memcmp-tests: New file.
24090         * tests/test-memcmp.c: New file.
24091
24092 2008-05-19  Bruno Haible  <bruno@clisp.org>
24093
24094         * modules/propername (Notice, configure.ac): Put quoted "..." into
24095         --keyword option.
24096         * lib/propername.h: Update comments accordingly.
24097         Reported by Eric Blake.
24098
24099 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24100
24101         * modules/getpass-gnu (Depends-on): Add fseeko.
24102
24103 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24104
24105         * modules/base64-tests: New file.
24106
24107 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24108
24109         * lib/base64.c (base64_decode_ctx): If a decode context structure
24110         was passed in use it to ignore newlines.  If a context structure
24111         was _not_ passed in, continue to treat newlines as garbage (this
24112         is the historical behavior).  Formerly base64_decode.
24113         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24114         takes a decode context structure.
24115         * lib/base64.h (base64_decode): Macro for four-argument calls.
24116         (base64_decode_alloc): Likewise.
24117         * lib/base64.c (base64_decode_ctx): If a decode context structure
24118         was passed in use it to ignore newlines.  If a context structure
24119         was _not_ passed in, continue to treat newlines as garbage (this
24120         is the historical behavior).  Formerly base64_decode.
24121         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24122         takes a decode context structure.
24123         * lib/base64.h (base64_decode): Macro for four-argument calls.
24124         (base64_decode_alloc): Likewise.
24125
24126 2008-05-19  Jim Meyering  <meyering@redhat.com>
24127
24128         avoid a warning from gcc
24129         * lib/trim.c (IF_LINT): Define.
24130         (trim2): Use it to avoid a "may be used uninitialized" warning.
24131
24132         Fix doc typo.
24133         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24134
24135 2008-05-19  Bruno Haible  <bruno@clisp.org>
24136
24137         * doc/glibc-functions/getpass.texi: Document limits of other
24138         implementations.
24139
24140 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24141             Bruno Haible <bruno@clisp.org>
24142
24143         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24144
24145 2008-05-18  Bruno Haible  <bruno@clisp.org>
24146
24147         * modules/propername: New file, from GNU gettext.
24148         * lib/propername.h: New file, from GNU gettext.
24149         * lib/propername.c: New file, from GNU gettext.
24150         * MODULES.html.sh (Internationalization functions): Add propername.
24151
24152 2008-05-16  Jim Meyering  <meyering@redhat.com>
24153             Bruno Haible  <bruno@clisp.org>
24154
24155         Avoid some warnings from "gcc -Wshadow".
24156         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24157
24158 2008-05-15  Eric Blake  <ebb9@byu.net>
24159
24160         Extend previous patch to cygwin 1.7.0.
24161         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24162         fast implementation in cygwin >= 1.7.0.
24163         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24164         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24165
24166 2008-05-15  Bruno Haible  <bruno@clisp.org>
24167
24168         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24169         implementation in glibc >= 2.9.
24170         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24171         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24172
24173 2008-05-15  Bruno Haible  <bruno@clisp.org>
24174
24175         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24176         (Unicode string functions): Add unilbrk/*.
24177         Reported by Karl Berry.
24178
24179 2008-05-15  Eric Blake  <ebb9@byu.net>
24180
24181         Fix violation of <stdbool.h> replacement in regex.
24182         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24183         * lib/regexec.c (re_search_internal): Likewise.
24184         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24185
24186 2008-05-15  Jim Meyering  <meyering@redhat.com>
24187
24188         avoid distracting test output when git or cvs is not found
24189         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24190         * tests/test-vc-list-files-git.sh: Likewise.
24191
24192 2008-05-15  Eric Blake  <ebb9@byu.net>
24193
24194         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24195         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24196         glibc version.
24197         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24198         * doc/posix-functions/strstr.texi (strstr): Likewise.
24199         * lib/str-two-way.h (MAX): Sychronize with glibc.
24200
24201 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24202
24203         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24204         opr.ctx_type.
24205         (calc_first): Initialize constraint field.
24206         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24207         Fix grammar.
24208         (duplicate_node): Merge constraint field for all node types.
24209         (calc_eclosure_iter): Look at constraint field for all node types.
24210         * lib/regex_internal.c (create_cd_newstate): Don't look at
24211         opr.ctx_type.
24212
24213 2008-05-14  Bruno Haible  <bruno@clisp.org>
24214
24215         Help GCC to do better code generation.
24216         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24217         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24218         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24219         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24220         Declare with attribute 'malloc' if supported.
24221
24222 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24223
24224         use "echo STR|wc -c" rather than unportable "expr length STR"
24225         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24226         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24227
24228 2008-05-14  Jim Meyering  <meyering@redhat.com>
24229
24230         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24231         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24232         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24233         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24234         via Collin Lasse.
24235
24236 2008-05-14  Eric Blake  <ebb9@byu.net>
24237
24238         Avoid quadratic growth in gl_LIBSOURCES.
24239         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24240         Suggested by Bruno Haible.
24241
24242         Test xmemdup0.
24243         * modules/xmemdup0-tests: New file.
24244         * tests/test-xmemdup0.c: Likewise.
24245
24246 2008-05-13  Eric Blake  <ebb9@byu.net>
24247
24248         Split xmemdup0 into its own module.
24249         * modules/xmemdup0: New file.
24250         * lib/xmemdup0.h: Likewise.
24251         * lib/xmemdup0.c: Likewise.
24252         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24253         * lib/xalloc.h (xmemdup0): Remove.
24254         * lib/xmalloc.c (xmemdup0): Likewise.
24255
24256 2008-05-13  Eric Blake  <ebb9@byu.net>
24257             Bruno Haible  <bruno@clisp.org>
24258
24259         Reduce number of forks required during autoconf.
24260         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24261         and gl_LIBSOURCES_DIR.
24262         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24263         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24264         m4_syscmd per file.
24265         <m4_foreach_w>: Move...
24266         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24267
24268 2008-05-13  Eric Blake  <ebb9@byu.net>
24269
24270         * gnulib-tool: Fix various comment typos.
24271
24272 2008-05-12  Bruno Haible  <bruno@clisp.org>
24273
24274         Tailor the linebreaking algorithm.
24275         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24276
24277 2008-05-12  Bruno Haible  <bruno@clisp.org>
24278
24279         Update to Unicode 5.0.0.
24280         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24281         LBP_JV, LBP_JT. Redistribute values.
24282         (unilbrk_table): Change size.
24283         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24284         Unicode TR#14 rev. 22.
24285         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24286         LBP_JV, LBP_JT. Redistribute values.
24287         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24288         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24289         Update.
24290         * lib/unilbrk/lbrkprop1.h: Regenerated.
24291         * lib/unilbrk/lbrkprop2.h: Regenerated.
24292         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24293         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24294         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24295         Likewise.
24296         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24297         Likewise.
24298         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24299         result.
24300         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24301         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24302         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24303         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24304         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24305         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24306
24307 2008-05-11  Bruno Haible  <bruno@clisp.org>
24308
24309         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24310
24311 2008-05-11  Bruno Haible  <bruno@clisp.org>
24312
24313         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24314         * modules/unilbrk/gen-lbrk: New file.
24315
24316 2008-05-11  Bruno Haible  <bruno@clisp.org>
24317
24318         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24319         * m4/sha512.m4 (gl_SHA512): Likewise.
24320
24321 2008-05-11  Jim Meyering  <meyering@redhat.com>
24322
24323         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24324         * modules/crypto/sha256: New file.
24325         * modules/crypto/sha512: Likewise.
24326         * lib/sha256.c: Likewise.
24327         * lib/sha256.h: Likewise.
24328         * lib/sha512.c: Likewise.
24329         * lib/sha512.h: Likewise.
24330         * lib/u64.h: Likewise.
24331         * m4/sha256.m4: Likewise.
24332         * m4/sha512.m4: Likewise.
24333         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24334
24335 2008-05-10  Bruno Haible  <bruno@clisp.org>
24336
24337         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24338         (Input/Output <stdio.h>): Add xprintf.
24339         (Signal handling <signal.h>): Add strsignal.
24340         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24341         (Core language properties): Add func.
24342         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24343         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24344         strings.
24345         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24346         (Input/output): New section.
24347         (File system functions): Add openat-die, stat-macros.
24348         (Networking functions): Add sockets.
24349         (Unicode string functions): Add unictype/*.
24350         (Support for building libraries and executables): Add gperf.
24351         (Support for building documentation): Add agpl-3.0.
24352         (Misc): Add nocrash.
24353
24354 2008-05-10  Bruno Haible  <bruno@clisp.org>
24355
24356         * modules/unictype/gen-ctype: New file.
24357
24358 2008-05-10  Jim Meyering  <meyering@redhat.com>
24359
24360         Make chdir-safer.c more efficient on a system with no symlinks.
24361         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24362         also if ELOOP is zero.  Suggested by Bruno Haible.
24363
24364         Make chdir-safer.c slightly safer.
24365         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24366         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24367
24368         Avoid compile failure on systems without ELOOP (like mingw).
24369         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24370         Reported by Bruno Haible.
24371
24372 2008-05-10  Bruno Haible  <bruno@clisp.org>
24373
24374         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24375         (is_utf8_encoding): Use a case-insensitive comparison.
24376         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24377         streq.
24378
24379 2008-05-10  Bruno Haible  <bruno@clisp.org>
24380
24381         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24382         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24383         * lib/unilbrk/ulc-common.h (iconv_string_length,
24384         iconv_string_keeping_offsets): Remove declarations.
24385         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24386         Don't include <iconv.h>, streq.h, xsize.h.
24387         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24388         conversion.
24389         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24390         <iconv.h>, streq.h, xsize.h.
24391         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24392         conversion.
24393         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24394         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24395         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24396         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24397
24398 2008-05-10  Bruno Haible  <bruno@clisp.org>
24399
24400         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24401         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24402
24403         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24404         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24405
24406         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24407         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24408
24409         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24410         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24411
24412         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24413         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24414
24415         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24416         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24417
24418         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24419         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24420
24421         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24422         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24423
24424 2008-05-10  Bruno Haible  <bruno@clisp.org>
24425
24426         Split up 'linebreak' module.
24427         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24428         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24429         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24430         modifications.
24431         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24432         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24433         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24434         lib/linebreak.c.
24435         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24436         lib/linebreak.c.
24437         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24438         lib/linebreak.c.
24439         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24440         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24441         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24442         lib/linebreak.c.
24443         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24444         lib/linebreak.c.
24445         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24446         lib/linebreak.c.
24447         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24448         lib/linebreak.c.
24449         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24450         lib/linebreak.c.
24451         * modules/unilbrk/base: New file.
24452         * modules/unilbrk/tables: New file.
24453         * modules/unilbrk/u8-possible-linebreaks: New file.
24454         * modules/unilbrk/u16-possible-linebreaks: New file.
24455         * modules/unilbrk/u32-possible-linebreaks: New file.
24456         * modules/unilbrk/ulc-common: New file.
24457         * modules/unilbrk/ulc-possible-linebreaks: New file.
24458         * modules/unilbrk/u8-width-linebreaks: New file.
24459         * modules/unilbrk/u16-width-linebreaks: New file.
24460         * modules/unilbrk/u32-width-linebreaks: New file.
24461         * modules/unilbrk/ulc-width-linebreaks: New file.
24462         * lib/linebreak.h: Remove file.
24463         * lib/linebreak.c: Remove file.
24464         * m4/linebreak.m4: Remove file.
24465         * modules/linebreak: Remove file.
24466         * NEWS: Mention the changes.
24467
24468 2008-05-09  Eric Blake  <ebb9@byu.net>
24469
24470         Add xmemdup0.
24471         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24472         implementation.
24473         * lib/xmalloc.c (xmemdup0): New C implementation.
24474
24475 2008-05-08  Bruno Haible  <bruno@clisp.org>
24476
24477         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24478
24479 2008-05-07  Eric Blake  <ebb9@byu.net>
24480
24481         Support cross-compilation of <wctype.h>.
24482         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24483         AC_CACHE_CHECK.
24484
24485 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24486
24487         * build-aux/vc-list-files: Add support for bzr.
24488
24489 2008-05-03  Jim Meyering  <meyering@redhat.com>
24490
24491         avoid failed assertion with tight malloc
24492         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24493
24494 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24495
24496         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24497         are needed from arpa/inet.h.
24498         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24499         Reported by Bruno Haible.
24500
24501 2008-05-02  Jim Meyering  <meyering@redhat.com>
24502
24503         avoid compilation error on FreeBSD 6
24504         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24505
24506 2008-05-01  Jim Meyering  <meyering@redhat.com>
24507
24508         useless-if-before-free: correct --help's exit status description
24509         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24510         for one or more matches, etc.  Reported by Bruno Haible.
24511
24512         vc-list-files: make the stand-alone gnulib test work
24513         * modules/vc-list-files-tests (configure.ac):
24514         Define and AC_SUBST abs_aux_dir.
24515         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24516         $(abs_top_srcdir) to each script and having each of them
24517         duplicate the work of setting PATH, set PATH here, using
24518         the new variable, abs_aux_dir instead.
24519         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24520         * tests/test-vc-list-files-git.sh: Likewise.
24521         Reported by Bruno Haible.
24522
24523 2008-05-01  Bruno Haible  <bruno@clisp.org>
24524
24525         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24526         reallocation. Rename 'done' to 'found_delimiter'.
24527
24528 2008-05-01  Jim Meyering  <meyering@redhat.com>
24529
24530         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24531         * build-aux/vc-list-files: Use `...`, not $(...).
24532
24533 2008-04-30  Jim Meyering  <meyering@redhat.com>
24534
24535         add tests for vc-list-files
24536         * modules/vc-list-files-tests: New module.
24537         * tests/test-vc-list-files-cvs.sh: New file.
24538         * tests/test-vc-list-files-git.sh: New file.
24539
24540         avoid a warning from gcc
24541         * lib/getndelim2.c (IF_LINT): Define.
24542         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24543
24544         vc-list-files: work properly with build-aux/cvsu, too
24545         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24546         to all cvs-based clauses.
24547
24548         vc-list-files: work properly in the CVS+awk case, too
24549         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24550
24551         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24552         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24553         take more than one file argument, so .  Add quotes, just in case $dir
24554         ever contains a shell meta-character.  Prompted by Soren Hansen in
24555         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24556
24557 2008-04-29  Eric Blake  <ebb9@byu.net>
24558
24559         Optimize getndelim2 to use block operations when possible.
24560         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24561         freadseek, and memchr2.
24562         * lib/getndelim2.c (getndelim2): Use them for block reads.
24563
24564 2008-04-29  Bruno Haible  <bruno@clisp.org>
24565
24566         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24567         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24568         * modules/inet_ntop (Depends-on): Add extensions.
24569         * modules/inet_pton (Depends-on): Likewise.
24570         Reported by Simon Josefsson.
24571
24572 2008-04-29  Jim Meyering  <meyering@redhat.com>
24573
24574         When the is more than one match in a block, match all of them.
24575         * build-aux/useless-if-before-free: Iterate through each block
24576         until there are no more matches.
24577
24578         Fix broken useless-if-before-free script.
24579         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24580         the expression to match cast of argument to free-like function.
24581
24582 2008-04-29  Eric Blake  <ebb9@byu.net>
24583
24584         Use new header.
24585         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24586
24587 2008-04-29  Jim Meyering  <meyering@redhat.com>
24588
24589         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24590         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24591         by gnulib to exist and to declare e.g., inet_ntop.
24592         Don't include "inet_ntop.h", now removed.
24593
24594         * m4/arpa_inet_h.m4: Remove trailing blanks.
24595
24596 2008-04-29  Eric Blake  <ebb9@byu.net>
24597
24598         Silence valgrind on safe reads beyond potential array bounds.
24599         * lib/rawmemchr.valgrind: New file.
24600         * lib/strchrnul.valgrind: Likewise.
24601         * modules/rawmemchr (Files): Distribute new file.
24602         * modules/strchrnul (Files): Likewise.
24603         Suggested by Bruno Haible.
24604
24605 2008-04-29  Bruno Haible  <bruno@clisp.org>
24606
24607         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24608         (inet_ntop, inet_pton): Change portability warning's wording.
24609         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24610         Invoke gl_CHECK_NEXT_HEADERS.
24611         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24612         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24613         set ARPA_INET_H.
24614         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24615         * modules/arpa_inet (Description): No longer only for systems that
24616         lack it.
24617         (Depends-on): Add include_next.
24618         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24619         HAVE_ARPA_INET_H.
24620
24621 2008-04-29  Jim Meyering  <meyering@redhat.com>
24622
24623         * modules/mkdir (License): Re-license as LGPLv2+.
24624
24625 2008-04-29  Bruno Haible  <bruno@clisp.org>
24626
24627         * modules/rawmemchr (Maintainer): Set to Eric.
24628         * modules/strchrnul (Maintainer): Likewise.
24629
24630 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24631
24632         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24633         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24634
24635         * modules/arpa_inet (arpa/inet.h): Use them.
24636
24637 2008-04-28  Eric Blake  <ebb9@byu.net>
24638
24639         Test getndelim2.
24640         * modules/getndelim2-tests: New file.
24641         * tests/test-getndelim2.c: Likewise.
24642         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24643         stream.
24644         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24645
24646         * MODULES.html.sh: Document new module.
24647
24648 2008-04-20  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/c-stack.c (die): Use raise.
24651         * modules/c-stack (Depends-on): Add raise.
24652
24653 2008-04-28  Bruno Haible  <bruno@clisp.org>
24654
24655         Expect rpmatch to be declared.
24656         * lib/yesno.c (rpmatch): Remove declaration.
24657
24658         Declare rpmatch.
24659         * lib/stdlib.in.h (rpmatch): New declaration.
24660         * lib/rpmatch.c: Include <stdlib.h> first.
24661         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
24662         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
24663         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
24664         HAVE_RPMATCH.
24665         * modules/rpmatch (Depends-on): Add stdlib, extensions.
24666         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
24667         (Include): Set to <stdlib.h>.
24668         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
24669         HAVE_RPMATCH.
24670         * NEWS: Document the change.
24671
24672 2008-04-28  Bruno Haible  <bruno@clisp.org>
24673
24674         Change rpmatch to use nl_langinfo when appropriate.
24675         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
24676         (N_): New macro.
24677         (localized_pattern): New function/macro.
24678         (try): Remove match, nomatch arguments. Copy the pattern into safe
24679         memory before caching it.
24680         (rpmatch): Use localized_pattern. Add translator comments.
24681         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
24682         Suggested by Eric Blake.
24683         * modules/rpmatch (Depends-on): Add stdbool.
24684
24685 2008-04-28  Eric Blake  <ebb9@byu.net>
24686
24687         Add rawmemchr module, matching glibc.
24688         * modules/string (Makefile.am): New indicator.
24689         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
24690         * lib/string.in.h (rawmemchr): Declare when appropriate.
24691         * modules/rawmemchr: New file.
24692         * m4/rawmemchr.m4: Likewise.
24693         * lib/rawmemchr.c: Likewise.
24694         * modules/rawmemchr-tests: Likewise.
24695         * tests/test-rawmemchr.c: Likewise.
24696         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
24697         module.
24698         * modules/strchrnul (Depends-on): Add rawmemchr.
24699         * lib/strchrnul.c (strchrnul): Optimize a corner case.
24700
24701         Whitespace cleanup.
24702         * tests/test-strchrnul.c: Reindent.
24703         * lib/strchrnul.c: Likewise.
24704
24705         Optimize and test strchrnul.
24706         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
24707         * modules/strchrnul-tests: New file.
24708         * tests/test-strchrnul.c: Likewise.
24709
24710         Remove intprops dependency.
24711         * modules/memchr (Depends-on): Remove intprops.
24712         * modules/memrchr (Depends-on): Likewise.
24713         * modules/memchr2 (Depends-on): Likewise.
24714         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
24715         * lib/memrchr.c (__memrchr): Likewise.
24716         * lib/memrchr2.c (memchr2): Likewise.
24717         Reported by Simon Josefsson.
24718
24719 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24720
24721         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
24722         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24723
24724 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24725
24726         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
24727
24728         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
24729
24730         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
24731
24732         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
24733         declarations.
24734         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
24735
24736         * m4/inet_pton.m4: Don't check for header files.
24737
24738         * m4/inet_ntop.m4: Don't check for header files.
24739
24740 2008-04-28  Simon Josefsson  <simon@josefsson.org>
24741
24742         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
24743         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
24744         trigger for cygwin).
24745         Reported by Bruno Haible  <bruno@clisp.org>.
24746
24747 2008-04-28  Bruno Haible  <bruno@clisp.org>
24748
24749         * doc/posix-functions/strdup.texi: Mention mingw problem.
24750
24751 2008-04-27  Bruno Haible  <bruno@clisp.org>
24752
24753         * modules/stat-time-tests (Depends-on): Add sleep.
24754         * tests/test-stat-time.c (force_unlink): New function.
24755         (cleanup): Use it.
24756         (test_mtime): Remove the ctime related tests.
24757         (test_ctime): New function, containing the ctime related tests.
24758         (main): Call test_ctime, except on native Windows platforms.
24759
24760 2008-04-27  Bruno Haible  <bruno@clisp.org>
24761
24762         * lib/rpmatch.c (rpmatch): Add some comments.
24763         Reported by James Youngman <jay@gnu.org>.
24764
24765 2008-04-27  Bruno Haible  <bruno@clisp.org>
24766
24767         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
24768         quiet NaNs.
24769
24770 2008-04-27  Bruno Haible  <bruno@clisp.org>
24771
24772         Make test-yesno.sh work on mingw.
24773         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
24774         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
24775         (main): Set stdin to binary mode.
24776         * modules/yesno-tests (Depends-on): Add binary-io.
24777
24778 2008-04-27  Bruno Haible  <bruno@clisp.org>
24779
24780         Fix 'isfinite' on x86, x86_64, ia64 platforms.
24781         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
24782         argument that lie outside the IEEE 854 domain.
24783         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
24784         (gl_ISFINITE): Use it.
24785         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
24786
24787 2008-04-27  Bruno Haible  <bruno@clisp.org>
24788
24789         Allow local renaming in config.h.
24790         * lib/memrchr.c (memrchr): Don't undefine outside libc.
24791
24792 2008-04-27  Bruno Haible  <bruno@clisp.org>
24793
24794         * lib/memchr.c (__memchr): Change type of 'i'.
24795         * lib/memchr2.c (memchr2): Likewise.
24796
24797 2008-04-26  Eric Blake  <ebb9@byu.net>
24798         and Bruno Haible  <bruno@clisp.org>
24799
24800         Optimize and test memrchr.
24801         * modules/memrchr (Depends-on): Add intprops.
24802         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
24803         * modules/memrchr-tests: New file.
24804         * tests/test-memrchr.c: New file.
24805
24806 2008-04-26  Bruno Haible  <bruno@clisp.org>
24807
24808         Add tentative support for DragonFly BSD.
24809         * lib/stdio-impl.h: Add macros for DragonFly BSD.
24810         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
24811         fp.
24812         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24813         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
24814         * lib/fpurge.c (fpurge): Likewise.
24815         * lib/freadable.c (freaadable): Likewise.
24816         * lib/freadahead.c (freadahead): Likewise.
24817         * lib/freading.c (freading): Likewise.
24818         * lib/freadptr.c (freadptr): Likewise.
24819         * lib/freadseek.c (freadptrinc): Likewise.
24820         * lib/fseeko.c (fseeko): Likewise.
24821         * lib/fseterr.c (fseterr): Likewise.
24822         * lib/fwritable.c (fwritable): Likewise.
24823         * lib/fwriting.c (fwriting): Likewise.
24824
24825 2008-04-26  Bruno Haible  <bruno@clisp.org>
24826
24827         * lib/stdio-impl.h: New file.
24828         * lib/fbufmode.c: Include stdio-impl.h.
24829         (fbufmode): Use fp_, remove redundant #defines.
24830         * lib/fflush.c: Include stdio-impl.h.
24831         (clear_ungetc_buffer): Remove redundant #defines.
24832         * lib/fpurge.c: Include stdio-impl.h.
24833         (fpurge): Remove redundant #defines.
24834         * lib/freadable.c: Include stdio-impl.h.
24835         (freadable): Remove redundant #defines.
24836         * lib/freadahead.c: Include stdio-impl.h.
24837         (freadahead): Remove redundant #defines.
24838         * lib/freading.c: Include stdio-impl.h.
24839         (freading): Remove redundant #defines.
24840         * lib/freadptr.c: Include stdio-impl.h.
24841         (freadptr): Remove redundant #defines.
24842         * lib/freadseek.c: Include stdio-impl.h.
24843         (freadptrinc): Remove redundant #defines.
24844         * lib/fseeko.c: Include stdio-impl.h.
24845         (rpl_fseeko): Remove redundant #defines.
24846         * lib/fseterr.c: Include stdio-impl.h.
24847         (fseterr): Remove redundant #defines.
24848         * lib/fwritable.c: Include stdio-impl.h.
24849         (fwritable: Remove redundant #defines.
24850         * lib/fwriting.c: Include stdio-impl.h.
24851         (fwriting): Remove redundant #defines.
24852         * modules/fbufmode (Files): Add lib/stdio-impl.h.
24853         * modules/fflush (Files): Likewise.
24854         * modules/fpurge (Files): Likewise.
24855         * modules/freadable (Files): Likewise.
24856         * modules/freadahead (Files): Likewise.
24857         * modules/freading (Files): Likewise.
24858         * modules/freadptr (Files): Likewise.
24859         * modules/freadseek (Files): Likewise.
24860         * modules/fseeko (Files): Likewise.
24861         * modules/fseterr (Files): Likewise.
24862         * modules/fwritable (Files): Likewise.
24863         * modules/fwriting (Files): Likewise.
24864
24865 2008-04-26  Bruno Haible  <bruno@clisp.org>
24866
24867         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
24868         restore_seek_optimization, update_fpos_cache): New functions, extracted
24869         from rpl_fflush.
24870         (rpl_fflush): Use them.
24871         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
24872         (gl_REPLACE_FFLUSH): Use it.
24873
24874 2008-04-26  Bruno Haible  <bruno@clisp.org>
24875
24876         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
24877         on Solaris.
24878         * tests/test-xstrtoimax.sh: Likewise.
24879         * tests/test-xstrtoumax.sh: Likewise.
24880         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
24881
24882 2008-04-26  Bruno Haible  <bruno@clisp.org>
24883
24884         * modules/memchr-tests: New file.
24885         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
24886
24887 2008-04-26  Eric Blake  <ebb9@byu.net>
24888             Bruno Haible  <bruno@clisp.org>
24889
24890         * lib/memchr.c: Include intprops.h.
24891         (__memchr): Optimize parallel detection of matching bytes. Rename local
24892         variables. Add explanatory comments.
24893
24894 2008-04-26  Bruno Haible  <bruno@clisp.org>
24895
24896         Fix module 'memchr', broken since 2000-10-28.
24897         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
24898
24899 2008-04-26  Bruno Haible  <bruno@clisp.org>
24900
24901         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
24902         comments.
24903
24904 2008-04-25  Eric Blake  <ebb9@byu.net>
24905
24906         Use native fstatat on cygwin 1.7.0.
24907         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
24908         first.
24909
24910 2008-04-23  Eric Blake  <ebb9@byu.net>
24911
24912         Improve memchr2 performance.
24913         * lib/memchr2.c (memchr2): Further optimize parallel detection of
24914         NUL bytes.
24915         * modules/memchr2 (Depends-on): Use intprops.h.
24916
24917 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24918
24919         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
24920         an inline function instead of a CPP macro.  Patch by Ben Pfaff
24921         <blp@cs.stanford.edu>.
24922
24923 2008-04-23  Simon Josefsson  <simon@josefsson.org>
24924
24925         * lib/arpa_inet.in.h: New file.
24926
24927         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
24928         (Makefile.am): Sed in substitute header file.
24929
24930         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
24931         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
24932
24933         * modules/inet_ntop (configure.ac): Use
24934         gl_ARPA_INET_MODULE_INDICATOR.
24935
24936         * modules/inet_pton (configure.ac): Use
24937         gl_ARPA_INET_MODULE_INDICATOR.
24938
24939 2008-04-22  Jim Meyering  <meyering@redhat.com>
24940
24941         * modules/verify (License): Re-license as LGPLv2+.
24942
24943 2008-04-22  Simon Josefsson  <simon@josefsson.org>
24944
24945         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
24946         parameter to void* as per POSIX standard (MinGW uses char*).
24947
24948 2008-04-21  Bruno Haible  <bruno@clisp.org>
24949
24950         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
24951         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
24952         Define to replacements if REPLACE_ISWCNTRL is 1.
24953         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
24954         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
24955         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
24956         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
24957         what it fixes.
24958         * doc/posix-functions/iswalpha.texi: Likewise.
24959         * doc/posix-functions/iswblank.texi: Likewise.
24960         * doc/posix-functions/iswcntrl.texi: Likewise.
24961         * doc/posix-functions/iswdigit.texi: Likewise.
24962         * doc/posix-functions/iswgraph.texi: Likewise.
24963         * doc/posix-functions/iswlower.texi: Likewise.
24964         * doc/posix-functions/iswprint.texi: Likewise.
24965         * doc/posix-functions/iswpunct.texi: Likewise.
24966         * doc/posix-functions/iswspace.texi: Likewise.
24967         * doc/posix-functions/iswupper.texi: Likewise.
24968         * doc/posix-functions/iswxdigit.texi: Likewise.
24969         Reported by Alain Guibert.
24970
24971 2008-04-21  Bruno Haible  <bruno@clisp.org>
24972
24973         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
24974         Patch by Alain Guibert.
24975
24976 2008-04-21  Bruno Haible  <bruno@clisp.org>
24977
24978         Fix test failures on mingw.
24979         * tests/test-xstrtol.c (print_no_progname): New function.
24980         (main): Install it in error_print_progname hook.
24981         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
24982         * tests/test-xstrtoimax.sh: Likewise.
24983         * tests/test-xstrtoumax.sh: Likewise.
24984
24985 2008-04-21  Bruno Haible  <bruno@clisp.org>
24986
24987         Fix test failure on mingw.
24988         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
24989
24990 2008-04-21  Bruno Haible  <bruno@clisp.org>
24991
24992         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
24993         Actually assign a value.
24994
24995 2008-04-20  Bruno Haible  <bruno@clisp.org>
24996
24997         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
24998         take 2.
24999         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25000         'canonicalize-lgpl' module is also used.
25001         * lib/canonicalize-lgpl.c: Undo last change.
25002         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25003
25004 2008-04-20  Bruno Haible  <bruno@clisp.org>
25005
25006         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25007         config.h. Provide _mkdir based fallback for mingw.
25008         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25009         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25010         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25011         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25012         rather than defining mkdir in config.h.
25013         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25014         (gl_SYS_STAT_H_DEFAULTS): New macro.
25015         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25016         HAVE_IO_H any more.
25017         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25018         HAVE_DECL_MKDIR and HAVE_IO_H.
25019
25020 2008-04-20  Bruno Haible  <bruno@clisp.org>
25021
25022         * lib/isapipe.c: Port to native Windows platforms.
25023
25024 2008-04-20  Bruno Haible  <bruno@clisp.org>
25025
25026         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25027
25028 2008-04-21  Eric Blake  <ebb9@byu.net>
25029
25030         Work around preprocessors that don't handle UINTMAX_MAX.
25031         * lib/memchr2.c (memchr2): Avoid embedded #if.
25032         Reported by Alain Guibert, fix suggested by Bruno Haible.
25033
25034 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25035
25036         * doc/posix-functions/strftime.texi (strftime): Explain better
25037         Windows incompatibility.  Suggested by Micah Cowan
25038         <micah@cowan.name>.
25039
25040 2008-04-20  Bruno Haible  <bruno@clisp.org>
25041
25042         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25043         unistr/u8-mblen.
25044
25045 2008-04-20  Bruno Haible  <bruno@clisp.org>
25046
25047         Fix test failure on platforms with non-GNU iconv.
25048         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25049         (U_TO_U8): Use it, rather than u16_to_u8.
25050         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25051         units at the end of the input string.
25052         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25053
25054 2008-04-20  Bruno Haible  <bruno@clisp.org>
25055
25056         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25057         when the resulting length is 0.
25058         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25059
25060 2008-04-20  Bruno Haible  <bruno@clisp.org>
25061
25062         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25063         works.
25064         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25065
25066 2008-04-20  Bruno Haible  <bruno@clisp.org>
25067
25068         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25069         * modules/tsearch-tests (configure.ac): Test for initstate function.
25070
25071 2008-04-20  Bruno Haible  <bruno@clisp.org>
25072
25073         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25074         for nlink_t if missing.
25075         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25076
25077 2008-04-19  Bruno Haible  <bruno@clisp.org>
25078
25079         Work around snprintf bug on Linux libc5.
25080         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25081         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25082         gl_SNPRINTF_SIZE1.
25083         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25084         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25085         that test failed.
25086         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25087         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25088         * modules/snprintf (Files): Add m4/printf.m4.
25089         * modules/vsnprintf (Files): Likewise.
25090         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25091         * doc/posix-functions/vsnprintf.texi: Likewise.
25092
25093 2008-04-19  Bruno Haible  <bruno@clisp.org>
25094
25095         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25096         from 0.0058 to less than 10^-7.
25097
25098 2008-04-19  Bruno Haible  <bruno@clisp.org>
25099
25100         Fix rounding when a precision is given.
25101         * lib/vasnprintf.c (is_borderline): New function.
25102         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25103         9...9x.
25104         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25105         %e, %g.
25106         * tests/test-vasprintf-posix.c (test_function): Likewise.
25107         * tests/test-snprintf-posix.h (test_function): Likewise.
25108         * tests/test-sprintf-posix.h (test_function): Likewise.
25109         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25110         * tests/test-printf-posix.h (test_function): Likewise.
25111         * tests/test-printf-posix.output: Update.
25112         Reported by John Darrington <john@darrington.wattle.id.au> via
25113         Ben Pfaff <blp@cs.stanford.edu>.
25114
25115 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25116
25117         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25118         Suggested by Bruno Haible <bruno@clisp.org>.
25119
25120 2008-04-17  Bruno Haible  <bruno@clisp.org>
25121
25122         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25123         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25124         implementation.
25125         Patch by Bruce Merry <bmerry@gmail.com>.
25126
25127 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25128
25129         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25130         doesn't work under Windows.
25131
25132 2008-04-16  Bruno Haible  <bruno@clisp.org>
25133
25134         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25135         New macros.
25136         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25137         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25138         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25139         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25140         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25141         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25142         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25143         macros.
25144         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25145         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25146         Northern Sotho, Uighur.
25147
25148 2008-04-16  Bruno Haible  <bruno@clisp.org>
25149
25150         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25151         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25152         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25153         Reported by Daniel Bergström <daniel@octocode.com>.
25154
25155 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25156             Bruno Haible  <bruno@clisp.org>
25157
25158         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25159         function.
25160         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25161         New functions, mostly extracted from gl_locale_name_default.
25162         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25163
25164 2008-04-16  Eric Blake  <ebb9@byu.net>
25165
25166         Adjust strtod detection to catch glibc 2.7 bug.
25167         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25168         Reported by John Gatewood Ham.
25169
25170 2008-04-16  Bruno Haible  <bruno@clisp.org>
25171
25172         Add tentative support for Linux libc5.
25173         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25174         * lib/fpurge.c (fpurge): Likewise.
25175         * lib/freadable.c (freadable): Likewise.
25176         * lib/freadahead.c (freadahead): Likewise.
25177         * lib/freading.c (freading): Likewise.
25178         * lib/freadptr.c (freadptr): Likewise.
25179         * lib/freadseek.c (freadptrinc): Likewise.
25180         * lib/fseeko.c (rpl_fseeko): Likewise.
25181         * lib/fseterr.c (fseterr): Likewise.
25182         * lib/fwritable.c (fwritable): Likewise.
25183         * lib/fwriting.c (fwriting): Likewise.
25184         Reported by Alain Guibert <alguibert+bts@free.fr>.
25185
25186 2008-04-15  Bruno Haible  <bruno@clisp.org>
25187
25188         * modules/mathl (configure.ac): Define module indicator.
25189
25190 2008-04-15  Bruno Haible  <bruno@clisp.org>
25191
25192         * lib/logl.c (logl): Remove unused variables.
25193
25194 2008-04-15  Bruno Haible  <bruno@clisp.org>
25195
25196         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25197         fails.
25198
25199 2008-04-15  Bruno Haible  <bruno@clisp.org>
25200
25201         * lib/trim.c (trim2): Fix argument of isspace() macro.
25202
25203 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25204
25205         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25206         to 0.
25207         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25208
25209 2008-04-14  Bruno Haible  <bruno@clisp.org>
25210
25211         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25212         AC_LANG_PROGRAM argument.
25213         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25214         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25215         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25216         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25217         * m4/math_h.m4 (gl_MATH_H): Likewise.
25218         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25219         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25220         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25221         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25222         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25223         * m4/regex.m4 (gl_REGEX): Likewise.
25224         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25225         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25226         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25227         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25228         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25229         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25230         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25231         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25232
25233 2008-04-14  Jim Meyering  <meyering@redhat.com>
25234
25235         test-strtod: fix typos: s/abs/fabs/
25236         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25237
25238 2008-04-13  Bruno Haible  <bruno@clisp.org>
25239
25240         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25241         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25242         module is also used and while not building the reloc-wrapper.
25243
25244 2008-04-13  Bruno Haible  <bruno@clisp.org>
25245
25246         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25247
25248 2008-04-13  Bruno Haible  <bruno@clisp.org>
25249
25250         Fix AIX compilation failure introduced on 2008-04-02.
25251         * tests/test-frexp.c (exp): Undefine before redefining.
25252         * tests/test-frexpl.c (exp): Likewise.
25253
25254 2008-04-13  Bruno Haible  <bruno@clisp.org>
25255
25256         Work around a HP-UX stdio bug.
25257         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25258         * tests/test-ftello.c (main): Likewise.
25259         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25260         * doc/posix-functions/ftello.texi: Likewise.
25261
25262 2008-04-13  Bruno Haible  <bruno@clisp.org>
25263
25264         Make test-signbit pass on HP-UX/hppa.
25265         * tests/test-signbit.c (minus_zerol): New variable.
25266         (test_signbitl): Use it.
25267
25268 2008-04-13  Bruno Haible  <bruno@clisp.org>
25269
25270         Make truncl work on OSF/1 4.0.
25271         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25272         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25273         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25274         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25275         HAVE_DECL_TRUNCL.
25276         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25277         HAVE_DECL_TRUNCL.
25278         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25279
25280 2008-04-13  Bruno Haible  <bruno@clisp.org>
25281
25282         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25283
25284 2008-04-13  Bruno Haible  <bruno@clisp.org>
25285
25286         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25287         expression, so as to avoid HP-UX 11 cc compiler bug.
25288
25289 2008-04-13  Bruno Haible  <bruno@clisp.org>
25290
25291         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25292
25293 2008-04-13  Bruno Haible  <bruno@clisp.org>
25294
25295         * lib/git-merge-changelog.c: Remove empty declaration outside of
25296         functions.
25297
25298 2008-04-13  Bruno Haible  <bruno@clisp.org>
25299
25300         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25301
25302 2008-04-13  Bruno Haible  <bruno@clisp.org>
25303
25304         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25305         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25306         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25307         also if it exists but lacks definitions of the SHUT_* macros.
25308         * modules/sys_socket (Description): Update.
25309         Reported by Elbert Pol <e.pol@chello.nl>.
25310
25311 2008-04-13  Bruno Haible  <bruno@clisp.org>
25312
25313         * lib/localcharset.c (OS2): Don't redefine if already defined.
25314         Reported by Elbert Pol <e.pol@chello.nl>.
25315
25316 2008-04-13  Bruno Haible  <bruno@clisp.org>
25317
25318         * lib/binary-io.h [__EMX__]: Include <io.h>.
25319         Reported by Elbert Pol <e.pol@chello.nl>.
25320
25321 2008-04-12  Bruno Haible  <bruno@clisp.org>
25322
25323         * lib/fpucw.h: Enable the definitions also for x86_64.
25324         Needed for NetBSD/x86_64.
25325         Reported by Thomas Klausner <tk@giga.or.at>.
25326
25327 2008-04-12  Bruno Haible  <bruno@clisp.org>
25328
25329         * tests/test-strtod.c: Include isnand.h.
25330         (main): Use isnand instead of isnan.
25331         Reported by Jim Meyering.
25332
25333 2008-04-12  Bruno Haible  <bruno@clisp.org>
25334
25335         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25336         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25337
25338 2008-04-12  Jim Meyering  <meyering@redhat.com>
25339
25340         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25341
25342 2008-04-12  Bruno Haible  <bruno@clisp.org>
25343
25344         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25345         Reported by Elbert Pol <e.pol@chello.nl>.
25346
25347 2008-04-12  Eric Blake  <ebb9@byu.net>
25348
25349         Work around Solaris 10 math.h bug.
25350         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25351         (gl_MATH_H_DEFAULTS): Set up default.
25352         * modules/math (Makefile.am): Replace new indicators.
25353         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25354         * tests/test-math.c (main): Test this.
25355         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25356         * doc/posix-headers/math.texi (math.h): Mention bug.
25357         Reported by Nelson H. F. Beebe and Jim Meyering.
25358
25359 2008-04-11  Bruno Haible  <bruno@clisp.org>
25360
25361         Adapt to future versions of Apple GCC.
25362         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25363         Reported by Peter O'Gorman <peter@pogma.com>.
25364
25365 2008-04-11  Bruno Haible  <bruno@clisp.org>
25366
25367         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25368
25369 2008-04-11  Bruno Haible  <bruno@clisp.org>
25370
25371         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25372
25373         * modules/getaddrinfo-tests (Makefile.am): Define
25374         test_getaddrinfo_LDADD.
25375
25376 2008-04-11  Bruno Haible  <bruno@clisp.org>
25377
25378         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25379         (init): Fix syntax error.
25380         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25381         is declared.
25382
25383 2008-04-11  Bruno Haible  <bruno@clisp.org>
25384
25385         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25386         * modules/glob (Depends-on): Add stdbool.
25387
25388 2008-04-11  Bruno Haible  <bruno@clisp.org>
25389
25390         * lib/trim.c: Include <string.h>.
25391
25392 2008-04-11  Eric Blake  <ebb9@byu.net>
25393
25394         Avoid compile failure on OS/2.
25395         * lib/regex_internal.h (internal_function): Disable optimization
25396         on OS/2 (__EMX__), where it caused compiler error.
25397         Reported by Elbert Pol.
25398
25399 2008-04-11  Bruno Haible  <bruno@clisp.org>
25400
25401         Flush the standard error stream before aborting. Needed on mingw.
25402         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25403         * tests/test-array_list.c (ASSERT): Likewise.
25404         * tests/test-array_oset.c (ASSERT): Likewise.
25405         * tests/test-avltree_list.c (ASSERT): Likewise.
25406         * tests/test-avltree_oset.c (ASSERT): Likewise.
25407         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25408         * tests/test-binary-io.c (ASSERT): Likewise.
25409         * tests/test-byteswap.c (ASSERT): Likewise.
25410         * tests/test-c-ctype.c (ASSERT): Likewise.
25411         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25412         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25413         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25414         * tests/test-c-strstr.c (ASSERT): Likewise.
25415         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25416         * tests/test-canonicalize.c (ASSERT): Likewise.
25417         * tests/test-carray_list.c (ASSERT): Likewise.
25418         * tests/test-ceilf1.c (ASSERT): Likewise.
25419         * tests/test-ceilf2.c (ASSERT): Likewise.
25420         * tests/test-ceill.c (ASSERT): Likewise.
25421         * tests/test-count-one-bits.c (ASSERT): Likewise.
25422         * tests/test-fbufmode.c (ASSERT): Likewise.
25423         * tests/test-fflush2.c (ASSERT): Likewise.
25424         * tests/test-floorf1.c (ASSERT): Likewise.
25425         * tests/test-floorf2.c (ASSERT): Likewise.
25426         * tests/test-floorl.c (ASSERT): Likewise.
25427         * tests/test-fopen.c (ASSERT): Likewise.
25428         * tests/test-fpending.c (ASSERT): Likewise.
25429         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25430         * tests/test-fpurge.c (ASSERT): Likewise.
25431         * tests/test-freadable.c (ASSERT): Likewise.
25432         * tests/test-freadahead.c (ASSERT): Likewise.
25433         * tests/test-freading.c (ASSERT): Likewise.
25434         * tests/test-freadptr.c (ASSERT): Likewise.
25435         * tests/test-freadptr2.c (ASSERT): Likewise.
25436         * tests/test-freadseek.c (ASSERT): Likewise.
25437         * tests/test-freopen.c (ASSERT): Likewise.
25438         * tests/test-frexp.c (ASSERT): Likewise.
25439         * tests/test-frexpl.c (ASSERT): Likewise.
25440         * tests/test-fseek.c (ASSERT): Likewise.
25441         * tests/test-fseeko.c (ASSERT): Likewise.
25442         * tests/test-fstrcmp.c (ASSERT): Likewise.
25443         * tests/test-ftell.c (ASSERT): Likewise.
25444         * tests/test-ftello.c (ASSERT): Likewise.
25445         * tests/test-func.c (ASSERT): Likewise.
25446         * tests/test-fwritable.c (ASSERT): Likewise.
25447         * tests/test-fwriting.c (ASSERT): Likewise.
25448         * tests/test-getdelim.c (ASSERT): Likewise.
25449         * tests/test-getline.c (ASSERT): Likewise.
25450         * tests/test-i-ring.c (ASSERT): Likewise.
25451         * tests/test-iconv-utf.c (ASSERT): Likewise.
25452         * tests/test-iconv.c (ASSERT): Likewise.
25453         * tests/test-isfinite.c (ASSERT): Likewise.
25454         * tests/test-isnand.c (ASSERT): Likewise.
25455         * tests/test-isnanf.c (ASSERT): Likewise.
25456         * tests/test-isnanl.h (ASSERT): Likewise.
25457         * tests/test-ldexpl.c (ASSERT): Likewise.
25458         * tests/test-linked_list.c (ASSERT): Likewise.
25459         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25460         * tests/test-localename.c (ASSERT): Likewise.
25461         * tests/test-lseek.c (ASSERT): Likewise.
25462         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25463         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25464         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25465         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25466         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25467         * tests/test-mbschr.c (ASSERT): Likewise.
25468         * tests/test-mbscspn.c (ASSERT): Likewise.
25469         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25470         * tests/test-mbspbrk.c (ASSERT): Likewise.
25471         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25472         * tests/test-mbsrchr.c (ASSERT): Likewise.
25473         * tests/test-mbsspn.c (ASSERT): Likewise.
25474         * tests/test-mbsstr1.c (ASSERT): Likewise.
25475         * tests/test-mbsstr2.c (ASSERT): Likewise.
25476         * tests/test-mbsstr3.c (ASSERT): Likewise.
25477         * tests/test-memchr2.c (ASSERT): Likewise.
25478         * tests/test-memmem.c (ASSERT): Likewise.
25479         * tests/test-open.c (ASSERT): Likewise.
25480         * tests/test-printf-frexp.c (ASSERT): Likewise.
25481         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25482         * tests/test-printf-posix.c (ASSERT): Likewise.
25483         * tests/test-quotearg.c (ASSERT): Likewise.
25484         * tests/test-rbtree_list.c (ASSERT): Likewise.
25485         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25486         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25487         * tests/test-round1.c (ASSERT): Likewise.
25488         * tests/test-roundf1.c (ASSERT): Likewise.
25489         * tests/test-roundl.c (ASSERT): Likewise.
25490         * tests/test-signbit.c (ASSERT): Likewise.
25491         * tests/test-sleep.c (ASSERT): Likewise.
25492         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25493         * tests/test-snprintf.c (ASSERT): Likewise.
25494         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25495         * tests/test-stat-time.c (ASSERT): Likewise.
25496         * tests/test-strcasestr.c (ASSERT): Likewise.
25497         * tests/test-strerror.c (ASSERT): Likewise.
25498         * tests/test-striconv.c (ASSERT): Likewise.
25499         * tests/test-striconveh.c (ASSERT): Likewise.
25500         * tests/test-striconveha.c (ASSERT): Likewise.
25501         * tests/test-strsignal.c (ASSERT): Likewise.
25502         * tests/test-strstr.c (ASSERT): Likewise.
25503         * tests/test-strtod.c (ASSERT): Likewise.
25504         * tests/test-trunc1.c (ASSERT): Likewise.
25505         * tests/test-trunc2.c (ASSERT): Likewise.
25506         * tests/test-truncf1.c (ASSERT): Likewise.
25507         * tests/test-truncf2.c (ASSERT): Likewise.
25508         * tests/test-truncl.c (ASSERT): Likewise.
25509         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25510         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25511         * tests/test-vasnprintf.c (ASSERT): Likewise.
25512         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25513         * tests/test-vasprintf.c (ASSERT): Likewise.
25514         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25515         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25516         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25517         * tests/test-vsnprintf.c (ASSERT): Likewise.
25518         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25519         * tests/test-wcwidth.c (ASSERT): Likewise.
25520         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25521         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25522         * tests/test-xvasprintf.c (ASSERT): Likewise.
25523         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25524         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25525         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25526         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25527         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25528         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25529         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25530         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25531         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25532         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25533         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25534         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25535         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25536         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25537         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25538         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25539         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25540         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25541         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25542         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25543         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25544         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25545         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25546         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25547         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25548         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25549         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25550         * tests/unictype/test-combining.c (ASSERT): Likewise.
25551         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25552         * tests/unictype/test-digit.c (ASSERT): Likewise.
25553         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25554         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25555         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25556         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25557         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25558         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25559         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25560         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25561         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25562         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25563         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25564         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25565         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25566         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25567         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25568         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25569         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25570         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25571         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25572         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25573         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25574         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25575         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25576         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25577         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25578         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25579         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25580         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25581         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25582         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25583         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25584         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25585         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25586         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25587         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25588         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25589         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25590         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25591         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25592         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25593         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25594         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25595         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25596         Reported by Eric Blake.
25597
25598 2008-04-11  Bruno Haible  <bruno@clisp.org>
25599
25600         * lib/wchar.in.h: Tweak comment.
25601
25602 2008-04-11  Bruno Haible  <bruno@clisp.org>
25603
25604         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25605         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25606         gl_COMMON.
25607         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25608
25609 2008-04-11  Bruno Haible  <bruno@clisp.org>
25610
25611         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25612
25613 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25614
25615         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25616         of attempting to use non-existing /dev/*random.  Based on patch
25617         from Adam Strzelecki <ono@java.pl> in
25618         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25619
25620 2008-04-08  Bruno Haible  <bruno@clisp.org>
25621
25622         Add tentative support for emx+gcc.
25623         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25624         * lib/fpurge.c (fpurge): Likewise.
25625         * lib/freadable.c (freadable): Likewise.
25626         * lib/freadahead.c (freadahead): Likewise.
25627         * lib/freading.c (freading): Likewise.
25628         * lib/freadptr.c (freadptr): Likewise.
25629         * lib/freadseek.c (freadptrinc): Likewise.
25630         * lib/fseeko.c (rpl_fseeko): Likewise.
25631         * lib/fseterr.c (fseterr): Likewise.
25632         * lib/fwritable.c (fwritable): Likewise.
25633         * lib/fwriting.c (fwriting): Likewise.
25634         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25635
25636 2008-04-09  Eric Blake  <ebb9@byu.net>
25637
25638         Avoid some autoconf warnings.
25639         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25640         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25641         * m4/afs.m4 (gl_AFS): Likewise.
25642         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25643         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25644         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25645         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25646         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25647         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25648         (AC_CHECK_DECLS_ONCE): Likewise.
25649         Rename file...
25650         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25651         gnulib-tool requires autoconf 2.59 or better.
25652         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25653
25654 2008-04-08  Eric Blake  <ebb9@byu.net>
25655
25656         Use 'git describe --match' if present (added in git 1.5.5).
25657         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25658         if possible.
25659
25660 2008-04-08  Bruno Haible  <bruno@clisp.org>
25661
25662         Add tentative support for OpenServer.
25663         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
25664         _ptr, _cnt.
25665         * lib/fpurge.c (fpurge): Likewise.
25666         * lib/freadable.c (freadable): Likewise.
25667         * lib/freadahead.c (freadahead): Likewise.
25668         * lib/freading.c (freading): Likewise.
25669         * lib/freadptr.c (freadptr): Likewise.
25670         * lib/freadseek.c (freadptrinc): Likewise.
25671         * lib/fseeko.c (rpl_fseeko): Likewise.
25672         * lib/fseterr.c (fseterr): Likewise.
25673         * lib/fwritable.c (fwritable): Likewise.
25674         * lib/fwriting.c (fwriting): Likewise.
25675         Reported by Roger Cornelius <rac@tenzing.org> and
25676         Brian K. White <brian@aljex.com>.
25677
25678 2008-04-06  Jim Meyering  <meyering@redhat.com>
25679
25680         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
25681
25682 2008-04-06  Bruno Haible  <bruno@clisp.org>
25683
25684         Avoid possible error with non-ASCII bytes in UTF-8 locales.
25685         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
25686         * tests/test-printf-posix.sh: Likewise.
25687         * tests/test-vfprintf-posix.sh: Likewise.
25688         * tests/test-vprintf-posix.sh: Likewise.
25689         * tests/test-xprintf-posix.sh: Likewise.
25690
25691 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
25692
25693         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
25694         hide error from 'ls', needed on OS/2.
25695         Report by Elbert Pol <elbert.pol@gmail.com>.
25696
25697 2008-04-04  Eric Blake  <ebb9@byu.net>
25698
25699         Make test-fseeko.c failures meaningful.
25700         * tests/test-fseeko.c: Print line number on failure.
25701         * tests/test-fseek.c: Likewise.
25702         Reported by Nelson H. F. Beebe.
25703
25704         Improve strtod bug detection check.
25705         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
25706         required for Solaris 10.
25707         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
25708
25709 2008-04-04  Bruno Haible  <bruno@clisp.org>
25710
25711         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
25712         by m4/setenv.m4.
25713
25714 2008-04-03  Eric Blake  <ebb9@byu.net>
25715
25716         Ensure sane .version contents.
25717         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
25718         version string.
25719         * build-aux/git-version-gen: Improve documentation.
25720
25721         Make GNU make output nicer.
25722         * top/GNUmakefile [!_have-Makefile]: Add dependency on
25723         MAKECMDGOALS to enforce message for all command line targets.  Set
25724         srcdir for use in maint.mk.
25725
25726         Another maintainer tweak.
25727         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
25728         a target that regenerates version.
25729
25730 2008-04-03  Jim Meyering  <meyering@redhat.com>
25731
25732         vc-list-files: don't cause coreutils "make po-check" failure
25733         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
25734
25735 2008-04-03  Eric Blake  <ebb9@byu.net>
25736
25737         Allow VPATH usage of vc-list-files.
25738         * build-aux/vc-list-files (scriptversion): Add timestamp.
25739         (options): Add --help, --version, -C.
25740         (CVS): Support installed cvsu.
25741
25742 2008-04-02  Bruno Haible  <bruno@clisp.org>
25743
25744         Avoid some "statement with no effect" warnings from gcc.
25745         * tests/test-wctype.c (main): Explicitly ignore unused values.
25746         Reported by Jim Meyering.
25747
25748 2008-04-02  Jim Meyering  <meyering@redhat.com>
25749
25750         Avoid some warnings from "gcc -Wshadow".
25751         * tests/test-frexp.c (exp): Define to a different identifier.
25752         * tests/test-frexpl.c (exp): Likewise.
25753
25754 2008-04-03  Jim Meyering  <meyering@redhat.com>
25755
25756         bootstrap: remove dangling *.[ch] symlinks from lib
25757         * build-aux/bootstrap [dangling symlink removal]: Move find's
25758         -depth option to precede all others, to avoid a warning.
25759         Remove *.[ch] files too, and from "$source_base" (usually lib/).
25760
25761 2008-04-02  Bruno Haible  <bruno@clisp.org>
25762
25763         Avoid some warnings from "gcc -Wshadow".
25764         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
25765         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
25766         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
25767         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
25768         Reported by Jim Meyering.
25769
25770 2008-04-01  Bruno Haible  <bruno@clisp.org>
25771
25772         Fix test to work on IRIX 6.5 with cc.
25773         * tests/test-math.c (numeric_equal): New function.
25774         (main): Use it.
25775
25776 2008-04-01  Bruno Haible  <bruno@clisp.org>
25777
25778         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
25779
25780 2008-04-01  Bruno Haible  <bruno@clisp.org>
25781
25782         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
25783         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25784         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
25785         (Depends-on): Remove math.
25786
25787         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
25788         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25789         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
25790         (Depends-on): Remove math.
25791
25792         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
25793         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25794         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
25795         (Depends-on): Remove math.
25796         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
25797         (Depends-on): Remove math.
25798
25799         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
25800         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
25801         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
25802         (Depends-on): Remove math.
25803         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
25804         (Depends-on): Remove math.
25805
25806         * tests/test-round1.c: Include nan.h.
25807         (main): Use NaNd instead of NAN.
25808         * modules/round-tests (Files): Add tests/nan.h.
25809
25810         * tests/test-trunc1.c: Include nan.h.
25811         (main): Use NaNd instead of NAN.
25812         * modules/trunc-tests (Files): Add tests/nan.h.
25813
25814         * tests/test-roundf1.c: Include nan.h.
25815         (main): Use NaNf instead of NAN.
25816         * modules/roundf-tests (Files): Add tests/nan.h.
25817
25818         * tests/test-truncf1.c: Include nan.h.
25819         (main): Use NaNf instead of NAN.
25820         * modules/truncf-tests (Files): Add tests/nan.h.
25821
25822         * tests/test-ceilf1.c: Include nan.h.
25823         (main): Use NaNf instead of NAN.
25824         * modules/ceilf-tests (Files): Add tests/nan.h.
25825
25826         * tests/test-floorf1.c: Include nan.h.
25827         (main): Use NaNf instead of NAN.
25828         * modules/floorf-tests (Files): Add tests/nan.h.
25829
25830         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
25831         (main): Use NaNf instead of NAN.
25832         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
25833
25834         * tests/test-isnand.c: Include nan.h instead of <math.h>.
25835         (main): Use NaNd instead of NAN.
25836         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
25837
25838         * tests/test-frexp.c: Include nan.h.
25839         (main): Use NaNd instead of NAN.
25840         * modules/frexp-tests (Files): Add tests/nan.h.
25841
25842         * lib/isnan.c: Don't include <math.h>.
25843         (FUNC): Don't use NAN macro.
25844         * modules/isnand-nolibm (Depends-on): Remove math.
25845         * modules/isnanf-nolibm (Depends-on): Remove math.
25846         * modules/isnanl (Depends-on): Remove math.
25847         * modules/isnanl-nolibm (Depends-on): Remove math.
25848
25849         * tests/nan.h: New file.
25850
25851 2008-04-01  Eric Blake  <ebb9@byu.net>
25852
25853         Fix typos.
25854         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
25855         values to be the right type.
25856
25857         For now, cater to gnulib strtod inaccuracies.
25858         * tests/test-strtod.c (main): Allow 1-ulp error on expected
25859         fractional results.  While not as nice from a QoI perspective, it
25860         is a quicker patch than correctly implementing decimal to binary
25861         rounding.
25862
25863 2008-03-31  Eric Blake  <ebb9@byu.net>
25864
25865         Guarantee a definition of NAN.
25866         * lib/math.in.h (NAN): Define if missing.
25867         * tests/test-math.c (main): Test it.
25868         * doc/posix-headers/math.texi (math.h): Document this.
25869         * lib/isnan.c (rpl_isnand): Use it.
25870         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
25871         * tests/test-floorf1.c (NaN): Likewise.
25872         * tests/test-frexp.c (NaN): Likewise.
25873         * tests/test-isnand.c (NaN): Likewise.
25874         * tests/test-isnanf.c (NaN): Likewise.
25875         * tests/test-round1.c (NaN): Likewise.
25876         * tests/test-roundf1.c (NaN): Likewise.
25877         * tests/test-snprintf-posix.h (NaN): Likewise.
25878         * tests/test-sprintf-posix.h (NaN): Likewise.
25879         * tests/test-trunc1.c (NaN): Likewise.
25880         * tests/test-truncf1.c (NaN): Likewise.
25881         * tests/test-vasnprintf-posix.c (NaN): Likewise.
25882         * tests/test-vasprintf-posix.c (NaN): Likewise.
25883         * modules/isnand-nolibm (Depends-on): Add math.
25884         * modules/isnanf-nolibm (Depends-on): Likewise.
25885         * modules/isnanl (Depends-on): Likewise.
25886         * modules/isnanl-nolibm (Depends-on): Likewise.
25887         * modules/snprintf-posix-tests (Depends-on): Likewise.
25888         * modules/sprintf-posix-tests (Depends-on): Likewise.
25889         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
25890         * modules/vsprintf-posix-tests (Depends-on): Likewise.
25891         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
25892         * modules/vasprintf-posix-tests (Depends-on): Likewise.
25893
25894 2008-03-31  Bruno Haible  <bruno@clisp.org>
25895
25896         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
25897         * doc/posix-functions/strtod.texi: Likewise.
25898
25899 2008-03-31  Bruno Haible  <bruno@clisp.org>
25900
25901         * tests/test-strtod.c (main): Don't use C99 syntax.
25902
25903 2008-03-31  Bruno Haible  <bruno@clisp.org>
25904
25905         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
25906         Reported by Eric Blake.
25907
25908 2008-03-31  Jim Meyering  <meyering@redhat.com>
25909
25910         Don't compare actual signbit return values.
25911         * tests/test-strtod.c (main): Rather, compare only their
25912         zero/non-zero nature.
25913
25914 2008-03-31  Eric Blake  <ebb9@byu.net>
25915
25916         More strtod documentation.
25917         * doc/posix-functions/strtod.texi (strtod): Interpret more test
25918         failures as distinct bugs.
25919
25920 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
25921
25922         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
25923         Problem reported by Erik Benada in
25924         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
25925
25926 2008-03-30  Bruno Haible  <bruno@clisp.org>
25927
25928         * tests/test-strtod.c: Add comments about which assertion fails on which
25929         platform.
25930         * doc/posix-functions/strtod.texi: Add info about many more platforms.
25931
25932 2008-03-30  Eric Blake  <ebb9@byu.net>
25933
25934         Test signbit behavior on zeros.
25935         * tests/test-signbit.c (test_signbitf): Add tests for zero.
25936         (test_signbitd, test_signbitl): Likewise.
25937
25938         More strtod touchups.
25939         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
25940         sign of negative underflow, for now.  Use .5, not .1.
25941         * doc/posix-functions/strtod.texi (strtod): Mention these
25942         limitations.
25943         Reported by Jim Meyering.
25944
25945 2008-03-30  Bruno Haible  <bruno@clisp.org>
25946
25947         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
25948         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
25949
25950 2008-03-30  Bruno Haible  <bruno@clisp.org>
25951
25952         Avoid failure when attempting to return empty iconv results on some
25953         platforms.
25954         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
25955         allocation, don't report ENOMEM when the resulting string is empty.
25956
25957 2008-03-30  Bruno Haible  <bruno@clisp.org>
25958
25959         Fix buffer overrun.
25960         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
25961         Don't consider the width for tmp_length. Check count against tmp_length
25962         before doing the padding. Ensure enough allocation during padding.
25963
25964 2008-03-30  Eric Blake  <ebb9@byu.net>
25965
25966         strtod touchups.
25967         * lib/strtod.c (strtod): Avoid compiler warnings.
25968         Reported by Jim Meyering.
25969
25970 2008-03-30  Bruno Haible  <bruno@clisp.org>
25971
25972         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
25973         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
25974         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
25975         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
25976         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
25977         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
25978         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
25979         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
25980
25981         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
25982         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
25983         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
25984         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
25985         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
25986         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
25987         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
25988         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
25989
25990         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
25991         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
25992         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
25993         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
25994         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
25995         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
25996         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
25997         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
25998
25999         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26000         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26001
26002         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26003         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26004
26005         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26006         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26007
26008         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26009         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26010         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26011
26012         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26013         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26014         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26015
26016         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26017         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26018         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26019
26020         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26021         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26022         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26023
26024         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26025         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26026         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26027         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26028         (Depends-on): Add EOVERFLOW.
26029         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26030         (Depends-on): Add EOVERFLOW.
26031         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26032         (Depends-on): Add EOVERFLOW.
26033         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26034         (Depends-on): Add EOVERFLOW.
26035         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26036         (Depends-on): Add EOVERFLOW.
26037         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26038         (Depends-on): Add EOVERFLOW.
26039         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26040         (Depends-on): Add EOVERFLOW.
26041         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26042         (Depends-on): Add EOVERFLOW.
26043
26044         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26045         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26046         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26047
26048         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26049         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26050         * modules/snprintf (Depends-on): Add EOVERFLOW.
26051
26052         * lib/poll.c (EOVERFLOW): Remove fallback.
26053         * modules/poll (Depends-on): Add EOVERFLOW.
26054
26055         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26056         * modules/getugroups (Depends-on): Add EOVERFLOW.
26057
26058         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26059         * modules/getdelim (Depends-on): Add EOVERFLOW.
26060
26061         * lib/ftell.c (EOVERFLOW): Remove fallback.
26062         * modules/ftell (Depends-on): Add EOVERFLOW.
26063
26064         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26065         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26066         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26067
26068         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26069
26070         * modules/EOVERFLOW-tests: New file.
26071         * tests/test-EOVERFLOW.c: New file.
26072
26073         * modules/EOVERFLOW: New file.
26074         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26075
26076 2008-03-30  Bruno Haible  <bruno@clisp.org>
26077
26078         Fix bug introduced on 2007-06-10.
26079         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26080         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26081
26082 2008-03-30  Bruno Haible  <bruno@clisp.org>
26083
26084         Improve freadseek's efficiency after ungetc.
26085         * lib/freadseek.c: Include freadahead.h.
26086         (freadptrinc): New function, extracted from freadseek.
26087         (freadseek): Use it in a loop. Use freadahead to determine the number
26088         of loop iterations.
26089         * modules/freadseek (Depends-on): Add freadahead.
26090         (configure.ac): Require AC_C_INLINE.
26091
26092 2008-03-30  Bruno Haible  <bruno@clisp.org>
26093
26094         * lib/freadseek.c (freadseek): Don't ignore the return value of
26095         freadptr.
26096
26097 2008-03-29  Eric Blake  <ebb9@byu.net>
26098
26099         Add hex float support.
26100         * modules/strtod (Depends-on): Add c-ctype.
26101         (Link): Mention POW_LIB.
26102         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26103         whitespace between 'e' and exponent.
26104         * tests/test-strtod.c (main): Enable hex float tests.
26105         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26106         now provides.
26107
26108         Document various strtod bugs, with some fixes.
26109         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26110         "-0x", "inf", "nan", and hex constants.
26111         * doc/posix-functions/atof.texi (atof): Likewise.
26112         * modules/stdlib (Makefile.am): Support strtod.
26113         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26114         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26115         detect additional strtod bugs.
26116         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26117         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26118         bool where appropriate.  Parse 'inf' and 'nan'.
26119         * tests/test-strtod.c: New file.
26120         * modules/strtod (Depends-on): Add stdbool, stdlib.
26121         (configure.ac): Turn on module indicator.
26122         * modules/strtod-tests: New module.
26123
26124 2008-03-29  Eric Blake  <ebb9@byu.net>
26125
26126         Fix ftell on mingw.
26127         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26128         * modules/ftell-tests (Depends-on): Add binary-io.
26129         * modules/ftello-tests (Depends-on): Likewise.
26130         * tests/test-ftell.c (main): Enhance test to cover behavior after
26131         ungetc.  Enforce binary mode.
26132         * tests/test-ftello.c (main): Likewise.
26133
26134         Pass test-freadseek on cygwin.
26135         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26136         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26137         ungetc buffer.
26138
26139         * tests/test-fflush2.c (main): Fix typo.
26140
26141 2008-03-29  Bruno Haible  <bruno@clisp.org>
26142
26143         * tests/test-fflush2.c (main): Temporarily disable the contents of
26144         this test.
26145         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26146         Reported by Eric Blake.
26147
26148 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26149
26150         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26151         (GC_SHA224_DIGEST_SIZE): Add.
26152
26153         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26154         (gc_hash_digest_length): Likewise.
26155         (gc_hash_buffer): Likewise.
26156
26157 2008-03-25  Bruno Haible  <bruno@clisp.org>
26158
26159         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26160         detail which gettext release to use.
26161         Reported by Simon Josefsson.
26162
26163 2008-03-26  Jim Meyering  <meyering@redhat.com>
26164
26165         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26166         * modules/gnumakefile (clean-GNUmakefile): Also, use
26167         test ... && ... || : syntax rather than if-then ... fi.
26168
26169         gnumakefile: Don't double-quote-expand $(VPATH) value.
26170         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26171
26172 2008-03-24  Eric Blake  <ebb9@byu.net>
26173
26174         Alter GNUmakefile to install into top directory.
26175         * modules/maintainer-makefile: Split, and add dependency...
26176         * modules/gnumakefile: to this new module.
26177         * build-aux/GNUmakefile: Move...
26178         * top/GNUmakefile: ...here.
26179         * build-aux/maint.mk: Move...
26180         * top/maint.mk: ...here.
26181         * MODULES.html.sh (Support for maintaining...): Document new
26182         module.
26183
26184 2008-03-23  Bruno Haible  <bruno@clisp.org>
26185
26186         * gnulib-tool: New options --vc-files, --no-vc-files.
26187         (func_usage): Document them.
26188         (vc_files): New variable.
26189         (func_import): Consider vc_files.
26190         (func_create_testdir): Set vc_files to empty.
26191         Suggested by Jim Meyering and Karl Berry.
26192
26193 2008-03-23  Bruno Haible  <bruno@clisp.org>
26194
26195         Fix regex compilation error on HP-UX 11.
26196         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26197         * modules/regex (Files): Add m4/mbstate_t.m4.
26198         Reported by Ton Voon <ton.voon@altinity.com>.
26199
26200 2008-03-23  Bruno Haible  <bruno@clisp.org>
26201
26202         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26203
26204 2008-03-23  Eric Blake  <ebb9@byu.net>
26205             Bruno Haible  <bruno@clisp.org>
26206
26207         Install files from top/ in the destination directory.
26208         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26209         augmentation also for the files from top/.
26210         (func_import, func_create_testdir): Rewrite file names:
26211         top/filename -> filename.
26212
26213 2008-03-23  Bruno Haible  <bruno@clisp.org>
26214
26215         Tweak "gnulib --version" output.
26216         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26217
26218 2008-03-23  Bruno Haible  <bruno@clisp.org>
26219
26220         Tweak "gnulib --version" output.
26221         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26222         rather than contents of ChangeLog, when possible.
26223
26224 2008-03-21  Eric Blake  <ebb9@byu.net>
26225
26226         More --version tweaks.
26227         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26228         date of last ChangeLog entry.
26229
26230 2008-03-21  Jim Meyering  <meyering@redhat.com>
26231
26232         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26233
26234 2008-03-20  Eric Blake  <ebb9@byu.net>
26235
26236         VPATH fix.
26237         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26238
26239 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26240
26241         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26242         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26243
26244 2008-03-20  Eric Blake  <ebb9@byu.net>
26245
26246         Sync GNUmakefile with coreutils.
26247         * build-aux/GNUmakefile (have-Makefile): Rename...
26248         (_have-Makefile): ...to this, for namespace consideration.
26249         (GNUmakefile.cfg): Include, if present.
26250         (_autoreconf): Define a default.
26251         (_is-dist-target): New rule for rebuilds to pick up intra-release
26252         version.
26253         (maint-cfg.mk): Rename...
26254         (cfg.mk): ...to this.
26255
26256 2008-03-18  Jim Meyering  <meyering@redhat.com>
26257
26258         New script and module: mktempd
26259         * MODULES.html.sh (maint+release support): Add mktempd.
26260         * build-aux/mktempd: New file.
26261         * modules/mktempd: New file.
26262
26263 2008-03-15  Jim Meyering  <meyering@redhat.com>
26264
26265         Undo last change.
26266         * lib/sha1.c, lib/md5.c: 63 != ~63.
26267         Reported by Andreas Schwab.
26268
26269         sha1.c, md5.c: Hoist a redundant expression.
26270         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26271         "ctx->buflen" only once, before calling *_process_block.
26272         * lib/md5.c (md5_process_bytes): Likewise.
26273
26274 2008-03-14  Eric Blake  <ebb9@byu.net>
26275
26276         Bump copyright year in files generated by gnulib-tool.
26277         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26278         gnulib-tool, rather than hard-coding it.
26279
26280         Fix 'gnulib-tool --version' output to work with git.
26281         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26282         (startup): ...here.
26283         (func_version): Use it to invoke git-version-gen, rather than
26284         relying on CVS keyword expansion.  Modernize wording.
26285         (cvsdatestamp, last_checkin_date, version): Kill unused
26286         variables.
26287
26288 2008-03-12  Jim Meyering  <meyering@redhat.com>
26289
26290         Recognize optional cast of the argument to free.
26291         * build-aux/useless-if-before-free: Update regexps.
26292
26293         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26294
26295 2008-03-11  Bruno Haible  <bruno@clisp.org>
26296
26297         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26298         by a single package.
26299         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26300         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26301         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26302         Reported by Sam Steingold <sds@gnu.org>.
26303
26304 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26305
26306         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26307         repositories.
26308
26309 2008-03-11  Bruno Haible  <bruno@clisp.org>
26310
26311         Avoid conflicts between local macro definitions.
26312         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26313         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26314
26315 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26316             Bruno Haible  <bruno@clisp.org>
26317
26318         Make va_copy work with some version of xlc on AIX 5.1.
26319         * lib/stdarg.in.h: New file.
26320         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26321         On AIX, use a <stdarg.h> file substitute.
26322         * modules/stdarg (Files): Add lib/stdarg.in.h.
26323         (Depends-on): Add include_next.
26324         (Makefile.am): Build a stdarg.h substitute if requested.
26325         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26326
26327 2008-03-10  Bruno Haible  <bruno@clisp.org>
26328
26329         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26330         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26331         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26332
26333 2008-03-10  Bruno Haible  <bruno@clisp.org>
26334
26335         * modules/stdlib (Depends-on): Add include_next, remove
26336         absolute-header.
26337
26338 2008-03-09  Bruno Haible  <bruno@clisp.org>
26339
26340         * lib/freadahead.h (freadahead): Document more precisely.
26341         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26342         the sum of both buffer sizes.
26343         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26344         * NEWS: Document the change.
26345
26346 2008-03-09  Bruno Haible  <bruno@clisp.org>
26347
26348         Extend freadptr to return also the buffer size.
26349         * lib/freadptr.h (freadptr): Add sizep argument.
26350         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26351         (freadptr): Add sizep argument. Determine buffer size like freadahead
26352         does.
26353         * tests/test-freadptr.c: Don't include freadahead.h.
26354         (main): Adapt for new calling convention of freadptr.
26355         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26356         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26357         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26358         tests/test-freadptr2.sh.
26359         (Depends): Remove freadahead.
26360         (TESTS): Add test-freadptr2.sh.
26361         (check_PROGRAMS): Add test-freadptr2.
26362
26363 2008-03-09  Bruno Haible  <bruno@clisp.org>
26364
26365         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26366         Report and solution by Simon Josefsson.
26367
26368 2008-03-06  Bruno Haible  <bruno@clisp.org>
26369
26370         Make fflush after ungetc work on BSD platforms.
26371         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26372         * tests/test-fflush2.c: New file.
26373         * tests/test-fflush2.sh: New file.
26374         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26375         tests/test-fflush2.c.
26376         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26377         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26378
26379 2008-03-06  Eric Blake  <ebb9@byu.net>
26380
26381         Likewise for ftello.
26382         * modules/ftello (Dependencies): Add extensions.
26383         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26384
26385 2008-03-06  Bruno Haible  <bruno@clisp.org>
26386
26387         * modules/fseeko (Dependencies): Add extensions.
26388         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26389         Needed on glibc systems.
26390
26391 2008-03-06  Bruno Haible  <bruno@clisp.org>
26392
26393         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26394         email address.
26395         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26396
26397 2008-03-06  Bruno Haible  <bruno@clisp.org>
26398
26399         * users.txt: Add libgnupdf.
26400
26401 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26402
26403         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26404         (Header File Substitutes, Function Substitutes,
26405         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26406         (Build robot for gnulib): Fix typo.
26407
26408 2008-03-06  Bruno Haible  <bruno@clisp.org>
26409
26410         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26411         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26412
26413 2008-03-06  Bruno Haible  <bruno@clisp.org>
26414
26415         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26416         * doc/gnulib.texi: Include it.
26417
26418 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26419
26420         * modules/func (License): Change license to unlimited; there was
26421         no LGPL parts in the module anyway.
26422
26423 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26424
26425         * modules/__func__: Renamed to modules/func.
26426         * modules/__func__-tests: Renamed to modules/func-tests.
26427         * tests/test-__func__.c: Renamed to tests/test-func.c.
26428         * m4/__func__.m4: Renamed to m4/func.m4.
26429         * doc/gnulib.texi (__func__): Section renamed to func.
26430         Suggested by Eric Blake <ebb9@byu.net>.
26431
26432 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26433
26434         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26435         about __func__.  Make example self-contained.  Suggested by Eric
26436         Blake <ebb9@byu.net>.
26437
26438         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26439         Suggested by Eric Blake <ebb9@byu.net>.
26440
26441 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26442
26443         * modules/__func__: New file.
26444         * modules/__func__-tests: New file.
26445         * tests/test-__func__.c: New file.
26446         * m4/__func__.m4: New file.
26447         * doc/gnulib.texi (__func__): Document __func__ module.
26448
26449 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26450
26451         * modules/byteswap (License): Re-license as LGPLv2+.
26452
26453 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26454
26455         * doc/Makefile: Add pdf target.
26456
26457 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26458
26459         * modules/inline (License): Use 'unlimited', since there are only
26460         *.m4 files in this module.
26461
26462 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26463             Bruno Haible  <bruno@clisp.org>
26464
26465         Add support for HP C 7.1 on OpenVMS 8.3.
26466         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26467
26468 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26469
26470         Update VMS specifics.
26471         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26472
26473 2008-03-02  Jim Meyering  <meyering@redhat.com>
26474
26475         Remove the last dependency on the "free" module.
26476         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26477         Reported by Bob Proulx.
26478
26479         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26480
26481         Remove useless "if" tests before free.  Deprecate "free" module.
26482         * doc/posix-functions/free.texi: Mention that this
26483         module is no longer useful.
26484         * modules/free (Notice): Say this module is obsolete.
26485         * modules/readutmp (Depends-on): Remove free.
26486         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26487         * lib/putenv.c (putenv): Likewise.
26488         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26489         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26490         * tests/test-c-strcasestr.c (main): Likewise.
26491         * tests/test-c-strstr.c (main): Likewise.
26492         * tests/test-mbscasestr1.c (main): Likewise.
26493         * tests/test-mbscasestr2.c (main): Likewise.
26494         * tests/test-mbsstr1.c (main): Likewise.
26495         * tests/test-mbsstr2.c (main): Likewise.
26496         * tests/test-memmem.c (main): Likewise.
26497         * tests/test-strcasestr.c (main): Likewise.
26498         * tests/test-striconv.c (main): Likewise.
26499         * tests/test-striconveh.c (main): Likewise.
26500         * tests/test-striconveha.c (main): Likewise.
26501         * tests/test-strstr.c (main): Likewise.
26502
26503         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26504
26505         bootstrap: sync from coreutils again
26506         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26507
26508 2008-03-01  Jim Meyering  <meyering@redhat.com>
26509
26510         bootstrap: sync from coreutils
26511         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26512         also when the target doesn't exist.
26513
26514 2008-03-01  Eric Blake  <ebb9@byu.net>
26515
26516         Fix bugs in last patch.
26517         * lib/memchr2.c (memchr2): Fix typo.
26518         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26519         extension.
26520         Reported by Bruce Korb.
26521
26522         New module 'memchr2'.
26523         * modules/memchr2: New file.
26524         * modules/memchr2-tests: Likewise.
26525         * lib/memchr2.h: Likewise.
26526         * lib/memchr2.c: Likewise, based on memchr.c.
26527         * tests/test-memchr2.c: New test.
26528         * MODULES.html.sh (String handling): Add memchr2.
26529
26530 2008-02-29  Bruno Haible  <bruno@clisp.org>
26531
26532         * modules/freadseek-tests: New file.
26533         * tests/test-freadseek.sh: New file.
26534         * tests/test-freadseek.c: New file.
26535
26536         New module 'freadseek'.
26537         * modules/freadseek: New file.
26538         * lib/freadseek.h: New file.
26539         * lib/freadseek.c: New file.
26540         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26541
26542 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26543
26544         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26545         wydawca.
26546
26547         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26548         program_invocation_name and program_invocation_short_name are
26549         present.
26550
26551 2008-02-28  Bruno Haible  <bruno@clisp.org>
26552
26553         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26554         * tests/test-freadptr.sh: Also test non-seekable stdin.
26555
26556 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26557
26558         * build-aux/bootstrap (source_base, m4_base)
26559         (doc_base, tests_base): New variables.
26560         (gnulib_tool_options): Do not hardcode base directories, use
26561         the above variables instead.
26562
26563 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26564
26565         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26566
26567 2008-02-28  Bruno Haible  <bruno@clisp.org>
26568
26569         * modules/freadptr-tests: New file.
26570         * tests/test-freadptr.sh: New file.
26571         * tests/test-freadptr.c: New file.
26572
26573         New module 'freadptr'.
26574         * modules/freadptr: New file.
26575         * lib/freadptr.h: New file.
26576         * lib/freadptr.c: New file.
26577         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26578
26579 2008-02-26  Karl Berry  <karl@freefriends.org>
26580
26581         Sync from Libtool:
26582         * libltdl/argz.c (argz_add, argz_count): New functions.
26583         * libltdl/argz.in.h: Declare them.
26584         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26585
26586 2008-02-22  Bruno Haible  <bruno@clisp.org>
26587
26588         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26589         is a pointer type.  Needed for HP-UX 10.
26590         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26591         * doc/posix-functions/gmtime_r.texi: Likewise.
26592         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26593
26594 2008-02-24  Bruno Haible  <bruno@clisp.org>
26595
26596         * modules/environ-tests: New file.
26597         * tests/test-environ.c: New file.
26598
26599         New module 'environ'.
26600         * modules/environ: New file.
26601         * lib/unistd.in.h (environ): New declaration.
26602         * m4/environ.m4: New file.
26603         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26604         after use.
26605         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26606         HAVE_DECL_ENVIRON.
26607         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26608         HAVE_DECL_ENVIRON.
26609         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26610         wrong claim that 'environ' is missing on some systems.
26611         * modules/execute (Depends-on): Add environ.
26612         * lib/execute.c (environ): Remove fallback declaration.
26613         * modules/pipe (Depends-on): Add environ.
26614         * lib/pipe.c (environ): Remove fallback declaration.
26615         * modules/setenv (Depends-on): Add environ.
26616         * lib/setenv.c (environ): Remove fallback declaration.
26617         * modules/unsetenv (Depends-on): Add environ.
26618         * lib/unsetenv.c (environ): Remove fallback declaration.
26619         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26620         m4/environ.m4.
26621         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26622         (gl_PREREQ_UNSETENV): Likewise.
26623
26624 2008-02-24  Bruno Haible  <bruno@clisp.org>
26625
26626         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26627
26628 2008-02-20  Bob Proulx  <bob@proulx.com>
26629
26630         Enable use of older two part flavor 'git describe'.
26631         * build-aux/git-version-gen: If using the older two part flavor of
26632         git version then recreate the third part now present in the
26633         newer three part flavor of git describe.
26634
26635 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26636
26637         * lib/fts.c (fts_build): Typo correction to comment.
26638
26639 2008-02-17  Bruno Haible  <bruno@clisp.org>
26640
26641         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26642         generating no-op conflicts.
26643
26644 2008-02-17  Bruno Haible  <bruno@clisp.org>
26645
26646         Speed up by 10%.
26647         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26648         result_entries, rather than an index-based loop.
26649
26650 2008-02-17  Bruno Haible  <bruno@clisp.org>
26651
26652         Speed up by 25%.
26653         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26654         'hashcode_cached'.
26655         (entry_create): New function.
26656         (entry_hashcode): Use the cached hashcode if possible.
26657         (read_changelog_file, try_split_merged_entry): Use entry_create.
26658
26659 2008-02-17  Bruno Haible  <bruno@clisp.org>
26660
26661         Speed up from O(n^2) to O(n) for long ChangeLog files.
26662         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
26663         (read_changelog_file): Change implementation of entries_reversed list
26664         to rbtreehash.
26665         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
26666
26667 2008-02-17  Bruno Haible  <bruno@clisp.org>
26668
26669         New option --split-merged-entry.
26670         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
26671         (find_paragraph_end, try_split_merged_entry): New functions.
26672         (long_options): Add option --split-merged-entry.
26673         (usage): Document option --split-merged-entry.
26674         (main): Implement option --split-merged-entry.
26675         Reported by Eric Blake.
26676
26677 2008-02-17  Bruno Haible  <bruno@clisp.org>
26678
26679         * lib/git-merge-changelog.c: Include c-strstr.h.
26680         (main): Support the "git pull --rebase" situation.
26681         * modules/git-merge-changelog (Depends-on): Add c-strstr.
26682         Reported by Eric Blake.
26683
26684 2008-02-16  Eric Blake  <ebb9@byu.net>
26685
26686         Avoid doubling \ in common case of "c-maybe" quoting style.
26687         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
26688         eliding outer quotes.
26689         * lib/quotearg.h: Document this.
26690         * tests/test-quotearg.c (result_strings, inputs, results_g)
26691         (flag_results, locale_results): Test it by adding a new string to
26692         each test group.
26693         (compare_strings): Test new string.
26694
26695 2008-02-13  Eric Blake  <ebb9@byu.net>
26696
26697         Avoid trigraph quoting in default output.
26698         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
26699         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
26700         unless explicitly requested.
26701         * tests/test-quotearg.c (flag_results, main): Add additional tests.
26702
26703 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
26704
26705         Don't rely on signed integer overflowing to negative value.
26706         * lib/getugroups.c (getugroups): Include <limits.h>.
26707         Instead, compare against INT_MAX, and increment only if the test passes.
26708
26709 2008-02-13  Jim Meyering  <meyering@redhat.com>
26710         and Eric Blake  <ebb9@byu.net>
26711
26712         Avoid shadowing warning and compile errors on Linux.
26713         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
26714         forwarding macros on Linux.
26715         (dcgettext): Define a stub, for Linux.
26716         (results_g, main): Avoid warnings.
26717
26718 2008-02-12  Eric Blake  <ebb9@byu.net>
26719
26720         Silence warning in last patch.
26721         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
26722
26723         Quotearg part 4: add tests, fix c-maybe colon quoting.
26724         * lib/quotearg.h: Improve documentation.
26725         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
26726         escapes when adding outer quotes.  When quoting trigraphs, use
26727         valid C notation.  When quoting NUL, omit extra characters if next
26728         character is not digit.  Alter prototype.
26729         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
26730         callers.
26731         * modules/quotearg-tests: New module.
26732         * tests/test-quotearg.c: New test.
26733
26734 2008-02-07  Eric Blake  <ebb9@byu.net>
26735
26736         Quotearg part 3: add flag to control outer quote elision.
26737         * lib/quotearg.h (c_maybe_quoting_style): New style.
26738         (enum quoting_flags): Better documentation of flags.
26739         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
26740         c-maybe style.
26741         (quotearg_buffer_restyled): Handle new flag to elide outer
26742         quotes.
26743
26744         Quotearg part 2: add flag that can control NUL elision.
26745         * lib/quotearg.h (set_quoting_flags): New prototype.
26746         * lib/quotearg.c (struct quoting_options): Add flag field.
26747         (set_quoting_flags): New function.
26748         (quotearg_buffer_restyled): Add flags parameter.
26749         (quotearg_alloc_mem): Set the flag if length cannot be returned.
26750         (quotearg_n_options): Set the flag, since length cannot be
26751         returned.
26752         (quoting_options_from_style): Default flags correctly.
26753
26754         Quotearg part 1: more wrappers, restore quotearg_char state.
26755         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
26756         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
26757         (quotearg_colon_mem): New wrappers.
26758         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
26759         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
26760         functions.
26761         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
26762         (quotearg_colon_mem): New functions.
26763
26764 2008-02-11  Bruno Haible  <bruno@clisp.org>
26765
26766         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
26767         library in the current directory: it does not work with parallel make.
26768         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26769
26770 2008-02-11  Bruno Haible  <bruno@clisp.org>
26771
26772         * .gitattributes: New file.
26773
26774 2008-02-11  Jim Meyering  <meyering@redhat.com>
26775
26776         useless-if-before-free: Fix reversed exit values.
26777         * build-aux/useless-if-before-free: Use correct values
26778         for EXIT_MATCH and EXIT_NO_MATCH.
26779
26780         * build-aux/useless-if-before-free: Close stdout carefully.
26781
26782 2008-02-10  Bruno Haible  <bruno@clisp.org>
26783
26784         New module 'git-merge-changelog'.
26785         * modules/git-merge-changelog: New file.
26786         * lib/git-merge-changelog.c: New file.
26787
26788 2008-02-10  Jim Meyering  <meyering@redhat.com>
26789
26790         useless-if-before-free: New option: --list (-l).
26791
26792         useless-if-before-free: Don't exit immediately upon open failure.
26793         * build-aux/useless-if-before-free: Exit 2 for errors.
26794         Upon failure to open a file, don't exit immediately.
26795         Rather, just warn and continue with any remaining files.
26796
26797 2008-02-10  Bruno Haible  <bruno@clisp.org>
26798
26799         New abstract list operation 'node_set_value'.
26800         * lib/gl_list.h (gl_list_node_set_value): New function.
26801         (struct gl_list_implementation): New field node_set_value.
26802         * lib/gl_list.c (gl_list_node_set_value): New function.
26803         * lib/gl_array_list.c (gl_array_node_set_value): New function.
26804         (gl_array_list_implementation): Update.
26805         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
26806         (gl_carray_list_implementation): Update.
26807         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
26808         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
26809         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
26810         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
26811         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
26812         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
26813         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
26814         Update.
26815         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
26816         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
26817         (gl_sublist_list_implementation): Update.
26818
26819 2008-02-10  Bruno Haible  <bruno@clisp.org>
26820
26821         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
26822         Needed when ELEMENT is #defined to 'some_type *'.
26823
26824 2008-02-10  Jim Meyering  <meyering@redhat.com>
26825
26826         New script and module: useless-if-before-free
26827         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
26828         * build-aux/useless-if-before-free: New file.
26829         * modules/useless-if-before-free: New file.
26830
26831         * build-aux/gitlog-to-changelog: Use committer date, not author date.
26832
26833         xstrtol_error: Fix typo.
26834         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
26835         s/exit_failure/exit_status/.
26836
26837 2008-02-09  Jim Meyering  <meyering@redhat.com>
26838
26839         New script and module: gitlog-to-changelog
26840         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
26841         * modules/gitlog-to-changelog: New file.
26842         * build-aux/gitlog-to-changelog: New file.
26843
26844 2008-02-08  Jim Meyering  <meyering@redhat.com>
26845
26846         Avoid two "parameter unused" warnings.
26847         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
26848         Mark "st" as used.
26849
26850         Use "git COMMAND", not "git-COMMAND".
26851         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
26852         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
26853         * build-aux/git-version-gen: Use "git status", not "git-status".
26854
26855 2008-02-07  Bruno Haible  <bruno@clisp.org>
26856
26857         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
26858         Avoids a crash on Windows Vista.
26859         Reported by Adam Strzelecki <ono@java.pl> via
26860         Simon Josefsson <simon@josefsson.org>.
26861
26862 2008-02-06  Bruno Haible  <bruno@clisp.org>
26863
26864         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
26865         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
26866         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
26867         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
26868         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
26869         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
26870         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
26871         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
26872         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
26873         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
26874         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
26875         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
26876         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
26877         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26878         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
26879         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
26880         left-adjust flag.
26881         * tests/test-snprintf-posix.h (test_function): Likewise.
26882         * tests/test-sprintf-posix.h (test_function): Likewise.
26883         * tests/test-vasprintf-posix.c (test_function): Likewise.
26884         * doc/posix-functions/fprintf.texi: Update.
26885         * doc/posix-functions/printf.texi: Update.
26886         * doc/posix-functions/snprintf.texi: Update.
26887         * doc/posix-functions/sprintf.texi: Update.
26888         * doc/posix-functions/vfprintf.texi: Update.
26889         * doc/posix-functions/vprintf.texi: Update.
26890         * doc/posix-functions/vsnprintf.texi: Update.
26891         * doc/posix-functions/vsprintf.texi: Update.
26892         Reported by Peter Fales <psfales@alcatel-lucent.com>.
26893
26894 2008-02-06  Bruno Haible  <bruno@clisp.org>
26895
26896         Fix bug introduced on 2008-01-26.
26897         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
26898
26899 2008-02-06  Bruno Haible  <bruno@clisp.org>
26900
26901         Fix bug introduced on 2007-06-10.
26902         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
26903         !NEED_PRINTF_FLAG_ZERO.
26904
26905 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
26906
26907         getloadavg: use libperfstat on AIX5
26908         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
26909
26910 2008-02-03  Bruno Haible  <bruno@clisp.org>
26911
26912         * lib/diffseq.h: Add comments about required #includes.
26913         Reported by Michael Biggs <gnulib@doubleplum.net>.
26914
26915 2008-02-01  Bruno Haible  <bruno@clisp.org>
26916
26917         * users.txt: Add gnuit.
26918
26919 2008-01-31  Bruno Haible  <bruno@clisp.org>
26920
26921         * lib/md4.c (set_uint32): Mark as inline.
26922         * lib/md5.c (set_uint32): Likewise.
26923         * lib/sha1.c (set_uint32): Likewise.
26924         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
26925         * m4/md5.m4 (gl_MD5): Likewise.
26926         * m4/sha1.m4 (gl_SHA1): Likewise.
26927
26928 2008-01-31  Jim Meyering  <meyering@redhat.com>
26929
26930         Use "sizeof VAR", rather than a literal "4".
26931         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
26932         * lib/md4.c (md4_read_ctx): Likewise.
26933         * lib/sha1.c (sha1_read_ctx): Likewise.
26934
26935 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26936
26937         * tests/test-sha1.c: New file, based on test-md5.c.
26938
26939         * modules/crypto/sha1-tests: New file.
26940
26941 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26942
26943         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
26944
26945 2008-01-31  Jim Meyering  <meyering@redhat.com>
26946
26947         Prefer "sizeof v" over the equivalent "4".
26948         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
26949         * lib/md5.c (set_uint32): Likewise.
26950         * lib/sha1.c (set_uint32): Likewise.
26951
26952 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26953
26954         * lib/sha1.c (set_uint32): Mark function as static.
26955
26956 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26957
26958         md2: clarify comments to say that alignment is not required.
26959         * lib/md2.h: Remove warning about alignment in comment.
26960         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
26961         never been required.
26962
26963 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26964
26965         md4: adapt alignment constraint fix from sha1.
26966         * lib/md4.c (set_uint32): New function, from sha1.c
26967         (md4_read_ctx): Use it.
26968         (md4_finish_ctx): Doc fix.
26969         * lib/md4.h: Doc fix.
26970
26971 2008-01-31  Simon Josefsson  <simon@josefsson.org>
26972
26973         md5: adapt alignment constraint fix from sha1.
26974         * lib/md5.c (set_uint32): New function, from sha1.c
26975         (md5_read_ctx): Use it.
26976         (md5_finish_ctx): Doc fix.
26977         * lib/md5.h: Doc fix.
26978
26979 2008-01-30  Peter Palfrader  <weasel@debian.org>
26980
26981         sha1: remove the result buffer alignment constraint
26982         * lib/sha1.c (set_uint32): New function.
26983         (sha1_read_ctx): Rewrite to remove the result buffer alignment
26984         constraint.
26985         (sha1_finish_ctx): Remove comment warning about alignment constraint.
26986         * lib/sha1.h: Likewise.
26987
26988 2008-01-30  Andreas Schwab  <schwab@suse.de>
26989             Bruno Haible  <bruno@clisp.org>
26990
26991         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
26992         correct definition of LDBL_MIN_EXP.
26993
26994 2008-01-30  Karl Berry  <karl@gnu.org>
26995
26996         * config/srclist-update: try to preserve x bit on updates.
26997         * config/srclistvars.sh: update for karl.
26998
26999 2008-01-29  Jim Meyering  <meyering@redhat.com>
27000
27001         vasnprintf.c: Avoid warning about unused label
27002         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27003         "overflow" label definition and associated code with the
27004         same cpp condition that guards the sole use of that label.
27005
27006 2008-01-26  Bruno Haible  <bruno@clisp.org>
27007
27008         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27009         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27010         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27011         * lib/isnanl-nolibm.h (isnanl): Likewise.
27012         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27013
27014 2008-01-26  Bruno Haible  <bruno@clisp.org>
27015
27016         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27017         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27018
27019 2008-01-26  Bruno Haible  <bruno@clisp.org>
27020
27021         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27022         GCC >= 4.0 built-in.
27023         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27024
27025 2008-01-26  Bruno Haible  <bruno@clisp.org>
27026
27027         Rename isnan, applicable to 'double' only, to isnand.
27028         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27029         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27030         (configure.ac): Update.
27031         (Include): Replace "isnan.h" with "isnand.h".
27032         * m4/isnand.m4: Renamed from m4/isnan.m4.
27033         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27034         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27035         instead of isnan.c.
27036         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27037         instead of HAVE_ISNAN_IN_LIBC.
27038         (isnand): Renamed from isnan.
27039         * lib/isnand.c: New file.
27040         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27041         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27042         (Makefile.am): Update.
27043         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27044         Include isnand.h instead of isnan.h.
27045         (main): Test isnand instead of isnan.
27046         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27047         isnan-nolibm.
27048         * modules/frexp (Depends-on): Likewise.
27049         * modules/frexp-tests (Depends-on): Likewise.
27050         * modules/frexp-nolibm (Depends-on): Likewise.
27051         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27052         * modules/isfinite (Depends-on): Likewise.
27053         * modules/round-tests (Depends-on): Likewise.
27054         * modules/signbit (Depends-on): Likewise.
27055         * modules/signbit-tests (Depends-on): Likewise.
27056         * modules/snprintf-posix (Depends-on): Likewise.
27057         * modules/sprintf-posix (Depends-on): Likewise.
27058         * modules/trunc-tests (Depends-on): Likewise.
27059         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27060         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27061         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27062         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27063         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27064         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27065         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27066         * modules/vasnprintf-posix (Depends-on): Likewise.
27067         * modules/vasprintf-posix (Depends-on): Likewise.
27068         * modules/vfprintf-posix (Depends-on): Likewise.
27069         * modules/vsnprintf-posix (Depends-on): Likewise.
27070         * modules/vsprintf-posix (Depends-on): Likewise.
27071         * lib/frexp.c: Include isnand.h instead of isnan.h.
27072         (ISNAN): Set to isnand instead of isnan.
27073         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27074         (gl_isfinited): Use isnand instead of isnan.
27075         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27076         (gl_signbitd): Use isnand instead of isnan.
27077         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27078         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27079         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27080         (main): Use isnand instead of isnan.
27081         * tests/test-round1.c: Include isnand.h.
27082         (main): Use isnand instead of isnan.
27083         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27084         (ISNAN): Set to isnand instead of isnan.
27085         * tests/test-trunc1.c: Include isnand.h.
27086         (main): Use isnand instead of isnan.
27087         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27088         (equal): Use isnand instead of isnan.
27089         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27090         isnand-nolibm.
27091         * NEWS: Mention the change.
27092
27093 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27094             Bruno Haible  <bruno@clisp.org>
27095
27096         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27097         the GCC builtins for signbits are present and set
27098         REPLACE_SIGNBIT_USING_GCC if so.
27099         * lib/math.in.h (signbit): Define using GCC builtins if
27100         REPLACE_SIGNBIT_USING_GCC is set.
27101         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27102         REPLACE_SIGNBIT_USING_GCC.
27103         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27104
27105 2008-01-25  Jim Meyering  <meyering@redhat.com>
27106
27107         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27108         * lib/poll.c: Include <config.h>, not "config.h".
27109         * tests/test-getaddrinfo.c: Likewise.
27110
27111 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27112
27113         * modules/sockets-tests: New file.
27114
27115 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27116
27117         * modules/sockets: New module, can be used to call WSA_Startup and
27118         WSA_Cleanup when needed.
27119
27120         * lib/sockets.h, lib/sockets.c: New files.
27121
27122         * m4/sockets.m4: New file.
27123
27124         * tests/test-sockets.c: New file.
27125
27126 2008-01-19  Bruno Haible  <bruno@clisp.org>
27127
27128         * doc/posix-headers: Renamed from doc/headers.
27129         * doc/posix-functions: Renamed from doc/functions.
27130         * doc/gnulib.texi: Update.
27131
27132 2008-01-19  Bruno Haible  <bruno@clisp.org>
27133
27134         * doc/glibc-functions/strcasestr.texi: Include contents of
27135         doc/functions/strcasestr.texi, fixing the list of platforms.
27136         * doc/functions/strcasestr.texi: Remove file.
27137
27138 2008-01-19  Bruno Haible  <bruno@clisp.org>
27139
27140         * doc/glibc-functions/memmem.texi: Include contents of
27141         doc/functions/memmem.texi.
27142         * doc/functions/memmem.texi: Remove file.
27143
27144 2008-01-18  Bruno Haible  <bruno@clisp.org>
27145
27146         * doc/glibc-functions/*.texi: New files.
27147         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27148         to use the new files.
27149
27150 2008-01-17  Bruno Haible  <bruno@clisp.org>
27151
27152         * tests/test-gethostname.c (main): Fix printf statement.
27153
27154 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27155
27156         * modules/gethostname-tests: New file.
27157
27158         * tests/test-gethostname.c: New file.
27159
27160 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27161
27162         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27163         used by the UNAME case.  Reported by Bruno Haible
27164         <bruno@clisp.org>.
27165
27166 2008-01-17  Eric Blake  <ebb9@byu.net>
27167
27168         Convert c-strcasestr to be more efficient.
27169         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27170         (Depends-on): Add c-strcase, remove malloca, strnlen.
27171         * tests/test-c-strcasestr.c (main): Enhance test.
27172         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27173
27174 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27175
27176         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27177         Use it in creating po/Makevars.
27178
27179 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27180
27181         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27182         Applications that requires it should initialize libgcrypt
27183         manually.
27184
27185 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27186
27187         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27188
27189 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27190
27191         Fix problem with getdate on mingw32 reported by Simon Josefsson
27192         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27193         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27194         tzname", when deciding whether to declare tzname.
27195         * lib/strftime.c (tzname): Likewise.
27196
27197 2008-01-15  Bruno Haible  <bruno@clisp.org>
27198
27199         Work around a MacOS X 10.5 bug in frexpl().
27200         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27201         * doc/functions/frexpl.texi: Document the bug.
27202         Reported by Elias Pipping <pipping@gentoo.org>.
27203
27204 2008-01-14  Eric Blake  <ebb9@byu.net>
27205
27206         Touch up previous patch.
27207         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27208         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27209
27210         Convert strcasestr module to use Two-Way algorithm.
27211         * modules/strcasestr-simple: New module, based on the old
27212         strcasestr, but with Two-Way rather than KMP.
27213         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27214         * lib/string.in.h (rpl_strcasestr): Declare.
27215         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27216         performance.
27217         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27218         * modules/string (Makefile.am): Support strcasestr.
27219         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27220         * modules/strcasestr-tests (Depends-on): Check for alarm.
27221         * tests/test-strcasestr.c: Augment test.
27222         * lib/str-two-way.h: Clean up stray macro.
27223         * NEWS: Document new module.
27224         * MODULES.html.sh (string handling): Likewise.
27225         * doc/functions/strcasestr.texi: New file.
27226         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27227         here, since it is not a POSIX function.
27228
27229 2008-01-14  Colin Watson  <cjwatson@debian.org>
27230             Bruno Haible  <bruno@clisp.org>
27231
27232         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27233         works fine; if not, set REPLACE_STRSIGNAL.
27234         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27235         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27236         REPLACE_STRSIGNAL.
27237         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27238         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27239         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27240
27241 2008-01-14  Bruno Haible  <bruno@clisp.org>
27242
27243         * modules/strsignal (Include): Change to <string.h>.
27244
27245 2008-01-14  Colin Watson  <cjwatson@debian.org>
27246
27247         * modules/argp (Notice): Add a notice recommending to change
27248         XGETTEXT_OPTIONS.
27249         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27250
27251 2008-01-13  Colin Watson  <cjwatson@debian.org>
27252
27253         * modules/strsignal-tests: New file.
27254         * tests/test-strsignal.c: New file.
27255
27256         * lib/strsignal.c: New file, from glibc with modifications.
27257         * lib/siglist.h: New file, from glibc with modifications.
27258         * lib/string.in.h (strsignal): New declaration.
27259         * m4/strsignal.m4: New file.
27260         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27261         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27262         * modules/strsignal: New file.
27263         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27264         HAVE_DECL_STRSIGNAL.
27265
27266 2008-01-13  Bruno Haible  <bruno@clisp.org>
27267
27268         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27269         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27270         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27271         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27272
27273 2008-01-13  Bruno Haible  <bruno@clisp.org>
27274
27275         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27276         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27277         * lib/argp.h (__attribute__): Likewise.
27278         * lib/c-stack.c (__attribute__): Likewise.
27279         * lib/error.h (__attribute__): Likewise.
27280         * lib/fts.c (__attribute__): Likewise.
27281         * lib/openat.h (__attribute__): Likewise.
27282         * lib/stdio.in.h (__attribute__): Likewise.
27283         * lib/string.in.h (__attribute__): Likewise.
27284         * lib/utimens.c (__attribute__): Likewise.
27285         * lib/vasnprintf.h (__attribute__): Likewise.
27286         * lib/xalloc.h (__attribute__): Likewise.
27287         * lib/xprintf.h (__attribute__): Likewise.
27288         * lib/xstrtol.h (__attribute__): Likewise.
27289         * lib/xvasprintf.h (__attribute__): Likewise.
27290
27291 2008-01-12  Bruno Haible  <bruno@clisp.org>
27292
27293         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27294         * doc/glibc-headers/a.out.texi: New file.
27295         * doc/glibc-headers/aliases.texi: New file.
27296         * doc/glibc-headers/alloca.texi: New file.
27297         * doc/glibc-headers/ar.texi: New file.
27298         * doc/glibc-headers/argp.texi: New file.
27299         * doc/glibc-headers/argz.texi: New file.
27300         * doc/glibc-headers/byteswap.texi: New file.
27301         * doc/glibc-headers/crypt.texi: New file.
27302         * doc/glibc-headers/endian.texi: New file.
27303         * doc/glibc-headers/envz.texi: New file.
27304         * doc/glibc-headers/err.texi: New file.
27305         * doc/glibc-headers/error.texi: New file.
27306         * doc/glibc-headers/execinfo.texi: New file.
27307         * doc/glibc-headers/fpu_control.texi: New file.
27308         * doc/glibc-headers/fstab.texi: New file.
27309         * doc/glibc-headers/fts.texi: New file.
27310         * doc/glibc-headers/getopt.texi: New file.
27311         * doc/glibc-headers/ieee754.texi: New file.
27312         * doc/glibc-headers/ifaddrs.texi: New file.
27313         * doc/glibc-headers/libintl.texi: New file.
27314         * doc/glibc-headers/mcheck.texi: New file.
27315         * doc/glibc-headers/mntent.texi: New file.
27316         * doc/glibc-headers/obstack.texi: New file.
27317         * doc/glibc-headers/paths.texi: New file.
27318         * doc/glibc-headers/printf.texi: New file.
27319         * doc/glibc-headers/pty.texi: New file.
27320         * doc/glibc-headers/resolv.texi: New file.
27321         * doc/glibc-headers/shadow.texi: New file.
27322         * doc/glibc-headers/sysexits.texi: New file.
27323         * doc/glibc-headers/ttyent.texi: New file.
27324
27325 2008-01-12  Jim Meyering  <meyering@redhat.com>
27326
27327         announce-gen: emit Gnulib's git-based version string.
27328         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27329         New option --gnulib-version=V, where V is expected to be
27330         the output of running git describe in the gnulib directory.
27331         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27332         not useful, and plan to stop publishing an xdelta file with each
27333         coreutils release.
27334
27335         * build-aux/announce-gen: Also check for lzma-compressed files.
27336
27337 2008-01-11  Bruno Haible  <bruno@clisp.org>
27338
27339         * tests/test-memmem.c (main): Increase maximum allowed time.
27340         * tests/test-strstr.c (main): Likewise.
27341
27342 2008-01-11  Bruno Haible  <bruno@clisp.org>
27343
27344         * doc/functions/memmem.texi: Add more precisions about platforms.
27345         * doc/functions/strstr.texi: Likewise.
27346
27347 2008-01-10  Eric Blake  <ebb9@byu.net>
27348
27349         * m4/strstr.m4: Delete cruft from copy-n-paste.
27350         Reported by Bruno Haible.
27351
27352 2008-01-10  Bruno Haible  <bruno@clisp.org>
27353
27354         Make c-strstr rely on strstr.
27355         * lib/c-strstr.c: Don't include str-kmp.h.
27356         (c_strstr): Define in terms of strstr.
27357         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27358         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27359
27360 2008-01-10  Bruno Haible  <bruno@clisp.org>
27361
27362         * doc/gnulib.texi (String Functions in C Locale): New section.
27363         * doc/c-ctype.texi: New file.
27364         * doc/c-strcase.texi: New file.
27365         * doc/c-strcaseeq.texi: New file.
27366         * doc/c-strcasestr.texi: New file.
27367         * doc/c-strstr.texi: New file.
27368         * doc/c-strtod.texi: New file.
27369         * doc/c-strtold.texi: New file.
27370
27371 2008-01-10  Eric Blake  <ebb9@byu.net>
27372
27373         * lib/relocatable.h: Fix a comment.
27374
27375 2008-01-10  Eric Blake  <ebb9@byu.net>
27376
27377         Share two-way algorithm.
27378         * lib/str-two-way.h: New file, merged from...
27379         * lib/memmem.c: ...here...
27380         * lib/strstr.c: ...and here.
27381         * modules/memmem (Files): Use it.
27382         * modules/strstr (Files): Likewise.
27383
27384         Avoid quadratic strstr implementations.
27385         * lib/strstr.c: New file.
27386         * m4/strstr.m4: Likewise.
27387         * modules/strstr: Likewise.
27388         * modules/strstr-tests: Likewise.
27389         * tests/test-strstr.c: Likewise.
27390         * lib/string.in.h (rpl_strstr): Declare.
27391         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27392         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27393         * modules/string (Makefile.am): Likewise.
27394         * MODULES.html.sh (string handling): Mention new module.
27395         * doc/functions/strstr.texi (strstr): Document the bug.
27396
27397 2008-01-10  Bruno Haible  <bruno@clisp.org>
27398
27399         * lib/relocatable.h (relocate): State whether result is freshly
27400         allocated or not.
27401         * lib/relocatable.c (relocate): Return a freshly allocated string
27402         instead of a pointer to a privately held string.
27403         Reported by Sylvain Beucler <beuc@gnu.org>.
27404
27405 2008-01-10  Colin Watson  <cjwatson@debian.org>
27406
27407         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27408         s/S_ISNLK/S_ISLNK/.
27409
27410 2008-01-09  Bruno Haible  <bruno@clisp.org>
27411
27412         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27413         and other files.
27414         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27415         if it's only a guess.
27416         * modules/memmem: Simplify by depending on memmem-simple.
27417
27418 2008-01-09  Bruno Haible  <bruno@clisp.org>
27419
27420         Work around OpenBSD 4.0 tdelete() bug.
27421         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27422         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27423         macros and don't redefine the enum values.
27424         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27425         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27426         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27427
27428 2008-01-09  Bruno Haible  <bruno@clisp.org>
27429
27430         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27431         (main): Don't perform the tests if setlocale did not install a UTF-8
27432         locale. Needed on OpenBSD 4.0.
27433         * modules/wcwidth-tests (Depends-on): Add localcharset.
27434
27435 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27436
27437         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27438         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27439         * NEWS: announce this.
27440         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27441
27442 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27443         and Eric Blake  <ebb9@byu.net>
27444
27445         Add memmem-simple module.
27446         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27447         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27448         * modules/memmem-simple: New file.
27449         * modules/memmem (Description): Tweak.
27450         * MODULES.html.sh (string handling): Mention new module.
27451         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27452         addressed by memmem-simple.
27453         * NEWS: Document the difference.
27454
27455 2008-01-09  Eric Blake  <ebb9@byu.net>
27456
27457         Give gcc some memmem optimization hints.
27458         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27459         (strcasestr): Declare as pure.
27460         * modules/memmem (Maintainer): Claim my implementation.
27461
27462 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27463
27464         Support AIX 6.1 and higher.
27465         * build-aux/config.libpath: Likewise.
27466         * build-aux/config.rpath: Likewise.
27467
27468 2008-01-08  Jim Meyering  <meyering@redhat.com>
27469             Bruno Haible  <bruno@clisp.org>
27470
27471         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27472         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27473         Reported by Peter Fales in
27474         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27475
27476 2008-01-08  Bruno Haible  <bruno@clisp.org>
27477
27478         * modules/unictype/category-of (Depends-on): Add
27479         unictype/category-none.
27480         * modules/unictype/category-and-tests (Depends-on): Add
27481         unictype/category-{L,N,Lu,Nd}.
27482         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27483         * modules/unictype/category-or-tests (Depends-on): Add
27484         unictype/category-{L,N}.
27485         * modules/unictype/category-name-tests (Depends-on): Add
27486         unictype/category-{Z,Nl}.
27487         Reported by Simon Josefsson.
27488
27489 2008-01-08  Bruno Haible  <bruno@clisp.org>
27490
27491         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27492         convention better.
27493         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27494         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27495         Reported by Peter Miller <millerp@canb.auug.org.au>.
27496
27497 2008-01-08  Eric Blake  <ebb9@byu.net>
27498
27499         Rewrite memmem to guarantee linear complexity without malloc.
27500         * lib/memmem.c (memmem): Use Two-Way rather than
27501         Knuth-Morris-Pratt, to allow O(1) space usage.
27502         (critical_factorization, two_way_short_needle)
27503         (two_way_long_needle): New functions.
27504         (knuth_morris_pratt): Delete.
27505         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27506         Add stdint.
27507         * tests/test-memmem.c (main): Add tests for periodic needle and
27508         sublinear performance.
27509         * doc/functions/memmem.texi (memmem): Document other deficiencies
27510         in cygwin and older glibc.
27511
27512 2008-01-08  Bruno Haible  <bruno@clisp.org>
27513
27514         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27515         augmentation.
27516
27517 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27518
27519         Add a configure time option: --disable-acl.
27520         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27521         AC_ARG_ENABLE(acl).
27522
27523 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27524
27525         * tests/test-localename.c: Don't include obsolete "setenv.h".
27526
27527         * modules/localename-tests (Depends-on): Need unsetenv.
27528
27529 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27530
27531         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27532
27533 2008-01-06  Colin Watson  <cjwatson@debian.org>
27534
27535         * users.txt: Add man-db.
27536
27537 2008-01-07  Bruno Haible  <bruno@clisp.org>
27538
27539         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27540         previous section name.
27541
27542 2008-01-07  Bruno Haible  <bruno@clisp.org>
27543
27544         * lib/progname.c (set_program_name): Don't strip off a leading
27545         "lt-" prefix outside a .libs directory.
27546         Suggested by Paul Eggert.
27547
27548 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27549             Bruno Haible  <bruno@clisp.org>
27550
27551         Improve memory cleanup in 'relocatable' module.
27552         * lib/relocatable.h (compute_curr_prefix): Change return type to
27553         'char *'.
27554         * lib/relocatable.c (compute_curr_prefix): Change return type to
27555         'char *'. Free curr_installdir after use.
27556         (relocate): Free curr_prefix_better after use.
27557         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27558
27559 2008-01-01  Bruno Haible  <bruno@clisp.org>
27560
27561         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27562         failure on older glibc systems.
27563         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27564
27565 2008-01-05  Eric Blake  <ebb9@byu.net>
27566
27567         Avoid quadratic system memmem.
27568         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27569         Reported by Ralf Wildenhues.
27570
27571         Fix memmem test for mingw.
27572         * modules/memmem-tests (configure.ac): Check for alarm.
27573         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27574         it.
27575         * doc/functions/memmem.texi: New file.
27576         * doc/gnulib.texi (Function Substitutes): Add memmem.
27577         Reported by Bruno Haible.
27578
27579 2008-01-04  Bruno Haible  <bruno@clisp.org>
27580
27581         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27582         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27583         gl_HEADER_STRING_H_DEFAULTS.
27584
27585 2008-01-04  Eric Blake  <ebb9@byu.net>
27586
27587         Shorten duration of memmem test.
27588         * tests/test-memmem.c (main): Use alarm to declare failure if test
27589         is taking too long.
27590         Reported by Ralf Wildenhues.
27591
27592 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27593
27594         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27595         string, needed by strerror.
27596
27597 2008-01-03  Colin Watson  <cjwatson@debian.org>
27598             Bruno Haible  <bruno@clisp.org>
27599
27600         * doc/gnulib-tool.texi (Localization): New section.
27601
27602 2008-01-02  Bruno Haible  <bruno@clisp.org>
27603
27604         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27605         variables to 'unsigned char *' type.
27606         Reported by Paul Eggert.
27607
27608 2008-01-02  Jim Meyering  <jim@meyering.net>
27609
27610         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27611
27612 2007-12-31  Jim Meyering  <jim@meyering.net>
27613
27614         Avoid use of private FTS type name.
27615         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27616
27617 2007-12-30  Karl Berry  <karl@gnu.org>
27618
27619         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27620         work around defect in Texinfo and/or the standalone Info browser.
27621
27622 2007-12-30  Bruno Haible  <bruno@clisp.org>
27623
27624         Unify 5 copies of the KMP code.
27625         * lib/str-kmp.h: New file.
27626         * lib/c-strcasestr.c: Include str-kmp.h.
27627         (knuth_morris_pratt): Remove function.
27628         (c_strcasestr): Update.
27629         * lib/c-strstr.c: Include str-kmp.h.
27630         (knuth_morris_pratt): Remove function.
27631         (c_strcasestr): Update.
27632         * lib/mbscasestr.c: Include str-kmp.h.
27633         (knuth_morris_pratt_unibyte): Remove function.
27634         * lib/mbsstr.c: Include str-kmp.h.
27635         (knuth_morris_pratt_unibyte): Remove function.
27636         * lib/strcasestr.c: Include str-kmp.h.
27637         (knuth_morris_pratt): Remove function.
27638         (strcasestr): Update.
27639         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27640         * modules/c-strstr (Files): Likewise.
27641         * modules/mbscasestr (Files): Likewise.
27642         * modules/mbsstr (Files): Likewise.
27643         * modules/strcasestr (Files): Likewise.
27644         Suggested by Paul Eggert.
27645
27646 2007-12-30  Bruno Haible  <bruno@clisp.org>
27647
27648         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27649         defined.
27650
27651 2007-12-30  Bruno Haible  <bruno@clisp.org>
27652
27653         * lib/xmalloca.h: Include xalloc.h.
27654         (xnmalloca): New macro.
27655
27656 2007-12-30  Bruno Haible  <bruno@clisp.org>
27657
27658         * lib/malloca.h (nmalloca): New macro.
27659         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
27660         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
27661         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
27662         knuth_morris_pratt_multibyte): Likewise.
27663         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
27664         knuth_morris_pratt_multibyte): Likewise.
27665         * lib/memmem.c (knuth_morris_pratt): Likewise.
27666         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
27667
27668 2007-12-25  Bruno Haible  <bruno@clisp.org>
27669
27670         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
27671         * lib/glob.c: Don't include openat.h.
27672         (link_exists2_p): Add back the code that deals with the
27673         !GLOB_ALTDIRFUNC case.
27674         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
27675         let it do the filename concatenation.
27676         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
27677         * modules/glob (Depends-on): Remove openat.
27678
27679 2007-12-31  Bruno Haible  <bruno@clisp.org>
27680
27681         * modules/dirfd (License): Change to LGPLv2+.
27682         Approved by Jim Meyering.
27683
27684 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
27685
27686         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
27687         when multiplying M by sizeof (size_t).
27688
27689 2007-12-10  Martin Lambers  <marlam@marlam.de>
27690
27691         Override getpagesize on mingw.
27692         * lib/getpagesize.c: New file.
27693         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
27694         * modules/getpagesize (Files): Add lib/getpagesize.c.
27695         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
27696         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
27697         REPLACE_GETPAGESIZE.
27698         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
27699
27700 2007-12-25  Bruno Haible  <bruno@clisp.org>
27701
27702         * modules/localcharset (Notice): New field.
27703         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
27704         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
27705
27706 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
27707             Bruno Haible  <bruno@clisp.org>
27708
27709         Avoid using the syntax symbol() in formatted documentation.
27710         * MODULES.html.sh (func_module): When replacing symbol() with a
27711         hyperlink, remove the parentheses. Show an error if some remain.
27712         Recognize and render the '...' syntax.
27713         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
27714         Rework. Add paragraph about GCC's inlining.
27715         * doc/alloca.texi: Likewise.
27716         * doc/error.texi: Remove parentheses from symbol reference.
27717         * doc/gnulib-intro.texi: Likewise.
27718         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
27719         * modules/fnmatch (Description): Reword to say "the ... function".
27720         * modules/full-read (Description): Likewise.
27721         * modules/full-write (Description): Likewise.
27722         * modules/safe-read (Description): Likewise.
27723         * modules/safe-write (Description): Likewise.
27724         * modules/strchrnul (Description): Likewise.
27725         * modules/trim (Description): Likewise.
27726         * modules/error (Description): Remove parentheses from symbol
27727         references.
27728         * modules/verror (Description): Likewise.
27729         Reported by Karl Berry.
27730
27731 2007-12-25  Bruno Haible  <bruno@clisp.org>
27732
27733         Fixup after 2007-10-16 commit.
27734         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
27735
27736 2007-12-24  Bruno Haible  <bruno@clisp.org>
27737
27738         Make --enable-relocatable work with DESTDIR.
27739         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
27740         to compute installdir from destprog.
27741         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
27742         also set the RELOC_DESTDIR variable.
27743         Reported by Левашев Иван <octagram@bluebottle.com>.
27744
27745 2007-12-24  Bruno Haible  <bruno@clisp.org>
27746
27747         Fix link error due to xalloc_die().
27748         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
27749         of xreadlink.
27750         * lib/relocwrapper.c: Update comments.
27751         * build-aux/install-reloc: Remove xreadlink.c from file list.
27752         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
27753         xreadlink.c.
27754         Reported by Левашев Иван <octagram@bluebottle.com>.
27755
27756 2007-12-24  Bruno Haible  <bruno@clisp.org>
27757
27758         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
27759         * lib/setenv.h: Remove file.
27760         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
27761         lib/setenv.h.
27762         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
27763         (Depends-on): Add stdlib.
27764         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
27765         gl_FUNC_UNSETENV.
27766         (Include): Replace setenv.h with <stdlib.h>.
27767         * modules/unsetenv: New file.
27768         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
27769         * lib/unsetenv.c: Include <stdlib.h> first.
27770         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
27771         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
27772         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
27773         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
27774         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
27775         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27776         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
27777         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
27778         * doc/functions/unsetenv.texi: Update.
27779         * modules/xsetenv (Depends-on): Add unsetenv.
27780         * modules/getdate (Depends-on): Likewise.
27781         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
27782         * lib/xsetenv.c: Don't include setenv.h.
27783         * lib/getdate.y: Likewise.
27784         * lib/relocwrapper.c: Likewise.
27785         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
27786         (Depends-on): Add stdlib.
27787         * NEWS: Mention the changes.
27788         Reported by Левашев Иван <octagram@bluebottle.com>.
27789
27790 2007-12-23  Bruno Haible  <bruno@clisp.org>
27791
27792         * lib/memmem.c (memmem): Use lowercase variable names. Tab
27793         indentation.
27794
27795 2007-12-23  Bruno Haible  <bruno@clisp.org>
27796
27797         * lib/c-strcasestr.c: Add more comments.
27798         * lib/c-strstr.c: Likewise.
27799         * lib/mbscasestr.c: Likewise.
27800         * lib/mbsstr.c: Likewise.
27801         * lib/strcasestr.c: Likewise.
27802         * lib/memmem.c: Likewise.
27803
27804 2007-12-23  Bruno Haible  <bruno@clisp.org>
27805
27806         * tests/test-memmem.c: Include <string.h> first.
27807
27808 2007-12-22  Bruno Haible  <bruno@clisp.org>
27809
27810         * gnulib-tool (func_create_testdir): Change $auxdir while generating
27811         the contents of $testsbase.
27812         Reported by Ralf Wildenhues.
27813
27814 2007-12-22  Bruno Haible  <bruno@clisp.org>
27815
27816         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
27817         two variables local_ldadd_before, local_ldadd_last.
27818
27819 2007-12-20  Eric Blake  <ebb9@byu.net>
27820
27821         Work around circular library issue when cross-compiling.
27822         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
27823         that progname.o does not need to pull in rpl_memcmp.
27824
27825 2007-12-19  Eric Blake  <ebb9@byu.net>
27826
27827         Fix memmem to avoid O(n^2) worst-case complexity.
27828         * lib/memmem.c (knuth_morris_pratt): New function.
27829         (memmem): Use it if first few naive iterations fail.
27830         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
27831         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
27832         * modules/memchr (License): Likewise.
27833         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
27834         malloca.
27835         * tests/test-memmem.c: Rewrite, borrowing ideas from
27836         test-mbsstr1.c; the old version wouldn't even compile!
27837         * modules/memmem-tests: New file.
27838         * lib/string.in.h (rpl_memmem): Add declaration.
27839         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27840         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
27841         REPLACE_MEMMEM.
27842
27843 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27844
27845         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
27846         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
27847         before any system include files, and undef after them all.  This
27848         should fix a problem on VMS reported by John E. Malmberg in
27849         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
27850
27851 2007-12-17  Eric Blake  <ebb9@byu.net>
27852
27853         Revert addition of verify, for BSD/OS.
27854         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
27855         can't handle large files, for the sake of obsolete platforms.
27856         * modules/fseeko (Depends-on): Remove verify.
27857         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
27858         * doc/functions/ftello.texi (ftello): Likewise.
27859         * doc/functions/fgetpos.texi (fgetpos): Likewise.
27860         Reported by Larry Jones.
27861
27862 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
27863
27864         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
27865         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
27866
27867 2007-12-17  Jim Meyering  <meyering@redhat.com>
27868
27869         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
27870         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
27871         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
27872         * modules/getcwd (Depends-on): Add openat.
27873         Reported by Petr Salinger.
27874
27875 2007-12-17  Bruno Haible  <bruno@clisp.org>
27876
27877         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
27878         avoid a segmentation fault of the configure test on x86_64 systems.
27879
27880 2007-12-15  Jim Meyering  <meyering@redhat.com>
27881
27882         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
27883
27884 2007-12-13  Eric Blake  <ebb9@byu.net>
27885
27886         Another fseek test.
27887         * tests/test-fseek.c (main): Also test ungetc handling.
27888         * tests/test-fseeko.c (main): Likewise.
27889         * modules/fseeko (Depends-on): Add verify.
27890         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
27891         large.
27892         Reported by Larry Jones.
27893
27894         Fix fseeko on mingw.
27895         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
27896         seek.
27897
27898         Beef up fseek tests.
27899         * tests/test-fseek.c (main): Also test eof handling.
27900         * tests/test-fseeko.c (main): Likewise.
27901         Reported by Larry Jones.
27902
27903 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
27904
27905         Fix fseeko on BSD-based platforms.
27906         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
27907         successful seek.
27908
27909 2007-12-12  Eric Blake  <ebb9@byu.net>
27910
27911         Allow circular dependency of separate libtests.a
27912         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
27913         when use_libtests.
27914
27915 2007-12-11  Eric Blake  <ebb9@byu.net>
27916
27917         Fix bug with -0.0L in previous patch.
27918         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
27919         * tests/test-isnan.c (main): Also test on zeroes.
27920         * tests/test-isnanf.c (main): Likewise.
27921         * tests/test-isnanl.h (main): Likewise.
27922
27923         Detect pseudo-denormals on x86 even when cross-compiling.
27924         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
27925         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
27926         invalid bit patterns that happen to satisfy ==.
27927
27928         Avoid link failures with separate libtests.a.
27929         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
27930         last, to satisfy circular dependencies.
27931
27932 2007-12-11  Eric Blake  <ebb9@byu.net>
27933         and Bruno Haible  <bruno@clisp.org>
27934
27935         Fix OpenBSD 4.0 <float.h> handling of long double.
27936         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
27937         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
27938         * doc/headers/float.texi (float.h): Document OpenBSD bug.
27939
27940 2007-12-11  Jim Meyering  <meyering@redhat.com>
27941
27942         * users.txt: Add libvirt.
27943
27944         Support versions of autoconf prior to 2.59c.
27945         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
27946         if it is not already defined.
27947
27948 2007-12-09  Bruno Haible  <bruno@clisp.org>
27949
27950         Let 'gnulib-tool --import' collect sources needed for the tests in
27951         tests/ rather than in lib/.
27952         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
27953         argument. If true, add rules to generate libtests.a, and put libtests.a
27954         into $(LDADD). Consider source files in subdirectories and set
27955         uses_subdirs.
27956         (func_emit_initmacro_start, func_emit_initmacro_end,
27957         func_emit_initmacro_done): Pass all arguments explicitly.
27958         (func_import): Determine two module lists main_modules,
27959         testsrelated_modules. Determine use_libtests. Determine two variables
27960         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
27961         instead of just sed_transform_lib_file. Determine two variables
27962         main_files and testsrelated_files. Compute 'files' as the union of
27963         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
27964         func_add_or_update. In the generated gnulib-comp.m4, collect the
27965         object files for tests/ in different variables than those for lib/.
27966         Substitute LIBTESTS_LIBDEPS.
27967         (func_create_testdir): Combine the uses_subdirs results from
27968         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
27969
27970 2007-12-09  Bruno Haible  <bruno@clisp.org>
27971
27972         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
27973         the build-aux directory.
27974
27975 2007-12-09  Bruno Haible  <bruno@clisp.org>
27976
27977         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
27978         introduced on 2006-09-09.
27979
27980 2007-12-07  Jim Meyering  <meyering@redhat.com>
27981
27982         Let these macros work also with autoconf-2.59.
27983         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
27984         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
27985         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
27986
27987 2007-12-06  Jim Meyering  <meyering@redhat.com>
27988
27989         Avoid a configure-time syntax error in gl_FUNC_ACL.
27990         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
27991         function in each branch, before testing the cache variable.
27992
27993 2007-12-04  Eric Blake  <ebb9@byu.net>
27994
27995         Make scripts executable.
27996         * build-aux/config.guess: Add execute permissions.
27997         * build-aux/config.sub: Likewise.
27998         * build-aux/gendocs.sh: Likewise.
27999
28000         Fix frexp on mingw.
28001         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28002         cross-compiling.
28003         * doc/functions/frexp.texi (frexp): Document the bug.
28004
28005         Make cygwin fseeko check more reliable.
28006         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28007         version numbers, rather than unrelated feature check.
28008         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28009         * doc/functions/ftello.texi (ftello): Likewise.
28010         Reported by Bruno Haible.
28011
28012         * m4/strerror.m4: Bump version number.
28013
28014 2007-12-03  Bruno Haible  <bruno@clisp.org>
28015
28016         * doc/functions/mprotect.texi: Mention the mingw problem.
28017
28018 2007-12-03  Eric Blake  <ebb9@byu.net>
28019
28020         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28021         REPLACE_STRERROR is initialized before this macro.
28022
28023 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28024
28025         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28026         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28027         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28028         put -lsec in even for programs other than 'ls'.  This fixes a problem
28029         for gettext reported by Bruno Haible in
28030         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28031         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28032         Add support for Solaris 10.  This isn't efficient, but should get the
28033         job done for now.
28034
28035 2007-12-03  James Youngman  <jay@gnu.org>
28036
28037         * doc/regexprops-generic.texi: change "an close-group" to "a
28038         close-group" and "illegal" to "not allowed".
28039
28040 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28041
28042         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28043         pr_byname.h. Needed for the rare case when the maintainer has done
28044         "make maintainer-clean" in the source directory and then attempts a
28045         build outside the source directory.
28046         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28047         scripts_byname.h.
28048
28049 2007-12-02  Martin Lambers <marlam@marlam.de>
28050             Bruno Haible  <bruno@clisp.org>
28051
28052         * lib/getpagesize.h: Remove file.
28053         * lib/unistd.in.h: Include declaration of getpagesize here.
28054         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28055         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28056         HAVE_SYS_PARAM_H.
28057         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28058         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28059         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28060         (Depends-on): Add unistd.
28061         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28062         (Include): Use <unistd.h> instead of getpagesize.h.
28063         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28064         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28065         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28066         gl_GETPAGESIZE invocation, already handled by module dependency.
28067         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28068
28069 2007-12-02  Bruno Haible  <bruno@clisp.org>
28070
28071         * modules/strings-tests: New file.
28072         * tests/test-strings.c: New file.
28073
28074         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28075         * lib/strings.in.h: New file.
28076         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28077         * m4/strings_h.m4: New file.
28078         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28079         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28080         * modules/strings: New file.
28081         * modules/string (Makefile.am): Update.
28082         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28083         Reported by Karl Berry.
28084
28085 2007-12-01  Eric Blake  <ebb9@byu.net>
28086
28087         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28088         accomodate fix in cygwin 1.5.25.
28089
28090 2007-12-01  Jim Meyering  <meyering@redhat.com>
28091
28092         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28093         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28094         that would inhibit utf8-optimization of a regexp containing line-
28095         or buffer-anchors, e.g., `^', `$'.
28096
28097 2007-11-30  Bruno Haible  <bruno@clisp.org>
28098
28099         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28100         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28101         glthread_recursive_lock_init.
28102         * lib/lock.c (glthread_recursive_lock_init)
28103         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28104         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28105
28106 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28107
28108         New function qset_acl, like set_acl but with syscall semantics.
28109         * lib/acl.h (qset_acl): New decl.
28110         * lib/acl.c (qset_acl): New function.
28111         (set_acl): Use new function.  Use more-consistent diagnostics.
28112
28113 2007-11-28  Jim Meyering  <meyering@redhat.com>
28114
28115         * modules/physmem (License): Change from GPL to LGPLv2+.
28116
28117 2007-11-26  Bruno Haible  <bruno@clisp.org>
28118
28119         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28120         'long double' type has excess precision.
28121         Reported by Jim Meyering in
28122         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28123
28124 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28125
28126         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28127         Sync from <http://gnu.org/licenses>.
28128         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28129         with license text from same location.
28130         * doc/maintain.texi, doc/standards.texi:  Sync from
28131         <http://savannah.gnu.org/projects/gnustandards>.
28132
28133 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28134         and Jim Meyering  <meyering@redhat.com>
28135
28136         Adjust getdate' grammar to accept a slightly more regular language.
28137         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28138         Before, the former was rejected.
28139         * lib/getdate.y (digits_to_date_time): New function, factored
28140         out of ...
28141         (number): ...here.  Just call digits_to_date_time.
28142         (hybrid): New non-terminal to handle an <unsigned number,
28143         signed relative offset> sequence consistently.
28144
28145 2007-11-18  Jim Meyering  <meyering@redhat.com>
28146
28147         Pull my changes from coreutils:
28148         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28149         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28150         use of $gnulib_tool_option_extras, so that it's separated from the
28151         preceding argument.
28152
28153         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28154         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28155         parent destination directories before copying a file into place.
28156
28157 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28158
28159         bootstrap: work also with 4-argument variant of AC_INIT
28160         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28161
28162 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28163
28164         Port test-getaddrinfo to Solaris.
28165         Problem reported by Bruno Haible in
28166         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28167         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28168         explanation of setting 'hints'.
28169         Don't reject an implementation merely because it returns EAI_SERVICE.
28170         (EAI_SERVICE): Define to 0 if not defined.
28171
28172 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28173
28174         The license of gnu-make and posix-shell is now "GPLed build tool".
28175         * modules/gnu-make (License): Likewise.
28176         * modules/posix-shell (License): Likewise.
28177
28178         New module posix-shell, for determining a POSIX shell
28179         or perhaps something that is close enough to a POSIX shell.
28180         * m4/posix-shell.m4: New file.
28181         * modules/posix-shell: New file.
28182
28183         * MODULES.html.sh: Mention new module.
28184
28185         New module gnu-make, for determining whether we're using GNU Make.
28186         * m4/gnu-make.m4: New file.
28187         * modules/gnu-make: New file.
28188         * MODULES.html.sh: Mention new module.
28189
28190 2007-11-14  Jim Meyering  <meyering@redhat.com>
28191
28192         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28193         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28194         use this macro to create a function _definition_.
28195         Remove useless "#undef ARGMATCH_DIE".
28196
28197 2007-11-14  Bruno Haible  <bruno@clisp.org>
28198
28199         * lib/config.charset: Update for OpenBSD 4.1.
28200         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28201
28202 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28203
28204         Document 64-bit #if problems in stdint.texi.
28205         * doc/headers/stdint.texi (stdint.h): Mention problems with
28206         64-bit-#if, and how to work around them.
28207
28208         Don't insist on 'long long int' support in the preprocessor.  It
28209         breaks too many things.  For example, PRIdMAX still uses a 'long
28210         long int' format with the latest Sun compiler, even though
28211         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28212         preprocessor problem.  This causes the latest coreutils to dump
28213         core on Solaris 10 sparc with the Sun C compiler.
28214         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28215         the troublesome expressions at configure-time, not at #if-time.
28216         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28217         preprocessor.
28218         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28219         compile-time C checks, done at 'configure'-time.
28220         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28221         * modules/inttypes (Makefile): Substitute the new symbols that
28222         gl_INTTYPES_H now generates.
28223         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28224
28225 2007-11-12  Bruno Haible  <bruno@clisp.org>
28226
28227         Tests for Unicode character classification functions.
28228
28229         * modules/unictype/bidicategory-byname-tests: New file.
28230         * modules/unictype/bidicategory-name-tests: New file.
28231         * modules/unictype/bidicategory-of-tests: New file.
28232         * modules/unictype/bidicategory-test-tests: New file.
28233         * modules/unictype/block-list-tests: New file.
28234         * modules/unictype/block-of-tests: New file.
28235         * modules/unictype/block-test-tests: New file.
28236         * modules/unictype/category-C-tests: New file.
28237         * modules/unictype/category-Cc-tests: New file.
28238         * modules/unictype/category-Cf-tests: New file.
28239         * modules/unictype/category-Cn-tests: New file.
28240         * modules/unictype/category-Co-tests: New file.
28241         * modules/unictype/category-Cs-tests: New file.
28242         * modules/unictype/category-L-tests: New file.
28243         * modules/unictype/category-Ll-tests: New file.
28244         * modules/unictype/category-Lm-tests: New file.
28245         * modules/unictype/category-Lo-tests: New file.
28246         * modules/unictype/category-Lt-tests: New file.
28247         * modules/unictype/category-Lu-tests: New file.
28248         * modules/unictype/category-M-tests: New file.
28249         * modules/unictype/category-Mc-tests: New file.
28250         * modules/unictype/category-Me-tests: New file.
28251         * modules/unictype/category-Mn-tests: New file.
28252         * modules/unictype/category-N-tests: New file.
28253         * modules/unictype/category-Nd-tests: New file.
28254         * modules/unictype/category-Nl-tests: New file.
28255         * modules/unictype/category-No-tests: New file.
28256         * modules/unictype/category-P-tests: New file.
28257         * modules/unictype/category-Pc-tests: New file.
28258         * modules/unictype/category-Pd-tests: New file.
28259         * modules/unictype/category-Pe-tests: New file.
28260         * modules/unictype/category-Pf-tests: New file.
28261         * modules/unictype/category-Pi-tests: New file.
28262         * modules/unictype/category-Po-tests: New file.
28263         * modules/unictype/category-Ps-tests: New file.
28264         * modules/unictype/category-S-tests: New file.
28265         * modules/unictype/category-Sc-tests: New file.
28266         * modules/unictype/category-Sk-tests: New file.
28267         * modules/unictype/category-Sm-tests: New file.
28268         * modules/unictype/category-So-tests: New file.
28269         * modules/unictype/category-Z-tests: New file.
28270         * modules/unictype/category-Zl-tests: New file.
28271         * modules/unictype/category-Zp-tests: New file.
28272         * modules/unictype/category-Zs-tests: New file.
28273         * modules/unictype/category-and-not-tests: New file.
28274         * modules/unictype/category-and-tests: New file.
28275         * modules/unictype/category-byname-tests: New file.
28276         * modules/unictype/category-name-tests: New file.
28277         * modules/unictype/category-none-tests: New file.
28278         * modules/unictype/category-of-tests: New file.
28279         * modules/unictype/category-or-tests: New file.
28280         * modules/unictype/category-test-withtable-tests: New file.
28281         * modules/unictype/combining-class-tests: New file.
28282         * modules/unictype/ctype-alnum-tests: New file.
28283         * modules/unictype/ctype-alpha-tests: New file.
28284         * modules/unictype/ctype-blank-tests: New file.
28285         * modules/unictype/ctype-cntrl-tests: New file.
28286         * modules/unictype/ctype-digit-tests: New file.
28287         * modules/unictype/ctype-graph-tests: New file.
28288         * modules/unictype/ctype-lower-tests: New file.
28289         * modules/unictype/ctype-print-tests: New file.
28290         * modules/unictype/ctype-punct-tests: New file.
28291         * modules/unictype/ctype-space-tests: New file.
28292         * modules/unictype/ctype-upper-tests: New file.
28293         * modules/unictype/ctype-xdigit-tests: New file.
28294         * modules/unictype/decimal-digit-tests: New file.
28295         * modules/unictype/digit-tests: New file.
28296         * modules/unictype/mirror-tests: New file.
28297         * modules/unictype/numeric-tests: New file.
28298         * modules/unictype/property-alphabetic-tests: New file.
28299         * modules/unictype/property-ascii-hex-digit-tests: New file.
28300         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28301         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28302         * modules/unictype/property-bidi-block-separator-tests: New file.
28303         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28304         * modules/unictype/property-bidi-common-separator-tests: New file.
28305         * modules/unictype/property-bidi-control-tests: New file.
28306         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28307         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28308         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28309         * modules/unictype/property-bidi-european-digit-tests: New file.
28310         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28311         * modules/unictype/property-bidi-left-to-right-tests: New file.
28312         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28313         * modules/unictype/property-bidi-other-neutral-tests: New file.
28314         * modules/unictype/property-bidi-pdf-tests: New file.
28315         * modules/unictype/property-bidi-segment-separator-tests: New file.
28316         * modules/unictype/property-bidi-whitespace-tests: New file.
28317         * modules/unictype/property-byname-tests: New file.
28318         * modules/unictype/property-combining-tests: New file.
28319         * modules/unictype/property-composite-tests: New file.
28320         * modules/unictype/property-currency-symbol-tests: New file.
28321         * modules/unictype/property-dash-tests: New file.
28322         * modules/unictype/property-decimal-digit-tests: New file.
28323         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28324         * modules/unictype/property-deprecated-tests: New file.
28325         * modules/unictype/property-diacritic-tests: New file.
28326         * modules/unictype/property-extender-tests: New file.
28327         * modules/unictype/property-format-control-tests: New file.
28328         * modules/unictype/property-grapheme-base-tests: New file.
28329         * modules/unictype/property-grapheme-extend-tests: New file.
28330         * modules/unictype/property-grapheme-link-tests: New file.
28331         * modules/unictype/property-hex-digit-tests: New file.
28332         * modules/unictype/property-hyphen-tests: New file.
28333         * modules/unictype/property-id-continue-tests: New file.
28334         * modules/unictype/property-id-start-tests: New file.
28335         * modules/unictype/property-ideographic-tests: New file.
28336         * modules/unictype/property-ids-binary-operator-tests: New file.
28337         * modules/unictype/property-ids-trinary-operator-tests: New file.
28338         * modules/unictype/property-ignorable-control-tests: New file.
28339         * modules/unictype/property-iso-control-tests: New file.
28340         * modules/unictype/property-join-control-tests: New file.
28341         * modules/unictype/property-left-of-pair-tests: New file.
28342         * modules/unictype/property-line-separator-tests: New file.
28343         * modules/unictype/property-logical-order-exception-tests: New file.
28344         * modules/unictype/property-lowercase-tests: New file.
28345         * modules/unictype/property-math-tests: New file.
28346         * modules/unictype/property-non-break-tests: New file.
28347         * modules/unictype/property-not-a-character-tests: New file.
28348         * modules/unictype/property-numeric-tests: New file.
28349         * modules/unictype/property-other-alphabetic-tests: New file.
28350         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28351         * modules/unictype/property-other-grapheme-extend-tests: New file.
28352         * modules/unictype/property-other-id-continue-tests: New file.
28353         * modules/unictype/property-other-id-start-tests: New file.
28354         * modules/unictype/property-other-lowercase-tests: New file.
28355         * modules/unictype/property-other-math-tests: New file.
28356         * modules/unictype/property-other-uppercase-tests: New file.
28357         * modules/unictype/property-paired-punctuation-tests: New file.
28358         * modules/unictype/property-paragraph-separator-tests: New file.
28359         * modules/unictype/property-pattern-syntax-tests: New file.
28360         * modules/unictype/property-pattern-white-space-tests: New file.
28361         * modules/unictype/property-private-use-tests: New file.
28362         * modules/unictype/property-punctuation-tests: New file.
28363         * modules/unictype/property-quotation-mark-tests: New file.
28364         * modules/unictype/property-radical-tests: New file.
28365         * modules/unictype/property-sentence-terminal-tests: New file.
28366         * modules/unictype/property-soft-dotted-tests: New file.
28367         * modules/unictype/property-space-tests: New file.
28368         * modules/unictype/property-terminal-punctuation-tests: New file.
28369         * modules/unictype/property-test-tests: New file.
28370         * modules/unictype/property-titlecase-tests: New file.
28371         * modules/unictype/property-unassigned-code-value-tests: New file.
28372         * modules/unictype/property-unified-ideograph-tests: New file.
28373         * modules/unictype/property-uppercase-tests: New file.
28374         * modules/unictype/property-variation-selector-tests: New file.
28375         * modules/unictype/property-white-space-tests: New file.
28376         * modules/unictype/property-xid-continue-tests: New file.
28377         * modules/unictype/property-xid-start-tests: New file.
28378         * modules/unictype/property-zero-width-tests: New file.
28379         * modules/unictype/scripts-tests: New file.
28380         * modules/unictype/syntax-c-ident-tests: New file.
28381         * modules/unictype/syntax-c-whitespace-tests: New file.
28382         * modules/unictype/syntax-java-ident-tests: New file.
28383         * modules/unictype/syntax-java-whitespace-tests: New file.
28384         * tests/unictype/test-bidi_byname.c: New file.
28385         * tests/unictype/test-bidi_name.c: New file.
28386         * tests/unictype/test-bidi_of.c: New file.
28387         * tests/unictype/test-bidi_test.c: New file.
28388         * tests/unictype/test-block_list.c: New file.
28389         * tests/unictype/test-block_of.c: New file.
28390         * tests/unictype/test-block_test.c: New file.
28391         * tests/unictype/test-categ_and.c: New file.
28392         * tests/unictype/test-categ_and_not.c: New file.
28393         * tests/unictype/test-categ_byname.c: New file.
28394         * tests/unictype/test-categ_name.c: New file.
28395         * tests/unictype/test-categ_none.c: New file.
28396         * tests/unictype/test-categ_of.c: New file.
28397         * tests/unictype/test-categ_or.c: New file.
28398         * tests/unictype/test-categ_test_withtable.c: New file.
28399         * tests/unictype/test-combining.c: New file.
28400         * tests/unictype/test-decdigit.c: New file.
28401         * tests/unictype/test-digit.c: New file.
28402         * tests/unictype/test-mirror.c: New file.
28403         * tests/unictype/test-numeric.c: New file.
28404         * tests/unictype/test-pr_byname.c: New file.
28405         * tests/unictype/test-pr_test.c: New file.
28406         * tests/unictype/test-predicate-part1.h: New file.
28407         * tests/unictype/test-predicate-part2.h: New file.
28408         * tests/unictype/test-scripts.c: New file.
28409         * tests/unictype/test-sy_c_ident.c: New file.
28410         * tests/unictype/test-sy_java_ident.c: New file.
28411
28412         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28413         for Unicode 5.0.0.
28414         * tests/unictype/test-categ_Cc.c: Likewise.
28415         * tests/unictype/test-categ_Cf.c: Likewise.
28416         * tests/unictype/test-categ_Cn.c: Likewise.
28417         * tests/unictype/test-categ_Co.c: Likewise.
28418         * tests/unictype/test-categ_Cs.c: Likewise.
28419         * tests/unictype/test-categ_L.c: Likewise.
28420         * tests/unictype/test-categ_Ll.c: Likewise.
28421         * tests/unictype/test-categ_Lm.c: Likewise.
28422         * tests/unictype/test-categ_Lo.c: Likewise.
28423         * tests/unictype/test-categ_Lt.c: Likewise.
28424         * tests/unictype/test-categ_Lu.c: Likewise.
28425         * tests/unictype/test-categ_M.c: Likewise.
28426         * tests/unictype/test-categ_Mc.c: Likewise.
28427         * tests/unictype/test-categ_Me.c: Likewise.
28428         * tests/unictype/test-categ_Mn.c: Likewise.
28429         * tests/unictype/test-categ_N.c: Likewise.
28430         * tests/unictype/test-categ_Nd.c: Likewise.
28431         * tests/unictype/test-categ_Nl.c: Likewise.
28432         * tests/unictype/test-categ_No.c: Likewise.
28433         * tests/unictype/test-categ_P.c: Likewise.
28434         * tests/unictype/test-categ_Pc.c: Likewise.
28435         * tests/unictype/test-categ_Pd.c: Likewise.
28436         * tests/unictype/test-categ_Pe.c: Likewise.
28437         * tests/unictype/test-categ_Pf.c: Likewise.
28438         * tests/unictype/test-categ_Pi.c: Likewise.
28439         * tests/unictype/test-categ_Po.c: Likewise.
28440         * tests/unictype/test-categ_Ps.c: Likewise.
28441         * tests/unictype/test-categ_S.c: Likewise.
28442         * tests/unictype/test-categ_Sc.c: Likewise.
28443         * tests/unictype/test-categ_Sk.c: Likewise.
28444         * tests/unictype/test-categ_Sm.c: Likewise.
28445         * tests/unictype/test-categ_So.c: Likewise.
28446         * tests/unictype/test-categ_Z.c: Likewise.
28447         * tests/unictype/test-categ_Zl.c: Likewise.
28448         * tests/unictype/test-categ_Zp.c: Likewise.
28449         * tests/unictype/test-categ_Zs.c: Likewise.
28450         * tests/unictype/test-ctype_alnum.c: Likewise.
28451         * tests/unictype/test-ctype_alpha.c: Likewise.
28452         * tests/unictype/test-ctype_blank.c: Likewise.
28453         * tests/unictype/test-ctype_cntrl.c: Likewise.
28454         * tests/unictype/test-ctype_digit.c: Likewise.
28455         * tests/unictype/test-ctype_graph.c: Likewise.
28456         * tests/unictype/test-ctype_lower.c: Likewise.
28457         * tests/unictype/test-ctype_print.c: Likewise.
28458         * tests/unictype/test-ctype_punct.c: Likewise.
28459         * tests/unictype/test-ctype_space.c: Likewise.
28460         * tests/unictype/test-ctype_upper.c: Likewise.
28461         * tests/unictype/test-ctype_xdigit.c: Likewise.
28462         * tests/unictype/test-decdigit.h: Likewise.
28463         * tests/unictype/test-digit.h: Likewise.
28464         * tests/unictype/test-numeric.h: Likewise.
28465         * tests/unictype/test-pr_alphabetic.c: Likewise.
28466         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28467         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28468         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28469         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28470         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28471         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28472         * tests/unictype/test-pr_bidi_control.c: Likewise.
28473         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28474         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28475         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28476         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28477         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28478         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28479         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28480         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28481         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28482         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28483         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28484         * tests/unictype/test-pr_combining.c: Likewise.
28485         * tests/unictype/test-pr_composite.c: Likewise.
28486         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28487         * tests/unictype/test-pr_dash.c: Likewise.
28488         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28489         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28490         * tests/unictype/test-pr_deprecated.c: Likewise.
28491         * tests/unictype/test-pr_diacritic.c: Likewise.
28492         * tests/unictype/test-pr_extender.c: Likewise.
28493         * tests/unictype/test-pr_format_control.c: Likewise.
28494         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28495         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28496         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28497         * tests/unictype/test-pr_hex_digit.c: Likewise.
28498         * tests/unictype/test-pr_hyphen.c: Likewise.
28499         * tests/unictype/test-pr_id_continue.c: Likewise.
28500         * tests/unictype/test-pr_id_start.c: Likewise.
28501         * tests/unictype/test-pr_ideographic.c: Likewise.
28502         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28503         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28504         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28505         * tests/unictype/test-pr_iso_control.c: Likewise.
28506         * tests/unictype/test-pr_join_control.c: Likewise.
28507         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28508         * tests/unictype/test-pr_line_separator.c: Likewise.
28509         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28510         * tests/unictype/test-pr_lowercase.c: Likewise.
28511         * tests/unictype/test-pr_math.c: Likewise.
28512         * tests/unictype/test-pr_non_break.c: Likewise.
28513         * tests/unictype/test-pr_not_a_character.c: Likewise.
28514         * tests/unictype/test-pr_numeric.c: Likewise.
28515         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28516         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28517         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28518         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28519         * tests/unictype/test-pr_other_id_start.c: Likewise.
28520         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28521         * tests/unictype/test-pr_other_math.c: Likewise.
28522         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28523         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28524         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28525         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28526         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28527         * tests/unictype/test-pr_private_use.c: Likewise.
28528         * tests/unictype/test-pr_punctuation.c: Likewise.
28529         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28530         * tests/unictype/test-pr_radical.c: Likewise.
28531         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28532         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28533         * tests/unictype/test-pr_space.c: Likewise.
28534         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28535         * tests/unictype/test-pr_titlecase.c: Likewise.
28536         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28537         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28538         * tests/unictype/test-pr_uppercase.c: Likewise.
28539         * tests/unictype/test-pr_variation_selector.c: Likewise.
28540         * tests/unictype/test-pr_white_space.c: Likewise.
28541         * tests/unictype/test-pr_xid_continue.c: Likewise.
28542         * tests/unictype/test-pr_xid_start.c: Likewise.
28543         * tests/unictype/test-pr_zero_width.c: Likewise.
28544         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28545         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28546
28547 2007-11-12  Bruno Haible  <bruno@clisp.org>
28548
28549         Unicode character classification functions.
28550         * lib/unictype.h: New file.
28551         * modules/unictype/base: New file.
28552         * modules/unictype/category-L: New file.
28553         * modules/unictype/category-Lu: New file.
28554         * modules/unictype/category-Ll: New file.
28555         * modules/unictype/category-Lt: New file.
28556         * modules/unictype/category-Lm: New file.
28557         * modules/unictype/category-Lo: New file.
28558         * modules/unictype/category-M: New file.
28559         * modules/unictype/category-Mn: New file.
28560         * modules/unictype/category-Mc: New file.
28561         * modules/unictype/category-Me: New file.
28562         * modules/unictype/category-N: New file.
28563         * modules/unictype/category-Nd: New file.
28564         * modules/unictype/category-Nl: New file.
28565         * modules/unictype/category-No: New file.
28566         * modules/unictype/category-P: New file.
28567         * modules/unictype/category-Pc: New file.
28568         * modules/unictype/category-Pd: New file.
28569         * modules/unictype/category-Ps: New file.
28570         * modules/unictype/category-Pe: New file.
28571         * modules/unictype/category-Pi: New file.
28572         * modules/unictype/category-Pf: New file.
28573         * modules/unictype/category-Po: New file.
28574         * modules/unictype/category-S: New file.
28575         * modules/unictype/category-Sm: New file.
28576         * modules/unictype/category-Sc: New file.
28577         * modules/unictype/category-Sk: New file.
28578         * modules/unictype/category-So: New file.
28579         * modules/unictype/category-Z: New file.
28580         * modules/unictype/category-Zs: New file.
28581         * modules/unictype/category-Zl: New file.
28582         * modules/unictype/category-Zp: New file.
28583         * modules/unictype/category-C: New file.
28584         * modules/unictype/category-Cc: New file.
28585         * modules/unictype/category-Cf: New file.
28586         * modules/unictype/category-Cs: New file.
28587         * modules/unictype/category-Co: New file.
28588         * modules/unictype/category-Cn: New file.
28589         * modules/unictype/category-or: New file.
28590         * modules/unictype/category-of: New file.
28591         * modules/unictype/category-test: New file.
28592         * modules/unictype/category-test-withtable: New file.
28593         * modules/unictype/category-byname: New file.
28594         * modules/unictype/category-none: New file.
28595         * modules/unictype/category-and: New file.
28596         * modules/unictype/category-and-not: New file.
28597         * modules/unictype/category-name: New file.
28598         * modules/unictype/combining-class: New file.
28599         * modules/unictype/category-all: New file.
28600         * modules/unictype/bidicategory-all: New file.
28601         * modules/unictype/bidicategory-byname: New file.
28602         * modules/unictype/bidicategory-name: New file.
28603         * modules/unictype/bidicategory-of: New file.
28604         * modules/unictype/bidicategory-test: New file.
28605         * modules/unictype/decimal-digit: New file.
28606         * modules/unictype/digit: New file.
28607         * modules/unictype/numeric: New file.
28608         * modules/unictype/mirror: New file.
28609         * modules/unictype/property-white-space: New file.
28610         * modules/unictype/property-alphabetic: New file.
28611         * modules/unictype/property-other-alphabetic: New file.
28612         * modules/unictype/property-not-a-character: New file.
28613         * modules/unictype/property-default-ignorable-code-point: New file.
28614         * modules/unictype/property-other-default-ignorable-code-point: New
28615         file.
28616         * modules/unictype/property-deprecated: New file.
28617         * modules/unictype/property-logical-order-exception: New file.
28618         * modules/unictype/property-variation-selector: New file.
28619         * modules/unictype/property-private-use: New file.
28620         * modules/unictype/property-unassigned-code-value: New file.
28621         * modules/unictype/property-uppercase: New file.
28622         * modules/unictype/property-other-uppercase: New file.
28623         * modules/unictype/property-lowercase: New file.
28624         * modules/unictype/property-other-lowercase: New file.
28625         * modules/unictype/property-titlecase: New file.
28626         * modules/unictype/property-soft-dotted: New file.
28627         * modules/unictype/property-id-start: New file.
28628         * modules/unictype/property-other-id-start: New file.
28629         * modules/unictype/property-id-continue: New file.
28630         * modules/unictype/property-other-id-continue: New file.
28631         * modules/unictype/property-xid-start: New file.
28632         * modules/unictype/property-xid-continue: New file.
28633         * modules/unictype/property-pattern-white-space: New file.
28634         * modules/unictype/property-pattern-syntax: New file.
28635         * modules/unictype/property-join-control: New file.
28636         * modules/unictype/property-grapheme-base: New file.
28637         * modules/unictype/property-grapheme-extend: New file.
28638         * modules/unictype/property-other-grapheme-extend: New file.
28639         * modules/unictype/property-grapheme-link: New file.
28640         * modules/unictype/property-bidi-control: New file.
28641         * modules/unictype/property-bidi-left-to-right: New file.
28642         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28643         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28644         * modules/unictype/property-bidi-european-digit: New file.
28645         * modules/unictype/property-bidi-eur-num-separator: New file.
28646         * modules/unictype/property-bidi-eur-num-terminator: New file.
28647         * modules/unictype/property-bidi-arabic-digit: New file.
28648         * modules/unictype/property-bidi-common-separator: New file.
28649         * modules/unictype/property-bidi-block-separator: New file.
28650         * modules/unictype/property-bidi-segment-separator: New file.
28651         * modules/unictype/property-bidi-whitespace: New file.
28652         * modules/unictype/property-bidi-non-spacing-mark: New file.
28653         * modules/unictype/property-bidi-boundary-neutral: New file.
28654         * modules/unictype/property-bidi-pdf: New file.
28655         * modules/unictype/property-bidi-embedding-or-override: New file.
28656         * modules/unictype/property-bidi-other-neutral: New file.
28657         * modules/unictype/property-hex-digit: New file.
28658         * modules/unictype/property-ascii-hex-digit: New file.
28659         * modules/unictype/property-ideographic: New file.
28660         * modules/unictype/property-unified-ideograph: New file.
28661         * modules/unictype/property-radical: New file.
28662         * modules/unictype/property-ids-binary-operator: New file.
28663         * modules/unictype/property-ids-trinary-operator: New file.
28664         * modules/unictype/property-zero-width: New file.
28665         * modules/unictype/property-space: New file.
28666         * modules/unictype/property-non-break: New file.
28667         * modules/unictype/property-iso-control: New file.
28668         * modules/unictype/property-format-control: New file.
28669         * modules/unictype/property-dash: New file.
28670         * modules/unictype/property-hyphen: New file.
28671         * modules/unictype/property-punctuation: New file.
28672         * modules/unictype/property-line-separator: New file.
28673         * modules/unictype/property-paragraph-separator: New file.
28674         * modules/unictype/property-quotation-mark: New file.
28675         * modules/unictype/property-sentence-terminal: New file.
28676         * modules/unictype/property-terminal-punctuation: New file.
28677         * modules/unictype/property-currency-symbol: New file.
28678         * modules/unictype/property-math: New file.
28679         * modules/unictype/property-other-math: New file.
28680         * modules/unictype/property-paired-punctuation: New file.
28681         * modules/unictype/property-left-of-pair: New file.
28682         * modules/unictype/property-combining: New file.
28683         * modules/unictype/property-composite: New file.
28684         * modules/unictype/property-decimal-digit: New file.
28685         * modules/unictype/property-numeric: New file.
28686         * modules/unictype/property-diacritic: New file.
28687         * modules/unictype/property-extender: New file.
28688         * modules/unictype/property-ignorable-control: New file.
28689         * modules/unictype/property-test: New file.
28690         * modules/unictype/property-byname: New file.
28691         * modules/unictype/property-all: New file.
28692         * modules/unictype/scripts: New file.
28693         * modules/unictype/scripts-all: New file.
28694         * modules/unictype/block-of: New file.
28695         * modules/unictype/block-test: New file.
28696         * modules/unictype/block-list: New file.
28697         * modules/unictype/block-all: New file.
28698         * modules/unictype/syntax-c-whitespace: New file.
28699         * modules/unictype/syntax-java-whitespace: New file.
28700         * modules/unictype/syntax-c-ident: New file.
28701         * modules/unictype/syntax-java-ident: New file.
28702         * modules/unictype/ctype-alnum: New file.
28703         * modules/unictype/ctype-alpha: New file.
28704         * modules/unictype/ctype-cntrl: New file.
28705         * modules/unictype/ctype-digit: New file.
28706         * modules/unictype/ctype-graph: New file.
28707         * modules/unictype/ctype-lower: New file.
28708         * modules/unictype/ctype-print: New file.
28709         * modules/unictype/ctype-punct: New file.
28710         * modules/unictype/ctype-space: New file.
28711         * modules/unictype/ctype-upper: New file.
28712         * modules/unictype/ctype-xdigit: New file.
28713         * modules/unictype/ctype-blank: New file.
28714         * lib/unictype/bidi_byname.c: New file.
28715         * lib/unictype/bidi_name.c: New file.
28716         * lib/unictype/bidi_of.c: New file.
28717         * lib/unictype/bidi_test.c: New file.
28718         * lib/unictype/bitmap.h: New file.
28719         * lib/unictype/block_test.c: New file.
28720         * lib/unictype/blocks.c: New file.
28721         * lib/unictype/categ_C.c: New file.
28722         * lib/unictype/categ_Cc.c: New file.
28723         * lib/unictype/categ_Cf.c: New file.
28724         * lib/unictype/categ_Cn.c: New file.
28725         * lib/unictype/categ_Co.c: New file.
28726         * lib/unictype/categ_Cs.c: New file.
28727         * lib/unictype/categ_L.c: New file.
28728         * lib/unictype/categ_Ll.c: New file.
28729         * lib/unictype/categ_Lm.c: New file.
28730         * lib/unictype/categ_Lo.c: New file.
28731         * lib/unictype/categ_Lt.c: New file.
28732         * lib/unictype/categ_Lu.c: New file.
28733         * lib/unictype/categ_M.c: New file.
28734         * lib/unictype/categ_Mc.c: New file.
28735         * lib/unictype/categ_Me.c: New file.
28736         * lib/unictype/categ_Mn.c: New file.
28737         * lib/unictype/categ_N.c: New file.
28738         * lib/unictype/categ_Nd.c: New file.
28739         * lib/unictype/categ_Nl.c: New file.
28740         * lib/unictype/categ_No.c: New file.
28741         * lib/unictype/categ_P.c: New file.
28742         * lib/unictype/categ_Pc.c: New file.
28743         * lib/unictype/categ_Pd.c: New file.
28744         * lib/unictype/categ_Pe.c: New file.
28745         * lib/unictype/categ_Pf.c: New file.
28746         * lib/unictype/categ_Pi.c: New file.
28747         * lib/unictype/categ_Po.c: New file.
28748         * lib/unictype/categ_Ps.c: New file.
28749         * lib/unictype/categ_S.c: New file.
28750         * lib/unictype/categ_Sc.c: New file.
28751         * lib/unictype/categ_Sk.c: New file.
28752         * lib/unictype/categ_Sm.c: New file.
28753         * lib/unictype/categ_So.c: New file.
28754         * lib/unictype/categ_Z.c: New file.
28755         * lib/unictype/categ_Zl.c: New file.
28756         * lib/unictype/categ_Zp.c: New file.
28757         * lib/unictype/categ_Zs.c: New file.
28758         * lib/unictype/categ_and.c: New file.
28759         * lib/unictype/categ_and_not.c: New file.
28760         * lib/unictype/categ_byname.c: New file.
28761         * lib/unictype/categ_name.c: New file.
28762         * lib/unictype/categ_none.c: New file.
28763         * lib/unictype/categ_of.c: New file.
28764         * lib/unictype/categ_or.c: New file.
28765         * lib/unictype/categ_test.c: New file.
28766         * lib/unictype/combining.c: New file.
28767         * lib/unictype/ctype_alnum.c: New file.
28768         * lib/unictype/ctype_alpha.c: New file.
28769         * lib/unictype/ctype_blank.c: New file.
28770         * lib/unictype/ctype_cntrl.c: New file.
28771         * lib/unictype/ctype_digit.c: New file.
28772         * lib/unictype/ctype_graph.c: New file.
28773         * lib/unictype/ctype_lower.c: New file.
28774         * lib/unictype/ctype_print.c: New file.
28775         * lib/unictype/ctype_punct.c: New file.
28776         * lib/unictype/ctype_space.c: New file.
28777         * lib/unictype/ctype_upper.c: New file.
28778         * lib/unictype/ctype_xdigit.c: New file.
28779         * lib/unictype/decdigit.c: New file.
28780         * lib/unictype/digit.c: New file.
28781         * lib/unictype/identsyntaxmap.h: New file.
28782         * lib/unictype/mirror.c: New file.
28783         * lib/unictype/numeric.c: New file.
28784         * lib/unictype/pr_alphabetic.c: New file.
28785         * lib/unictype/pr_ascii_hex_digit.c: New file.
28786         * lib/unictype/pr_bidi_arabic_digit.c: New file.
28787         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
28788         * lib/unictype/pr_bidi_block_separator.c: New file.
28789         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
28790         * lib/unictype/pr_bidi_common_separator.c: New file.
28791         * lib/unictype/pr_bidi_control.c: New file.
28792         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
28793         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
28794         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
28795         * lib/unictype/pr_bidi_european_digit.c: New file.
28796         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
28797         * lib/unictype/pr_bidi_left_to_right.c: New file.
28798         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
28799         * lib/unictype/pr_bidi_other_neutral.c: New file.
28800         * lib/unictype/pr_bidi_pdf.c: New file.
28801         * lib/unictype/pr_bidi_segment_separator.c: New file.
28802         * lib/unictype/pr_bidi_whitespace.c: New file.
28803         * lib/unictype/pr_byname.c: New file.
28804         * lib/unictype/pr_byname.gperf: New file.
28805         * lib/unictype/pr_combining.c: New file.
28806         * lib/unictype/pr_composite.c: New file.
28807         * lib/unictype/pr_currency_symbol.c: New file.
28808         * lib/unictype/pr_dash.c: New file.
28809         * lib/unictype/pr_decimal_digit.c: New file.
28810         * lib/unictype/pr_default_ignorable_code_point.c: New file.
28811         * lib/unictype/pr_deprecated.c: New file.
28812         * lib/unictype/pr_diacritic.c: New file.
28813         * lib/unictype/pr_extender.c: New file.
28814         * lib/unictype/pr_format_control.c: New file.
28815         * lib/unictype/pr_grapheme_base.c: New file.
28816         * lib/unictype/pr_grapheme_extend.c: New file.
28817         * lib/unictype/pr_grapheme_link.c: New file.
28818         * lib/unictype/pr_hex_digit.c: New file.
28819         * lib/unictype/pr_hyphen.c: New file.
28820         * lib/unictype/pr_id_continue.c: New file.
28821         * lib/unictype/pr_id_start.c: New file.
28822         * lib/unictype/pr_ideographic.c: New file.
28823         * lib/unictype/pr_ids_binary_operator.c: New file.
28824         * lib/unictype/pr_ids_trinary_operator.c: New file.
28825         * lib/unictype/pr_ignorable_control.c: New file.
28826         * lib/unictype/pr_iso_control.c: New file.
28827         * lib/unictype/pr_join_control.c: New file.
28828         * lib/unictype/pr_left_of_pair.c: New file.
28829         * lib/unictype/pr_line_separator.c: New file.
28830         * lib/unictype/pr_logical_order_exception.c: New file.
28831         * lib/unictype/pr_lowercase.c: New file.
28832         * lib/unictype/pr_math.c: New file.
28833         * lib/unictype/pr_non_break.c: New file.
28834         * lib/unictype/pr_not_a_character.c: New file.
28835         * lib/unictype/pr_numeric.c: New file.
28836         * lib/unictype/pr_other_alphabetic.c: New file.
28837         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
28838         * lib/unictype/pr_other_grapheme_extend.c: New file.
28839         * lib/unictype/pr_other_id_continue.c: New file.
28840         * lib/unictype/pr_other_id_start.c: New file.
28841         * lib/unictype/pr_other_lowercase.c: New file.
28842         * lib/unictype/pr_other_math.c: New file.
28843         * lib/unictype/pr_other_uppercase.c: New file.
28844         * lib/unictype/pr_paired_punctuation.c: New file.
28845         * lib/unictype/pr_paragraph_separator.c: New file.
28846         * lib/unictype/pr_pattern_syntax.c: New file.
28847         * lib/unictype/pr_pattern_white_space.c: New file.
28848         * lib/unictype/pr_private_use.c: New file.
28849         * lib/unictype/pr_punctuation.c: New file.
28850         * lib/unictype/pr_quotation_mark.c: New file.
28851         * lib/unictype/pr_radical.c: New file.
28852         * lib/unictype/pr_sentence_terminal.c: New file.
28853         * lib/unictype/pr_soft_dotted.c: New file.
28854         * lib/unictype/pr_space.c: New file.
28855         * lib/unictype/pr_terminal_punctuation.c: New file.
28856         * lib/unictype/pr_test.c: New file.
28857         * lib/unictype/pr_titlecase.c: New file.
28858         * lib/unictype/pr_unassigned_code_value.c: New file.
28859         * lib/unictype/pr_unified_ideograph.c: New file.
28860         * lib/unictype/pr_uppercase.c: New file.
28861         * lib/unictype/pr_variation_selector.c: New file.
28862         * lib/unictype/pr_white_space.c: New file.
28863         * lib/unictype/pr_xid_continue.c: New file.
28864         * lib/unictype/pr_xid_start.c: New file.
28865         * lib/unictype/pr_zero_width.c: New file.
28866         * lib/unictype/scripts.c: New file.
28867         * lib/unictype/sy_c_ident.c: New file.
28868         * lib/unictype/sy_c_whitespace.c: New file.
28869         * lib/unictype/sy_java_ident.c: New file.
28870         * lib/unictype/sy_java_whitespace.c: New file.
28871
28872         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
28873         Unicode 5.0.0.
28874         * lib/unictype/blocks.h: Likewise.
28875         * lib/unictype/categ_C.h: Likewise.
28876         * lib/unictype/categ_Cc.h: Likewise.
28877         * lib/unictype/categ_Cf.h: Likewise.
28878         * lib/unictype/categ_Cn.h: Likewise.
28879         * lib/unictype/categ_Co.h: Likewise.
28880         * lib/unictype/categ_Cs.h: Likewise.
28881         * lib/unictype/categ_L.h: Likewise.
28882         * lib/unictype/categ_Ll.h: Likewise.
28883         * lib/unictype/categ_Lm.h: Likewise.
28884         * lib/unictype/categ_Lo.h: Likewise.
28885         * lib/unictype/categ_Lt.h: Likewise.
28886         * lib/unictype/categ_Lu.h: Likewise.
28887         * lib/unictype/categ_M.h: Likewise.
28888         * lib/unictype/categ_Mc.h: Likewise.
28889         * lib/unictype/categ_Me.h: Likewise.
28890         * lib/unictype/categ_Mn.h: Likewise.
28891         * lib/unictype/categ_N.h: Likewise.
28892         * lib/unictype/categ_Nd.h: Likewise.
28893         * lib/unictype/categ_Nl.h: Likewise.
28894         * lib/unictype/categ_No.h: Likewise.
28895         * lib/unictype/categ_P.h: Likewise.
28896         * lib/unictype/categ_Pc.h: Likewise.
28897         * lib/unictype/categ_Pd.h: Likewise.
28898         * lib/unictype/categ_Pe.h: Likewise.
28899         * lib/unictype/categ_Pf.h: Likewise.
28900         * lib/unictype/categ_Pi.h: Likewise.
28901         * lib/unictype/categ_Po.h: Likewise.
28902         * lib/unictype/categ_Ps.h: Likewise.
28903         * lib/unictype/categ_S.h: Likewise.
28904         * lib/unictype/categ_Sc.h: Likewise.
28905         * lib/unictype/categ_Sk.h: Likewise.
28906         * lib/unictype/categ_Sm.h: Likewise.
28907         * lib/unictype/categ_So.h: Likewise.
28908         * lib/unictype/categ_Z.h: Likewise.
28909         * lib/unictype/categ_Zl.h: Likewise.
28910         * lib/unictype/categ_Zp.h: Likewise.
28911         * lib/unictype/categ_Zs.h: Likewise.
28912         * lib/unictype/categ_of.h: Likewise.
28913         * lib/unictype/combining.h: Likewise.
28914         * lib/unictype/ctype_alnum.h: Likewise.
28915         * lib/unictype/ctype_alpha.h: Likewise.
28916         * lib/unictype/ctype_blank.h: Likewise.
28917         * lib/unictype/ctype_cntrl.h: Likewise.
28918         * lib/unictype/ctype_digit.h: Likewise.
28919         * lib/unictype/ctype_graph.h: Likewise.
28920         * lib/unictype/ctype_lower.h: Likewise.
28921         * lib/unictype/ctype_print.h: Likewise.
28922         * lib/unictype/ctype_punct.h: Likewise.
28923         * lib/unictype/ctype_space.h: Likewise.
28924         * lib/unictype/ctype_upper.h: Likewise.
28925         * lib/unictype/ctype_xdigit.h: Likewise.
28926         * lib/unictype/decdigit.h: Likewise.
28927         * lib/unictype/digit.h: Likewise.
28928         * lib/unictype/mirror.h: Likewise.
28929         * lib/unictype/numeric.h: Likewise.
28930         * lib/unictype/pr_alphabetic.h: Likewise.
28931         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
28932         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
28933         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
28934         * lib/unictype/pr_bidi_block_separator.h: Likewise.
28935         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
28936         * lib/unictype/pr_bidi_common_separator.h: Likewise.
28937         * lib/unictype/pr_bidi_control.h: Likewise.
28938         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
28939         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
28940         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
28941         * lib/unictype/pr_bidi_european_digit.h: Likewise.
28942         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
28943         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
28944         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
28945         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
28946         * lib/unictype/pr_bidi_pdf.h: Likewise.
28947         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
28948         * lib/unictype/pr_bidi_whitespace.h: Likewise.
28949         * lib/unictype/pr_combining.h: Likewise.
28950         * lib/unictype/pr_composite.h: Likewise.
28951         * lib/unictype/pr_currency_symbol.h: Likewise.
28952         * lib/unictype/pr_dash.h: Likewise.
28953         * lib/unictype/pr_decimal_digit.h: Likewise.
28954         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
28955         * lib/unictype/pr_deprecated.h: Likewise.
28956         * lib/unictype/pr_diacritic.h: Likewise.
28957         * lib/unictype/pr_extender.h: Likewise.
28958         * lib/unictype/pr_format_control.h: Likewise.
28959         * lib/unictype/pr_grapheme_base.h: Likewise.
28960         * lib/unictype/pr_grapheme_extend.h: Likewise.
28961         * lib/unictype/pr_grapheme_link.h: Likewise.
28962         * lib/unictype/pr_hex_digit.h: Likewise.
28963         * lib/unictype/pr_hyphen.h: Likewise.
28964         * lib/unictype/pr_id_continue.h: Likewise.
28965         * lib/unictype/pr_id_start.h: Likewise.
28966         * lib/unictype/pr_ideographic.h: Likewise.
28967         * lib/unictype/pr_ids_binary_operator.h: Likewise.
28968         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
28969         * lib/unictype/pr_ignorable_control.h: Likewise.
28970         * lib/unictype/pr_iso_control.h: Likewise.
28971         * lib/unictype/pr_join_control.h: Likewise.
28972         * lib/unictype/pr_left_of_pair.h: Likewise.
28973         * lib/unictype/pr_line_separator.h: Likewise.
28974         * lib/unictype/pr_logical_order_exception.h: Likewise.
28975         * lib/unictype/pr_lowercase.h: Likewise.
28976         * lib/unictype/pr_math.h: Likewise.
28977         * lib/unictype/pr_non_break.h: Likewise.
28978         * lib/unictype/pr_not_a_character.h: Likewise.
28979         * lib/unictype/pr_numeric.h: Likewise.
28980         * lib/unictype/pr_other_alphabetic.h: Likewise.
28981         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
28982         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
28983         * lib/unictype/pr_other_id_continue.h: Likewise.
28984         * lib/unictype/pr_other_id_start.h: Likewise.
28985         * lib/unictype/pr_other_lowercase.h: Likewise.
28986         * lib/unictype/pr_other_math.h: Likewise.
28987         * lib/unictype/pr_other_uppercase.h: Likewise.
28988         * lib/unictype/pr_paired_punctuation.h: Likewise.
28989         * lib/unictype/pr_paragraph_separator.h: Likewise.
28990         * lib/unictype/pr_pattern_syntax.h: Likewise.
28991         * lib/unictype/pr_pattern_white_space.h: Likewise.
28992         * lib/unictype/pr_private_use.h: Likewise.
28993         * lib/unictype/pr_punctuation.h: Likewise.
28994         * lib/unictype/pr_quotation_mark.h: Likewise.
28995         * lib/unictype/pr_radical.h: Likewise.
28996         * lib/unictype/pr_sentence_terminal.h: Likewise.
28997         * lib/unictype/pr_soft_dotted.h: Likewise.
28998         * lib/unictype/pr_space.h: Likewise.
28999         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29000         * lib/unictype/pr_titlecase.h: Likewise.
29001         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29002         * lib/unictype/pr_unified_ideograph.h: Likewise.
29003         * lib/unictype/pr_uppercase.h: Likewise.
29004         * lib/unictype/pr_variation_selector.h: Likewise.
29005         * lib/unictype/pr_white_space.h: Likewise.
29006         * lib/unictype/pr_xid_continue.h: Likewise.
29007         * lib/unictype/pr_xid_start.h: Likewise.
29008         * lib/unictype/pr_zero_width.h: Likewise.
29009         * lib/unictype/scripts.h: Likewise.
29010         * lib/unictype/scripts_byname.gperf: Likewise.
29011         * lib/unictype/sy_c_ident.h: Likewise.
29012         * lib/unictype/sy_c_whitespace.h: Likewise.
29013         * lib/unictype/sy_java_ident.h: Likewise.
29014         * lib/unictype/sy_java_whitespace.h: Likewise.
29015
29016         * lib/unictype/Makefile: New file.
29017         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29018         glibc.
29019         * lib/unictype/3level.h: New file, copied from glibc.
29020         * lib/unictype/3levelbit.h: New file.
29021
29022 2007-11-11  Bruno Haible  <bruno@clisp.org>
29023
29024         * modules/gperf: New file.
29025         * modules/iconv_open (Depends-on): Add it.
29026         (Makefile.am): Remove the GPERF definition.
29027
29028 2007-11-11  Bruno Haible  <bruno@clisp.org>
29029
29030         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29031         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29032
29033 2007-11-11  Bruno Haible  <bruno@clisp.org>
29034
29035         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29036         (usage): Remove function.
29037
29038 2007-11-11  Bruno Haible  <bruno@clisp.org>
29039
29040         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29041         gl_FUNC_CEILF_LIBS.
29042         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29043         gl_FUNC_CEIL_LIBS.
29044         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29045         gl_FUNC_CEILL_LIBS.
29046         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29047         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29048         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29049
29050 2007-11-11  Bruno Haible  <bruno@clisp.org>
29051
29052         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29053         roundf were declared but do not exist on functions.
29054         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29055         roundl were declared but do not exist on functions.
29056         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29057         HAVE_FLOORL_AND_CEILL, respectively.
29058         Needed for Sun C on Solaris 10.
29059
29060 2007-11-11  Bruno Haible  <bruno@clisp.org>
29061
29062         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29063         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29064         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29065         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29066         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29067         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29068         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29069         HAVE_DECL_ROUNDF.
29070         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29071         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29072         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29073         of HAVE_DECL_ROUND*.
29074         * modules/math (Makefile.am): Update.
29075
29076 2007-11-10  Bruno Haible  <bruno@clisp.org>
29077
29078         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29079         ptrdiff_t as m4/intl.m4.
29080
29081 2007-11-10  Jim Meyering  <meyering@redhat.com>
29082
29083         Avoid link failure for the argmatch test.
29084         * tests/test-argmatch.c (usage): Define function to avoid a link
29085         failure: argmatch_die requires a usage function.
29086
29087 2007-11-09  Bruno Haible  <bruno@clisp.org>
29088
29089         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29090         * doc/functions/vsnprintf.texi: Likewise.
29091         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29092         with a size argument < 2.
29093
29094 2007-11-09  Bruno Haible  <bruno@clisp.org>
29095
29096         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29097         buffer. Fixes an inefficiency introduced on 2007-11-03.
29098
29099 2007-11-09  Bruno Haible  <bruno@clisp.org>
29100
29101         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29102         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29103
29104 2007-11-08  Jim Meyering  <meyering@redhat.com>
29105
29106         Change cache variable name prefix "jm_" to "gl_" everywhere.
29107         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29108         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29109         * m4/uptime.m4: s/gl_/jm_/
29110
29111 2007-11-07  Bruno Haible  <bruno@clisp.org>
29112
29113         Update to GNU gettext 0.17.
29114         * m4/intl.m4: Update to GNU gettext 0.17.
29115         * m4/po.m4: Likewise.
29116         * modules/gettext (Files): Remove m4/ulonglong.m4.
29117         (configure.ac): Require gettext infrastructure from version 0.17.
29118
29119 2007-11-06  Bruno Haible  <bruno@clisp.org>
29120
29121         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29122         symbolic values are not defined in a public header.
29123         * lib/freadable.c (freadable) [QNX]: Likewise.
29124         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29125         * lib/freading.c (freading) [QNX]: Likewise.
29126         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29127         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29128         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29129         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29130         Reported by Alain Magloire.
29131
29132         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29133
29134 2007-11-05  Bruno Haible  <bruno@clisp.org>
29135
29136         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29137         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29138         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29139         Reported by Eric Blake.
29140
29141 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29142             Bruno Haible  <bruno@clisp.org>
29143
29144         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29145         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29146         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29147         (malloc): Undefine also before including <stdlib.h>.
29148         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29149         Needed on OSF/1 4.0.
29150
29151 2007-11-05  Jim Meyering  <meyering@redhat.com>
29152
29153         git-version-gen: sync from coreutils.
29154         * build-aux/git-version-gen: Add comments.
29155         Change the first '-' to '.' in the snapshot version string,
29156         e.g., 6.9-377-08144 -> 6.9.377-08144
29157         Remove first parameter.
29158         Don't declare a version "-dirty" merely because a time
29159         stamp has changed.
29160
29161 2007-11-04  Bruno Haible  <bruno@clisp.org>
29162
29163         * lib/lock.h: Protect all macro definitions containing an 'if'
29164         statement through a "do { ... } while (0)".
29165         * lib/tls.h: Likewise.
29166
29167 2007-11-04  Bruno Haible  <bruno@clisp.org>
29168
29169         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29170
29171 2007-11-04  Bruno Haible  <bruno@clisp.org>
29172
29173         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29174         * modules/fprintf-posix (Depends-on): Add nocrash.
29175         * modules/snprintf-posix (Depends-on): Likewise.
29176         * modules/sprintf-posix (Depends-on): Likewise.
29177         * modules/vasnprintf-posix (Depends-on): Likewise.
29178         * modules/vasprintf-posix (Depends-on): Likewise.
29179         * modules/vfprintf-posix (Depends-on): Likewise.
29180         * modules/vsnprintf-posix (Depends-on): Likewise.
29181         * modules/vsprintf-posix (Depends-on): Likewise.
29182         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29183         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29184         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29185         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29186         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29187         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29188         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29189
29190 2007-11-04  Bruno Haible  <bruno@clisp.org>
29191
29192         * modules/nocrash: New file.
29193         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29194         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29195
29196 2007-11-04  Bruno Haible  <bruno@clisp.org>
29197
29198         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29199         precision handling.
29200         * tests/test-vasprintf-posix.c (test_function): Likewise.
29201         * tests/test-snprintf-posix.h (test_function): Likewise.
29202         * tests/test-sprintf-posix.h (test_function): Likewise.
29203
29204         Fix *printf behaviour for large precisions on mingw and BeOS.
29205         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29206         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29207         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29208         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29209         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29210         gl_PRINTF_PRECISION and test its result. Invoke
29211         gl_PREREQ_VASNPRINTF_PRECISION.
29212         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29213         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29214         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29215         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29216         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29217         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29218         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29219         * doc/functions/fprintf.texi: Update.
29220         * doc/functions/printf.texi: Update.
29221         * doc/functions/snprintf.texi: Update.
29222         * doc/functions/sprintf.texi: Update.
29223         * doc/functions/vfprintf.texi: Update.
29224         * doc/functions/vprintf.texi: Update.
29225         * doc/functions/vsnprintf.texi: Update.
29226         * doc/functions/vsprintf.texi: Update.
29227
29228 2007-11-04  Bruno Haible  <bruno@clisp.org>
29229
29230         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29231
29232 2007-11-04  Bruno Haible  <bruno@clisp.org>
29233
29234         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29235         Reported by Sylvain Beucler <beuc@gnu.org>.
29236
29237 2007-11-03  Bruno Haible  <bruno@clisp.org>
29238
29239         * tests/test-fprintf-posix2.sh: New file.
29240         * tests/test-fprintf-posix2.c: New file.
29241         * modules/fprintf-posix-tests (Files): Add them.
29242         (TESTS): Add test-fprintf-posix2.sh.
29243         (configure.ac): Check for getrlimit and setrlimit.
29244         (check_PROGRAMS): Add test-fprintf-posix2.
29245
29246         * tests/test-printf-posix2.sh: New file.
29247         * tests/test-printf-posix2.c: New file.
29248         * modules/printf-posix-tests (Files): Add them.
29249         (TESTS): Add test-printf-posix2.sh.
29250         (configure.ac): Check for getrlimit and setrlimit.
29251         (check_PROGRAMS): Add test-printf-posix2.
29252
29253         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29254         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29255         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29256         (decode_double): New function, copied from decode_long_double.
29257         (scale10_round_decimal_decoded): New function, extracted from
29258         scale10_round_decimal_long_double.
29259         (scale10_round_decimal_long_double): Use it.
29260         (scale10_round_decimal_double): New function.
29261         (floorlog10): New function.
29262         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29264         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29265         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29266         gl_PRINTF_ENOMEM and test its result. Invoke
29267         gl_PREREQ_VASNPRINTF_ENOMEM.
29268         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29269         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29270         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29271         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29272         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29273         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29274         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29275         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29276         * modules/snprintf-posix (Depends-on): Likewise.
29277         * modules/sprintf-posix (Depends-on): Likewise.
29278         * modules/vasnprintf-posix (Depends-on): Likewise.
29279         * modules/vasprintf-posix (Depends-on): Likewise.
29280         * modules/vfprintf-posix (Depends-on): Likewise.
29281         * modules/vsnprintf-posix (Depends-on): Likewise.
29282         * modules/vsprintf-posix (Depends-on): Likewise.
29283         * doc/functions/fprintf.texi: Update.
29284         * doc/functions/printf.texi: Update.
29285         * doc/functions/snprintf.texi: Update.
29286         * doc/functions/sprintf.texi: Update.
29287         * doc/functions/vfprintf.texi: Update.
29288         * doc/functions/vprintf.texi: Update.
29289         * doc/functions/vsnprintf.texi: Update.
29290         * doc/functions/vsprintf.texi: Update.
29291
29292 2007-11-03  Bruno Haible  <bruno@clisp.org>
29293
29294         * modules/frexp-nolibm-tests: New file.
29295
29296         * modules/frexp-nolibm: New file.
29297         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29298
29299 2007-11-03  Bruno Haible  <bruno@clisp.org>
29300
29301         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29302         value is C99 compliant.
29303         Needed for OSF/1 5.1.
29304
29305 2007-11-03  Bruno Haible  <bruno@clisp.org>
29306
29307         Fix out-of-memory handling of vasnprintf.
29308         * lib/printf-parse.c: Include <errno.h>.
29309         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29310         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29311         is already set.
29312
29313 2007-11-02  Eric Blake  <ebb9@byu.net>
29314
29315         Fix tests on cygwin.
29316         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29317
29318 2007-11-01  Bruno Haible  <bruno@clisp.org>
29319
29320         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29321         warning.
29322         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29323         needed for POSIX compatibility.
29324
29325 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29326
29327         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29328         for compatibility with GNU.
29329
29330 2007-11-01  Bruno Haible  <bruno@clisp.org>
29331
29332         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29333         (putenv): Renamed from rpl_putenv. Change argument type from
29334         'const char *' to 'char *'.
29335         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29336         of defining putenv in config.h, just set REPLACE_PUTENV.
29337         * modules/putenv (Depends-on): Add stdlib.
29338         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29339         (Include): Use <stdlib.h>.
29340         * lib/stdlib.in.h (putenv): New declaration.
29341         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29342         REPLACE_PUTENV.
29343         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29344         REPLACE_PUTENV.
29345         Needed for MacOS X 10.5.0.
29346         Reported by Peter O'Gorman <peter@pogma.com>.
29347
29348 2007-11-01  Jim Meyering  <meyering@redhat.com>
29349
29350         Treat an empty date string exactly like "0".
29351         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29352         if the remaining date string (to be parsed) is empty, use "0".
29353         Reported by Mischa Molhoek and discussed in this thread:
29354         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29355
29356 2007-10-31  Bruno Haible  <bruno@clisp.org>
29357
29358         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29359         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29360         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29361         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29362         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29363         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29364
29365 2007-10-31  Bruno Haible  <bruno@clisp.org>
29366
29367         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29368         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29369         (AC_TYPE_LONG_LONG_INT): Use it.
29370         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29371         it as well.
29372         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29373         to m4/longlong.m4.
29374         * modules/stdint (Files): Remove m4/ulonglong.m4.
29375         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29376         m4/ulonglong.m4.
29377         * modules/strtoumax (Files): Likewise.
29378
29379 2007-10-30  Bruno Haible  <bruno@clisp.org>
29380
29381         * modules/xvasprintf-posix: New file.
29382         Suggested by Eric Blake.
29383
29384 2007-10-30  Bruno Haible  <bruno@clisp.org>
29385
29386         * modules/xprintf-posix-tests: New file.
29387         * tests/test-xprintf-posix.sh: New file.
29388         * tests/test-xprintf-posix.c: New file.
29389         * tests/test-xfprintf-posix.c: New file.
29390
29391         * modules/xprintf-posix: New file.
29392
29393 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29394
29395         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29396         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29397         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29398
29399 2007-10-29  Bruno Haible  <bruno@clisp.org>
29400
29401         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29402         contain the special marker '_cv_'.
29403         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29404         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29405         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29406         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29407         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29408         Reported by Ralf Wildenhues.
29409
29410 2007-10-29  Bruno Haible  <bruno@clisp.org>
29411
29412         * gnulib-tool (func_import): When --lgpl is not specified, set
29413         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29414         GPLv3.
29415         Reported by Simon Josefsson.
29416
29417 2007-10-28  Bruno Haible  <bruno@clisp.org>
29418
29419         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29420         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29421         HAVE_DECL_ISFINITE.
29422         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29423         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29424         HAVE_DECL_ISFINITE.
29425
29426 2007-10-28  Bruno Haible  <bruno@clisp.org>
29427
29428         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29429         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29430
29431 2007-10-28  Bruno Haible  <bruno@clisp.org>
29432
29433         Fix link errors with Sun C 5.0 on Solaris 10.
29434         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29435         function is declared but not present in the compiler's libm.
29436         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29437         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29438         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29439         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29440         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29441         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29442         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29443         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29444         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29445         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29446         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29447         HAVE_DECL_FLOORL.
29448
29449 2007-10-28  Bruno Haible  <bruno@clisp.org>
29450
29451         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29452         gl_FUNC_FLOORL. Cache the result.
29453         (gl_FUNC_FLOORL): Use it.
29454         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29455         gl_FUNC_CEILL. Cache the result.
29456         (gl_FUNC_CEILL): Use it.
29457
29458         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29459         gl_FUNC_FLOOR. Cache the result.
29460         (gl_FUNC_FLOOR): Use it.
29461         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29462         gl_FUNC_CEIL. Cache the result.
29463         (gl_FUNC_CEIL): Use it.
29464
29465         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29466         gl_FUNC_FLOORF. Cache the result.
29467         (gl_FUNC_FLOORF): Use it.
29468         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29469         gl_FUNC_CEILF. Cache the result.
29470         (gl_FUNC_CEILF): Use it.
29471
29472 2007-10-28  Bruno Haible  <bruno@clisp.org>
29473
29474         * gnulib-tool: Allow specifying the LGPL version number through
29475         --lgpl=2 or --lgpl=3.
29476         (func_usage): Document --lgpl with argument.
29477         Handle --lgpl=... arguments.
29478         (func_import): Recognize also gl_LGPL calls with an argument. When
29479         --lgpl=2 is used and the module's license is just LGPL, report an
29480         error. Set sed_transform_lib_file according to the lgpl variable. In
29481         the generated files, use --lgpl or gl_LGPL invocations with argument,
29482         if necessary.
29483         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29484         an LGPv2+ license.
29485         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29486         gl_LGPL macro.
29487
29488 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29489             Bruno Haible  <bruno@clisp.org>
29490
29491         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29492         (u16_uctomb_aux): Likewise.
29493         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29494         !HAVE_INLINE.
29495         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29496
29497 2007-10-28  Bruno Haible  <bruno@clisp.org>
29498
29499         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29500         Invoke AM_GETTEXT_OPTION if it exists.
29501         * modules/vasprintf: Likewise.
29502         * modules/verror: Likewise.
29503         * modules/xprintf: Likewise.
29504         * modules/xvasprintf: Likewise.
29505
29506 2007-10-27  Ben Pfaff  <blp@gnu.org>
29507
29508         * lib/math.in.h: Define isfinite macro and prototypes for
29509         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29510         implementations.
29511         * m4/math_h.m4: New substitutions for isfinite module.
29512         * lib/isfinite.c: New file.
29513         * m4/isfinite.m4: New file.
29514         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29515         * modules/isfinite: New file.
29516         * modules/isfinite-tests: New file.
29517         * tests/tests-isfinite.c: New file.
29518         * doc/functions/isfinite.texi: Mention isfinite module.
29519         * MODULES.html.sh: Mention new module.
29520
29521 2007-10-27  Ben Pfaff  <blp@gnu.org>
29522
29523         Ralf Wildenhues reported that Tru64 4.0D declares the round
29524         functions but does not have definitions.
29525         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29526         cannot be found in any library, set the output variable to
29527         "missing" instead of "".
29528         * m4/round.m4: Also use our substitute if we cannot find round in
29529         any library, even if it is declared.
29530         * m4/roundf.m4: Likewise for roundf.
29531         * m4/roundl.m4: Likewise for roundl.
29532         * lib/math.in.h: Undefine roundf, round, roundl before defining
29533         their replacements, to allow for hypothetical systems where these
29534         may be defined as macros but not available in libraries.
29535
29536 2007-10-27  Bruno Haible  <bruno@clisp.org>
29537
29538         * doc/gnulib.texi: Invoke @firstparagraphindent.
29539         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29540         changes in gnulib.
29541         (Source changes): New section.
29542
29543 2007-10-26  Bruno Haible  <bruno@clisp.org>
29544
29545         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29546         borrowed from autoconf.
29547
29548 2007-10-26  Bruno Haible  <bruno@clisp.org>
29549
29550         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29551         strerror returned the empty string. Needed on HP-UX 11.00.
29552
29553 2007-10-24  Micah Cowan  <micah@cowan.name>
29554
29555         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29556         * build-aux/bootstrap: Remove support for now-unnecessary option,
29557         --cvs-user, and envvars CVS_USER, CVS_RSH.
29558
29559 2007-10-24  Jim Meyering  <meyering@redhat.com>
29560
29561         Avoid diagnostics from sha1sum when there is no cached checksum.
29562         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29563         if the po.s1 file hasn't been created yet.
29564
29565         * build-aux/bootstrap: Sync from coreutils:
29566         2007-10-24  Jim Meyering  <meyering@redhat.com>
29567         Get gnulib from the git repository, not from an obsolete cvs one.
29568         * build-aux/bootstrap: Suggestion from Micah Cowan.
29569         2007-10-04  Jim Meyering  <jim@meyering.net>
29570         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29571         (update_po_files): Work also when there are no .po files in po/.
29572
29573 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29574
29575         * README: Append ".git" to git and cg examples.
29576         Problem reported by Benoit Sigoure.
29577
29578 2007-10-23  Micah Cowan  <micah@cowan.name>
29579
29580         * users.txt: Add wget.
29581
29582 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29583
29584         Fix linking of some unistdio tests on FreeBSD.
29585         * modules/unistdio/u16-vsnprintf-tests
29586         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29587         * modules/unistdio/u16-vsprintf-tests
29588         (test_u16_vsnprintf1_LDADD): Likewise.
29589         * modules/unistdio/u32-vsnprintf-tests
29590         (test_u32_vsnprintf1_LDADD): Likewise.
29591         * modules/unistdio/u32-vsprintf-tests
29592         (test_u32_vsprintf1_LDADD): Likewise.
29593         * modules/unistdio/u8-vsnprintf-tests
29594         (test_u8_vsnprintf1_LDADD): Likewise.
29595         * modules/unistdio/u8-vsprintf-tests
29596         (test_u8_vsprintf1_LDADD): Likewise.
29597         * modules/unistdio/ulc-vsnprintf-tests
29598         (test_ulc_vsnprintf1_LDADD): Likewise.
29599         * modules/unistdio/ulc-vsprintf-tests
29600         (test_ulc_vsprintf1_LDADD): Likewise.
29601
29602         Fix linking of some uniconv tests on FreeBSD.
29603         * modules/uniconv/u16-conv-from-enc-tests
29604         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29605         * modules/uniconv/u16-conv-to-enc-tests
29606         (test_u16_conv_to_enc_LDADD): Likewise.
29607         * modules/uniconv/u16-strconv-from-enc-tests
29608         (test_u16_strconv_from_enc_LDADD): Likewise.
29609         * modules/uniconv/u16-strconv-to-enc-tests
29610         (test_u16_strconv_to_enc_LDADD): Likewise.
29611         * modules/uniconv/u32-conv-from-enc-tests
29612         (test_u32_conv_from_enc_LDADD): Likewise.
29613         * modules/uniconv/u32-conv-to-enc-tests
29614         (test_u32_conv_to_enc_LDADD): Likewise.
29615         * modules/uniconv/u32-strconv-from-enc-tests
29616         (test_u32_strconv_from_enc_LDADD): Likewise.
29617         * modules/uniconv/u32-strconv-to-enc-tests
29618         (test_u32_strconv_to_enc_LDADD): Likewise.
29619         * modules/uniconv/u8-conv-from-enc-tests
29620         (test_u8_conv_from_enc_LDADD): Likewise.
29621         * modules/uniconv/u8-conv-to-enc-tests
29622         (test_u8_conv_to_enc_LDADD): Likewise.
29623         * modules/uniconv/u8-strconv-from-enc-tests
29624         (test_u8_strconv_from_enc_LDADD): Likewise.
29625         * modules/uniconv/u8-strconv-to-enc-tests
29626         (test_u8_strconv_to_enc_LDADD): Likewise.
29627
29628 2007-10-22  Bruno Haible  <bruno@clisp.org>
29629
29630         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29631         size.
29632
29633 2007-10-22  Eric Blake  <ebb9@byu.net>
29634
29635         Tweak x*printf documentation.
29636         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29637         variable name and comments.
29638         Suggested by Bruno Haible.
29639
29640 2007-10-22  Bruno Haible  <bruno@clisp.org>
29641
29642         * lib/acl.c (copy_acl): Fix file name in comment.
29643
29644 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29645
29646         Fix Tru64 problem with stdbool.h.
29647         * lib/stdbool.in.h (false, true):
29648         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29649         Don't declare as an enum in this situation; it runs afoul of Tru64.
29650         Problem reported by Steven M. Schweda in
29651         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29652
29653 2007-10-22  Eric Blake  <ebb9@byu.net>
29654
29655         Also wrap vf?printf.
29656         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29657         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29658         (xvprintf, xvfprintf): New functions.
29659
29660 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29661
29662         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
29663         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
29664
29665         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
29666         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
29667
29668 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29669
29670         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
29671         by Bruno Haible.
29672
29673 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29674
29675         * lib/getloadavg.c
29676         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
29677         Undef `sys' after including sys/table.h, for Tru64 4.0D.
29678
29679         * tests/test-i-ring.c: Work for C89.
29680
29681 2007-10-22  Bruno Haible  <bruno@clisp.org>
29682
29683         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
29684         -1u, in preprocessor expression, so that we don't test for the bug
29685         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
29686         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
29687
29688 2007-10-22  Eric Blake  <ebb9@byu.net>
29689
29690         * tests/test-yesno.sh: Silence stderr during test.
29691
29692 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29693
29694         * modules/crypto/gc-camellia: New file.
29695
29696         * m4/gc-camellia.m4: New file.
29697
29698         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
29699
29700         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
29701
29702 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29703
29704         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
29705         --help to stdout.  Reported by sms@antinode.org (Steven
29706         M. Schweda).
29707
29708 2007-10-22  Simon Josefsson  <simon@josefsson.org>
29709
29710         * users.txt: Fix link to libksba.
29711
29712 2007-10-21  Ben Pfaff  <blp@gnu.org>
29713
29714         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
29715         round.c roundf implementation that depends on floorf and ceilf to
29716         be tested unconditionally.
29717
29718 2007-10-21  Ben Pfaff  <blp@gnu.org>
29719
29720         * m4/check-libm-func.m4: Removed.
29721         * m4/check-math-lib.m4: New file.
29722         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
29723         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
29724         definition and lack of AC_LIBOBJ([roundf]).
29725         * m4/roundl.m4: Ditto, and similarly for roundl.
29726         * modules/round: Reference new m4 file.
29727         * modules/roundf: Ditto.
29728         * modules/roundl: Ditto.
29729         * tests/test-round2.c (main): Use ROUND instead of round.
29730         Bug report from Bruno Haible.
29731
29732 2007-10-21  Bruno Haible  <bruno@clisp.org>
29733
29734         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
29735         context.
29736
29737 2007-10-21  Bruno Haible  <bruno@clisp.org>
29738
29739         * tests/test-wcwidth.c (main): Allow negative result for some control
29740         characters.
29741
29742         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
29743         Needed on OSF/1 5.1.
29744
29745 2007-10-21  Bruno Haible  <bruno@clisp.org>
29746
29747         * tests/test-floorf1.c: Include isnanf.h.
29748         (main): Use isnanf() instead of isnan().
29749         * tests/test-ceilf1.c: Include isnanf.h.
29750         (main): Use isnanf() instead of isnan().
29751         * tests/test-truncf1.c: Include isnanf.h.
29752         (main): Use isnanf() instead of isnan().
29753         * tests/test-roundf1.c: Include isnanf.h.
29754         (main): Use isnanf() instead of isnan().
29755
29756 2007-10-21  Eric Blake  <ebb9@byu.net>
29757
29758         * users.txt: Update URL for m4.
29759
29760 2007-10-21  Bruno Haible  <bruno@clisp.org>
29761
29762         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
29763
29764 2007-10-21  Bruno Haible  <bruno@clisp.org>
29765
29766         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
29767         Git's management files if the CVS files are not present.
29768
29769 2007-10-20  Bruno Haible  <bruno@clisp.org>
29770
29771         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
29772         gcc-3.4.x.
29773
29774 2007-10-20  Ben Pfaff  <blp@gnu.org>
29775
29776         * lib/math.in.h: Declare round, roundf, roundl if we are providing
29777         implementations.
29778         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
29779         * lib/round.c: New file.
29780         * lib/roundf.c: New file.
29781         * lib/roundl.c: New file.
29782         * m4/round.m4: New file.
29783         * m4/roundf.m4: New file.
29784         * m4/roundl.m4: New file.
29785         * m4/check-libm-func-m4: New file.
29786         * modules/math: Replace round, roundf, roundl related @VARS@ in
29787         math.in.h.
29788         * modules/round: New file.
29789         * modules/round-tests: New file.
29790         * modules/roundf: New file.
29791         * modules/roundf-tests: New file.
29792         * modules/roundl: New file.
29793         * modules/roundl-tests: New file.
29794         * tests/test-round1.c: New file.
29795         * tests/test-round2.c: New file.
29796         * tests/test-roundf1.c: New file.
29797         * tests/test-roundf2.c: New file.
29798         * tests/test-roundl.c: New file.
29799         * doc/functions/round.texi: Mention round module.
29800         * doc/functions/roundf.texi: Mention roundf module.
29801         * doc/functions/roundl.texi: Mention roundl module.
29802         * MODULES.html.sh: Mention new modules.
29803         Thanks to Bruno Haible for suggestions.
29804
29805 2007-10-20  Jim Meyering  <meyering@redhat.com>
29806
29807         * lib/xprintf.c: Include <config.h> unconditionally.
29808
29809         Change xprintf's license to GPL.
29810         * modules/xprintf (License): s/LGPL/GPL/, since this module
29811         depends on modules (exit and exitfail) which are GPL.
29812         Suggestion from Bruno Haible.
29813
29814         xprintf fixes.
29815         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
29816         Use a clearer diagnostic.
29817         Patch from Bruno Haible.
29818
29819 2007-10-20  Bruno Haible  <bruno@clisp.org>
29820
29821         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
29822         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
29823         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29824
29825 2007-10-20  Bruno Haible  <bruno@clisp.org>
29826
29827         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
29828         precision in the comparison result > x - 1 or similar.
29829         * tests/test-ceilf2.c (correct_result_p): Likewise.
29830         * tests/test-truncf2.c (correct_result_p): Likewise.
29831         * tests/test-trunc2.c (correct_result_p): Likewise.
29832         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
29833
29834 2007-10-20  Bruno Haible  <bruno@clisp.org>
29835
29836         * modules/ceil: New file.
29837         * m4/ceil.m4: New file.
29838         * doc/functions/ceil.texi: Mention the 'ceil' module.
29839
29840 2007-10-20  Bruno Haible  <bruno@clisp.org>
29841
29842         * modules/floor: New file.
29843         * m4/floor.m4: New file.
29844         * doc/functions/floor.texi: Mention the 'floor' module.
29845
29846 2007-10-20  Bruno Haible  <bruno@clisp.org>
29847
29848         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
29849         of %a.
29850         * modules/floorf-tests (Depends-on): Likewise.
29851         * modules/truncf-tests (Depends-on): Likewise.
29852         * modules/trunc-tests (Depends-on): Likewise.
29853         Reported by Ben Pfaff.
29854
29855 2007-10-19  Jim Meyering  <meyering@redhat.com>
29856
29857         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
29858         Don't bother testing specific errno values.  Just test ferror.
29859
29860         New module: xprintf
29861         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
29862
29863 2007-10-19  Bruno Haible  <bruno@clisp.org>
29864
29865         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
29866         syntax.
29867         * modules/javaexec (Makefile.am): Likewise.
29868         * modules/relocatable-prog (Makefile.am): Likewise.
29869         Suggested by Jim Meyering.
29870
29871 2007-10-18  Bruno Haible  <bruno@clisp.org>
29872
29873         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
29874         Reported by Jim Meyering.
29875
29876 2007-10-18  Eric Blake  <ebb9@byu.net>
29877
29878         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
29879
29880 2007-10-18  Bruno Haible  <bruno@clisp.org>
29881
29882         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
29883         the format string into writable memory. Needed in Fortify conditions.
29884
29885 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
29886             Bruno Haible  <bruno@clisp.org>
29887
29888         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
29889         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
29890         * modules/trim (Depends-on): Add mbchar.
29891         (configure.ac): Add gl_FUNC_MBRTOWC.
29892         (Makefile.am): Augment lib_SOURCES.
29893
29894 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
29895
29896         Modify glob.c to use fstatat and dirfd, to simplify it.
29897         Suggested by Eric Blake.
29898         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
29899         Don't include <stdbool.h>; not used.
29900         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
29901         (link_exists_p): Simplify implementation, since we can now assume
29902         dirfd and fstatat.
29903         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
29904
29905 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29906
29907         * gnulib-tool (func_get_dependencies): Fix sed script to
29908         match only tests.
29909
29910 2007-10-17  Bruno Haible  <bruno@clisp.org>
29911
29912         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
29913         allow locale names without encoding suffix.
29914         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
29915         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
29916
29917 2007-10-16  Bruno Haible  <bruno@clisp.org>
29918
29919         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
29920         * lib/getgroups.c (getgroups): Likewise.
29921         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
29922
29923 2007-10-16  Bruno Haible  <bruno@clisp.org>
29924
29925         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
29926         * modules/malloc-posix (License): Likewise.
29927         * modules/realloc-posix (License): Likewise.
29928         * modules/calloc-posix (License): Likewise.
29929         * modules/intprops (License): Change from GPL to LGPL, with
29930         Paul Eggert's approval.
29931
29932 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29933
29934         Merge glibc changes into lib/glob.c.
29935
29936         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
29937         2007-10-15 04:59:03 UTC.  Here are the changes:
29938
29939         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
29940
29941         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
29942
29943         * lib/glob.c: Add some branch prediction throughout.
29944
29945         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
29946
29947         [BZ #5103]
29948         * lib/glob.c (glob): Recognize patterns starting \/.
29949
29950         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
29951
29952         [BZ #3996]
29953         * lib/glob.c (attribute_hidden): Define if not defined.
29954         (glob): Unescape dirname, filename or username when needed and not
29955         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
29956         is NULL.  Handle unescaped [ in pattern without closing ].
29957         Don't pass GLOB_CHECK down to recursive glob for directories.
29958         (__glob_pattern_type): New function.
29959         (__glob_pattern_p): Implement using __glob_pattern_type.
29960         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
29961         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
29962         Remove unreachable code.
29963
29964         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
29965
29966         * lib/glob.c (glob_in_dir): Add some comments and asserts to
29967         explain why there are no leaks.
29968
29969         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
29970
29971         [BZ #3253]
29972         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
29973         time, rather allocate increasingly bigger arrays of pointers, if
29974         possible with alloca, if too large with malloc.
29975
29976 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
29977
29978         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
29979         Problem reported by H.Merijn Brand in
29980         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
29981         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
29982         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
29983
29984 2007-10-15  Bruno Haible  <bruno@clisp.org>
29985
29986         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
29987         with explicit rpl_ prefix.
29988         * lib/fopen.c (fopen): Likewise.
29989         * lib/freopen.c (freopen): Likewise.
29990         * lib/iconv.c (iconv): Likewise.
29991         * lib/iconv_close.c (iconv_close): Likewise.
29992
29993 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29994
29995         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
29996
29997 2007-10-15  Bruno Haible  <bruno@clisp.org>
29998
29999         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30000         <stddef.h> instead of <stdlib.h> since we only need NULL.
30001         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30002
30003 2007-10-15  Bruno Haible  <bruno@clisp.org>
30004
30005         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30006         Replace paragraph talking about LIBOBJS.
30007         Reported by Colin Watson <cjwatson@debian.org>.
30008
30009 2007-10-15  Bruno Haible  <bruno@clisp.org>
30010
30011         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30012         <stdlib.h> before using NULL.
30013
30014 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30015
30016         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30017         Reported by Albert Chin <china@thewrittenword.com>.
30018
30019 2007-10-14  Bruno Haible  <bruno@clisp.org>
30020
30021         * modules/iconv_open-utf-tests: New file.
30022         * tests/test-iconv-utf.c: New file.
30023
30024         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30025         * modules/iconv_open-utf: New file.
30026         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30027         (iconv, iconv_close): New declarations.
30028         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30029         be defined.
30030         (iconv_open): Add special handling of conversion between UTF-8 and
30031         UTF-{16,32}{BE,LE}.
30032         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30033         * lib/iconv_close.c: New file.
30034         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30035         gl_FUNC_ICONV_OPEN.
30036         (gl_FUNC_ICONV_OPEN): Use it.
30037         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30038         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30039         and REPLACE_ICONV_UTF.
30040         * modules/iconv_open (Depends-on): Add c-strcase.
30041         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30042         ICONV_CONST.
30043         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30044
30045 2007-10-13  Albert Chin  <china@thewrittenword.com>
30046             Bruno Haible  <bruno@clisp.org>
30047
30048         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30049         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30050
30051 2007-10-13  Bruno Haible  <bruno@clisp.org>
30052
30053         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30054         defined, use the ISO C99 inline semantics.
30055         * lib/argp.h (ARGP_EI): Likewise.
30056
30057 2007-10-13  Bruno Haible  <bruno@clisp.org>
30058
30059         Handle 'inline' change in gcc 4.3.0.
30060         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30061         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30062         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30063         argp_fmtstream_point): Disable 'extern' declaration if the function
30064         definition is going to be provided inline.
30065         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30066         semantics, not the ISO C99 inline semantics.
30067         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30068         'extern' declaration if the function definition is going to be provided
30069         inline.
30070         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30071         the GNU C inline semantics, not the ISO C99 inline semantics. With
30072         GCC 4.2, avoid a warning.
30073
30074 2007-10-13  Bruno Haible  <bruno@clisp.org>
30075
30076         * lib/freading.h (freading): Enable the use of __freading for
30077         glibc >= 2.7.
30078         * lib/freading.c (freading): Likewise.
30079
30080 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30081
30082         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30083         "warning: C99 inline functions are not supported; using GNU89".
30084
30085 2007-10-12  Bruno Haible  <bruno@clisp.org>
30086
30087         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30088         of 2.
30089         * tests/test-ceilf2.c: New file.
30090         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30091
30092         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30093         * modules/ceilf-tests: Update.
30094
30095 2007-10-12  Bruno Haible  <bruno@clisp.org>
30096
30097         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30098         of 2.
30099         * tests/test-floorf2.c: New file.
30100         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30101
30102         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30103         * modules/floorf-tests: Update.
30104
30105 2007-10-12  Bruno Haible  <bruno@clisp.org>
30106
30107         * tests/test-trunc2.c: New file.
30108         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30109
30110         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30111         * modules/trunc-tests: Update.
30112
30113 2007-10-12  Bruno Haible  <bruno@clisp.org>
30114
30115         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30116         of 2.
30117         * tests/test-truncf2.c: New file.
30118         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30119
30120         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30121         * modules/truncf-tests: Update.
30122
30123 2007-10-11  Eric Blake  <ebb9@byu.net>
30124
30125         Don't claim strerror is broken on Interix.
30126         * doc/functions/strerror.texi (strerror): Known broken systems are
30127         now Solaris 8, and not Interix.
30128         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30129         Interix on cross-compile.
30130         Reported by Martin Koeppe in
30131         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30132
30133 2007-10-11  Bruno Haible  <bruno@clisp.org>
30134
30135         * modules/i-ring-tests: New file.
30136         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30137         instead of assert.
30138
30139 2007-10-11  Bruno Haible  <bruno@clisp.org>
30140
30141         * modules/filenamecat-tests: New file.
30142         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30143         * lib/filenamecat.c: Remove test code.
30144
30145 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30146
30147         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30148
30149         * lib/strerror.c: Include <string.h> always, to test interface,
30150         and to remove the need for the dummy.
30151         Include intprops.h to compute width instead of doing it ourselves
30152         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30153         (strerror): Define it to return NULL if there's no system strerror.
30154         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30155         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30156         ancient pre-strerror Unix systems well any more.  Saying "unknown
30157         system error" is enough.
30158         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30159         simpler strerror.c implementation.
30160         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30161         Simplify the tests to reflect the simpler strerror implementation.
30162         * modules/strerror (Depends-on): Add intprops.
30163
30164 2007-10-09  Eric Blake  <ebb9@byu.net>
30165
30166         Silence test-fpending.
30167         * modules/fpending-tests (Files): Add wrapper script.
30168         * tests/test-fpending.sh: New file.
30169
30170 2007-10-09  Bruno Haible  <bruno@clisp.org>
30171
30172         * MODULES.html.sh (func_module): Don't create a hyperlink for
30173         function names like 'printf_frexp'.
30174         (Misc): Add crc, memxor.
30175         (Characteristics of floating types): New section.
30176         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30177         isnanf-nolibm, signbit, trunc, truncf, truncl.
30178         (Enhancements for ISO C 99 functions): New subsection Input/output.
30179         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30180         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30181         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30182         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30183         (Enhancements for POSIX:2001 functions): Add chdir-long.
30184         (File system functions): Add areadlink, chdir-safer, read-file.
30185         Remove cycle-check.
30186         (File system as inode set): New section.
30187         (Date and time): Add gethrxtime.
30188         (Multithreading): Add openmp.
30189         (Internationalization functions): Add localename.
30190         (Unicode string functions): Add unistr/u*-mbsnlen.
30191         (Support for maintaining and releasing projects): Add git-version-gen.
30192         (Lone files): Remove directories.
30193
30194 2007-10-08  Ben Pfaff  <blp@gnu.org>
30195
30196         * lib/xmalloca.h: Fix typo in comment.
30197
30198 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30199
30200         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30201         when avoiding problems with integer overflow.  Use a portable test
30202         instead.
30203
30204 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30205
30206         * modules/dummy (License): Change to LGPLv2+.
30207         * modules/float (License): Likewise
30208         * modules/realloc (License): Likewise
30209         * modules/stdlib (License): Likewise
30210
30211 2007-10-07  Bruno Haible  <bruno@clisp.org>
30212
30213         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30214         * floor.c (TWO_MANT_DIG): Likewise.
30215         * ceil.c (TWO_MANT_DIG): Likewise.
30216         Reported by Ben Pfaff.
30217
30218 2007-10-07  Bruno Haible  <bruno@clisp.org>
30219
30220         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30221         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30222         * lib/frexp.c (FUNC): Likewise.
30223         * lib/printf-frexp.h (printf_frexp): Likewise.
30224         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30225         * lib/printf-frexp.c (FUNC): Likewise.
30226         Suggested by Jim Meyering.
30227
30228 2007-10-07  Jim Meyering  <meyering@redhat.com>
30229
30230         Make xnanosleep's integer overflow test more robust.
30231         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30232         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30233
30234 2007-10-07  Bruno Haible  <bruno@clisp.org>
30235
30236         * NEWS: Mention the license change.
30237
30238         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30239         abbreviations in the modules files.
30240
30241         Change copyright notice from GPLv2+ to GPLv3+.
30242         * README: Change copyright notice.
30243         * MODULES.html.sh: Likewise.
30244         * build-aux/bootstrap.conf: Likewise.
30245         * build-aux/config.libpath: Likewise.
30246         * build-aux/csharpcomp.sh.in: Likewise.
30247         * build-aux/csharpexec.sh.in: Likewise.
30248         * build-aux/install-reloc: Likewise.
30249         * build-aux/javacomp.sh.in: Likewise.
30250         * build-aux/javaexec.sh.in: Likewise.
30251         * build-aux/ldd.sh.in: Likewise.
30252         * build-aux/reloc-ldflags: Likewise.
30253         * build-aux/relocatable.sh.in: Likewise.
30254         * build-aux/x-to-1.in: Likewise.
30255         * check-module: Likewise.
30256         * config/srclistvars.sh: Likewise.
30257         * gnulib-tool: Likewise.
30258         * lib/acl-internal.h: Likewise.
30259         * lib/acl.c: Likewise.
30260         * lib/acl.h: Likewise.
30261         * lib/acl_entries.c: Likewise.
30262         * lib/areadlink-with-size.c: Likewise.
30263         * lib/areadlink.c: Likewise.
30264         * lib/areadlink.h: Likewise.
30265         * lib/argmatch.c: Likewise.
30266         * lib/argmatch.h: Likewise.
30267         * lib/argp-ba.c: Likewise.
30268         * lib/argp-eexst.c: Likewise.
30269         * lib/argp-fmtstream.c: Likewise.
30270         * lib/argp-fmtstream.h: Likewise.
30271         * lib/argp-fs-xinl.c: Likewise.
30272         * lib/argp-help.c: Likewise.
30273         * lib/argp-namefrob.h: Likewise.
30274         * lib/argp-parse.c: Likewise.
30275         * lib/argp-pin.c: Likewise.
30276         * lib/argp-pv.c: Likewise.
30277         * lib/argp-pvh.c: Likewise.
30278         * lib/argp-xinl.c: Likewise.
30279         * lib/argp.h: Likewise.
30280         * lib/at-func.c: Likewise.
30281         * lib/atanl.c: Likewise.
30282         * lib/backupfile.c: Likewise.
30283         * lib/backupfile.h: Likewise.
30284         * lib/basename.c: Likewise.
30285         * lib/binary-io.h: Likewise.
30286         * lib/byteswap.in.h: Likewise.
30287         * lib/c-stack.c: Likewise.
30288         * lib/c-stack.h: Likewise.
30289         * lib/c-strcasestr.c: Likewise.
30290         * lib/c-strcasestr.h: Likewise.
30291         * lib/c-strstr.c: Likewise.
30292         * lib/c-strstr.h: Likewise.
30293         * lib/c-strtod.c: Likewise.
30294         * lib/calloc.c: Likewise.
30295         * lib/canon-host.c: Likewise.
30296         * lib/canon-host.h: Likewise.
30297         * lib/canonicalize-lgpl.c: Likewise.
30298         * lib/canonicalize.c: Likewise.
30299         * lib/canonicalize.h: Likewise.
30300         * lib/ceil.c: Likewise.
30301         * lib/ceilf.c: Likewise.
30302         * lib/ceill.c: Likewise.
30303         * lib/chdir-long.c: Likewise.
30304         * lib/chdir-long.h: Likewise.
30305         * lib/chdir-safer.c: Likewise.
30306         * lib/chdir-safer.h: Likewise.
30307         * lib/chown.c: Likewise.
30308         * lib/classpath.c: Likewise.
30309         * lib/classpath.h: Likewise.
30310         * lib/clean-temp.c: Likewise.
30311         * lib/clean-temp.h: Likewise.
30312         * lib/cloexec.c: Likewise.
30313         * lib/close-stream.c: Likewise.
30314         * lib/closein.c: Likewise.
30315         * lib/closein.h: Likewise.
30316         * lib/closeout.c: Likewise.
30317         * lib/closeout.h: Likewise.
30318         * lib/concat-filename.c: Likewise.
30319         * lib/copy-file.c: Likewise.
30320         * lib/copy-file.h: Likewise.
30321         * lib/count-one-bits.h: Likewise.
30322         * lib/crc.c: Likewise.
30323         * lib/crc.h: Likewise.
30324         * lib/creat-safer.c: Likewise.
30325         * lib/csharpcomp.c: Likewise.
30326         * lib/csharpcomp.h: Likewise.
30327         * lib/csharpexec.c: Likewise.
30328         * lib/csharpexec.h: Likewise.
30329         * lib/cycle-check.c: Likewise.
30330         * lib/cycle-check.h: Likewise.
30331         * lib/diacrit.c: Likewise.
30332         * lib/diacrit.h: Likewise.
30333         * lib/diffseq.h: Likewise.
30334         * lib/dirchownmod.c: Likewise.
30335         * lib/dirent.in.h: Likewise.
30336         * lib/dirfd.c: Likewise.
30337         * lib/dirfd.h: Likewise.
30338         * lib/dirname.c: Likewise.
30339         * lib/dirname.h: Likewise.
30340         * lib/dummy.c: Likewise.
30341         * lib/dup-safer.c: Likewise.
30342         * lib/dup2.c: Likewise.
30343         * lib/eealloc.h: Likewise.
30344         * lib/error.c: Likewise.
30345         * lib/error.h: Likewise.
30346         * lib/euidaccess.c: Likewise.
30347         * lib/exclude.c: Likewise.
30348         * lib/exclude.h: Likewise.
30349         * lib/execute.c: Likewise.
30350         * lib/execute.h: Likewise.
30351         * lib/exitfail.c: Likewise.
30352         * lib/exitfail.h: Likewise.
30353         * lib/expl.c: Likewise.
30354         * lib/fatal-signal.c: Likewise.
30355         * lib/fatal-signal.h: Likewise.
30356         * lib/fbufmode.c: Likewise.
30357         * lib/fbufmode.h: Likewise.
30358         * lib/fchdir.c: Likewise.
30359         * lib/fchmodat.c: Likewise.
30360         * lib/fchownat.c: Likewise.
30361         * lib/fcntl--.h: Likewise.
30362         * lib/fcntl-safer.h: Likewise.
30363         * lib/fcntl.in.h: Likewise.
30364         * lib/fd-safer.c: Likewise.
30365         * lib/fflush.c: Likewise.
30366         * lib/file-has-acl.c: Likewise.
30367         * lib/file-set.c: Likewise.
30368         * lib/file-type.c: Likewise.
30369         * lib/file-type.h: Likewise.
30370         * lib/fileblocks.c: Likewise.
30371         * lib/filemode.c: Likewise.
30372         * lib/filemode.h: Likewise.
30373         * lib/filename.h: Likewise.
30374         * lib/filenamecat.c: Likewise.
30375         * lib/filenamecat.h: Likewise.
30376         * lib/findprog.c: Likewise.
30377         * lib/findprog.h: Likewise.
30378         * lib/float.in.h: Likewise.
30379         * lib/floor.c: Likewise.
30380         * lib/floorf.c: Likewise.
30381         * lib/floorl.c: Likewise.
30382         * lib/fopen-safer.c: Likewise.
30383         * lib/fopen.c: Likewise.
30384         * lib/fpending.c: Likewise.
30385         * lib/fpending.h: Likewise.
30386         * lib/fprintf.c: Likewise.
30387         * lib/fprintftime.h: Likewise.
30388         * lib/fpucw.h: Likewise.
30389         * lib/fpurge.c: Likewise.
30390         * lib/fpurge.h: Likewise.
30391         * lib/freadable.c: Likewise.
30392         * lib/freadable.h: Likewise.
30393         * lib/freadahead.c: Likewise.
30394         * lib/freadahead.h: Likewise.
30395         * lib/freading.c: Likewise.
30396         * lib/freading.h: Likewise.
30397         * lib/free.c: Likewise.
30398         * lib/freopen.c: Likewise.
30399         * lib/frexp.c: Likewise.
30400         * lib/frexpl.c: Likewise.
30401         * lib/fseek.c: Likewise.
30402         * lib/fseterr.c: Likewise.
30403         * lib/fseterr.h: Likewise.
30404         * lib/fstatat.c: Likewise.
30405         * lib/fstrcmp.c: Likewise.
30406         * lib/fstrcmp.h: Likewise.
30407         * lib/fsusage.c: Likewise.
30408         * lib/fsusage.h: Likewise.
30409         * lib/ftell.c: Likewise.
30410         * lib/ftello.c: Likewise.
30411         * lib/fts-cycle.c: Likewise.
30412         * lib/fts.c: Likewise.
30413         * lib/fts_.h: Likewise.
30414         * lib/full-read.c: Likewise.
30415         * lib/full-read.h: Likewise.
30416         * lib/full-write.c: Likewise.
30417         * lib/full-write.h: Likewise.
30418         * lib/fwritable.c: Likewise.
30419         * lib/fwritable.h: Likewise.
30420         * lib/fwriteerror.c: Likewise.
30421         * lib/fwriteerror.h: Likewise.
30422         * lib/fwriting.c: Likewise.
30423         * lib/fwriting.h: Likewise.
30424         * lib/gcd.c: Likewise.
30425         * lib/gcd.h: Likewise.
30426         * lib/getcwd.c: Likewise.
30427         * lib/getdate.h: Likewise.
30428         * lib/getdate.y: Likewise.
30429         * lib/getdomainname.c: Likewise.
30430         * lib/getdomainname.h: Likewise.
30431         * lib/getgroups.c: Likewise.
30432         * lib/gethostname.c: Likewise.
30433         * lib/gethrxtime.c: Likewise.
30434         * lib/gethrxtime.h: Likewise.
30435         * lib/getloadavg.c: Likewise.
30436         * lib/getndelim2.c: Likewise.
30437         * lib/getndelim2.h: Likewise.
30438         * lib/getnline.c: Likewise.
30439         * lib/getnline.h: Likewise.
30440         * lib/getopt.c: Likewise.
30441         * lib/getopt.in.h: Likewise.
30442         * lib/getopt1.c: Likewise.
30443         * lib/getopt_int.h: Likewise.
30444         * lib/getpagesize.h: Likewise.
30445         * lib/getsubopt.c: Likewise.
30446         * lib/gettime.c: Likewise.
30447         * lib/getugroups.c: Likewise.
30448         * lib/getugroups.h: Likewise.
30449         * lib/getusershell.c: Likewise.
30450         * lib/gl_anyavltree_list1.h: Likewise.
30451         * lib/gl_anyavltree_list2.h: Likewise.
30452         * lib/gl_anyhash_list1.h: Likewise.
30453         * lib/gl_anyhash_list2.h: Likewise.
30454         * lib/gl_anylinked_list1.h: Likewise.
30455         * lib/gl_anylinked_list2.h: Likewise.
30456         * lib/gl_anyrbtree_list1.h: Likewise.
30457         * lib/gl_anyrbtree_list2.h: Likewise.
30458         * lib/gl_anytree_list1.h: Likewise.
30459         * lib/gl_anytree_list2.h: Likewise.
30460         * lib/gl_anytree_oset.h: Likewise.
30461         * lib/gl_anytreehash_list1.h: Likewise.
30462         * lib/gl_anytreehash_list2.h: Likewise.
30463         * lib/gl_array_list.c: Likewise.
30464         * lib/gl_array_list.h: Likewise.
30465         * lib/gl_array_oset.c: Likewise.
30466         * lib/gl_array_oset.h: Likewise.
30467         * lib/gl_avltree_list.c: Likewise.
30468         * lib/gl_avltree_list.h: Likewise.
30469         * lib/gl_avltree_oset.c: Likewise.
30470         * lib/gl_avltree_oset.h: Likewise.
30471         * lib/gl_avltreehash_list.c: Likewise.
30472         * lib/gl_avltreehash_list.h: Likewise.
30473         * lib/gl_carray_list.c: Likewise.
30474         * lib/gl_carray_list.h: Likewise.
30475         * lib/gl_linked_list.c: Likewise.
30476         * lib/gl_linked_list.h: Likewise.
30477         * lib/gl_linkedhash_list.c: Likewise.
30478         * lib/gl_linkedhash_list.h: Likewise.
30479         * lib/gl_list.c: Likewise.
30480         * lib/gl_list.h: Likewise.
30481         * lib/gl_oset.c: Likewise.
30482         * lib/gl_oset.h: Likewise.
30483         * lib/gl_rbtree_list.c: Likewise.
30484         * lib/gl_rbtree_list.h: Likewise.
30485         * lib/gl_rbtree_oset.c: Likewise.
30486         * lib/gl_rbtree_oset.h: Likewise.
30487         * lib/gl_rbtreehash_list.c: Likewise.
30488         * lib/gl_rbtreehash_list.h: Likewise.
30489         * lib/gl_sublist.c: Likewise.
30490         * lib/gl_sublist.h: Likewise.
30491         * lib/group-member.c: Likewise.
30492         * lib/group-member.h: Likewise.
30493         * lib/hard-locale.c: Likewise.
30494         * lib/hard-locale.h: Likewise.
30495         * lib/hash-pjw.c: Likewise.
30496         * lib/hash-pjw.h: Likewise.
30497         * lib/hash-triple.c: Likewise.
30498         * lib/hash.c: Likewise.
30499         * lib/hash.h: Likewise.
30500         * lib/human.c: Likewise.
30501         * lib/human.h: Likewise.
30502         * lib/i-ring.c: Likewise.
30503         * lib/i-ring.h: Likewise.
30504         * lib/idcache.c: Likewise.
30505         * lib/imaxabs.c: Likewise.
30506         * lib/imaxdiv.c: Likewise.
30507         * lib/inet_pton.c: Likewise.
30508         * lib/inet_pton.h: Likewise.
30509         * lib/intprops.h: Likewise.
30510         * lib/inttostr.c: Likewise.
30511         * lib/inttostr.h: Likewise.
30512         * lib/inttypes.in.h: Likewise.
30513         * lib/isapipe.c: Likewise.
30514         * lib/isdir.c: Likewise.
30515         * lib/isnan.c: Likewise.
30516         * lib/isnan.h: Likewise.
30517         * lib/isnanf.c: Likewise.
30518         * lib/isnanf.h: Likewise.
30519         * lib/isnanl-nolibm.h: Likewise.
30520         * lib/isnanl.c: Likewise.
30521         * lib/isnanl.h: Likewise.
30522         * lib/javacomp.c: Likewise.
30523         * lib/javacomp.h: Likewise.
30524         * lib/javaexec.c: Likewise.
30525         * lib/javaexec.h: Likewise.
30526         * lib/javaversion.c: Likewise.
30527         * lib/javaversion.h: Likewise.
30528         * lib/javaversion.java: Likewise.
30529         * lib/lbrkprop.h: Likewise.
30530         * lib/lchmod.h: Likewise.
30531         * lib/lchown.c: Likewise.
30532         * lib/ldexpl.c: Likewise.
30533         * lib/linebreak.c: Likewise.
30534         * lib/linebreak.h: Likewise.
30535         * lib/linebuffer.c: Likewise.
30536         * lib/linebuffer.h: Likewise.
30537         * lib/locale.in.h: Likewise.
30538         * lib/logl.c: Likewise.
30539         * lib/long-options.c: Likewise.
30540         * lib/long-options.h: Likewise.
30541         * lib/lstat.c: Likewise.
30542         * lib/lstat.h: Likewise.
30543         * lib/math.in.h: Likewise.
30544         * lib/mbchar.c: Likewise.
30545         * lib/mbchar.h: Likewise.
30546         * lib/mbfile.h: Likewise.
30547         * lib/mbiter.h: Likewise.
30548         * lib/mbscasecmp.c: Likewise.
30549         * lib/mbscasestr.c: Likewise.
30550         * lib/mbschr.c: Likewise.
30551         * lib/mbscspn.c: Likewise.
30552         * lib/mbslen.c: Likewise.
30553         * lib/mbsncasecmp.c: Likewise.
30554         * lib/mbsnlen.c: Likewise.
30555         * lib/mbspbrk.c: Likewise.
30556         * lib/mbspcasecmp.c: Likewise.
30557         * lib/mbsrchr.c: Likewise.
30558         * lib/mbssep.c: Likewise.
30559         * lib/mbsspn.c: Likewise.
30560         * lib/mbsstr.c: Likewise.
30561         * lib/mbstok_r.c: Likewise.
30562         * lib/mbswidth.c: Likewise.
30563         * lib/mbswidth.h: Likewise.
30564         * lib/mbuiter.h: Likewise.
30565         * lib/memcasecmp.c: Likewise.
30566         * lib/memcasecmp.h: Likewise.
30567         * lib/memchr.c: Likewise.
30568         * lib/memcmp.c: Likewise.
30569         * lib/memcoll.c: Likewise.
30570         * lib/memcoll.h: Likewise.
30571         * lib/memcpy.c: Likewise.
30572         * lib/memrchr.c: Likewise.
30573         * lib/mkancesdirs.c: Likewise.
30574         * lib/mkdir-p.c: Likewise.
30575         * lib/mkdir-p.h: Likewise.
30576         * lib/mkdir.c: Likewise.
30577         * lib/mkdirat.c: Likewise.
30578         * lib/mkdtemp.c: Likewise.
30579         * lib/mkstemp-safer.c: Likewise.
30580         * lib/mkstemp.c: Likewise.
30581         * lib/modechange.c: Likewise.
30582         * lib/modechange.h: Likewise.
30583         * lib/mountlist.c: Likewise.
30584         * lib/mountlist.h: Likewise.
30585         * lib/mpsort.c: Likewise.
30586         * lib/nanosleep.c: Likewise.
30587         * lib/obstack.c: Likewise.
30588         * lib/obstack.h: Likewise.
30589         * lib/open-safer.c: Likewise.
30590         * lib/open.c: Likewise.
30591         * lib/openat-die.c: Likewise.
30592         * lib/openat-priv.h: Likewise.
30593         * lib/openat-proc.c: Likewise.
30594         * lib/openat.c: Likewise.
30595         * lib/openat.h: Likewise.
30596         * lib/pagealign_alloc.c: Likewise.
30597         * lib/pagealign_alloc.h: Likewise.
30598         * lib/physmem.c: Likewise.
30599         * lib/physmem.h: Likewise.
30600         * lib/pipe-safer.c: Likewise.
30601         * lib/pipe.c: Likewise.
30602         * lib/pipe.h: Likewise.
30603         * lib/posixtm.c: Likewise.
30604         * lib/posixtm.h: Likewise.
30605         * lib/posixver.c: Likewise.
30606         * lib/printf-frexp.c: Likewise.
30607         * lib/printf-frexp.h: Likewise.
30608         * lib/printf-frexpl.c: Likewise.
30609         * lib/printf-frexpl.h: Likewise.
30610         * lib/printf.c: Likewise.
30611         * lib/progname.c: Likewise.
30612         * lib/progname.h: Likewise.
30613         * lib/progreloc.c: Likewise.
30614         * lib/putenv.c: Likewise.
30615         * lib/quote.c: Likewise.
30616         * lib/quote.h: Likewise.
30617         * lib/quotearg.c: Likewise.
30618         * lib/quotearg.h: Likewise.
30619         * lib/raise.c: Likewise.
30620         * lib/readline.c: Likewise.
30621         * lib/readline.h: Likewise.
30622         * lib/readlink.c: Likewise.
30623         * lib/readtokens.c: Likewise.
30624         * lib/readtokens.h: Likewise.
30625         * lib/readtokens0.c: Likewise.
30626         * lib/readtokens0.h: Likewise.
30627         * lib/readutmp.c: Likewise.
30628         * lib/readutmp.h: Likewise.
30629         * lib/realloc.c: Likewise.
30630         * lib/relocwrapper.c: Likewise.
30631         * lib/rename-dest-slash.c: Likewise.
30632         * lib/rename.c: Likewise.
30633         * lib/rmdir.c: Likewise.
30634         * lib/rpmatch.c: Likewise.
30635         * lib/safe-read.c: Likewise.
30636         * lib/safe-read.h: Likewise.
30637         * lib/safe-write.c: Likewise.
30638         * lib/safe-write.h: Likewise.
30639         * lib/same-inode.h: Likewise.
30640         * lib/same.c: Likewise.
30641         * lib/same.h: Likewise.
30642         * lib/save-cwd.c: Likewise.
30643         * lib/save-cwd.h: Likewise.
30644         * lib/savedir.c: Likewise.
30645         * lib/savedir.h: Likewise.
30646         * lib/savewd.c: Likewise.
30647         * lib/savewd.h: Likewise.
30648         * lib/search.in.h: Likewise.
30649         * lib/setenv.c: Likewise.
30650         * lib/setenv.h: Likewise.
30651         * lib/settime.c: Likewise.
30652         * lib/sh-quote.c: Likewise.
30653         * lib/sh-quote.h: Likewise.
30654         * lib/sig2str.c: Likewise.
30655         * lib/sig2str.h: Likewise.
30656         * lib/signal.in.h: Likewise.
30657         * lib/signbitd.c: Likewise.
30658         * lib/signbitf.c: Likewise.
30659         * lib/signbitl.c: Likewise.
30660         * lib/sigprocmask.c: Likewise.
30661         * lib/sincosl.c: Likewise.
30662         * lib/sleep.c: Likewise.
30663         * lib/sprintf.c: Likewise.
30664         * lib/sqrtl.c: Likewise.
30665         * lib/stat-time.h: Likewise.
30666         * lib/stdio--.h: Likewise.
30667         * lib/stdio-safer.h: Likewise.
30668         * lib/stdlib--.h: Likewise.
30669         * lib/stdlib-safer.h: Likewise.
30670         * lib/stdlib.in.h: Likewise.
30671         * lib/stpcpy.c: Likewise.
30672         * lib/stpncpy.c: Likewise.
30673         * lib/strchrnul.c: Likewise.
30674         * lib/strcspn.c: Likewise.
30675         * lib/strerror.c: Likewise.
30676         * lib/strftime.c: Likewise.
30677         * lib/strftime.h: Likewise.
30678         * lib/striconveh.c: Likewise.
30679         * lib/striconveh.h: Likewise.
30680         * lib/striconveha.c: Likewise.
30681         * lib/striconveha.h: Likewise.
30682         * lib/stripslash.c: Likewise.
30683         * lib/strnlen1.c: Likewise.
30684         * lib/strnlen1.h: Likewise.
30685         * lib/strtod.c: Likewise.
30686         * lib/strtoimax.c: Likewise.
30687         * lib/strtok_r.c: Likewise.
30688         * lib/strtol.c: Likewise.
30689         * lib/strtoll.c: Likewise.
30690         * lib/strtoul.c: Likewise.
30691         * lib/strtoull.c: Likewise.
30692         * lib/sysexits.in.h: Likewise.
30693         * lib/tempname.c: Likewise.
30694         * lib/tempname.h: Likewise.
30695         * lib/timespec.h: Likewise.
30696         * lib/tls.c: Likewise.
30697         * lib/tls.h: Likewise.
30698         * lib/tmpdir.c: Likewise.
30699         * lib/tmpdir.h: Likewise.
30700         * lib/tmpfile-safer.c: Likewise.
30701         * lib/tmpfile.c: Likewise.
30702         * lib/trigl.c: Likewise.
30703         * lib/trigl.h: Likewise.
30704         * lib/trim.c: Likewise.
30705         * lib/trim.h: Likewise.
30706         * lib/trunc.c: Likewise.
30707         * lib/truncf.c: Likewise.
30708         * lib/truncl.c: Likewise.
30709         * lib/tsearch.c: Likewise.
30710         * lib/unicodeio.c: Likewise.
30711         * lib/unicodeio.h: Likewise.
30712         * lib/unistd--.h: Likewise.
30713         * lib/unistd-safer.h: Likewise.
30714         * lib/unistdio/ulc-fprintf.c: Likewise.
30715         * lib/unistdio/ulc-vfprintf.c: Likewise.
30716         * lib/unlinkdir.c: Likewise.
30717         * lib/unlinkdir.h: Likewise.
30718         * lib/unlocked-io.h: Likewise.
30719         * lib/unsetenv.c: Likewise.
30720         * lib/userspec.c: Likewise.
30721         * lib/utime.c: Likewise.
30722         * lib/utimecmp.c: Likewise.
30723         * lib/utimecmp.h: Likewise.
30724         * lib/utimens.c: Likewise.
30725         * lib/verify.h: Likewise.
30726         * lib/verror.c: Likewise.
30727         * lib/verror.h: Likewise.
30728         * lib/version-etc-fsf.c: Likewise.
30729         * lib/version-etc.c: Likewise.
30730         * lib/version-etc.h: Likewise.
30731         * lib/vfprintf.c: Likewise.
30732         * lib/vprintf.c: Likewise.
30733         * lib/vsprintf.c: Likewise.
30734         * lib/w32spawn.h: Likewise.
30735         * lib/wait-process.c: Likewise.
30736         * lib/wait-process.h: Likewise.
30737         * lib/wcwidth.c: Likewise.
30738         * lib/write-any-file.c: Likewise.
30739         * lib/xalloc-die.c: Likewise.
30740         * lib/xalloc.h: Likewise.
30741         * lib/xasprintf.c: Likewise.
30742         * lib/xgetcwd.c: Likewise.
30743         * lib/xgetcwd.h: Likewise.
30744         * lib/xgetdomainname.c: Likewise.
30745         * lib/xgetdomainname.h: Likewise.
30746         * lib/xgethostname.c: Likewise.
30747         * lib/xmalloc.c: Likewise.
30748         * lib/xmalloca.c: Likewise.
30749         * lib/xmalloca.h: Likewise.
30750         * lib/xmemcoll.c: Likewise.
30751         * lib/xnanosleep.c: Likewise.
30752         * lib/xreadlink.c: Likewise.
30753         * lib/xreadlink.h: Likewise.
30754         * lib/xsetenv.c: Likewise.
30755         * lib/xsetenv.h: Likewise.
30756         * lib/xstriconv.c: Likewise.
30757         * lib/xstriconv.h: Likewise.
30758         * lib/xstrndup.c: Likewise.
30759         * lib/xstrndup.h: Likewise.
30760         * lib/xstrtod.c: Likewise.
30761         * lib/xstrtod.h: Likewise.
30762         * lib/xstrtol-error.c: Likewise.
30763         * lib/xstrtol.c: Likewise.
30764         * lib/xstrtol.h: Likewise.
30765         * lib/xtime.h: Likewise.
30766         * lib/xvasprintf.c: Likewise.
30767         * lib/xvasprintf.h: Likewise.
30768         * lib/yesno.c: Likewise.
30769         * lib/yesno.h: Likewise.
30770         * posix-modules: Likewise.
30771         * tests/test-alloca-opt.c: Likewise.
30772         * tests/test-arcfour.c: Likewise.
30773         * tests/test-arctwo.c: Likewise.
30774         * tests/test-argmatch.c: Likewise.
30775         * tests/test-argp-2.sh: Likewise.
30776         * tests/test-argp.c: Likewise.
30777         * tests/test-arpa_inet.c: Likewise.
30778         * tests/test-array_list.c: Likewise.
30779         * tests/test-array_oset.c: Likewise.
30780         * tests/test-atexit.c: Likewise.
30781         * tests/test-avltree_list.c: Likewise.
30782         * tests/test-avltree_oset.c: Likewise.
30783         * tests/test-avltreehash_list.c: Likewise.
30784         * tests/test-base64.c: Likewise.
30785         * tests/test-binary-io.c: Likewise.
30786         * tests/test-byteswap.c: Likewise.
30787         * tests/test-c-ctype.c: Likewise.
30788         * tests/test-c-strcasecmp.c: Likewise.
30789         * tests/test-c-strcasestr.c: Likewise.
30790         * tests/test-c-strncasecmp.c: Likewise.
30791         * tests/test-c-strstr.c: Likewise.
30792         * tests/test-canonicalize-lgpl.c: Likewise.
30793         * tests/test-canonicalize.c: Likewise.
30794         * tests/test-carray_list.c: Likewise.
30795         * tests/test-ceilf.c: Likewise.
30796         * tests/test-ceill.c: Likewise.
30797         * tests/test-count-one-bits.c: Likewise.
30798         * tests/test-crc.c: Likewise.
30799         * tests/test-dirname.c: Likewise.
30800         * tests/test-fbufmode.c: Likewise.
30801         * tests/test-fcntl.c: Likewise.
30802         * tests/test-fflush.c: Likewise.
30803         * tests/test-floorf.c: Likewise.
30804         * tests/test-floorl.c: Likewise.
30805         * tests/test-fopen.c: Likewise.
30806         * tests/test-fprintf-posix.c: Likewise.
30807         * tests/test-fprintf-posix.h: Likewise.
30808         * tests/test-fpurge.c: Likewise.
30809         * tests/test-freadable.c: Likewise.
30810         * tests/test-freadahead.c: Likewise.
30811         * tests/test-freading.c: Likewise.
30812         * tests/test-freopen.c: Likewise.
30813         * tests/test-frexp.c: Likewise.
30814         * tests/test-frexpl.c: Likewise.
30815         * tests/test-fseek.c: Likewise.
30816         * tests/test-fseeko.c: Likewise.
30817         * tests/test-fseterr.c: Likewise.
30818         * tests/test-fstrcmp.c: Likewise.
30819         * tests/test-ftell.c: Likewise.
30820         * tests/test-ftello.c: Likewise.
30821         * tests/test-fwritable.c: Likewise.
30822         * tests/test-fwriting.c: Likewise.
30823         * tests/test-getaddrinfo.c: Likewise.
30824         * tests/test-getpass.c: Likewise.
30825         * tests/test-gettimeofday.c: Likewise.
30826         * tests/test-hmac-md5.c: Likewise.
30827         * tests/test-hmac-sha1.c: Likewise.
30828         * tests/test-iconv.c: Likewise.
30829         * tests/test-iconvme.c: Likewise.
30830         * tests/test-inttypes.c: Likewise.
30831         * tests/test-isnan.c: Likewise.
30832         * tests/test-isnanf.c: Likewise.
30833         * tests/test-isnanl-nolibm.c: Likewise.
30834         * tests/test-isnanl.c: Likewise.
30835         * tests/test-isnanl.h: Likewise.
30836         * tests/test-ldexpl.c: Likewise.
30837         * tests/test-linked_list.c: Likewise.
30838         * tests/test-linkedhash_list.c: Likewise.
30839         * tests/test-locale.c: Likewise.
30840         * tests/test-localename.c: Likewise.
30841         * tests/test-lock.c: Likewise.
30842         * tests/test-lseek.c: Likewise.
30843         * tests/test-malloca.c: Likewise.
30844         * tests/test-math.c: Likewise.
30845         * tests/test-mbscasecmp.c: Likewise.
30846         * tests/test-mbscasestr1.c: Likewise.
30847         * tests/test-mbscasestr2.c: Likewise.
30848         * tests/test-mbscasestr3.c: Likewise.
30849         * tests/test-mbscasestr4.c: Likewise.
30850         * tests/test-mbschr.c: Likewise.
30851         * tests/test-mbscspn.c: Likewise.
30852         * tests/test-mbsncasecmp.c: Likewise.
30853         * tests/test-mbspbrk.c: Likewise.
30854         * tests/test-mbspcasecmp.c: Likewise.
30855         * tests/test-mbsrchr.c: Likewise.
30856         * tests/test-mbsspn.c: Likewise.
30857         * tests/test-mbsstr1.c: Likewise.
30858         * tests/test-mbsstr2.c: Likewise.
30859         * tests/test-mbsstr3.c: Likewise.
30860         * tests/test-md5.c: Likewise.
30861         * tests/test-memmem.c: Likewise.
30862         * tests/test-netinet_in.c: Likewise.
30863         * tests/test-open.c: Likewise.
30864         * tests/test-printf-frexp.c: Likewise.
30865         * tests/test-printf-frexpl.c: Likewise.
30866         * tests/test-printf-posix.c: Likewise.
30867         * tests/test-printf-posix.h: Likewise.
30868         * tests/test-rbtree_list.c: Likewise.
30869         * tests/test-rbtree_oset.c: Likewise.
30870         * tests/test-rbtreehash_list.c: Likewise.
30871         * tests/test-read-file.c: Likewise.
30872         * tests/test-rijndael.c: Likewise.
30873         * tests/test-search.c: Likewise.
30874         * tests/test-signbit.c: Likewise.
30875         * tests/test-sleep.c: Likewise.
30876         * tests/test-snprintf-posix.c: Likewise.
30877         * tests/test-snprintf-posix.h: Likewise.
30878         * tests/test-snprintf.c: Likewise.
30879         * tests/test-sprintf-posix.c: Likewise.
30880         * tests/test-sprintf-posix.h: Likewise.
30881         * tests/test-stat-time.c: Likewise.
30882         * tests/test-stdbool.c: Likewise.
30883         * tests/test-stdint.c: Likewise.
30884         * tests/test-stdio.c: Likewise.
30885         * tests/test-stdlib.c: Likewise.
30886         * tests/test-stpncpy.c: Likewise.
30887         * tests/test-strcasestr.c: Likewise.
30888         * tests/test-striconv.c: Likewise.
30889         * tests/test-striconveh.c: Likewise.
30890         * tests/test-striconveha.c: Likewise.
30891         * tests/test-string.c: Likewise.
30892         * tests/test-sys_select.c: Likewise.
30893         * tests/test-sys_socket.c: Likewise.
30894         * tests/test-sys_stat.c: Likewise.
30895         * tests/test-sys_time.c: Likewise.
30896         * tests/test-sysexits.c: Likewise.
30897         * tests/test-time.c: Likewise.
30898         * tests/test-tls.c: Likewise.
30899         * tests/test-trunc.c: Likewise.
30900         * tests/test-truncf.c: Likewise.
30901         * tests/test-truncl.c: Likewise.
30902         * tests/test-unistd.c: Likewise.
30903         * tests/test-vasnprintf-posix.c: Likewise.
30904         * tests/test-vasnprintf-posix2.c: Likewise.
30905         * tests/test-vasnprintf.c: Likewise.
30906         * tests/test-vasprintf-posix.c: Likewise.
30907         * tests/test-vasprintf.c: Likewise.
30908         * tests/test-verify.c: Likewise.
30909         * tests/test-vfprintf-posix.c: Likewise.
30910         * tests/test-vprintf-posix.c: Likewise.
30911         * tests/test-vsnprintf-posix.c: Likewise.
30912         * tests/test-vsnprintf.c: Likewise.
30913         * tests/test-vsprintf-posix.c: Likewise.
30914         * tests/test-wchar.c: Likewise.
30915         * tests/test-wctype.c: Likewise.
30916         * tests/test-wcwidth.c: Likewise.
30917         * tests/test-xstrtol.c: Likewise.
30918         * tests/test-xvasprintf.c: Likewise.
30919         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
30920         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
30921         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
30922         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
30923         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
30924         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
30925         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
30926         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
30927         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
30928         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
30929         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
30930         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
30931         * tests/uniname/test-uninames.c: Likewise.
30932         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
30933         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
30934         * tests/unistdio/test-u16-printf1.h: Likewise.
30935         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
30936         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
30937         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
30938         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
30939         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
30940         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
30941         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
30942         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
30943         * tests/unistdio/test-u32-printf1.h: Likewise.
30944         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
30945         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
30946         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
30947         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
30948         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
30949         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
30950         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
30951         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
30952         * tests/unistdio/test-u8-printf1.h: Likewise.
30953         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
30954         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
30955         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
30956         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
30957         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
30958         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
30959         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
30960         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
30961         * tests/unistdio/test-ulc-printf1.h: Likewise.
30962         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
30963         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
30964         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
30965         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
30966         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
30967         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
30968         * tests/uniwidth/test-u16-strwidth.c: Likewise.
30969         * tests/uniwidth/test-u16-width.c: Likewise.
30970         * tests/uniwidth/test-u32-strwidth.c: Likewise.
30971         * tests/uniwidth/test-u32-width.c: Likewise.
30972         * tests/uniwidth/test-u8-strwidth.c: Likewise.
30973         * tests/uniwidth/test-u8-width.c: Likewise.
30974         * tests/uniwidth/test-uc_width.c: Likewise.
30975         * config/srclist-update: Likewise.
30976         (fixlicense): Update to GPLv3+.
30977
30978         Change copyright notice from LGPLv2.1+ to LGPLv3+.
30979         * tests/test-tsearch.c: Change copyright notice.
30980
30981         Change copyright notice from LGPLv2.0+ to LGPLv3+.
30982         * lib/c-strcaseeq.h: Change copyright notice.
30983         * lib/streq.h: Likewise.
30984         * lib/uniconv.h: Likewise.
30985         * lib/uniconv/u-conv-from-enc.h: Likewise.
30986         * lib/uniconv/u-conv-to-enc.h: Likewise.
30987         * lib/uniconv/u-strconv-from-enc.h: Likewise.
30988         * lib/uniconv/u-strconv-to-enc.h: Likewise.
30989         * lib/uniconv/u16-conv-from-enc.c: Likewise.
30990         * lib/uniconv/u16-conv-to-enc.c: Likewise.
30991         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
30992         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
30993         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
30994         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
30995         * lib/uniconv/u32-conv-from-enc.c: Likewise.
30996         * lib/uniconv/u32-conv-to-enc.c: Likewise.
30997         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
30998         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
30999         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31000         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31001         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31002         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31003         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31004         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31005         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31006         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31007         * lib/uniname.h: Likewise.
31008         * lib/uniname/uniname.c: Likewise.
31009         * lib/unistdio.h: Likewise.
31010         * lib/unistdio/u-asnprintf.h: Likewise.
31011         * lib/unistdio/u-asprintf.h: Likewise.
31012         * lib/unistdio/u-printf-args.c: Likewise.
31013         * lib/unistdio/u-printf-args.h: Likewise.
31014         * lib/unistdio/u-printf-parse.h: Likewise.
31015         * lib/unistdio/u-snprintf.h: Likewise.
31016         * lib/unistdio/u-sprintf.h: Likewise.
31017         * lib/unistdio/u-vasprintf.h: Likewise.
31018         * lib/unistdio/u-vsnprintf.h: Likewise.
31019         * lib/unistdio/u-vsprintf.h: Likewise.
31020         * lib/unistdio/u16-asnprintf.c: Likewise.
31021         * lib/unistdio/u16-asprintf.c: Likewise.
31022         * lib/unistdio/u16-printf-parse.c: Likewise.
31023         * lib/unistdio/u16-snprintf.c: Likewise.
31024         * lib/unistdio/u16-sprintf.c: Likewise.
31025         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31026         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31027         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31028         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31029         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31030         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31031         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31032         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31033         * lib/unistdio/u16-vasnprintf.c: Likewise.
31034         * lib/unistdio/u16-vasprintf.c: Likewise.
31035         * lib/unistdio/u16-vsnprintf.c: Likewise.
31036         * lib/unistdio/u16-vsprintf.c: Likewise.
31037         * lib/unistdio/u32-asnprintf.c: Likewise.
31038         * lib/unistdio/u32-asprintf.c: Likewise.
31039         * lib/unistdio/u32-printf-parse.c: Likewise.
31040         * lib/unistdio/u32-snprintf.c: Likewise.
31041         * lib/unistdio/u32-sprintf.c: Likewise.
31042         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31043         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31044         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31045         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31046         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31047         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31048         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31049         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31050         * lib/unistdio/u32-vasnprintf.c: Likewise.
31051         * lib/unistdio/u32-vasprintf.c: Likewise.
31052         * lib/unistdio/u32-vsnprintf.c: Likewise.
31053         * lib/unistdio/u32-vsprintf.c: Likewise.
31054         * lib/unistdio/u8-asnprintf.c: Likewise.
31055         * lib/unistdio/u8-asprintf.c: Likewise.
31056         * lib/unistdio/u8-printf-parse.c: Likewise.
31057         * lib/unistdio/u8-snprintf.c: Likewise.
31058         * lib/unistdio/u8-sprintf.c: Likewise.
31059         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31060         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31061         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31062         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31063         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31064         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31065         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31066         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31067         * lib/unistdio/u8-vasnprintf.c: Likewise.
31068         * lib/unistdio/u8-vasprintf.c: Likewise.
31069         * lib/unistdio/u8-vsnprintf.c: Likewise.
31070         * lib/unistdio/u8-vsprintf.c: Likewise.
31071         * lib/unistdio/ulc-asnprintf.c: Likewise.
31072         * lib/unistdio/ulc-asprintf.c: Likewise.
31073         * lib/unistdio/ulc-printf-parse.c: Likewise.
31074         * lib/unistdio/ulc-snprintf.c: Likewise.
31075         * lib/unistdio/ulc-sprintf.c: Likewise.
31076         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31077         * lib/unistdio/ulc-vasprintf.c: Likewise.
31078         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31079         * lib/unistdio/ulc-vsprintf.c: Likewise.
31080         * lib/unistr.h: Likewise.
31081         * lib/unistr/u-cpy-alloc.h: Likewise.
31082         * lib/unistr/u-cpy.h: Likewise.
31083         * lib/unistr/u-endswith.h: Likewise.
31084         * lib/unistr/u-move.h: Likewise.
31085         * lib/unistr/u-set.h: Likewise.
31086         * lib/unistr/u-startswith.h: Likewise.
31087         * lib/unistr/u-stpcpy.h: Likewise.
31088         * lib/unistr/u-stpncpy.h: Likewise.
31089         * lib/unistr/u-strcat.h: Likewise.
31090         * lib/unistr/u-strcpy.h: Likewise.
31091         * lib/unistr/u-strcspn.h: Likewise.
31092         * lib/unistr/u-strdup.h: Likewise.
31093         * lib/unistr/u-strlen.h: Likewise.
31094         * lib/unistr/u-strncat.h: Likewise.
31095         * lib/unistr/u-strncpy.h: Likewise.
31096         * lib/unistr/u-strnlen.h: Likewise.
31097         * lib/unistr/u-strpbrk.h: Likewise.
31098         * lib/unistr/u-strspn.h: Likewise.
31099         * lib/unistr/u-strstr.h: Likewise.
31100         * lib/unistr/u-strtok.h: Likewise.
31101         * lib/unistr/u16-check.c: Likewise.
31102         * lib/unistr/u16-chr.c: Likewise.
31103         * lib/unistr/u16-cmp.c: Likewise.
31104         * lib/unistr/u16-cpy-alloc.c: Likewise.
31105         * lib/unistr/u16-cpy.c: Likewise.
31106         * lib/unistr/u16-endswith.c: Likewise.
31107         * lib/unistr/u16-mblen.c: Likewise.
31108         * lib/unistr/u16-mbsnlen.c: Likewise.
31109         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31110         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31111         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31112         * lib/unistr/u16-mbtouc.c: Likewise.
31113         * lib/unistr/u16-mbtoucr.c: Likewise.
31114         * lib/unistr/u16-move.c: Likewise.
31115         * lib/unistr/u16-next.c: Likewise.
31116         * lib/unistr/u16-prev.c: Likewise.
31117         * lib/unistr/u16-set.c: Likewise.
31118         * lib/unistr/u16-startswith.c: Likewise.
31119         * lib/unistr/u16-stpcpy.c: Likewise.
31120         * lib/unistr/u16-stpncpy.c: Likewise.
31121         * lib/unistr/u16-strcat.c: Likewise.
31122         * lib/unistr/u16-strchr.c: Likewise.
31123         * lib/unistr/u16-strcmp.c: Likewise.
31124         * lib/unistr/u16-strcpy.c: Likewise.
31125         * lib/unistr/u16-strcspn.c: Likewise.
31126         * lib/unistr/u16-strdup.c: Likewise.
31127         * lib/unistr/u16-strlen.c: Likewise.
31128         * lib/unistr/u16-strmblen.c: Likewise.
31129         * lib/unistr/u16-strmbtouc.c: Likewise.
31130         * lib/unistr/u16-strncat.c: Likewise.
31131         * lib/unistr/u16-strncmp.c: Likewise.
31132         * lib/unistr/u16-strncpy.c: Likewise.
31133         * lib/unistr/u16-strnlen.c: Likewise.
31134         * lib/unistr/u16-strpbrk.c: Likewise.
31135         * lib/unistr/u16-strrchr.c: Likewise.
31136         * lib/unistr/u16-strspn.c: Likewise.
31137         * lib/unistr/u16-strstr.c: Likewise.
31138         * lib/unistr/u16-strtok.c: Likewise.
31139         * lib/unistr/u16-to-u32.c: Likewise.
31140         * lib/unistr/u16-to-u8.c: Likewise.
31141         * lib/unistr/u16-uctomb-aux.c: Likewise.
31142         * lib/unistr/u16-uctomb.c: Likewise.
31143         * lib/unistr/u32-check.c: Likewise.
31144         * lib/unistr/u32-chr.c: Likewise.
31145         * lib/unistr/u32-cmp.c: Likewise.
31146         * lib/unistr/u32-cpy-alloc.c: Likewise.
31147         * lib/unistr/u32-cpy.c: Likewise.
31148         * lib/unistr/u32-endswith.c: Likewise.
31149         * lib/unistr/u32-mblen.c: Likewise.
31150         * lib/unistr/u32-mbsnlen.c: Likewise.
31151         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31152         * lib/unistr/u32-mbtouc.c: Likewise.
31153         * lib/unistr/u32-mbtoucr.c: Likewise.
31154         * lib/unistr/u32-move.c: Likewise.
31155         * lib/unistr/u32-next.c: Likewise.
31156         * lib/unistr/u32-prev.c: Likewise.
31157         * lib/unistr/u32-set.c: Likewise.
31158         * lib/unistr/u32-startswith.c: Likewise.
31159         * lib/unistr/u32-stpcpy.c: Likewise.
31160         * lib/unistr/u32-stpncpy.c: Likewise.
31161         * lib/unistr/u32-strcat.c: Likewise.
31162         * lib/unistr/u32-strchr.c: Likewise.
31163         * lib/unistr/u32-strcmp.c: Likewise.
31164         * lib/unistr/u32-strcpy.c: Likewise.
31165         * lib/unistr/u32-strcspn.c: Likewise.
31166         * lib/unistr/u32-strdup.c: Likewise.
31167         * lib/unistr/u32-strlen.c: Likewise.
31168         * lib/unistr/u32-strmblen.c: Likewise.
31169         * lib/unistr/u32-strmbtouc.c: Likewise.
31170         * lib/unistr/u32-strncat.c: Likewise.
31171         * lib/unistr/u32-strncmp.c: Likewise.
31172         * lib/unistr/u32-strncpy.c: Likewise.
31173         * lib/unistr/u32-strnlen.c: Likewise.
31174         * lib/unistr/u32-strpbrk.c: Likewise.
31175         * lib/unistr/u32-strrchr.c: Likewise.
31176         * lib/unistr/u32-strspn.c: Likewise.
31177         * lib/unistr/u32-strstr.c: Likewise.
31178         * lib/unistr/u32-strtok.c: Likewise.
31179         * lib/unistr/u32-to-u16.c: Likewise.
31180         * lib/unistr/u32-to-u8.c: Likewise.
31181         * lib/unistr/u32-uctomb.c: Likewise.
31182         * lib/unistr/u8-check.c: Likewise.
31183         * lib/unistr/u8-chr.c: Likewise.
31184         * lib/unistr/u8-cmp.c: Likewise.
31185         * lib/unistr/u8-cpy-alloc.c: Likewise.
31186         * lib/unistr/u8-cpy.c: Likewise.
31187         * lib/unistr/u8-endswith.c: Likewise.
31188         * lib/unistr/u8-mblen.c: Likewise.
31189         * lib/unistr/u8-mbsnlen.c: Likewise.
31190         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31191         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31192         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31193         * lib/unistr/u8-mbtouc.c: Likewise.
31194         * lib/unistr/u8-mbtoucr.c: Likewise.
31195         * lib/unistr/u8-move.c: Likewise.
31196         * lib/unistr/u8-next.c: Likewise.
31197         * lib/unistr/u8-prev.c: Likewise.
31198         * lib/unistr/u8-set.c: Likewise.
31199         * lib/unistr/u8-startswith.c: Likewise.
31200         * lib/unistr/u8-stpcpy.c: Likewise.
31201         * lib/unistr/u8-stpncpy.c: Likewise.
31202         * lib/unistr/u8-strcat.c: Likewise.
31203         * lib/unistr/u8-strchr.c: Likewise.
31204         * lib/unistr/u8-strcmp.c: Likewise.
31205         * lib/unistr/u8-strcpy.c: Likewise.
31206         * lib/unistr/u8-strcspn.c: Likewise.
31207         * lib/unistr/u8-strdup.c: Likewise.
31208         * lib/unistr/u8-strlen.c: Likewise.
31209         * lib/unistr/u8-strmblen.c: Likewise.
31210         * lib/unistr/u8-strmbtouc.c: Likewise.
31211         * lib/unistr/u8-strncat.c: Likewise.
31212         * lib/unistr/u8-strncmp.c: Likewise.
31213         * lib/unistr/u8-strncpy.c: Likewise.
31214         * lib/unistr/u8-strnlen.c: Likewise.
31215         * lib/unistr/u8-strpbrk.c: Likewise.
31216         * lib/unistr/u8-strrchr.c: Likewise.
31217         * lib/unistr/u8-strspn.c: Likewise.
31218         * lib/unistr/u8-strstr.c: Likewise.
31219         * lib/unistr/u8-strtok.c: Likewise.
31220         * lib/unistr/u8-to-u16.c: Likewise.
31221         * lib/unistr/u8-to-u32.c: Likewise.
31222         * lib/unistr/u8-uctomb-aux.c: Likewise.
31223         * lib/unistr/u8-uctomb.c: Likewise.
31224         * lib/unitypes.h: Likewise.
31225         * lib/uniwidth.h: Likewise.
31226         * lib/uniwidth/cjk.h: Likewise.
31227         * lib/uniwidth/u16-strwidth.c: Likewise.
31228         * lib/uniwidth/u16-width.c: Likewise.
31229         * lib/uniwidth/u32-strwidth.c: Likewise.
31230         * lib/uniwidth/u32-width.c: Likewise.
31231         * lib/uniwidth/u8-strwidth.c: Likewise.
31232         * lib/uniwidth/u8-width.c: Likewise.
31233         * lib/uniwidth/width.c: Likewise.
31234
31235 2007-10-07  Bruno Haible  <bruno@clisp.org>
31236
31237         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31238         The file is still under LGPL (see modules/inttypes).
31239
31240 2007-10-06  Bruno Haible  <bruno@clisp.org>
31241
31242         * modules/trunc (Dependencies): Add 'extensions'.
31243         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31244         Reported by Ben Pfaff <blp@gnu.org>.
31245
31246 2007-10-06  Bruno Haible  <bruno@clisp.org>
31247
31248         * modules/freopen-tests: New file.
31249         * tests/test-freopen.c: New file.
31250
31251         * modules/fopen-tests: New file.
31252         * tests/test-fopen.c: New file.
31253
31254         * modules/fopen: New file.
31255         * lib/fopen.c: New file.
31256         * m4/fopen.m4: New file.
31257         * modules/freopen: New file.
31258         * lib/freopen.c: New file.
31259         * m4/freopen.m4: New file.
31260         * lib/stdio.in.h (fopen, freopen): New declarations.
31261         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31262         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31263         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31264         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31265         * doc/functions/fopen.texi: Mention the 'fopen' module.
31266         * doc/functions/freopen.texi: Mention the 'freopen' module.
31267
31268 2007-10-06  Bruno Haible  <bruno@clisp.org>
31269
31270         * modules/open-tests: New file.
31271         * tests/test-open.c: New file.
31272
31273         * modules/open: New file.
31274         * lib/open.c: New file.
31275         * m4/open.m4: New file.
31276         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31277         lib/open.c does.
31278         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31279         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31280         macros.
31281         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31282         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31283         REPLACE_OPEN.
31284         * doc/functions/open.texi: Mention the 'open' module.
31285
31286 2007-10-04  Bruno Haible  <bruno@clisp.org>
31287
31288         * modules/ceill-tests: New file.
31289         * tests/test-ceill.c: New file.
31290
31291         * modules/ceill: New file.
31292         * lib/ceill.c: Replace entire file.
31293         * m4/ceill.m4: New file.
31294         * lib/math.in.h (ceill): Replace declaration.
31295         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31296         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31297         * doc/functions/ceill.texi: Mention the 'ceill' module.
31298         * modules/mathl (Files): Remove lib/ceill.c.
31299         (Depends-on): Add ceill.
31300
31301 2007-10-04  Bruno Haible  <bruno@clisp.org>
31302
31303         * modules/ceilf-tests: New file.
31304         * tests/test-ceilf.c: New file.
31305
31306         * modules/ceilf: New file.
31307         * lib/ceil.c: New file.
31308         * lib/ceilf.c: New file.
31309         * m4/ceilf.m4: New file.
31310         * lib/math.in.h (ceilf): New declaration.
31311         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31312         HAVE_DECL_CEILF.
31313         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31314         HAVE_DECL_CEILF.
31315         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31316
31317 2007-10-04  Bruno Haible  <bruno@clisp.org>
31318
31319         * modules/floorl-tests: New file.
31320         * tests/test-floorl.c: New file.
31321
31322         * modules/floorl: New file.
31323         * lib/floorl.c: Replace entire file.
31324         * m4/floorl.m4: New file.
31325         * lib/math.in.h (floorl): Replace declaration.
31326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31327         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31328         * doc/functions/floorl.texi: Mention the 'floorl' module.
31329         * modules/mathl (Files): Remove lib/floorl.c.
31330         (Depends-on): Add floorl.
31331
31332 2007-10-04  Bruno Haible  <bruno@clisp.org>
31333
31334         * modules/floorf-tests: New file.
31335         * tests/test-floorf.c: New file.
31336
31337         * modules/floorf: New file.
31338         * lib/floor.c: New file.
31339         * lib/floorf.c: New file.
31340         * m4/floorf.m4: New file.
31341         * lib/math.in.h (floorf): New declaration.
31342         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31343         HAVE_DECL_FLOORF.
31344         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31345         HAVE_DECL_FLOORF.
31346         * doc/functions/floorf.texi: Mention the 'floorf' module.
31347
31348 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31349             Bruno Haible  <bruno@clisp.org>
31350
31351         Advertise for the Git server instead of the CVS server.
31352         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31353         repository instead of the CVS one.
31354         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31355         about all VCS systems generically.
31356         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31357
31358 2007-10-04  Bruno Haible  <bruno@clisp.org>
31359
31360         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31361         means.
31362         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31363
31364 2007-10-04  Bruno Haible  <bruno@clisp.org>
31365
31366         * modules/truncl-tests: New file.
31367         * tests/test-truncl.c: New file.
31368
31369         * modules/truncl: New file.
31370         * lib/truncl.c: New file.
31371         * m4/truncl.m4: New file.
31372         * lib/math.in.h (truncl): New declaration.
31373         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31374         HAVE_DECL_TRUNCL.
31375         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31376         HAVE_DECL_TRUNCL.
31377         * doc/functions/truncl.texi: Mention the 'truncl' module.
31378
31379 2007-10-04  Bruno Haible  <bruno@clisp.org>
31380
31381         * modules/truncf-tests: New file.
31382         * tests/test-truncf.c: New file.
31383
31384         * modules/truncf: New file.
31385         * lib/trunc.c: Make paramerizable through USE_* macros.
31386         * lib/truncf.c: New file.
31387         * m4/truncf.m4: New file.
31388         * lib/math.in.h (truncf): New declaration.
31389         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31390         HAVE_DECL_TRUNCF.
31391         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31392         HAVE_DECL_TRUNCF.
31393         * doc/functions/truncf.texi: Mention the 'truncf' module.
31394
31395 2007-10-03  Bruno Haible  <bruno@clisp.org>
31396
31397         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31398         augmentation also for tests modules.
31399         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31400         * modules/atexit-tests (Makefile.am): Likewise.
31401         * modules/binary-io-tests (Makefile.am): Likewise.
31402         * modules/c-strcase-tests (Makefile.am): Likewise.
31403         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31404         * modules/canonicalize-tests (Makefile.am): Likewise.
31405         * modules/closein-tests (Makefile.am): Likewise.
31406         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31407         * modules/freadahead-tests (Makefile.am): Likewise.
31408         * modules/fseek-tests (Makefile.am): Likewise.
31409         * modules/fseeko-tests (Makefile.am): Likewise.
31410         * modules/ftell-tests (Makefile.am): Likewise.
31411         * modules/ftello-tests (Makefile.am): Likewise.
31412         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31413         * modules/isnanl-tests (Makefile.am): Likewise.
31414         * modules/lseek-tests (Makefile.am): Likewise.
31415         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31416         * modules/mbscasestr-tests (Makefile.am): Likewise.
31417         * modules/mbschr-tests (Makefile.am): Likewise.
31418         * modules/mbscspn-tests (Makefile.am): Likewise.
31419         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31420         * modules/mbspbrk-tests (Makefile.am): Likewise.
31421         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31422         * modules/mbsrchr-tests (Makefile.am): Likewise.
31423         * modules/mbsspn-tests (Makefile.am): Likewise.
31424         * modules/mbsstr-tests (Makefile.am): Likewise.
31425         * modules/printf-posix-tests (Makefile.am): Likewise.
31426         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31427         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31428         * modules/tsearch-tests (Makefile.am): Likewise.
31429         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31430         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31431         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31432         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31433         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31434         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31435         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31436         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31437         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31438         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31439         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31440         * modules/xstrtol-tests (Makefile.am): Likewise.
31441         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31442         * modules/yesno-tests (Makefile.am): Likewise.
31443
31444 2007-10-03  Bruno Haible  <bruno@clisp.org>
31445
31446         * modules/trunc-tests: New file.
31447         * tests/test-trunc.c: New file.
31448
31449         * modules/trunc: New file.
31450         * lib/trunc.c: New file.
31451         * m4/trunc.m4: New file.
31452         * lib/math.in.h (trunc): New declaration.
31453         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31454         HAVE_DECL_TRUNC.
31455         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31456         HAVE_DECL_TRUNC.
31457         * doc/functions/trunc.texi: Mention the 'trunc' module.
31458
31459 2007-10-03  Bruno Haible  <bruno@clisp.org>
31460
31461         * tests/test-fpending.c: New file, mostly copied
31462         from coreutils/lib/t-fpending.c.
31463         * modules/fpending-tests: New file.
31464
31465 2007-10-03  Bruno Haible  <bruno@clisp.org>
31466
31467         Port the stdio extensions to QNX (untested).
31468         * lib/fseterr.c (fseterr): Add support for QNX.
31469         * lib/fbufmode.c (fbufmode): Likewise.
31470         * lib/freadable.c (freadable): Likewise.
31471         * lib/fwritable.c (fwritable): Likewise.
31472         * lib/freading.c (freading): Likewise.
31473         * lib/fwriting.c (fwriting): Likewise.
31474         * lib/freadahead.c (freadahed): Likewise.
31475         * lib/fpurge.c (fpurge): Likewise.
31476         * lib/fseeko.c (rpl_fseeko): Likewise.
31477
31478 2007-10-03  Bruno Haible  <bruno@clisp.org>
31479             Jim Meyering  <jim@meyering.net>
31480             Eric Blake  <ebb9@byu.net>
31481
31482         * doc/relocatable.texi: Use @command instead of @program.
31483
31484 2007-10-02  Jim Meyering  <jim@meyering.net>
31485
31486         Perform one more "_.h" -> ".in.h" substitution.
31487         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31488         instead of unistd_.h here, too.
31489
31490 2007-10-01  Bruno Haible  <bruno@clisp.org>
31491
31492         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31493         Needed for the alloca-opt module.
31494
31495 2007-09-30  Bruno Haible  <bruno@clisp.org>
31496
31497         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31498         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31499         alloca_.h.
31500         * lib/argz.in.h: Renamed from lib/argz_.h.
31501         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31502         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31503         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31504         byteswap_.h.
31505         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31506         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31507         dirent_.h.
31508         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31509         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31510         fcntl_.h.
31511         * lib/float.in.h: Renamed from lib/float_.h.
31512         * modules/float (Files, Makefile.am): Use float.in.h instead of
31513         float_.h.
31514         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31515         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31516         fnmatch_.h.
31517         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31518         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31519         getopt_.h.
31520         * lib/glob.in.h: Renamed from lib/glob_.h.
31521         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31522         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31523         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31524         iconv_.h.
31525         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31526         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31527         inttypes_.h.
31528         * lib/locale.in.h: Renamed from lib/locale_.h.
31529         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31530         locale_.h.
31531         * lib/math.in.h: Renamed from lib/math_.h.
31532         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31533         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31534         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31535         of netinet_in_.h. Add dependency.
31536         * lib/poll.in.h: Renamed from lib/poll_.h.
31537         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31538         * lib/search.in.h: Renamed from lib/search_.h.
31539         * modules/search (Files, Makefile.am): Use search.in.h instead of
31540         search_.h.
31541         * lib/signal.in.h: Renamed from lib/signal_.h.
31542         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31543         _signal.h.
31544         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31545         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31546         stdbool_.h.
31547         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31548         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31549         stdint_.h.
31550         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31551         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31552         stdio_.h.
31553         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31554         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31555         stdlib_.h.
31556         * lib/string.in.h: Renamed from lib/string_.h.
31557         * modules/string (Files, Makefile.am): Use string.in.h instead of
31558         string_.h.
31559         * doc/gnulib-tool.texi (Initial import): Update.
31560         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31561         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31562         of sys_select_.h. Add dependency.
31563         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31564         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31565         of sys_socket_.h.
31566         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31567         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31568         sys_stat_.h.
31569         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31570         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31571         sys_time_.h.
31572         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31573         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31574         sysexits_.h.
31575         * lib/time.in.h: Renamed from lib/time_.h.
31576         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31577         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31578         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31579         unistd_.h.
31580         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31581         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31582         wchar_.h.
31583         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31584         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31585         wctype_.h.
31586         * build-aux/bootstrap (slurp): Update.
31587         * lib/.cppi-disable: Update.
31588
31589 2007-09-30  Bruno Haible  <bruno@clisp.org>
31590
31591         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31592         Needed on BeOS.
31593
31594 2007-09-30  Bruno Haible  <bruno@clisp.org>
31595
31596         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31597
31598 2007-09-29  Bruno Haible  <bruno@clisp.org>
31599
31600         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31601
31602 2007-09-29  Bruno Haible  <bruno@clisp.org>
31603
31604         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31605         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31606         * build-aux/install-reloc: Compile also areadlink.c.
31607         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31608
31609 2007-09-29  Bruno Haible  <bruno@clisp.org>
31610
31611         * gnulib-tool (func_emit_initmacro_done): Indentation.
31612
31613 2007-09-29  Bruno Haible  <bruno@clisp.org>
31614
31615         * README: Add CVS checkout update instructions.
31616         Info from Bob Proulx <bob@proulx.com>.
31617
31618 2007-09-28  Eric Blake  <ebb9@byu.net>
31619
31620         Provide move-if-change.
31621         * build-aux/move-if-change: New file, based on best practice
31622         rather than any canonical upstream location.
31623
31624 2007-09-28  Jim Meyering  <jim@meyering.net>
31625
31626         Fix canonicalize loop-detection corner case.
31627         Do not attempt to stat the symlink values stored via seen_triple.
31628         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31629         on linux-2.6.18, (but not 2.6.22).
31630         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31631         triple_compare.  The former compares dev,ino,filename, while the latter
31632         would actually stat dirname(filename) when dev and ino were equal.
31633         * lib/hash-triple.c: Install <string.h>.
31634         (STREQ): Define.
31635         (triple_compare_ino_str): New function.
31636         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31637
31638 2007-09-28  Eric Blake  <ebb9@byu.net>
31639
31640         Enforce that AC_REPLACE_FUNCS files exist.
31641         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31642         override check for typos.
31643
31644         Fix test-closein on Solaris 10.
31645         * tests/test-closein.c (main): Don't assume stdin can be inherited
31646         closed on all systems.
31647         * tests/test-closein.sh: Likewise.
31648         Reported by Piotr Tarnowski.
31649
31650 2007-09-28  Jim Meyering  <jim@meyering.net>
31651
31652         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31653
31654 2007-09-27  Jim Meyering  <jim@meyering.net>
31655
31656         canonicalize: Avoid a false-positive cycle failure.
31657         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31658         Sort.  Remove cycle-check.
31659         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
31660         not cycle-check.h.
31661         (seen_triple): New function.
31662         (canonicalize_filename_mode): Use it instead of cycle-check.
31663         * tests/test-canonicalize.c: Add a test for this bug.
31664         * tests/test-canonicalize.sh: Set up and run the test.
31665
31666         New module, file-set, from coreutils.
31667         * modules/file-set: Define it.
31668         * lib/file-set.c, lib/file-set.h: Implement.
31669
31670         New module, hash-triple, from coreutils.
31671         * modules/hash-triple: Define it.
31672         * lib/hash-triple.c, lib/hash-triple.h: Implement.
31673
31674 2007-09-25  Eric Blake  <ebb9@byu.net>
31675
31676         Fix strerror on Interix.
31677         * lib/string_.h (strerror): Declare replacement.
31678         * doc/functions/strerror.texi (strerror): Document the Interix
31679         shortcoming.
31680         * modules/string (Makefile.am): Support new hooks.
31681         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
31682         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
31683         gl_FUNC_STRERROR_SEPARATE.
31684         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
31685         * lib/strerror.c (rpl_strerror): Provide replacement.
31686         * modules/strerror (Depends-on): Add string.
31687         (configure.ac): Detect use of module.
31688         * tests/test-strerror.c: New file.
31689         * modules/strerror-tests: New test module.
31690         * modules/argp (Depends-on): Add strerror.
31691         * modules/error (Depends-on): Likewise.
31692         Reported by Martin Koeppe.
31693
31694 2007-09-24  Bruno Haible  <bruno@clisp.org>
31695
31696         * README: Update git instructions.
31697
31698 2007-09-24  Eric Blake  <ebb9@byu.net>
31699
31700         Revert fpending breakage from 2007-09-08.
31701         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
31702         __fpending.c.
31703
31704 2007-09-24  Jim Meyering  <jim@meyering.net>
31705
31706         filenamecat.c: Add a test.
31707         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
31708         showing how the function works when DIR is the empty string.
31709
31710 2007-09-21  Simon Josefsson  <simon@josefsson.org>
31711
31712         * tests/test-canonicalize.sh: Turn on executable bit.
31713
31714 2007-09-19  Eric Blake  <ebb9@byu.net>
31715
31716         * README: Update CVS instructions.
31717
31718 2007-09-18  Bruno Haible  <bruno@clisp.org>
31719
31720         * modules/areadlink: New file.
31721         * lib/areadlink.h (areadlink): New declaration.
31722         * lib/areadlink.c: New file, based on lib/xreadlink.c.
31723
31724 2007-09-17  Jim Meyering  <jim@meyering.net>
31725
31726         * lib/savewd.c (ESTALE) [!defined]: Define.
31727         Reported to be required on Interix by Martin Koeppe.
31728
31729 2007-09-17  Bruno Haible  <bruno@clisp.org>
31730
31731         * gnulib-tool (func_version): Use $version.
31732
31733 2007-09-16  Bruno Haible  <bruno@clisp.org>
31734
31735         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
31736         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
31737         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
31738         Reported by Greg Schafer <gschafer@zip.com.au>.
31739
31740 2007-09-15  Bruno Haible  <bruno@clisp.org>
31741
31742         * gnulib-tool (sed): Try a little harder to make bash understand the
31743         alias.
31744         Reported by Bruce Korb <bruce.korb@gmail.com>.
31745
31746 2007-09-13  Eric Blake  <ebb9@byu.net>
31747
31748         * ChangeLog: Remove conflict markers.
31749
31750 2007-09-13  Simon Josefsson  <simon@josefsson.org>
31751
31752         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
31753         Reported by Bruno Haible <bruno@clisp.org>.
31754
31755 2007-09-12  Bruno Haible  <bruno@clisp.org>
31756
31757         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
31758         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
31759         is not defined.
31760
31761 2007-09-12  Eric Blake  <ebb9@byu.net>
31762
31763         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
31764         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
31765         Autoconf definition.
31766         * modules/euidaccess (Depends-on): Add extensions, for
31767         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
31768         * modules/fnmatch (Depends-on): Likewise.
31769         * modules/getaddrinfo (Depends-on): Likewise.
31770         * modules/getdelim (Depends-on): Likewise.
31771         * modules/getline (Depends-on): Likewise.
31772         * modules/getsubopt (Depends-on): Likewise.
31773         * modules/gettext (Depends-on): Likewise.
31774         * modules/group-member (Depends-on): Likewise.
31775         * modules/mbchar (Depends-on): Likewise.
31776         * modules/memmem (Depends-on): Likewise.
31777         * modules/mempcpy (Depends-on): Likewise.
31778         * modules/memrchr (Depends-on): Likewise.
31779         * modules/pagealign_alloc (Depends-on): Likewise.
31780         * modules/readutmp (Depends-on): Likewise.
31781         * modules/stpcpy (Depends-on): Likewise.
31782         * modules/stpncpy (Depends-on): Likewise.
31783         * modules/strchrnul (Depends-on): Likewise.
31784         * modules/strndup (Depends-on): Likewise.
31785         * modules/strsep (Depends-on): Likewise.
31786         * modules/strverscmp (Depends-on): Likewise.
31787         * modules/vasprintf (Depends-on): Likewise.
31788         * modules/wcwidth (Depends-on): Likewise.
31789         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
31790         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
31791         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
31792         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
31793         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
31794         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
31795         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
31796         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
31797         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
31798         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
31799         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
31800         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
31801         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
31802         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
31803         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
31804         * m4/readutmp.m4 (gl_READUTMP): Likewise.
31805         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
31806         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
31807         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
31808         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
31809         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
31810         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
31811         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
31812         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
31813         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
31814         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
31815         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
31816         so that lock.m4 can be used in gettext without extensions module.
31817
31818 2007-09-11  Bruno Haible  <bruno@clisp.org>
31819
31820         * m4/isc-posix.m4: Remove file.
31821         Suggested by Eric Blake.
31822
31823 2007-09-11  Eric Blake  <ebb9@byu.net>
31824
31825         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
31826
31827 2007-09-10  Bruno Haible  <bruno@clisp.org>
31828
31829         * posix-modules: Fix typo in error message.
31830         Reported by Matt <mkraai@beckman.com>.
31831
31832 2007-09-09  Bruno Haible  <bruno@clisp.org>
31833
31834         * doc/functions/getdelim.texi: Update list of platforms lacking the
31835         function.
31836         * doc/functions/getline.texi: Likewise.
31837
31838 2007-09-09  Jim Meyering  <jim@meyering.net>
31839
31840         * lib/hash.c (hash_initialize): Detect calloc failure.
31841         Reported by Bruno Haible.
31842
31843 2007-09-09  Bruno Haible  <bruno@clisp.org>
31844
31845         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
31846         malloc or realloc fails.
31847
31848 2007-09-09  Bruno Haible  <bruno@clisp.org>
31849
31850         * modules/getcwd (Depends-on): Add malloc-posix.
31851         * modules/glob (Depends-on): Likewise.
31852         * modules/putenv (Depends-on): Likewise.
31853         * modules/strdup (Depends-on): Likewise.
31854         * modules/getdelim (Depends-on): Add realloc-posix.
31855         * modules/read-file (Depends-on): Likewise.
31856
31857 2007-09-09  Bruno Haible  <bruno@clisp.org>
31858
31859         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
31860         (gl_FUNC_MALLOC_POSIX): Require it.
31861         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
31862         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
31863         * modules/realloc (Files): Add m4/malloc.m4.
31864         * modules/calloc (Files): Likewise.
31865
31866 2007-09-09  Bruno Haible  <bruno@clisp.org>
31867
31868         * modules/malloc-posix: New file.
31869         * modules/malloc (Depends-on): Add malloc-posix.
31870         * lib/malloc.c: Include errno.h.
31871         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
31872         and a POSIX-compatible malloc into a single function. Set ENOMEM
31873         when returning NULL.
31874         * m4/malloc.m4: New file.
31875         * doc/functions/malloc.texi: Mention the malloc-posix module.
31876         * lib/stdlib_.h (malloc): New declaration.
31877         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31878         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
31879         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
31880         and HAVE_MALLOC_POSIX.
31881
31882 2007-09-09  Bruno Haible  <bruno@clisp.org>
31883
31884         * modules/realloc-posix: New file.
31885         * modules/realloc (Depends-on): Add realloc-posix.
31886         * lib/realloc.c: Include errno.h.
31887         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
31888         and a POSIX-compatible realloc into a single function. Set ENOMEM
31889         when returning NULL.
31890         * m4/realloc.m4: New file.
31891         * doc/functions/realloc.texi: Mention the realloc-posix module.
31892         * lib/stdlib_.h (realloc): New declaration.
31893         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31894         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
31895         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
31896         and HAVE_REALLOC_POSIX.
31897
31898 2007-09-09  Bruno Haible  <bruno@clisp.org>
31899
31900         * modules/calloc-posix: New file.
31901         * modules/calloc (Depends-on): Add calloc-posix.
31902         * lib/calloc.c: Include errno.h.
31903         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
31904         and a POSIX-compatible calloc into a single function. Set ENOMEM
31905         when returning NULL.
31906         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
31907         * doc/functions/calloc.texi: Mention the calloc-posix module.
31908         * lib/stdlib_.h (calloc): New declaration.
31909         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
31910         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
31911         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
31912         and HAVE_CALLOC_POSIX.
31913
31914 2007-09-09  Bruno Haible  <bruno@clisp.org>
31915
31916         Allow for modules to show an arbitrary notice.
31917         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
31918         * gnulib-tool: New option --extract-notice.
31919         (func_usage): Document it.
31920         (sed_extract_prog): Update.
31921         (func_get_notice): New function.
31922         (func_modules_notice): New function.
31923         (func_import, func_create_testdir): Invoke it.
31924         Suggested by Jim Meyering.
31925
31926 2007-09-09  Bruno Haible  <bruno@clisp.org>
31927
31928         * gnulib-tool: New options --verbose, --quiet.
31929         (func_usage): Document them.
31930         (verbose): New variable.
31931         (func_execute_command): New function.
31932         (func_import): Don't show the module list and the file list if
31933         $verbose < 0.
31934         (func_create_testdir): Likewise. Use func_execute_command.
31935         (func_create_megatestdir): Use func_execute_command.
31936
31937 2007-09-08  Bruno Haible  <bruno@clisp.org>
31938
31939         * gnulib-tool (func_import): Prefer rsync over wget when available,
31940         for fetching the PO files.
31941
31942 2007-09-08  Bruno Haible  <bruno@clisp.org>
31943
31944         * posix-modules: New file. Portions copied from gnulib-tool.
31945         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
31946
31947 2007-09-08  Jim Meyering  <jim@meyering.net>
31948
31949         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
31950         * lib/fpending.h: Rename from __fpending.h.
31951         * lib/fpending.c: Rename from __fpending.c.
31952         Include "fpending.h", not "__fpending.h".
31953         * lib/__fpending.h, lib/__fpending.c: Remove files.
31954         * modules/fpending (Files): Reflect new file names.
31955         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
31956
31957 2007-09-08  Bruno Haible  <bruno@clisp.org>
31958
31959         * m4/inttypes-h.m4: Remove stub file.
31960
31961 2007-09-07  Simon Josefsson  <simon@josefsson.org>
31962
31963         * doc/headers/stdint.texi: Discuss #include_next issue.
31964
31965 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
31966
31967         * build-aux/bootstrap: Remove obsolete comment about wget --help.
31968
31969 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
31970
31971         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
31972         in variable name.
31973
31974 2007-09-03  Jim Meyering  <jim@meyering.net>
31975
31976         New module: git-version-gen.
31977         * modules/git-version-gen: New file.
31978
31979         Import changes from coreutils for bootstrap script.
31980
31981         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
31982
31983         bootstrap: uses rsync to download the .po files
31984         * build-aux/bootstrap (po_download_command_format): New global.
31985         (download_po_files): Use rsync.
31986         (update_po_files): Don't remove .po files after download,
31987         so future rsync runs can take advantage of the copies.
31988
31989         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
31990
31991         Solve the unnecessary-.po-file-regeneration problem once and for all.
31992         * build-aux/bootstrap (download_po_files): New function, renamed from
31993         get_translations.  Now, downloads, but doesn't update LINGUAS.
31994         (update_po_files): New function.
31995
31996         bootstrap: Ignore more.
31997         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
31998         uniwidth to e.g., lib/.gitignore.
31999         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32000
32001         * build-aux/bootstrap: New setting: vc_ignore.
32002         (insert_sorted_if_absent): Create $file if absent.
32003         Adapt to new, possibly empty, list: $vc_ignore.
32004
32005         bootstrap: generate more ignorable names
32006         * build-aux/bootstrap (slurp): When generating ignorable names,
32007         also map .sin to .sed, .gperf to .c, and .y to .c.
32008
32009 2007-09-03  Jim Meyering  <jim@meyering.net>
32010
32011         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32012         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32013
32014 2007-09-02  Bruno Haible  <bruno@clisp.org>
32015
32016         Fix mis-recognition of 'mcs' on QNX 6.
32017         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32018         output contains the string "Mono".
32019         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32020         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32021
32022 2007-09-01  Bruno Haible  <bruno@clisp.org>
32023
32024         Fix collision between uniwidth/* and linebreak modules.
32025         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32026         u32_width): Remove declarations.
32027         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32028         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32029         streq3, streq2, streq1, streq0): Remove functions.
32030         (STREQ): Remove macro.
32031         (is_cjk_encoding): Remove function.
32032         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32033         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32034         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32035         * NEWS: Document the change.
32036
32037 2007-09-01  Bruno Haible  <bruno@clisp.org>
32038
32039         * lib/streq.h: Add double-inclusion guard.
32040
32041 2007-09-01  Karl Berry  <karl@gnu.org>
32042
32043         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32044
32045 2007-08-28  Jim Meyering  <jim@meyering.net>
32046
32047         Rename mreadlink_with_size to areadlink_with_size.
32048         * NEWS: Document the change.
32049         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32050         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32051         * lib/mreadlink.h: Rename this to...
32052         * lib/areadlink.h: ...this.
32053         * modules/mreadlink-with-size: Rename this to...
32054         * modules/areadlink-with-size: ...this.
32055         * lib/canonicalize.c: Reflect the renaming.
32056         * modules/canonicalize: Likewise.
32057
32058 2007-08-26  Bruno Haible  <bruno@clisp.org>
32059
32060         * gnulib-tool (func_import): When deciding which files to remove,
32061         consider also dangling symbolic links.
32062         Reported by Eric Blake.
32063
32064 2007-08-26  Bruno Haible  <bruno@clisp.org>
32065
32066         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32067
32068 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32069
32070         * lib/readline.c: Don't include getline.h, the prototype is now
32071         found in stdio.h.
32072
32073 2007-08-23  Jim Meyering  <jim@meyering.net>
32074
32075         Getdelim touchup.
32076         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32077         around the funlockfile call, since funlockfile never sets errno.
32078         Don't set errno upon failed realloc.
32079
32080 2007-08-22  Eric Blake  <ebb9@byu.net>
32081
32082         Getline touchups.
32083         * lib/getdelim.c (getdelim): Revert regression that required *n to
32084         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32085         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32086         getdelim, rather than whether implementation is missing.
32087         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32088         * lib/stdio_.h (getline): Also declare if replacement is
32089         required.
32090         * doc/functions/getdelim.texi: New file.
32091         * doc/functions/getline.texi: Likewise.
32092         * doc/gnulib.texi (Function Substitutes): Add new files.
32093         Reported by Bruno Haible.
32094
32095 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32096
32097         * users.txt: Add Guile.
32098
32099 2007-08-22  Eric Blake  <ebb9@byu.net>
32100
32101         * tests/test-getdelim.c (main): Use remove, not unlink.
32102         * tests/test-getline.c (main): Likewise.
32103
32104         Move getline and getdelim into stdio.h, per POSIX 200x.
32105         * modules/getline (Files): Remove getline.h.
32106         (Depends-on): Add stdio.
32107         (configure.ac): Add module indicator.
32108         * modules/getdelim (Files): Remove getdelim.h.
32109         (Depends-on): Add stdio.
32110         (configure.ac): Add module indicator.
32111         * modules/stdio (Makefile.am): Work with new indicators.
32112         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32113         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32114         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32115         * lib/getdelim.h: Delete.
32116         * lib/getline.h: Delete.
32117         * lib/stdio_.h (getdelim, getline): Declare.
32118         * modules/getdelim-tests: New module.
32119         * modules/getline-tests: Likewise.
32120         * tests/test-getdelim.c: New file.
32121         * tests/test-getline.c: Likewise.
32122         * NEWS: Document the change.
32123         * lib/getline.c: Update choice of header.
32124         * lib/csharpcomp.c: Likewise.
32125         * lib/getpass.c: Likewise.
32126         * lib/javacomp.c: Likewise.
32127         * lib/javaversion.c: Likewise.
32128         * lib/yesno.c: Likewise.
32129         * lib/getdelim.c: Likewise.
32130         (getdelim): Set errno on failure, and avoid memory leak.
32131
32132 2007-08-19  Bruno Haible  <bruno@clisp.org>
32133
32134         * modules/closein (Depends-on): Add freadahead.
32135         * lib/closein.c: Include freadahead.h.
32136         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32137         is zero.
32138
32139 2007-08-19  Bruno Haible  <bruno@clisp.org>
32140
32141         * modules/freadahead-tests: New file.
32142         * tests/test-freadahead.sh: New file.
32143         * tests/test-freadahead.c: New file.
32144
32145         * modules/freadahead: New file.
32146         * lib/freadahead.h: New file.
32147         * lib/freadahead.c: New file.
32148         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32149         fbufmode, fpurge, freadable, fwritable.
32150
32151 2007-08-19  Eric Blake  <ebb9@byu.net>
32152
32153         Test yesno in combination with closein.
32154         * lib/yesno.c (yesno): Document use of stdin.
32155         * modules/yesno-tests (Files): New module.
32156         * tests/test-yesno.c (main): New file.
32157         * tests/test-yesno.sh: Likewise.
32158
32159 2007-08-19  Bruno Haible  <bruno@clisp.org>
32160
32161         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32162         * lib/fseeko.c (rpl_fseeko): Likewise.
32163         * lib/fseterr.c (fseterr): Likewise.
32164
32165 2007-08-19  Bruno Haible  <bruno@clisp.org>
32166
32167         * tests/test-lseek.c (main): Disable a test for BeOS.
32168         * doc/functions/lseek.texi: Document the BeOS bug.
32169
32170 2007-08-19  Bruno Haible  <bruno@clisp.org>
32171             Eric Blake  <ebb9@byu.net>
32172
32173         * lib/lseek.c: Include <sys/stat.h>.
32174         (rpl_lseek): Add workaround code also for Unix platforms.
32175         Needed for BeOS.
32176         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32177         * doc/functions/lseek.texi: Document BeOS definiency.
32178
32179 2007-08-18  Bruno Haible  <bruno@clisp.org>
32180
32181         * modules/fstrcmp-tests: New file.
32182         * tests/test-fstrcmp.c: New file.
32183
32184 2007-08-18  Bruno Haible  <bruno@clisp.org>
32185
32186         * modules/fstrcmp: New file, from GNU gettext with modifications.
32187         * lib/fstrcmp.h: New file, from GNU gettext.
32188         * lib/fstrcmp.c: New file, from GNU gettext.
32189         * MODULES.html.sh (String handling): Add fstrcmp.
32190
32191 2007-08-18  Bruno Haible  <bruno@clisp.org>
32192
32193         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32194         'bool'.
32195         (diag, compareseq): Remove const from the ctxt argument.
32196         (USE_HEURISTIC): Undefine at the end.
32197
32198 2007-08-18  Jim Meyering  <jim@meyering.net>
32199
32200         New file: lib/idcache.h
32201         * NEWS: Mention the addition.
32202         * modules/idcache (Files): Add lib/idcache.h
32203         * lib/idcache.c: Include "idcache.h".
32204         Don't include <sys/types.h>.
32205         Add a FIXME comment.
32206         Move file-scoped "static" declarations to the top.
32207         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32208
32209 2007-08-17  Bruno Haible  <bruno@clisp.org>
32210         and Paul Eggert  <eggert@cs.ucla.edu>
32211
32212         * MODULES.html.sh: Add diffseq.
32213         * modules/diffseq: New file.
32214         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32215         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32216
32217 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32218
32219         Import changes from coreutils for bootstrap script.
32220
32221         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32222
32223         * build-aux/bootstrap (slurp): Work even in environments where
32224         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32225         current code does not slurp files whose names start with ".", and
32226         this looks like it might be a troublesome area.
32227
32228         2007-07-11  Jim Meyering  <jim@meyering.net>
32229
32230         If there's a GPL vN copyright comment, require that N == 3.
32231
32232         2007-07-08  Jim Meyering  <jim@meyering.net>
32233
32234         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32235         * build-aux/bootstrap (mam_template): Move definition out of loop.
32236
32237         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32238
32239         * build-aux/bootstrap (symlink_to_dir): Rename function from
32240         symlink_to_gnulib.  Add a directory parameter.  Update all
32241         callers.
32242         (cp_mark_as_generated): Also check for -- and link to -- files in
32243         gl/.
32244
32245         2007-07-08  Jim Meyering  <jim@meyering.net>
32246
32247         Adapt to deeper hierarchy in gnulib.
32248         * build-aux/bootstrap (symlink_to_dir): If the destination
32249         directory doesn't exist, create it. This is required at least for
32250         "lib/uniwidth/cjk.h".
32251
32252         2007-05-15  Jim Meyering  <jim@meyering.net>
32253
32254         * build-aux/bootstrap: Now that generated Makefile.am files
32255         are no longer under version control, they must be created at
32256         bootstrap time.
32257
32258 2007-08-14  Ben Pfaff  <blp@gnu.org>
32259
32260         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32261
32262 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32263
32264         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32265         given the changes below.
32266         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32267         even on hosts that have padding bits beyond the supported 64.
32268
32269 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32270
32271         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32272         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32273         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32274         depends on it.
32275         (xstrtol_error): Remove.
32276         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32277         but with a different signature.
32278         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32279         * lib/xstrtol-error.c: Include exitfail.h.
32280         (xstrtol_fatal): New function, with a different signature from the
32281         old xstrtol_error, so that the caller need not worry about passing
32282         in an exit status, or about storage management of the option argument.
32283         (xstrtol_error): Now a static function.  Redo signature to
32284         implement xstrtol_fatal.  Output the correct number of hyphens in
32285         front of the option so that the caller need not worry about
32286         storage management.
32287         (N_): New macro.
32288         (_): Remove; not used now.
32289         * modules/xstrtol: Depend on getopt.
32290         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32291         of old STRTOL_FATAL_ERROR macro.
32292         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32293         of test program.
32294         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32295         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32296
32297 2007-08-08  Eric Blake  <ebb9@byu.net>
32298
32299         * lib/xstrtol-error.c: Add missing include.
32300
32301         Move xstrtol messages into gnulib domain, when --pobase is used.
32302         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32303         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32304         * modules/xstrtol (Files): Distribute new file.
32305         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32306         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32307         * tests/test-xstrtol.c: ...into new file.
32308         * tests/test-xstrtoul.c: Also test xstrtoul.
32309         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32310         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32311         * tests/test-xstrtol.sh: Drive the tests.
32312         * tests/test-xstrtoimax.sh: Likewise.
32313         * tests/test-xstrtoumax.sh: Likewise.
32314         * modules/xstrtol-tests: New module.
32315         * modules/xstrtoimax-tests: Likewise.
32316         * modules/xstrtoumax-tests: Likewise.
32317
32318 2007-08-08  Jim Meyering  <jim@meyering.net>
32319
32320         New function: mfile_name_concat.
32321         * lib/filenamecat.c (mfile_name_concat): New function, just like
32322         file_name_concat, but return NULL upon failure rather than exiting
32323         with a diagnostic.
32324         * lib/filenamecat.h: Declare it.
32325
32326 2007-08-07  Bruno Haible  <bruno@clisp.org>
32327
32328         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32329         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32330         warning from gcc.
32331         Reported by Eric Blake.
32332
32333 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32334
32335         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32336         * modules/crypto/arcfour (License): Likewise.
32337         * modules/crypto/des-tests (License): Likewise.
32338         * modules/crypto/gc-arctwo-tests (License): Likewise.
32339         * modules/crypto/gc-des-tests (License): Likewise.
32340         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32341         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32342         * modules/crypto/gc-md2-tests (License): Likewise.
32343         * modules/crypto/gc-md4-tests (License): Likewise.
32344         * modules/crypto/gc-md5-tests (License): Likewise.
32345         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32346         * modules/crypto/gc-rijndael-tests (License): Likewise.
32347         * modules/crypto/gc-sha1-tests (License): Likewise.
32348         * modules/crypto/gc-tests (License): Likewise.
32349         * modules/crypto/hmac-md5 (License): Likewise.
32350         * modules/crypto/hmac-sha1 (License): Likewise.
32351         * modules/crypto/md2-tests (License): Likewise.
32352         * modules/crypto/md4-tests (License): Likewise.
32353         * modules/crypto/md5 (License): Likewise.
32354         * modules/crypto/rijndael (License): Likewise.
32355         * modules/crypto/sha1 (License): Likewise.
32356         * modules/memxor (License): Likewise.
32357
32358 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32359         and Bruno Haible  <bruno@clisp.org>
32360
32361         * NEWS: Describe interface changes to human, xstrtol.
32362         * lib/human.h: Include <xstrtol.h>.
32363         (human_options): Return enum strtol_error, not int.  Remove
32364         bool arg; take int * instead.
32365         * lib/human.c: Don't include "gettext.h".
32366         (_): Remove; no longer used.
32367         Don't include <xstrtol.h>, since human.h does it.
32368         (human_options): Adjust to abovementioned interface changes.
32369         Do not report error to stderr; that's now the caller's
32370         responsibility.
32371         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32372         interface change.
32373         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32374         Str, Argument_type_string.  All uses changed.  Put " argument"
32375         in diagnostics to make them clearer.  Change wording of suffix
32376         message for clarity.
32377         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32378         Argument_type_string.
32379         (STRTOL_FATAL_WARN): Remove; no longer used.
32380         * modules/human (Depends-on): Remove gettext-h.
32381
32382 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32383
32384         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32385
32386 2007-07-31  Bruno Haible  <bruno@clisp.org>
32387
32388         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32389         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32390         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32391
32392 2007-07-31  Bruno Haible  <bruno@clisp.org>
32393
32394         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32395         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32396
32397 2007-07-30  Bruno Haible  <bruno@clisp.org>
32398
32399         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32400         * modules/c-ctype (License): Likewise.
32401         * modules/c-strcase (License): Likewise.
32402         * modules/check-version (License): Likewise.
32403         * modules/iconv (License): Likewise.
32404         * modules/iconv_open (License): Likewise.
32405         * modules/read-file (License): Likewise.
32406         * modules/striconv (License): Likewise.
32407         * modules/strverscmp (License): Likewise.
32408         * modules/vasprintf (License): Likewise.
32409         * modules/crypto/des (License): Likewise.
32410         * modules/crypto/gc (License): Likewise.
32411         * modules/crypto/gc-arcfour (License): Likewise.
32412         * modules/crypto/gc-arctwo (License): Likewise.
32413         * modules/crypto/gc-des (License): Likewise.
32414         * modules/crypto/gc-hmac-md5 (License): Likewise.
32415         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32416         * modules/crypto/gc-md2 (License): Likewise.
32417         * modules/crypto/gc-md4 (License): Likewise.
32418         * modules/crypto/gc-md5 (License): Likewise.
32419         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32420         * modules/crypto/gc-random (License): Likewise.
32421         * modules/crypto/gc-rijndael (License): Likewise.
32422         * modules/crypto/gc-sha1 (License): Likewise.
32423         * modules/crypto/md2 (License): Likewise.
32424         * modules/crypto/md4 (License): Likewise.
32425
32426 2007-07-30  Jim Meyering  <jim@meyering.net>
32427
32428         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32429         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32430         it has valid stat data.  This bug would cause du not to count the
32431         sizes of inaccessible directories.
32432         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32433         in <http://bugzilla.redhat.com/250077>.
32434
32435 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32436             Bruno Haible  <bruno@clisp.org>
32437
32438         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32439         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32440         #include_next, gives a diagnostic about it, but reports no error in
32441         the exit code.
32442         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32443
32444 2007-07-24  Ben Pfaff  <blp@gnu.org>
32445
32446         Improve name: "count-one-bits" is better than "popcount".
32447         * MODULES.html.sh: Update name.
32448         * lib/popcount.h: Renamed lib/count-one-bits.h.
32449         (popcount): Renamed count_one_bits.
32450         (popcountl): Renamed count_one_bits_l.
32451         (popcountll): Renamed count_one_bits_ll.
32452         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32453         * modules/popcount: Renamed module/count-one-bits.
32454         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32455         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32456
32457 2007-07-23  Ben Pfaff  <blp@gnu.org>
32458
32459         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32460         better code generation, and add U to large constants to avoid
32461         warnings, in non-GCC case.
32462         Suggested by Bruno Haible.
32463
32464 2007-07-23  Ben Pfaff  <blp@gnu.org>
32465
32466         * lib/popcount.h: Use verify_true instead of if...abort.
32467         * modules/popcount: Depend on verify module.
32468         Suggested by Jim Meyering.
32469
32470 2007-07-23  Bruno Haible  <bruno@clisp.org>
32471
32472         * gnulib-tool (func_import): Create a .cvsignore file also when the
32473         directory is not yet in CVS but the toplevel directory is. When
32474         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32475         Reported by Karl Berry.
32476
32477 2007-07-22  Ben Pfaff  <blp@gnu.org>
32478
32479         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32480         case.
32481         Suggested by Eric Blake.
32482
32483 2007-07-22  Ben Pfaff  <blp@gnu.org>
32484
32485         New module: popcount.
32486         * MODULES.html.sh: Add popcount.
32487         * modules/popcount: New file.
32488         * modules/popcount-tests: New file.
32489         * tests/test-popcount.c: New file.
32490         * lib/popcount.h: New file.
32491         * m4/popcount.m4: New file.
32492
32493 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32494
32495         * build-aux/announce-gen: Update to GPLv3.
32496
32497         * build-aux/config.guess: Update from config.
32498
32499 2007-07-21  Bruno Haible  <bruno@clisp.org>
32500
32501         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32502         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32503
32504 2007-07-20  Jim Meyering  <jim@meyering.net>
32505
32506         * check-module: Diagnose a self-dependency.
32507
32508 2007-07-19  Bruno Haible  <bruno@clisp.org>
32509
32510         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32511         empty.
32512         Reported by Eric Blake.
32513
32514 2007-07-18  Bruno Haible  <bruno@clisp.org>
32515
32516         * gnulib-tool: New options --po-base, --po-domain.
32517         (func_usage): Document them.
32518         (pobase, po_domain): New variables.
32519         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32520         DEFAULT_TEXT_DOMAIN.
32521         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32522         (func_import): Consider pobase and po_domain. Create a po/ directory.
32523         (func_create_testdir): Set pobase and po_domain to empty.
32524         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32525         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32526
32527 2007-07-18  Bruno Haible  <bruno@clisp.org>
32528
32529         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32530         EXTRA_DIST augmentation for files in build-aux/.
32531
32532 2007-07-16  Bruno Haible  <bruno@clisp.org>
32533
32534         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32535         * modules/getdelim (License): Likewise.
32536
32537 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32538
32539         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32540         * modules/d-type (License): Likewise.
32541         * modules/extensions (License): Likewise.
32542         * modules/fnmatch (License): Likewise.
32543         * modules/fseeko (License): Likewise.
32544         * modules/getaddrinfo (License): Likewise.
32545         * modules/getline (License): Likewise.
32546         * modules/getlogin_r (License): Likewise.
32547         * modules/getpass (License): Likewise.
32548         * modules/gettimeofday (License): Likewise.
32549         * modules/glob (License): Likewise.
32550         * modules/inet_ntop (License): Likewise.
32551         * modules/malloc (License): Likewise.
32552         * modules/malloca (License): Likewise.
32553         * modules/memmem (License): Likewise.
32554         * modules/mempcpy (License): Likewise.
32555         * modules/memset (License): Likewise.
32556         * modules/minmax (License): Likewise.
32557         * modules/mktime (License): Likewise.
32558         * modules/netinet_in (License): Likewise.
32559         * modules/pathmax (License): Likewise.
32560         * modules/poll (License): Likewise.
32561         * modules/regex (License): Likewise.
32562         * modules/snprintf (License): Likewise.
32563         * modules/stdbool (License): Likewise.
32564         * modules/stdint (License): Likewise.
32565         * modules/stdio (License): Likewise.
32566         * modules/strcase (License): Likewise.
32567         * modules/strcasestr (License): Likewise.
32568         * modules/strdup (License): Likewise.
32569         * modules/string (License): Likewise.
32570         * modules/strndup (License): Likewise.
32571         * modules/strnlen (License): Likewise.
32572         * modules/strpbrk (License): Likewise.
32573         * modules/strptime (License): Likewise.
32574         * modules/strsep (License): Likewise.
32575         * modules/sys_select (License): Likewise.
32576         * modules/sys_socket (License): Likewise.
32577         * modules/sys_stat (License): Likewise.
32578         * modules/sys_time (License): Likewise.
32579         * modules/time (License): Likewise.
32580         * modules/time_r (License): Likewise.
32581         * modules/timegm (License): Likewise.
32582         * modules/unistd (License): Likewise.
32583         * modules/vsnprintf (License): Likewise.
32584         * modules/wctype (License): Likewise.
32585
32586 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32587
32588         * modules/argz (License): LGPLv2+.
32589
32590 2007-07-15  Karl Berry  <karl@gnu.org>
32591
32592         * doc/gnulib.texi: revise node structure per new fdl.texi.
32593
32594 2007-07-14  Bruno Haible  <bruno@clisp.org>
32595
32596         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32597         the output file.
32598         * lib/uniname/uninames.h: Regenerated.
32599
32600 2007-07-14  Karl Berry  <karl@gnu.org>
32601
32602         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32603         omitting sectioning and index commands.
32604
32605 2007-07-13  Bruno Haible  <bruno@clisp.org>
32606
32607         New gnulib-tool option --more-symlinks.
32608         * gnulib-tool (func_usage): Document --more-symlinks.
32609         (do_copyrights): New variable.
32610         Recognize option --more-symlinks.
32611         (func_import): Don't add a copyright notice transform to
32612         sed_transform_lib_file if do_copyrights is empty.
32613
32614 2007-07-13  Bruno Haible  <bruno@clisp.org>
32615
32616         * lib/vasnprintf.c (decimal_point_char): Define also if
32617         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32618         && !NEED_PRINTF_DIRECTIVE_A.
32619         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32620         Gary V. Vaughan <gary@gnu.org>.
32621
32622 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32623
32624         * lib/inttypes_.h: Undo previous change, since it was fixed
32625         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32626
32627 2007-07-13  Bruno Haible  <bruno@clisp.org>
32628
32629         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32630         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32631
32632 2007-07-13  Jim Meyering  <jim@meyering.net>
32633
32634         df: Don't fail for Tru64's "file-on-file mount".
32635         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32636         so we fall through and use statfs instead.  Details here:
32637         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32638         Reported by Albert Chin.
32639
32640 2007-07-13  Bruno Haible  <bruno@clisp.org>
32641
32642         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32643         * modules/configmake (License): Likewise.
32644         * modules/gettext (License): Likewise.
32645         * modules/gettext-h (License): Likewise.
32646         * modules/include_next (License): Likewise.
32647         * modules/link-warning (License): Likewise.
32648         * modules/localcharset (License): Likewise.
32649         * modules/localename (License): Likewise.
32650         * modules/lock (License): Likewise.
32651         * modules/relocatable-lib-lgpl (License): Likewise.
32652         * modules/size_max (License): Likewise.
32653         * modules/vasnprintf (License): Likewise.
32654         * modules/wchar (License): Likewise.
32655         * modules/xsize (License): Likewise.
32656
32657 2007-07-13  Bruno Haible  <bruno@clisp.org>
32658
32659         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
32660         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
32661
32662 2007-07-12  Bruno Haible  <bruno@clisp.org>
32663
32664         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
32665         in the modules files.
32666
32667 2007-07-11  Karl Berry  <karl@gnu.org>
32668
32669         * MODULES.html.sh (func_module): use
32670          sed -e '\|^'"${includefile}"'$|d'
32671          instead of /.../d, to avoid errors on $includefile's containing /.
32672
32673 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
32674
32675         * gnulib-tool (func_import): Avoid duplication of --avoid
32676         statements
32677         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
32678         names to `_' in variable names.
32679
32680 2007-07-10  Eric Blake  <ebb9@byu.net>
32681
32682         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
32683         * NEWS: Document this change.
32684
32685 2007-07-08  Bruno Haible  <bruno@clisp.org>
32686
32687         Update to Unicode 5.0.
32688         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
32689         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
32690         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
32691         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
32692         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
32693         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
32694         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
32695         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
32696         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
32697         U+10A3F, U+1D242..U+1D244.
32698         (nonspacing_table_ind): Update.
32699         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
32700         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
32701
32702 2007-07-08  Bruno Haible  <bruno@clisp.org>
32703
32704         Update to Unicode 5.0.
32705         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
32706         code transform. Extend the name index field of unicode_name_to_code and
32707         unicode_code_to_name from 16 to 24 bits.
32708         * lib/uniname/uniname.c (unicode_character_name,
32709         unicode_name_character): Add the range 0x12xxx to the code transform.
32710         * lib/uniname/uninames.h: Regenerated.
32711         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
32712
32713 2007-07-07  Bruno Haible  <bruno@clisp.org>
32714
32715         * modules/wcwidth-tests: New file.
32716         * tests/test-wcwidth.c: New file.
32717
32718         Work around MacOS X wcwidth() bug.
32719         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
32720         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
32721         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
32722         original wcwidth in non-UTF-8 locales.
32723         * modules/wcwidth (Depends-on): Add localcharset, streq,
32724         uniwidth/width.
32725         * doc/functions/wcwidth.texi: Update.
32726
32727 2007-07-07  Bruno Haible  <bruno@clisp.org>
32728
32729         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
32730         (wcwidth): New declaration.
32731         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
32732         macros.
32733         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
32734         here. Prepare for creating <wchar.h> unconditionally.
32735         * modules/wchar (Depends-on): Add link-warning.
32736         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
32737         REPLACE_WCWIDTH, and GL_LINK_WARNING.
32738         * lib/wcwidth.h: Remove file.
32739         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
32740         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
32741         * modules/wcwidth (Files): Remove lib/wcwidth.h.
32742         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
32743         (Include): Replace wcwidth.h with <wchar.h>.
32744         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
32745         * lib/mbchar.h: Don't include wcwidth.h.
32746         * lib/mbswidth.c: Likewise.
32747         * NEWS: Mention the change.
32748
32749 2007-07-07  Bruno Haible  <bruno@clisp.org>
32750
32751         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
32752         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
32753         definition with an external declaration.
32754         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
32755         defined as a function. Remove AC_C_INLINE requirement.
32756         * modules/wcwidth (Files): Add lib/wcwidth.c.
32757         (Makefile.am): Remove redundant statement.
32758
32759 2007-07-07  Bruno Haible  <bruno@clisp.org>
32760
32761         * MODULES.html.sh (Unicode string functions): Add the new modules.
32762
32763         * tests/uniwidth/test-u32-strwidth.c: New file.
32764         * modules/uniwidth/u32-strwidth-tests: New file.
32765
32766         * lib/uniwidth/u32-strwidth.c: New file.
32767         * modules/uniwidth/u32-strwidth: New file.
32768
32769         * tests/uniwidth/test-u16-strwidth.c: New file.
32770         * modules/uniwidth/u16-strwidth-tests: New file.
32771
32772         * lib/uniwidth/u16-strwidth.c: New file.
32773         * modules/uniwidth/u16-strwidth: New file.
32774
32775         * tests/uniwidth/test-u8-strwidth.c: New file.
32776         * modules/uniwidth/u8-strwidth-tests: New file.
32777
32778         * lib/uniwidth/u8-strwidth.c: New file.
32779         * modules/uniwidth/u8-strwidth: New file.
32780
32781         * tests/uniwidth/test-u32-width.c: New file.
32782         * modules/uniwidth/u32-width-tests: New file.
32783
32784         * lib/uniwidth/u32-width.c: New file.
32785         * modules/uniwidth/u32-width: New file.
32786
32787         * tests/uniwidth/test-u16-width.c: New file.
32788         * modules/uniwidth/u16-width-tests: New file.
32789
32790         * lib/uniwidth/u16-width.c: New file.
32791         * modules/uniwidth/u16-width: New file.
32792
32793         * tests/uniwidth/test-u8-width.c: New file.
32794         * modules/uniwidth/u8-width-tests: New file.
32795
32796         * lib/uniwidth/u8-width.c: New file.
32797         * modules/uniwidth/u8-width: New file.
32798
32799         * tests/uniwidth/test-uc_width.c: New file.
32800         * modules/uniwidth/width-tests: New file.
32801
32802         * lib/uniwidth/width.c: New file, from GNU libiconv.
32803         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
32804         * modules/uniwidth/width: New file.
32805
32806         * lib/uniwidth.h: New file, from GNU libiconv.
32807         * modules/uniwidth/base: New file.
32808
32809 2007-07-07  Bruno Haible  <bruno@clisp.org>
32810
32811         * lib/uniname.h: New file, from GNU gettext.
32812         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
32813         * lib/uniname/uninames.h: New file, from GNU gettext.
32814         * lib/uniname/uniname.c: New file, from GNU gettext.
32815         * tests/uniname/test-uninames.sh: New file.
32816         * tests/uniname/test-uninames.c: New file, from GNU gettext.
32817         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
32818         * modules/uniname/base: New file.
32819         * modules/uniname/uniname: New file.
32820         * modules/uniname/uniname-tests: New file.
32821         * MODULES.html.sh (Unicode string functions): Add the new modules.
32822
32823 2007-07-06  Bruno Haible  <bruno@clisp.org>
32824
32825         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
32826
32827 2007-07-06  Bruno Haible  <bruno@clisp.org>
32828
32829         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
32830         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
32831         includes <cygwin/sys_time.h> which includes <sys/select.h> which
32832         include <sys/time.h>.
32833         Reported by Eric Blake.
32834
32835 2007-07-06  Eric Blake  <ebb9@byu.net>
32836
32837         Fix testing canonicalize on cygwin.
32838         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
32839         Revert patch from 2007-06-19.
32840         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
32841         canonicalize module is also in use.
32842         * tests/test-canonicalize.c: New file.
32843         * tests/test-canonicalize.sh: Likewise.
32844         * modules/canonicalize-tests: Likewise.
32845
32846 2007-07-06  Jim Meyering  <jim@meyering.net>
32847
32848         * lib/getugroups.c (getugroups): Detect getgrent failure.
32849         Adjust comment to reflect reality: this function may return -1.
32850
32851 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
32852
32853         * build-aux/bootstrap (TP_URL,get_translations): Update to use
32854         the new TP address.
32855         (usage): Fix typo
32856         (gnulib_mk): New variable.
32857
32858 2007-07-05  Jim Meyering  <jim@meyering.net>
32859
32860         Don't let endgrent clobber errno, no matter how improbable.
32861         * lib/getugroups.c (getugroups): Save and restore errno around
32862         endgrent call.
32863
32864         Close the group DB even when failing with 2^31 or more members.
32865         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
32866
32867 2007-07-04  Jim Meyering  <jim@meyering.net>
32868
32869         * lib/getugroups.h: New file.
32870         * lib/getugroups.c: Include "getugroups.h".
32871         Remove uses of "register" keyword.
32872         Move local variable, "cp", down into scope where used.
32873         Give "username" parameter the "const" attribute.
32874         * modules/getugroups (Files): Add lib/getugroups.h
32875
32876 2007-07-04  Karl Berry  <karl@gnu.org>
32877
32878         * MODULES.html.sh (func_all_modules): Complete rename of
32879         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
32880
32881 2007-07-02  Bruno Haible  <bruno@clisp.org>
32882
32883         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
32884         mode, when inttypes.h comes from gnulib.
32885         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
32886
32887 2007-07-02  Simon Josefsson  <simon@josefsson.org>
32888
32889         * NEWS: Mention lgpl module name change.
32890
32891         * modules/lgpl-2.1: Renamed from lgpl.
32892
32893         * NEWS: Mention gpl module name change.
32894
32895         * modules/gpl-3.0: New file, based on gpl-2.0.
32896
32897         * modules/gpl-2.0: Renamed from gpl.
32898
32899         * modules/gpl: Fix filename, doc/gpl.texi is now found at
32900         doc/gpl-2.0.texi.
32901
32902 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
32903
32904         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
32905         #define __STDC_LIMIT_MACROS temporarily while including
32906         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
32907         Problem reported by Joel E. Denny in
32908         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
32909
32910 2007-07-01  Bruno Haible  <bruno@clisp.org>
32911
32912         * lib/unistdio.h: New file.
32913         * lib/unistdio/u-asnprintf.h: New file.
32914         * lib/unistdio/u-asprintf.h: New file.
32915         * lib/unistdio/u-printf-args.c: New file.
32916         * lib/unistdio/u-printf-args.h: New file.
32917         * lib/unistdio/u-printf-parse.h: New file.
32918         * lib/unistdio/u-snprintf.h: New file.
32919         * lib/unistdio/u-sprintf.h: New file.
32920         * lib/unistdio/u-vasprintf.h: New file.
32921         * lib/unistdio/u-vsnprintf.h: New file.
32922         * lib/unistdio/u-vsprintf.h: New file.
32923         * lib/unistdio/ulc-asnprintf.c: New file.
32924         * lib/unistdio/ulc-asprintf.c: New file.
32925         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
32926         * lib/unistdio/ulc-printf-parse.c: New file.
32927         * lib/unistdio/ulc-snprintf.c: New file.
32928         * lib/unistdio/ulc-sprintf.c: New file.
32929         * lib/unistdio/ulc-vasnprintf.c: New file.
32930         * lib/unistdio/ulc-vasprintf.c: New file.
32931         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
32932         * lib/unistdio/ulc-vsnprintf.c: New file.
32933         * lib/unistdio/ulc-vsprintf.c: New file.
32934         * lib/unistdio/u8-asnprintf.c: New file.
32935         * lib/unistdio/u8-asprintf.c: New file.
32936         * lib/unistdio/u8-printf-parse.c: New file.
32937         * lib/unistdio/u8-snprintf.c: New file.
32938         * lib/unistdio/u8-sprintf.c: New file.
32939         * lib/unistdio/u8-vasnprintf.c: New file.
32940         * lib/unistdio/u8-vasprintf.c: New file.
32941         * lib/unistdio/u8-vsnprintf.c: New file.
32942         * lib/unistdio/u8-vsprintf.c: New file.
32943         * lib/unistdio/u8-u8-asnprintf.c: New file.
32944         * lib/unistdio/u8-u8-asprintf.c: New file.
32945         * lib/unistdio/u8-u8-snprintf.c: New file.
32946         * lib/unistdio/u8-u8-sprintf.c: New file.
32947         * lib/unistdio/u8-u8-vasnprintf.c: New file.
32948         * lib/unistdio/u8-u8-vasprintf.c: New file.
32949         * lib/unistdio/u8-u8-vsnprintf.c: New file.
32950         * lib/unistdio/u8-u8-vsprintf.c: New file.
32951         * lib/unistdio/u16-asnprintf.c: New file.
32952         * lib/unistdio/u16-asprintf.c: New file.
32953         * lib/unistdio/u16-printf-parse.c: New file.
32954         * lib/unistdio/u16-snprintf.c: New file.
32955         * lib/unistdio/u16-sprintf.c: New file.
32956         * lib/unistdio/u16-vasnprintf.c: New file.
32957         * lib/unistdio/u16-vasprintf.c: New file.
32958         * lib/unistdio/u16-vsnprintf.c: New file.
32959         * lib/unistdio/u16-vsprintf.c: New file.
32960         * lib/unistdio/u16-u16-asnprintf.c: New file.
32961         * lib/unistdio/u16-u16-asprintf.c: New file.
32962         * lib/unistdio/u16-u16-snprintf.c: New file.
32963         * lib/unistdio/u16-u16-sprintf.c: New file.
32964         * lib/unistdio/u16-u16-vasnprintf.c: New file.
32965         * lib/unistdio/u16-u16-vasprintf.c: New file.
32966         * lib/unistdio/u16-u16-vsnprintf.c: New file.
32967         * lib/unistdio/u16-u16-vsprintf.c: New file.
32968         * lib/unistdio/u32-asnprintf.c: New file.
32969         * lib/unistdio/u32-asprintf.c: New file.
32970         * lib/unistdio/u32-printf-parse.c: New file.
32971         * lib/unistdio/u32-snprintf.c: New file.
32972         * lib/unistdio/u32-sprintf.c: New file.
32973         * lib/unistdio/u32-vasnprintf.c: New file.
32974         * lib/unistdio/u32-vasprintf.c: New file.
32975         * lib/unistdio/u32-vsnprintf.c: New file.
32976         * lib/unistdio/u32-vsprintf.c: New file.
32977         * lib/unistdio/u32-u32-asnprintf.c: New file.
32978         * lib/unistdio/u32-u32-asprintf.c: New file.
32979         * lib/unistdio/u32-u32-snprintf.c: New file.
32980         * lib/unistdio/u32-u32-sprintf.c: New file.
32981         * lib/unistdio/u32-u32-vasnprintf.c: New file.
32982         * lib/unistdio/u32-u32-vasprintf.c: New file.
32983         * lib/unistdio/u32-u32-vsnprintf.c: New file.
32984         * lib/unistdio/u32-u32-vsprintf.c: New file.
32985         * tests/unistdio/test-ulc-asnprintf1.c: New file.
32986         * tests/unistdio/test-ulc-asnprintf1.h: New file.
32987         * tests/unistdio/test-ulc-printf1.h: New file.
32988         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
32989         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
32990         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
32991         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
32992         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
32993         * tests/unistdio/test-ulc-vasprintf1.c: New file.
32994         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
32995         * tests/unistdio/test-ulc-vsprintf1.c: New file.
32996         * tests/unistdio/test-u8-asnprintf1.c: New file.
32997         * tests/unistdio/test-u8-asnprintf1.h: New file.
32998         * tests/unistdio/test-u8-printf1.h: New file.
32999         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33000         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33001         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33002         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33003         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33004         * tests/unistdio/test-u8-vasprintf1.c: New file.
33005         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33006         * tests/unistdio/test-u8-vsprintf1.c: New file.
33007         * tests/unistdio/test-u16-asnprintf1.c: New file.
33008         * tests/unistdio/test-u16-asnprintf1.h: New file.
33009         * tests/unistdio/test-u16-printf1.h: New file.
33010         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33011         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33012         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33013         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33014         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33015         * tests/unistdio/test-u16-vasprintf1.c: New file.
33016         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33017         * tests/unistdio/test-u16-vsprintf1.c: New file.
33018         * tests/unistdio/test-u32-asnprintf1.c: New file.
33019         * tests/unistdio/test-u32-asnprintf1.h: New file.
33020         * tests/unistdio/test-u32-printf1.h: New file.
33021         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33022         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33023         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33024         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33025         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33026         * tests/unistdio/test-u32-vasprintf1.c: New file.
33027         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33028         * tests/unistdio/test-u32-vsprintf1.c: New file.
33029         * modules/unistdio/base: New file.
33030         * modules/unistdio/u-printf-args: New file.
33031         * modules/unistdio/ulc-asnprintf: New file.
33032         * modules/unistdio/ulc-asprintf: New file.
33033         * modules/unistdio/ulc-fprintf: New file.
33034         * modules/unistdio/ulc-printf-parse: New file.
33035         * modules/unistdio/ulc-snprintf: New file.
33036         * modules/unistdio/ulc-sprintf: New file.
33037         * modules/unistdio/ulc-vasnprintf: New file.
33038         * modules/unistdio/ulc-vasprintf: New file.
33039         * modules/unistdio/ulc-vfprintf: New file.
33040         * modules/unistdio/ulc-vsnprintf: New file.
33041         * modules/unistdio/ulc-vsprintf: New file.
33042         * modules/unistdio/u8-asnprintf: New file.
33043         * modules/unistdio/u8-asprintf: New file.
33044         * modules/unistdio/u8-printf-parse: New file.
33045         * modules/unistdio/u8-snprintf: New file.
33046         * modules/unistdio/u8-sprintf: New file.
33047         * modules/unistdio/u8-vasnprintf: New file.
33048         * modules/unistdio/u8-vasprintf: New file.
33049         * modules/unistdio/u8-vsnprintf: New file.
33050         * modules/unistdio/u8-vsprintf: New file.
33051         * modules/unistdio/u8-u8-asnprintf: New file.
33052         * modules/unistdio/u8-u8-asprintf: New file.
33053         * modules/unistdio/u8-u8-snprintf: New file.
33054         * modules/unistdio/u8-u8-sprintf: New file.
33055         * modules/unistdio/u8-u8-vasnprintf: New file.
33056         * modules/unistdio/u8-u8-vasprintf: New file.
33057         * modules/unistdio/u8-u8-vsnprintf: New file.
33058         * modules/unistdio/u8-u8-vsprintf: New file.
33059         * modules/unistdio/u16-asnprintf: New file.
33060         * modules/unistdio/u16-asprintf: New file.
33061         * modules/unistdio/u16-printf-parse: New file.
33062         * modules/unistdio/u16-snprintf: New file.
33063         * modules/unistdio/u16-sprintf: New file.
33064         * modules/unistdio/u16-vasnprintf: New file.
33065         * modules/unistdio/u16-vasprintf: New file.
33066         * modules/unistdio/u16-vsnprintf: New file.
33067         * modules/unistdio/u16-vsprintf: New file.
33068         * modules/unistdio/u16-u16-asnprintf: New file.
33069         * modules/unistdio/u16-u16-asprintf: New file.
33070         * modules/unistdio/u16-u16-snprintf: New file.
33071         * modules/unistdio/u16-u16-sprintf: New file.
33072         * modules/unistdio/u16-u16-vasnprintf: New file.
33073         * modules/unistdio/u16-u16-vasprintf: New file.
33074         * modules/unistdio/u16-u16-vsnprintf: New file.
33075         * modules/unistdio/u16-u16-vsprintf: New file.
33076         * modules/unistdio/u32-asnprintf: New file.
33077         * modules/unistdio/u32-asprintf: New file.
33078         * modules/unistdio/u32-printf-parse: New file.
33079         * modules/unistdio/u32-snprintf: New file.
33080         * modules/unistdio/u32-sprintf: New file.
33081         * modules/unistdio/u32-vasnprintf: New file.
33082         * modules/unistdio/u32-vasprintf: New file.
33083         * modules/unistdio/u32-vsnprintf: New file.
33084         * modules/unistdio/u32-vsprintf: New file.
33085         * modules/unistdio/u32-u32-asnprintf: New file.
33086         * modules/unistdio/u32-u32-asprintf: New file.
33087         * modules/unistdio/u32-u32-snprintf: New file.
33088         * modules/unistdio/u32-u32-sprintf: New file.
33089         * modules/unistdio/u32-u32-vasnprintf: New file.
33090         * modules/unistdio/u32-u32-vasprintf: New file.
33091         * modules/unistdio/u32-u32-vsnprintf: New file.
33092         * modules/unistdio/u32-u32-vsprintf: New file.
33093         * modules/unistdio/ulc-asnprintf-tests: New file.
33094         * modules/unistdio/ulc-vasnprintf-tests: New file.
33095         * modules/unistdio/ulc-vasprintf-tests: New file.
33096         * modules/unistdio/ulc-vsnprintf-tests: New file.
33097         * modules/unistdio/ulc-vsprintf-tests: New file.
33098         * modules/unistdio/u8-asnprintf-tests: New file.
33099         * modules/unistdio/u8-vasnprintf-tests: New file.
33100         * modules/unistdio/u8-vasprintf-tests: New file.
33101         * modules/unistdio/u8-vsnprintf-tests: New file.
33102         * modules/unistdio/u8-vsprintf-tests: New file.
33103         * modules/unistdio/u16-asnprintf-tests: New file.
33104         * modules/unistdio/u16-vasnprintf-tests: New file.
33105         * modules/unistdio/u16-vasprintf-tests: New file.
33106         * modules/unistdio/u16-vsnprintf-tests: New file.
33107         * modules/unistdio/u16-vsprintf-tests: New file.
33108         * modules/unistdio/u32-asnprintf-tests: New file.
33109         * modules/unistdio/u32-vasnprintf-tests: New file.
33110         * modules/unistdio/u32-vasprintf-tests: New file.
33111         * modules/unistdio/u32-vsnprintf-tests: New file.
33112         * modules/unistdio/u32-vsprintf-tests: New file.
33113         * MODULES.html.sh (Unicode string functions): Add the new modules.
33114
33115 2007-07-01  Bruno Haible  <bruno@clisp.org>
33116
33117         * lib/sprintf.c (sprintf): Limit the available length estimation,
33118         to avoid address wraparound.
33119         * lib/vsprintf.c (vsprintf): Likewise.
33120         * modules/sprintf-posix (Dependencies): Add stdint.
33121         * modules/vsprintf-posix (Dependencies): Likewise.
33122
33123 2007-07-01  Bruno Haible  <bruno@clisp.org>
33124
33125         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33126         Windows PATH as well. Conservative double-quoting. Comments.
33127
33128 2007-07-01  Bruno Haible  <bruno@clisp.org>
33129             Eric Blake  <ebb9@byu.net>
33130             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33131
33132         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33133         empty components in $PATH, denoting '.'.
33134
33135 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33136
33137         * gnulib-tool: Fix indentation.
33138         (func_create_megatestdir): Likewise.
33139         Report by Bruno Haible.
33140
33141 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33142
33143         Sync from Automake.
33144         * build-aux/gnupload: Fix shell portability issues with for loops.
33145         Report by Karl Berry.
33146
33147 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33148
33149         * build-aux/maint.mk (POURL): Use translationproject.org.
33150
33151 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33152             Bruno Haible  <bruno@clisp.org>
33153
33154         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33155         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33156         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33157         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33158         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33159
33160 2007-06-27  Bruno Haible  <bruno@clisp.org>
33161
33162         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33163         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33164
33165 2007-06-26  Karl Berry  <karl@gnu.org>
33166
33167         * MODULES.html.sh: remove xreadlink-with-size.
33168
33169 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33170
33171         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33172         method that I hope also handles the double-include problem noted
33173         by Bruno Haible in
33174         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33175
33176 2007-06-23  Bruno Haible  <bruno@clisp.org>
33177
33178         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33179         Don't let the 'mostlyclean' target fail if the last subdirectory could
33180         not be removed.
33181         Reported by Karl Berry.
33182
33183 2007-06-23  Bruno Haible  <bruno@clisp.org>
33184
33185         * gnulib-tool (echo): Add a speedier workaround for ksh.
33186         * tests/test-echo.sh: Likewise.
33187
33188 2007-06-23  Bruno Haible  <bruno@clisp.org>
33189
33190         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33191         * tests/test-echo.sh: Likewise.
33192
33193 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33194
33195         * gnulib-tool (IFS): Initialize early, so we don't set it to
33196         empty later.
33197         (self_abspathname): Rewrite algorithm to set it, reindent.
33198         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33199         (func_create_megatestdir): Merge some sed scripts.
33200
33201 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33202
33203         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33204         exposed by Sun Studio 11 cc on Solaris 8.
33205
33206 2007-06-22  Bruno Haible  <bruno@clisp.org>
33207
33208         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33209         backslashes.
33210         * tests/test-echo.sh: New file.
33211
33212 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33213
33214         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33215         simplify `sed_replace_build_aux' scripts, they are portable but
33216         echoing them with `echo' is not.
33217         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33218
33219 2007-06-21  Karl Berry  <karl@gnu.org>
33220
33221         * config/srclist.txt: guess we can't handle the licenses via
33222         srclist at the moment.
33223
33224 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33225
33226         * MODULES.html.sh: Add include_next.
33227         * modules/include_next: New file.
33228
33229 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33230
33231         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33232         INCLUDE_NEXT.
33233         (gl_CHECK_NEXT_HEADERS): New macro.
33234         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33235         the obsolescent gl_ABSOLUTE_HEADER.
33236         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33237         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33238         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33239         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33240         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33241         * m4/math_h.m4 (gl_MATH_H): Likewise.
33242         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33243         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33244         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33245         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33246         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33247         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33248         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33249         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33250         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33251         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33252         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33253         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33254         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33255         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33256         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33257         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33258         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33259         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33260         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33261         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33262         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33263         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33264         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33265         * lib/float_.h: Likewise.
33266         * lib/inttypes_.h: Likewise.
33267         * lib/math_.h: Likewise.
33268         * lib/search_.h: Likewise.
33269         * lib/signal_.h: Likewise.
33270         * lib/stdint_.h: Likewise.
33271         * lib/stdio_.h: Likewise.
33272         * lib/stdlib_.h: Likewise.
33273         * lib/string_.h: Likewise.
33274         * lib/sys_stat_.h: Likewise.
33275         * lib/sys_time_.h: Likewise.
33276         * lib/time_.h: Likewise.
33277         * lib/unistd_.h: Likewise.
33278         * lib/wchar_.h: Likewise.
33279         * lib/wctype_.h: Likewise.
33280         * lib/dirent_.h: Likewise.
33281         * lib/iconv_.h: Likewise.
33282         * lib/locale_.h: Likewise.
33283         * lib/netinet_in_.h: Likewise.
33284         * lib/sys_select_.h: Likewise.
33285         * lib/sys_socket_.h: Likewise.
33286         * lib/sysexits_.h: Likewise.
33287         * modules/fcntl (Depends-on): Depend on include_next, not
33288         absolute_header.
33289         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33290         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33291         * modules/fchdir: Likewise.
33292         * modules/float: Likewise.
33293         * modules/iconv_open: Likewise.
33294         * modules/inttypes: Likewise.
33295         * modules/locale: Likewise.
33296         * modules/math: Likewise.
33297         * modules/netinet_in: Likewise.
33298         * modules/search: Likewise.
33299         * modules/signal: Likewise.
33300         * modules/stdint: Likewise.
33301         * modules/stdio: Likewise.
33302         * modules/stdlib: Likewise.
33303         * modules/string: Likewise.
33304         * modules/sys_select: Likewise.
33305         * modules/sys_socket: Likewise.
33306         * modules/sys_stat: Likewise.
33307         * modules/sys_time: Likewise.
33308         * modules/sysexits: Likewise.
33309         * modules/time: Likewise.
33310         * modules/unistd: Likewise.
33311         * modules/wchar: Likewise.
33312         * modules/wctype: Likewise.
33313         * modules/sys_stat: Change maintainer to "all".
33314         * modules/unistd: Likewise.
33315
33316 2007-06-20  Karl Berry  <karl@gnu.org>
33317
33318         * config/srclist.txt: track www changes in license files.
33319
33320 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33321
33322         * build-aux/bootstrap: Remove stray dot.
33323         Make sure build_aux settings are honored when linking
33324         gnulib_extra_files.
33325
33326 2007-06-19  Eric Blake  <ebb9@byu.net>
33327
33328         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33329         Allow compilation on cygwin.
33330
33331 2007-06-19  Jim Meyering  <jim@meyering.net>
33332
33333         xreadlink-with-size: Remove module.  No longer used.
33334         Ex-callers now use xreadlink or mreadlink-with-size.
33335         * modules/xreadlink-with-size: Remove module.
33336         * lib/xreadlink-with-size.c: Remove file.
33337         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33338         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33339         just before the function definition *is* accurate.
33340
33341         Eliminate one way canonicalize_filename_mode could exit.
33342         * lib/canonicalize.c (canonicalize_filename_mode):
33343         Use mreadlink_with_size, not xreadlink_with_size.
33344
33345 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33346
33347         Detect porting problems to FreeBSD/arm, which has time_t wider than
33348         long int.  Original problem reported for GNU diff by Xin Li in
33349         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33350         * modules/getdate (Depends-on): Add intprops, verify.
33351         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33352         is an integer type no wider than long int.
33353
33354 2007-06-18  Jim Meyering  <jim@meyering.net>
33355
33356         New module: mreadlink-with-size.
33357         * MODULES.html.sh: Add mreadlink-with-size.
33358         * modules/mreadlink-with-size: New module
33359         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33360         not xreadlink-with-size.
33361         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33362
33363 2007-06-16  Bruno Haible  <bruno@clisp.org>
33364
33365         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33366         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33367         Reported by Gary V. Vaughan <gary@gnu.org>.
33368
33369 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33370
33371         Revamp lchown so that it lives in unistd.h where it belongs.
33372         * lib/lchown.h: Remove.
33373         * lib/dirchownmod.c: Don't include lib/lchown.h.
33374         * lib/fchownat.c: Likewise.
33375         * lib/openat.c: Likewise.
33376         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33377         does not follow symlinks.
33378         (EOPNOTSUPP): Define if not defined.
33379         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33380         is defined to 0.
33381         (lchown): New decl.
33382         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33383         Do not check for lchown decl.
33384         Set REPLACE_LCHOWN.
33385         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33386         REPLACE_LCHOWN.
33387         * modules/chown: Make it clear it follows symlinks.
33388         * modules/lchown: Make it clear it doesn't follow symlinks.
33389         (Files): Remove lib/lchown.h
33390         (Depends-on): Add unistd.
33391         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33392         (Include): Include <unistd.h>, not "lchown.h".
33393         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33394         REPLACE_LCHOWN.
33395
33396 2007-06-15  Jim Meyering  <jim@meyering.net>
33397
33398         Change license (GPL to LGPL) of fsusage and dependents.
33399         * modules/fsusage (License): Change to LGPL.
33400         * modules/full-read (License): Likewise.
33401         * modules/full-write (License): Likewise.
33402         * modules/safe-read (License): Likewise.
33403         * modules/safe-write (License): Likewise.
33404
33405 2007-06-14  Ben Pfaff  <blp@gnu.org>
33406
33407         Missing part of allocsa -> malloca transition.
33408         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33409         gl_MALLOCA.
33410
33411 2007-06-12  Bruno Haible  <bruno@clisp.org>
33412
33413         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33414         to ia64, x86_64, i386.
33415         Reported by Eric Blake.
33416
33417 2007-06-12  Bruno Haible  <bruno@clisp.org>
33418
33419         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33420         cross-compiling to x86_64.
33421
33422 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33423
33424         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33425         glitch reported by Ralf Wildenhues in
33426         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33427
33428         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33429         Vin Shelton.
33430
33431 2007-06-11  Bruno Haible  <bruno@clisp.org>
33432
33433         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33434         replacement string.
33435         Reported by Eric Blake.
33436
33437 2007-06-10  Bruno Haible  <bruno@clisp.org>
33438
33439         Prepare vasnprintf code for use with Unicode strings.
33440         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33441         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33442         TYPE_U32_STRING.
33443         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33444         a_u32_string variants.
33445         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33446         * lib/printf-args.c: Don't include config.h and the specification
33447         header if PRINTF_FETCHARGS is already defined.
33448         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33449         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33450         TYPE_U16_STRING, TYPE_U32_STRING.
33451         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33452         u16_directive, u16_directives, u32_directive, u32_directives): New
33453         types.
33454         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33455         New declarations.
33456         * lib/printf-parse.c: Don't include config.h and the specification
33457         header if PRINTF_PARSE is already defined. Eliminate the set of
33458         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33459         them now. Include c-ctype.h.
33460         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33461         directive and CHAR_T_ONLY_ASCII.
33462         * lib/vasnprintf.c: Don't include config.h and the specification header
33463         if VASNPRINTF is already defined.
33464         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33465         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33466         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33467         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33468         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33469         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33470         code accordingly.
33471         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33472         pad_ourselves also in this case, with the 'c' and 's' directives, and
33473         with a different notion of "width".
33474         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33475
33476 2007-06-10  Bruno Haible  <bruno@clisp.org>
33477
33478         * modules/unistr/u32-mbsnlen: New file.
33479         * lib/unistr/u32-mbsnlen.c: New file.
33480
33481         * modules/unistr/u16-mbsnlen: New file.
33482         * lib/unistr/u16-mbsnlen.c: New file.
33483
33484         * modules/unistr/u8-mbsnlen: New file.
33485         * lib/unistr/u8-mbsnlen.c: New file.
33486
33487         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33488         declarations.
33489
33490 2007-06-10  Bruno Haible  <bruno@clisp.org>
33491
33492         * lib/string_.h (mbsnlen): New declaration.
33493         * lib/mbsnlen.c: New file.
33494         * m4/mbsnlen.m4: New file.
33495         * modules/mbsnlen: New file.
33496         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33497         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33498         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33499
33500 2007-06-10  Bruno Haible  <bruno@clisp.org>
33501
33502         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33503
33504 2007-06-10  Bruno Haible  <bruno@clisp.org>
33505
33506         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33507         * lib/mbuiter.h: Likewise.
33508
33509 2007-06-10  Bruno Haible  <bruno@clisp.org>
33510
33511         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33512         declaration.
33513
33514 2007-06-10  Karl Berry  <karl@gnu.org>
33515
33516         * config/srclist.txt: remove gettext entries, Bruno prefers
33517         to update individually.
33518
33519 2007-06-10  Bruno Haible  <bruno@clisp.org>
33520
33521         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33522         'maxlen'. Ensure only length + width bytes are allocated, not
33523         length + 1 + width.
33524
33525 2007-06-09  Bruno Haible  <bruno@clisp.org>
33526
33527         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33528         (CHAR_T): Remove macro.
33529         (VASNPRINTF): Update.
33530
33531 2007-06-09  Bruno Haible  <bruno@clisp.org>
33532
33533         * MODULES.html.sh (Unicode string functions): Add the new modules.
33534
33535         * modules/uniconv/u32-conv-to-enc: New file.
33536         * lib/uniconv/u32-conv-to-enc.c: New file.
33537         * modules/uniconv/u32-conv-to-enc-tests: New file.
33538         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33539
33540         * modules/uniconv/u16-conv-to-enc: New file.
33541         * lib/uniconv/u16-conv-to-enc.c: New file.
33542         * lib/uniconv/u-conv-to-enc.h: New file.
33543         * modules/uniconv/u16-conv-to-enc-tests: New file.
33544         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33545
33546         * modules/uniconv/u8-conv-to-enc: New file.
33547         * lib/uniconv/u8-conv-to-enc.c: New file.
33548         * modules/uniconv/u8-conv-to-enc-tests: New file.
33549         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33550
33551         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33552         u32_conv_to_encoding): New declarations.
33553
33554 2007-06-09  Bruno Haible  <bruno@clisp.org>
33555
33556         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33557
33558 2007-06-09  Bruno Haible  <bruno@clisp.org>
33559
33560         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33561         * modules/malloca: Renamed from modules/allocsa, updated.
33562         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33563         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33564         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33565         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33566         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33567         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33568         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33569         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33570         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33571         * modules/c-strcasestr (Depends-on): Update.
33572         * lib/c-strcasestr.c: Update.
33573         * modules/c-strstr (Depends-on): Update.
33574         * lib/c-strstr.c: Update.
33575         * modules/canonicalize-lgpl (Depends-on): Update.
33576         * lib/canonicalize-lgpl.c: Update.
33577         * modules/clean-temp (Depends-on): Update.
33578         * lib/clean-temp.c: Update.
33579         * modules/csharpcomp (Depends-on): Update.
33580         * lib/csharpcomp.c: Update.
33581         * modules/csharpexec (Depends-on): Update.
33582         * lib/csharpexec.c: Update.
33583         * modules/javacomp (Depends-on): Update.
33584         * lib/javacomp.c: Update.
33585         * modules/javaexec (Depends-on): Update.
33586         * lib/javaexec.c: Update.
33587         * modules/mbscasestr (Depends-on): Update.
33588         * lib/mbscasestr.c: Update.
33589         * modules/mbsstr (Depends-on): Update.
33590         * lib/mbsstr.c: Update.
33591         * modules/setenv (Depends-on): Update.
33592         * lib/setenv.c: Update.
33593         * modules/strcasestr (Depends-on): Update.
33594         * lib/strcasestr.c: Update.
33595         * modules/striconveha (Depends-on): Update.
33596         * lib/striconveha.c: Update.
33597         * modules/relocatable-prog-wrapper (Files): Update.
33598         * lib/relocwrapper.c: Update.
33599         * build-aux/install-reloc: Update.
33600         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33601
33602 2007-06-08  Bruno Haible  <bruno@clisp.org>
33603
33604         Port to uClibc.
33605         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33606         * lib/fpurge.c (fpurge): Likewise.
33607         * lib/freading.c (freading): Likewise.
33608         * lib/fseeko.c (rpl_fseeko): Likewise.
33609         * lib/fseterr.c (fseterr): Likewise.
33610         * lib/fwriting.c (fwriting): Likewise.
33611         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33612
33613 2007-06-08  Bruno Haible  <bruno@clisp.org>
33614
33615         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33616         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33617         * modules/gettext (Files): Add m4/intlmacosx.m4.
33618
33619 2007-06-07  Bruno Haible  <bruno@clisp.org>
33620
33621         * modules/localename-tests: New file.
33622         * tests/test-localename.c: New file.
33623
33624         New module 'localename'.
33625         * lib/localename.h: New file.
33626         * lib/localename.c: New file, from GNU gettext.
33627         * m4/localename.m4: New file.
33628         * modules/localename: New file.
33629
33630 2007-06-07  Bruno Haible  <bruno@clisp.org>
33631
33632         Work around the lack of <wchar.h> on some builds of uClibc.
33633         * doc/headers/wchar.texi: Update.
33634         * lib/wchar_.h: Include <wchar.h> only if it exists.
33635         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33636         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33637         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33638         doesn't exist.
33639         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33640         * modules/mbfile (Depends-on): Add wchar.
33641         * modules/mbiter (Depends-on): Likewise.
33642         * modules/mbuiter (Depends-on): Likewise.
33643         Reported by Simon Josefsson.
33644
33645 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33646
33647         Work around problem reported by Steven M. Schweda in
33648         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33649         Tru64 5.1B with the Compaq compiler environment installed declares
33650         an 'isblank' function but does not define it in the C library.
33651         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33652         * lib/regex_internal.h (isblank): Likewise.
33653         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33654         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33655
33656 2007-06-05  Bruno Haible  <bruno@clisp.org>
33657
33658         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
33659         ia64.
33660         * modules/printf-safe: New file.
33661         * modules/fprintf-posix (Depends-on): Add printf-safe.
33662         * modules/printf-posix (Depends-on): Likewise.
33663         * modules/snprintf-posix (Depends-on): Likewise.
33664         * modules/sprintf-posix (Depends-on): Likewise.
33665         * modules/vasnprintf-posix (Depends-on): Likewise.
33666         * modules/vasprintf-posix (Depends-on): Likewise.
33667         * modules/vfprintf-posix (Depends-on): Likewise.
33668         * modules/vprintf-posix (Depends-on): Likewise.
33669         * modules/vsnprintf-posix (Depends-on): Likewise.
33670         * modules/vsprintf-posix (Depends-on): Likewise.
33671         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
33672         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
33673         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
33674         "no" on i386, x86_64, ia64.
33675         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
33676         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33677         on i386, x86_64, ia64.
33678         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
33679         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33680         on i386, x86_64, ia64.
33681         * tests/test-vasnprintf-posix.c: Include float.h.
33682         (LDBL80_WORDS): New macro.
33683         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33684         on i386, x86_64, ia64.
33685         * tests/test-vasprintf-posix.c: Include float.h.
33686         (LDBL80_WORDS): New macro.
33687         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
33688         on i386, x86_64, ia64.
33689         * tests/test-snprintf-posix.c: Include float.h.
33690         * tests/test-sprintf-posix.c: Likewise.
33691         * tests/test-vsnprintf-posix.c: Likewise.
33692         * tests/test-vsprintf-posix.c: Likewise.
33693
33694 2007-06-05  Bruno Haible  <bruno@clisp.org>
33695
33696         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
33697         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
33698         non-IEEE numbers on i386, x86_64, ia64.
33699         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
33700         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
33701         * tests/test-isnanl.h: Include float.h.
33702         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
33703
33704 2007-06-05  Bruno Haible  <bruno@clisp.org>
33705
33706         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
33707         also the %a / %A. Handle the %a / %A code before this extra handling.
33708
33709 2007-06-05  Bruno Haible  <bruno@clisp.org>
33710
33711         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
33712         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
33713
33714 2007-06-05  Bruno Haible  <bruno@clisp.org>
33715
33716         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
33717         typo in variable name.
33718
33719 2007-06-05  Eric Blake  <ebb9@byu.net>
33720
33721         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
33722         Reported by Simon Josefsson.
33723
33724 2007-06-04  Bruno Haible  <bruno@clisp.org>
33725
33726         Avoid test failures on some PowerPC platforms.
33727         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
33728         Define differently for PowerPC.
33729         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
33730         Reported by Gary V. Vaughan <gary@gnu.org>.
33731
33732 2007-06-02  Bruno Haible  <bruno@clisp.org>
33733
33734         Fix test-stdint failure on FreeBSD/ia64.
33735         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
33736         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
33737         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
33738         * doc/headers/stdint.texi: Update.
33739
33740 2007-06-01  Bruno Haible  <bruno@clisp.org>
33741
33742         * tests/test-binary-io.c (main): Pass a third argument to open().
33743         Reported by Gary V. Vaughan <gary@gnu.org>.
33744
33745 2007-06-01  Bruno Haible  <bruno@clisp.org>
33746
33747         * doc/functions/frexpl.texi: Update for mingw.
33748
33749 2007-06-01  Bruno Haible  <bruno@clisp.org>
33750
33751         * tests/test-lseek.c (main): Disable test of errno for invalid third
33752         argument.
33753         * doc/functions/lseek.texi: Update.
33754         Reported by Gary V. Vaughan <gary@gnu.org>.
33755
33756 2007-05-28  Bruno Haible  <bruno@clisp.org>
33757
33758         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
33759
33760 2007-05-31  Eric Blake  <ebb9@byu.net>
33761
33762         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
33763         cross compiling.
33764
33765 2007-05-30  Eric Blake  <ebb9@byu.net>
33766         and Bruno Haible  <bruno@clisp.org>
33767
33768         Work around mingw test failures exposed by m4-1.4.9b.
33769         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
33770         * tests/test-unistd.c: Disable uid_t and git_t tests for the
33771         moment.
33772
33773 2007-05-30  Bruno Haible  <bruno@clisp.org>
33774
33775         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
33776         assuming that they are closed. Needed on HP-UX 11.
33777
33778 2007-05-29  Bruno Haible  <bruno@clisp.org>
33779
33780         Fix a problem with #include_next.
33781         * lib/dirent_.h: Split the double-inclusion guard.
33782         * lib/fcntl_.h: Likewise.
33783         * lib/float_.h: Likewise.
33784         * lib/iconv_.h: Likewise.
33785         * lib/inttypes_.h: Likewise.
33786         * lib/locale_.h: Likewise.
33787         * lib/math_.h: Likewise.
33788         * lib/netinet_in_.h: Likewise.
33789         * lib/search_.h: Likewise.
33790         * lib/signal_.h: Likewise.
33791         * lib/stdint_.h: Likewise.
33792         * lib/stdio_.h: Likewise.
33793         * lib/stdlib_.h: Likewise.
33794         * lib/string_.h: Likewise.
33795         * lib/sys_select_.h: Likewise.
33796         * lib/sys_socket_.h: Likewise.
33797         * lib/sys_stat_.h: Likewise.
33798         * lib/sys_time_.h: Likewise.
33799         * lib/sysexits_.h: Likewise.
33800         * lib/time_.h: Likewise.
33801         * lib/unistd_.h: Likewise.
33802         * lib/wchar_.h: Likewise.
33803         * lib/wctype_.h: Likewise.
33804
33805 2007-05-29  Bruno Haible  <bruno@clisp.org>
33806
33807         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
33808         for the moment.
33809
33810 2007-05-29  Bruno Haible  <bruno@clisp.org>
33811
33812         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
33813         invocation.
33814         Reported by Eric Blake.
33815
33816 2007-05-29  Bruno Haible  <bruno@clisp.org>
33817
33818         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
33819         compiling case.
33820
33821 2007-05-29  Eric Blake  <ebb9@byu.net>
33822             Bruno Haible  <bruno@clisp.org>
33823
33824         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
33825         cross compiles.
33826
33827 2007-05-28  Eric Blake  <ebb9@byu.net>
33828
33829         * modules/closein-tests (test_closein_LDADD): Support test on
33830         cygwin with libtool.
33831
33832 2007-05-28  Bruno Haible  <bruno@clisp.org>
33833
33834         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
33835         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
33836         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
33837         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
33838         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
33839         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
33840         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
33841         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
33842         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
33843
33844 2007-05-28  Eric Blake  <ebb9@byu.net>
33845
33846         Unconditionally include <config.h> in unit tests.
33847         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
33848         * tests/test-allocsa.c, tests/test-arcfour.c,
33849         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
33850         tests/test-array_list.c, tests/test-array_oset.c,
33851         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
33852         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
33853         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
33854         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
33855         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
33856         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
33857         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
33858         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
33859         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
33860         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
33861         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
33862         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
33863         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
33864         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
33865         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
33866         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
33867         test-md5.c, test-memmem.c, test-printf-posix.c,
33868         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
33869         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
33870         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
33871         test-strcasestr.c, test-striconv.c, test-striconveh.c,
33872         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
33873         test-vasnprintf-posix2.c, test-vasnprintf.c,
33874         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
33875         test-vfprintf-posix.c, test-vprintf-posix.c,
33876         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
33877         test-xvasprintf.c: Likewise.
33878
33879 2007-05-28  Bruno Haible  <bruno@clisp.org>
33880
33881         * gnulib-tool (func_import): Remember the --with-tests command-line
33882         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
33883         Reported by Eric Blake.
33884
33885 2007-05-28  Bruno Haible  <bruno@clisp.org>
33886
33887         * modules/ftell-tests: New file.
33888         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
33889         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
33890
33891         * lib/ftell.c: New file.
33892         * modules/ftell: New file.
33893         * m4/ftell.m4: New file.
33894         * doc/functions/ftell.texi: Update.
33895         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
33896         REPLACE_FTELL.
33897         * lib/stdio_.h (rpl_ftell): New declaration.
33898         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
33899         REPLACE_FTELL.
33900
33901 2007-05-28  Eric Blake  <ebb9@byu.net>
33902
33903         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
33904
33905 2007-05-28  Bruno Haible  <bruno@clisp.org>
33906
33907         * modules/fseek-tests: New file.
33908         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
33909         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
33910
33911         * lib/fseek.c: New file.
33912         * modules/fseek: New file.
33913         * m4/fseek.m4: New file.
33914         * doc/functions/fseek.texi: Update.
33915         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
33916         REPLACE_FSEEK.
33917         * lib/stdio_.h (rpl_fseek): New declaration.
33918         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
33919         REPLACE_FSEEK.
33920
33921 2007-05-28  Bruno Haible  <bruno@clisp.org>
33922
33923         * lib/stdio_.h (fflush): More comments.
33924
33925 2007-05-28  Bruno Haible  <bruno@clisp.org>
33926
33927         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
33928         runtime test.
33929
33930 2007-05-28  Eric Blake  <ebb9@byu.net>
33931
33932         Improve lseek module.
33933         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
33934         * lib/unistd_.h (lseek): Scale back link warning message.
33935         * tests/test-lseek.c: Beef up test.
33936         * tests/test-lseek.sh: Exercise more facets of lseek.
33937         Reported by Bruno Haible.
33938
33939 2007-05-28  Bruno Haible  <bruno@clisp.org>
33940
33941         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
33942         to define.
33943
33944 2007-05-27  Bruno Haible  <bruno@clisp.org>
33945
33946         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
33947
33948 2007-05-27  Bruno Haible  <bruno@clisp.org>
33949
33950         * modules/openmp: New file.
33951         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
33952         Noah Misch.
33953
33954 2007-05-26  Bruno Haible  <bruno@clisp.org>
33955
33956         * modules/chdir-long (Depends-on): Add fchdir.
33957         * modules/chdir-safer (Depends-on): Likewise.
33958         * modules/fts (Depends-on): Likewise.
33959         * modules/fts-lgpl (Depends-on): Likewise.
33960         * modules/openat (Depends-on): Likewise.
33961         * modules/savewd (Depends-on): Likewise.
33962
33963 2007-05-24  Eric Blake  <ebb9@byu.net>
33964
33965         Fix lseek on mingw.
33966         * modules/lseek: New module.
33967         * m4/lseek.m4: New file.
33968         * lib/lseek.c: New file.
33969         * modules/lseek-tests: New file.
33970         * tests/test-lseek.c: New file.
33971         * tests/test-lseek.sh: New file.
33972         * MODULES.html.sh: Document lseek module.
33973         * modules/fflush (Depends-on): Add lseek, fseeko.
33974         * modules/fseeko (Depends-on): Likewise.
33975         * modules/ftello (Depends-on): Likewise.
33976         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
33977         broken.
33978         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
33979         broken.
33980         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
33981         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
33982         * lib/ftello.c (rpl_ftello): Likewise.
33983         * tests/test-fseeko.c (main): Test this.
33984         * tests/test-fseeko.sh: Likewise.
33985         * tests/test-ftello.c (main): Likewise.
33986         * tests/test-ftello.sh: Likewise.
33987         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
33988         implies replacing fseek.
33989         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
33990         HAVE_FTELLO.
33991         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
33992         * modules/unistd (Makefile.am): Likewise.
33993         * lib/unistd_.h (lseek): Declare a replacement.
33994         * doc/functions/lseek.texi (lseek): Document this fix.
33995         * doc/functions/fseek.texi (fseek): Likewise.
33996         * doc/functions/ftell.texi (ftell): Likewise.
33997
33998 2007-05-24  Bruno Haible  <bruno@clisp.org>
33999
34000         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34001         in the printed representation of a NaN.
34002         * tests/test-vasprintf-posix.c (test_function): Likewise.
34003         * tests/test-snprintf-posix.h (test_function): Likewise.
34004         * tests/test-sprintf-posix.h (test_function): Likewise.
34005         Reported by Eric Blake.
34006
34007 2007-05-23  Eric Blake  <ebb9@byu.net>
34008
34009         Fix fseeko/ftello on cygwin 1.5.24.
34010         * doc/functions/fseeko.texi (fseeko): Document the fix.
34011         * doc/functions/ftello.texi (ftello): Document the fix.
34012         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34013         * doc/functions/stdout.text (stdout): New file.
34014         * doc/functions/stderr.text (stderr): New file.
34015         * doc/gnulib.texi (Function Substitutes): Use new files.
34016         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34017         prior to 1.7.0.
34018         * tests/test-ftello.c (main): Likewise for ftello.
34019         * tests/test-fseeko.sh: New file.
34020         * tests/test-ftello.sh: New file.
34021         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34022         with seekable stdin.
34023         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34024         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34025         (gl_REPLACE_FSEEKO): New macro.
34026         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34027         * modules/fseeko (Files): Distribute fseeko.c.
34028         * modules/ftello (Files): Distribute ftello.c.
34029         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34030         mode.
34031         * lib/ftello.c (rpl_ftello): New file.
34032         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34033         fseeko, ftello.
34034         (gl_STDIN_LARGE_OFFSET): New macro.
34035         * modules/stdio (Makefile.am): Perform the replacement.
34036         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34037
34038 2007-05-23  Bruno Haible  <bruno@clisp.org>
34039
34040         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34041         GNULIB_POSIXCHECK is defined.
34042
34043 2007-05-21  Bruno Haible  <bruno@clisp.org>
34044
34045         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34046         Check also the output for NaN arguments. When cross-compiling, guess
34047         no on IRIX.
34048         * lib/vasnprintf.c: Update comments.
34049         * tests/test-vasnprintf-posix.c (strisnan): New function.
34050         (test_function): Use it.
34051         * tests/test-vasprintf-posix.c (strisnan): New function.
34052         (test_function): Use it.
34053         * tests/test-snprintf-posix.h (strisnan): New function.
34054         (test_function): Use it.
34055         * tests/test-sprintf-posix.h (strisnan): New function.
34056         (test_function): Use it.
34057         Reported by Eric Blake.
34058
34059 2007-05-20  Bruno Haible  <bruno@clisp.org>
34060
34061         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34062         numbers that fails on BeOS.
34063         * doc/functions/frexpl.texi: Update.
34064
34065 2007-05-20  Jim Meyering  <jim@meyering.net>
34066
34067         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34068         forced upon us by glibc-2.6.
34069
34070 2007-05-20  Bruno Haible  <bruno@clisp.org>
34071
34072         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34073         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34074         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34075         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34076         NEED_PRINTF_INFINITE.
34077         (is_infinitel): New function.
34078         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34079         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34080         gl_PREREQ_VASNPRINTF_INFINITE.
34081         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34082         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34083         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34084         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34085         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34086         gl_PREREQ_VASNPRINTF_INFINITE.
34087         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34088         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34089         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34090         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34091         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34092         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34093         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34094         * doc/functions/fprintf.texi: Update.
34095         * doc/functions/printf.texi: Update.
34096         * doc/functions/snprintf.texi: Update.
34097         * doc/functions/sprintf.texi: Update.
34098         * doc/functions/vfprintf.texi: Update.
34099         * doc/functions/vprintf.texi: Update.
34100         * doc/functions/vsnprintf.texi: Update.
34101         * doc/functions/vsprintf.texi: Update.
34102
34103 2007-05-20  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34106         was not found in libc.
34107         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34108
34109 2007-05-20  Bruno Haible  <bruno@clisp.org>
34110
34111         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34112         printed as "-nan" instead of "nan".
34113         * tests/test-vasprintf-posix.c (test_function): Likewise.
34114         * tests/test-snprintf-posix.h (test_function): Likewise.
34115         * tests/test-sprintf-posix.h (test_function): Likewise.
34116         Needed for HP-UX 11.
34117
34118 2007-05-20  Jim Meyering  <jim@meyering.net>
34119
34120         Fix buggy test for the fchownat-deref bug.
34121         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34122         symlink required for the run-test.  Without it, this test would
34123         always declare that fchownat doesn't work, and client code would
34124         unnecessarily use the replacement function with fixed libc.
34125         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34126         Reported by Greg Schafer.
34127
34128 2007-05-19  Bruno Haible  <bruno@clisp.org>
34129
34130         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34131         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34132         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34133         Needed for IRIX 6.5 and Solaris 2.5.1.
34134
34135 2007-05-19  Bruno Haible  <bruno@clisp.org>
34136
34137         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34138         (test_function): Skip tests involving -0.0 on platforms where
34139         -0.0 = 0.0.
34140         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34141         (test_function): Skip tests involving -0.0 on platforms where
34142         -0.0 = 0.0.
34143         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34144         (test_function): Skip tests involving -0.0 on platforms where
34145         -0.0 = 0.0.
34146         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34147         (test_function): Skip tests involving -0.0 on platforms where
34148         -0.0 = 0.0.
34149         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34150         tests.
34151         * tests/test-printf-posix.h (test_function): Likewise.
34152         * tests/test-printf-posix.output: Remove all -0.0 related results.
34153         Needed for IRIX 6.5.
34154
34155 2007-05-19  Bruno Haible  <bruno@clisp.org>
34156
34157         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34158         printed as "nan0x7fffffff" instead of "nan".
34159         * tests/test-vasprintf-posix.c (test_function): Likewise.
34160         * tests/test-snprintf-posix.h (test_function): Likewise.
34161         * tests/test-sprintf-posix.h (test_function): Likewise.
34162         * tests/test-fprintf-posix.h (NaN): Remove macro.
34163         (test_function): Remove all NaN related tests.
34164         * tests/test-printf-posix.h (NaN): Remove macro.
34165         (test_function): Remove all NaN related tests.
34166         * tests/test-printf-posix.output: Remove all NaN related results.
34167         Needed for IRIX 6.5.
34168
34169 2007-05-19  Bruno Haible  <bruno@clisp.org>
34170
34171         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34172         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34173
34174 2007-05-19  Bruno Haible  <bruno@clisp.org>
34175
34176         * lib/float_.h: New file.
34177         * m4/float_h.m4: New file.
34178         * modules/float: New file.
34179         * modules/isnanl (Dependencies): Add float.
34180         * modules/isnanl-nolibm (Dependencies): Likewise.
34181         * modules/mathl (Dependencies): Likewise.
34182         * modules/printf-frexpl (Dependencies): Likewise.
34183         * modules/signbit (Dependencies): Likewise.
34184         * modules/vasnprintf (Dependencies): Likewise.
34185         * doc/headers/float.texi: Update.
34186
34187 2007-05-19  Jim Meyering  <jim@meyering.net>
34188
34189         * lib/utimens.c (gl_futimens): Rename from futimens,
34190         now that glibc-2.6 declares futimens.
34191         * lib/utimens.h: Likewise.
34192
34193 2007-05-19  Bruno Haible  <bruno@clisp.org>
34194
34195         Avoid test failures on mingw.
34196         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34197         * tests/test-printf-posix.sh: Likewise.
34198         * tests/test-vfprintf-posix.sh: Likewise.
34199         * tests/test-vprintf-posix.sh: Likewise.
34200
34201 2007-05-19  Bruno Haible  <bruno@clisp.org>
34202
34203         Fix *printf result for NaN, Inf, -0.0 on mingw.
34204         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34205         * lib/vasnprintf.c: Include math.h and isnan.h.
34206         (is_infinite_or_zero): New function.
34207         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34208         values in the %f, %F, %e, %E, %g, %G directives.
34209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34210         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34211         gl_PRINTF_INFINITE and test its result. Invoke
34212         gl_PREREQ_VASNPRINTF_INFINITE.
34213         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34214         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34215         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34217         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34218         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34219         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34220         * doc/functions/fprintf.texi: Update.
34221         * doc/functions/printf.texi: Update.
34222         * doc/functions/snprintf.texi: Update.
34223         * doc/functions/sprintf.texi: Update.
34224         * doc/functions/vfprintf.texi: Update.
34225         * doc/functions/vprintf.texi: Update.
34226         * doc/functions/vsnprintf.texi: Update.
34227         * doc/functions/vsprintf.texi: Update.
34228
34229 2007-05-19  Bruno Haible  <bruno@clisp.org>
34230
34231         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34232         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34233         Instead of multiplying with 10^k, set extra_zeroes to k.
34234         (scale10_round_long_double): Remove function.
34235
34236 2007-05-18  Bruno Haible  <bruno@clisp.org>
34237
34238         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34239         introduced on 2007-05-06.
34240
34241 2007-05-18  Bruno Haible  <bruno@clisp.org>
34242
34243         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34244         %g directives.
34245         * tests/test-vasprintf-posix.c (test_function): Likewise.
34246         * tests/test-snprintf-posix.h (test_function): Likewise.
34247         * tests/test-sprintf-posix.h (test_function): Likewise.
34248
34249 2007-05-18  Bruno Haible  <bruno@clisp.org>
34250
34251         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34252         (strmatch): New function.
34253         (test_function): Test the %f directive on numbers of various exponents.
34254         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34255         (strmatch): New function.
34256         (test_function): Test the %f directive on numbers of various exponents.
34257         * tests/test-snprintf-posix.h (strmatch): New function.
34258         (test_function): Test the %f directive on numbers of various exponents.
34259         * tests/test-sprintf-posix.h (strmatch): New function.
34260         (test_function): Test the %f directive on numbers of various exponents.
34261         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34262         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34263         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34264         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34265
34266 2007-05-18  Bruno Haible  <bruno@clisp.org>
34267
34268         Add support for 'long double' number output.
34269         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34270         * lib/vasnprintf.c: Include math.h and float+.h.
34271         (mp_limb_t): New type.
34272         (GMP_LIMB_BITS): New macro.
34273         (mp_twolimb_t): New type.
34274         (GMP_TWOLIMB_BITS): New macro.
34275         (mpn_t): New type.
34276         (multiply, divide, convert_to_decimal, decode_long_double,
34277         scale10_round_long_double, scale10_round_decimal_long_double,
34278         floorlog10l): New functions.
34279         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34280         for the %f, %F, %e, %E, %g, %G directives.
34281         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34282         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34283         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34284         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34285         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34286         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34287         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34288         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34289         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34290         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34291         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34292         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34293         * modules/snprintf-posix (Depends-on): Likewise.
34294         * modules/sprintf-posix (Depends-on): Likewise.
34295         * modules/vasnprintf-posix (Depends-on): Likewise.
34296         * modules/vasprintf-posix (Depends-on): Likewise.
34297         * modules/vfprintf-posix (Depends-on): Likewise.
34298         * modules/vsnprintf-posix (Depends-on): Likewise.
34299         * modules/vsprintf-posix (Depends-on): Likewise.
34300         * modules/vasnprintf (Files): Add lib/float+.h.
34301         * doc/functions/fprintf.texi: Update.
34302         * doc/functions/printf.texi: Update.
34303         * doc/functions/snprintf.texi: Update.
34304         * doc/functions/sprintf.texi: Update.
34305         * doc/functions/vfprintf.texi: Update.
34306         * doc/functions/vprintf.texi: Update.
34307         * doc/functions/vsnprintf.texi: Update.
34308         * doc/functions/vsprintf.texi: Update.
34309
34310 2007-05-18  Bruno Haible  <bruno@clisp.org>
34311
34312         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34313
34314 2007-05-18  Bruno Haible  <bruno@clisp.org>
34315
34316         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34317         for printing 64-bit integers. Needed for mingw.
34318
34319 2007-05-18  Bruno Haible  <bruno@clisp.org>
34320
34321         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34322         gl_FUNC_FREXPL_WORKS.
34323         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34324
34325 2007-05-18  Bruno Haible  <bruno@clisp.org>
34326
34327         * modules/frexpl-nolibm-tests: New file.
34328
34329         * modules/frexpl-nolibm: New file.
34330         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34331
34332 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34333
34334         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34335         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34336         GCC 4.2, which otherwise issues a lot of warnings.
34337         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34338         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34339         Likewise.
34340         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34341         * modules/iconv_open (iconv.h): Likewise.
34342         * modules/locale (locale.h): Likewise.
34343         * modules/netinet_in (netinet/in.h): Likewise.
34344         * modules/sys_select (sys_select.h): Likewise.
34345         * modules/sys_socket (sys/socket.h): Likewise.
34346         * modules/sys_stat (sys/stat.h): Likewise.
34347         * modules/sysexits (sysexits.h): Likewise.
34348         * modules/unistd (unistd.h): Likewise.
34349
34350 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34351
34352         * modules/closein-tests (Makefile.am): Distribute
34353         `test-closein.sh'.
34354
34355 2007-05-17  Bruno Haible  <bruno@clisp.org>
34356
34357         * tests/test-printf-posix.output: Renamed from
34358         tests/test-fprintf-posix.out.
34359         * modules/fprintf-posix-tests: Update.
34360         * modules/printf-posix-tests: Update.
34361         * modules/vfprintf-posix-tests: Update.
34362         * modules/vprintf-posix-tests: Update.
34363         * tests/test-fprintf-posix.sh: Update.
34364         * tests/test-printf-posix.sh: Update.
34365         * tests/test-vfprintf-posix.sh: Update.
34366         * tests/test-vprintf-posix.sh: Update.
34367         Reported by Ralf Wildenhues.
34368
34369 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34370
34371         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34372         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34373         GCC 4.2, which otherwise issues a lot of warnings.
34374         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34375         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34376         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34377         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34378         it should no longer be needed.
34379         * lib/string_.h: Likewise.
34380         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34381         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34382         * modules/inttypes (inttypes.h): Likewise.
34383         * modules/math (math.h): Likewise.
34384         * modules/search (search.h): Likewise.
34385         * modules/signal (signal.h): Likewise.
34386         * modules/stdint (stdint.h): Likewise.
34387         * modules/stdio (stdio.h): Likewise.
34388         * modules/stdlib (stdlib.h): Likewise.
34389         * modules/string (string.h): Likewise.
34390         * modules/sys_time (sys/time.h): Likewise.
34391         * modules/time (time.h): Likewise.
34392         * modules/wchar (wchar.h): Likewise.
34393         * modules/wctype (wtype.h): Likewise.
34394
34395 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34396
34397         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34398
34399 2007-05-13  Bruno Haible  <bruno@clisp.org>
34400
34401         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34402         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34403         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34404         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34405         (gl_PREREQ_STRTOK_R): Don't require it here.
34406
34407 2007-05-13  Bruno Haible  <bruno@clisp.org>
34408
34409         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34410         when used in C++ mode.
34411
34412 2007-05-12  Bruno Haible  <bruno@clisp.org>
34413
34414         * lib/linebuffer.h: Tweak doc.
34415         * lib/linebuffer.c: Likewise.
34416
34417 2007-05-12  James Youngman  <jay@gnu.org>
34418
34419         * lib/linebuffer.c (readlinebuffer_delim): New function,
34420         like readlinebuffer, but use a caller-specified delimiter.
34421         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34422         as the delimiter.
34423         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34424
34425 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34426
34427         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34428         * modules/openat (Files): Remove openat-die.c.
34429         (Depends-on): Add openat-die.
34430         * modules/openat-die: New module.
34431
34432 2007-05-06  Bruno Haible  <bruno@clisp.org>
34433
34434         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34435         Update with info about Cygwin.
34436         * doc/functions/fprintf.texi: Update.
34437         * doc/functions/printf.texi: Update.
34438         * doc/functions/snprintf.texi: Update.
34439         * doc/functions/sprintf.texi: Update.
34440         * doc/functions/vfprintf.texi: Update.
34441         * doc/functions/vprintf.texi: Update.
34442         * doc/functions/vsnprintf.texi: Update.
34443         * doc/functions/vsprintf.texi: Update.
34444         Reported by Eric Blake.
34445
34446 2007-05-06  Bruno Haible  <bruno@clisp.org>
34447
34448         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34449         padding ourselves for the floating-point directives.
34450         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34451         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34452         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34453         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34454         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34455         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34456         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34457         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34458         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34459         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34460         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34461         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34462         * tests/test-snprintf-posix.h (test_function): Also check the width
34463         and some flags in the %f directive.
34464         * tests/test-sprintf-posix.h (test_function): Likewise.
34465         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34466         * tests/test-vasprintf-posix.c (test_function): Likewise.
34467         * doc/functions/fprintf.texi: Update.
34468         * doc/functions/printf.texi: Update.
34469         * doc/functions/snprintf.texi: Update.
34470         * doc/functions/sprintf.texi: Update.
34471         * doc/functions/vfprintf.texi: Update.
34472         * doc/functions/vprintf.texi: Update.
34473         * doc/functions/vsnprintf.texi: Update.
34474         * doc/functions/vsprintf.texi: Update.
34475
34476 2007-05-06  Bruno Haible  <bruno@clisp.org>
34477
34478         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34479         pass the ' flag character to sprintf or snprintf.
34480         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34481         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34482         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34483         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34484         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34485         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34486         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34487         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34488         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34489         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34490         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34491         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34492         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34493         flag.
34494         * tests/test-sprintf-posix.h (test_function): Likewise.
34495         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34496         * tests/test-vasprintf-posix.c (test_function): Likewise.
34497         * doc/functions/fprintf.texi: Update.
34498         * doc/functions/printf.texi: Update.
34499         * doc/functions/snprintf.texi: Update.
34500         * doc/functions/sprintf.texi: Update.
34501         * doc/functions/vfprintf.texi: Update.
34502         * doc/functions/vprintf.texi: Update.
34503         * doc/functions/vsnprintf.texi: Update.
34504         * doc/functions/vsprintf.texi: Update.
34505
34506 2007-05-01  Bruno Haible  <bruno@clisp.org>
34507
34508         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34509
34510 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34511
34512         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34513         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34514
34515 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34516
34517         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34518         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34519         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34520
34521 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34522
34523         * lib/argp-help.c (struct hol_entry): New member `ord'.
34524         (HOL_ENTRY_PTRCMP): Use ord for comparison
34525         (hol_sort): Initialize ord.
34526
34527 2007-05-01  Bruno Haible  <bruno@clisp.org>
34528
34529         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34530         Reported by Eric Blake.
34531         * doc/gnulib.texi (Function Substitutes): Update.
34532
34533 2007-05-01  Bruno Haible  <bruno@clisp.org>
34534
34535         * doc/functions.texi: Remove file, now redundant through
34536         doc/functions/*.texi.
34537
34538 2007-05-01  Bruno Haible  <bruno@clisp.org>
34539
34540         * modules/argp (Depends-on): Add sleep.
34541
34542 2007-05-01  Bruno Haible  <bruno@clisp.org>
34543
34544         * modules/sleep-tests: New file.
34545         * tests/test-sleep.c: New file.
34546
34547         * modules/sleep: New file.
34548         * lib/sleep.c: New file.
34549         * m4/sleep.m4: New file.
34550         * lib/unistd_.h (sleep): New declaration.
34551         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34552         HAVE_SLEEP.
34553         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34554         * doc/functions/sleep.texi: Document the sleep module.
34555
34556 2007-05-01  Bruno Haible  <bruno@clisp.org>
34557
34558         * lib/sigprocmask.h: Remove file.
34559         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34560         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34561         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34562         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34563         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34564         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34565         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34566         HAVE_SIGSET_T as a shell variable.
34567         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34568         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34569         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34570         (Depends-on): Add signal. Remove verify.
34571         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34572         (Include): Mention <signal.h> instead of sigprocmask.h.
34573         * NEWS: Mention the change.
34574         * lib/fatal-signal.c: Don't include sigprocmask.h.
34575
34576 2007-05-01  Bruno Haible  <bruno@clisp.org>
34577
34578         * modules/signal: New file.
34579         * lib/signal_.h: New file.
34580         * m4/signal_h.m4: New file.
34581
34582 2007-05-01  Bruno Haible  <bruno@clisp.org>
34583
34584         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34585         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34586         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34587         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34588
34589 2007-05-01  Bruno Haible  <bruno@clisp.org>
34590
34591         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34592         configure time.
34593         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34594         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34595         * modules/sys_stat (Makefile.am): Substitute their values into
34596         sys/stat.h.
34597
34598 2007-05-01  Bruno Haible  <bruno@clisp.org>
34599
34600         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34601         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34602         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34603
34604 2007-05-01  Bruno Haible  <bruno@clisp.org>
34605
34606         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34607         'assert' module here.
34608
34609 2007-05-01  Bruno Haible  <bruno@clisp.org>
34610
34611         * doc/functions/*.texi: New files.
34612         * doc/functions/google-ranking.txt: New file.
34613         * doc/gnulib.texi (Function Substitutes): New chapter.
34614         (ctime, inet_ntoa): Remove sections.
34615         * doc/ctime.texi: Remove file.
34616         * doc/inet_ntoa.texi: Remove file.
34617         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34618         dependencies.
34619         (%.info): New rule, specifying a --reference-limit.
34620
34621 2007-05-01  Bruno Haible  <bruno@clisp.org>
34622
34623         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34624
34625 2007-05-01  Bruno Haible  <bruno@clisp.org>
34626
34627         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34628         the portability of 'mkdir' to mingw systems.
34629
34630 2007-05-01  Bruno Haible  <bruno@clisp.org>
34631
34632         * doc/headers/google-ranking.txt: New file.
34633
34634 2007-04-30  Eric Blake  <ebb9@byu.net>
34635
34636         Prefer fseeko to fseek.
34637         * modules/getpass (Depends-on): Add fseeko.
34638         * lib/getpass.c (getpass): Use fseeko, not fseek.
34639
34640 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34641
34642         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34643         assumes the sorting is stable, while most qsort implementations
34644         are not.  Use argument addresses to ensure they never compare as
34645         equal.
34646
34647         * tests/test-argp-2.sh (usage-indent test): Fix output
34648         (func_compare): Restore diff options
34649         * tests/test-argp.c: Restore #include "progname.h"
34650
34651 2007-04-29  Bruno Haible  <bruno@clisp.org>
34652
34653         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34654         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34655         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34656         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34657         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34658         (configure.ac): Define CHECK_SNPRINTF_POSIX.
34659         (TESTS, check_PROGRAMS): Add test-snprintf.
34660         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
34661         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
34662         (TESTS, check_PROGRAMS): Add test-vsnprintf.
34663         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
34664         assertions that fail on HP-UX, OSF/1, or IRIX.
34665         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
34666
34667 2007-04-29  Bruno Haible  <bruno@clisp.org>
34668
34669         * MODULES.html.sh (posix_functions): Remove 'contents'.
34670
34671 2007-04-29  Karl Berry  <karl@gnu.org>
34672
34673         * config/srclist.txt (gendocs_template_min): new entry.
34674
34675 2007-04-29  Bruno Haible  <bruno@clisp.org>
34676
34677         Work around fpurge bug on BSD systems.
34678         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
34679         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
34680         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
34681         fpurge to rpl_fpurge if the system already has this function.
34682         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
34683         the case where the system already has this function. Correct invariants
34684         on BSD systems.
34685         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
34686         BSD systems.
34687
34688 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
34689
34690         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
34691         proposed by Sven Verdoolaege.
34692
34693         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
34694         options.
34695         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
34696         (usage and help tests): Update
34697
34698 2007-04-29  Bruno Haible  <bruno@clisp.org>
34699
34700         * tests/test-fflush.c (main): Use a file of size 17, not 10.
34701         Print more information in case of failure. Disable a test on BeOS.
34702
34703 2007-04-29  Bruno Haible  <bruno@clisp.org>
34704
34705         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
34706         This helps debugging on systems on which no gdb is available.
34707
34708 2007-04-29  Bruno Haible  <bruno@clisp.org>
34709
34710         * lib/freading.h: Improve comments.
34711         * lib/fwriting.h: Likewise.
34712         * tests/test-freading.c (main): Don't check freading immediately after
34713         repositioning. Needed for glibc.
34714
34715 2007-04-29  Bruno Haible  <bruno@clisp.org>
34716
34717         * lib/freading.c (freading): Trivial simplification.
34718
34719 2007-04-28  Bruno Haible  <bruno@clisp.org>
34720
34721         * tests/test-fwriting.c (main): Also test the interaction between
34722         fflush and fwriting.
34723         * modules/fwriting-tests (Depends-on): Add fflush.
34724
34725         * tests/test-freading.c (main): Also test the interaction between
34726         fflush and freading.
34727         * modules/freading-tests (Depends-on): Add fflush.
34728
34729 2007-04-28  Bruno Haible  <bruno@clisp.org>
34730
34731         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
34732         fseeko and ftello.
34733         Suggested by Eric Blake.
34734
34735 2007-04-28  Jim Meyering  <jim@meyering.net>
34736
34737         Avoid false-negative in gl_STDINT_H's C99 conformance test.
34738         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
34739         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
34740
34741 2007-04-27  Eric Blake  <ebb9@byu.net>
34742
34743         * doc/headers/assert.texi (assert.h): Document assert module use.
34744
34745 2007-04-27  Bruno Haible  <bruno@clisp.org>
34746
34747         * doc/headers/*.texi: New files.
34748         * doc/gnulib.texi (Header File Substitutes): New chapter.
34749         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
34750         dependencies.
34751         (standards.info ,standards.html, standards.dvi): Update dependencies.
34752         (mostlyclean, clean): New targets.
34753
34754 2007-04-27  Bruno Haible  <bruno@clisp.org>
34755
34756         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
34757         * modules/sysexits (Files, Makefile.am): Update.
34758
34759         * lib/sys_socket_.h: Renamed from lib/socket_.h.
34760         * modules/sys_socket (Files, Makefile.am): Update.
34761
34762         * lib/sys_stat_.h: Renamed from lib/stat_.h.
34763         * modules/sys_stat (Files, Makefile.am): Update.
34764
34765 2007-04-27  Eric Blake  <ebb9@byu.net>
34766
34767         * lib/freading.h: Improve comments.
34768         * lib/fwriting.h: Likewise.
34769         * lib/fflush.c: Likewise.
34770
34771         Fix closein for mingw.
34772         * modules/closein-tests: Add tests for closein.
34773         * tests/test-closein.c: New file.
34774         * tests/test-closein.sh: Likewise.
34775         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
34776         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
34777
34778 2007-04-27  Bruno Haible  <bruno@clisp.org>
34779
34780         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
34781         version is < 6.
34782         * lib/math_.h [__DECC]: Likewise.
34783         * lib/stdio_.h [__DECC]: Likewise.
34784         * lib/stdlib_.h [__DECC]: Likewise.
34785         * lib/string_.h [__DECC]: Likewise.
34786         * lib/time_.h [__DECC]: Likewise.
34787         * lib/wchar_.h [__DECC]: Likewise.
34788         * lib/wctype_.h [__DECC]: Likewise.
34789
34790 2007-04-27  Bruno Haible  <bruno@clisp.org>
34791
34792         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
34793
34794 2007-04-27  Bruno Haible  <bruno@clisp.org>
34795
34796         * lib/fflush.c: Add comments.
34797         * modules/fpurge-tests (Depends-on): Add fflush.
34798         * modules/freadable-tests (Depends-on): Likewise.
34799         * modules/fwritable-tests (Depends-on): Likewise.
34800
34801 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
34802
34803         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
34804         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
34805         Report by Bruno Haible <bruno@clisp.org>.
34806
34807 2007-04-26  Eric Blake  <ebb9@byu.net>
34808
34809         Fix fflush on mingw.
34810         * modules/fflush (Depends-on): Add freading.
34811         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
34812         but unread data.
34813
34814 2007-04-26  Eric Blake  <ebb9@byu.net>
34815         and Bruno Haible  <bruno@clisp.org>
34816
34817         Implement freading and fwriting.
34818         * lib/freading.c: New file.
34819         * lib/freading.h: Likewise.
34820         * m4/freading.m4: Likewise.
34821         * modules/freading: Likewise.
34822         * modules/freading-tests: Likewise.
34823         * tests/test-freading.c: Likewise.
34824         * lib/fwriting.c: New file.
34825         * lib/fwriting.h: Likewise.
34826         * m4/fwriting.m4: Likewise.
34827         * modules/fwriting: Likewise.
34828         * modules/fwriting-tests: Likewise.
34829         * tests/test-fwriting.c: Likewise.
34830         * MODULES.html.sh (File stream based Input/Output): Mention them.
34831
34832 2007-04-26  Bruno Haible  <bruno@clisp.org>
34833
34834         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
34835         'long' when we assume it.
34836         Suggested by Eric Blake.
34837
34838 2007-04-26  Bruno Haible  <bruno@clisp.org>
34839
34840         Ensure fseeko, ftello are declared on glibc systems.
34841         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
34842         * modules/fseeko (configure.ac-early): Likewise.
34843         * modules/ftello (configure.ac-early): Likewise.
34844         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
34845         AC_FUNC_FSEEKO for this.
34846         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
34847         (gl_CHECK_FSEEKO): Remove macro.
34848
34849 2007-04-26  Bruno Haible  <bruno@clisp.org>
34850
34851         * tests/test-fflush.c (main): Also check the ftell result after
34852         fflush and fseek/fseeko.
34853         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
34854         file descriptor position cache in the stream.
34855         * lib/fseeko.c (rpl_fseeko): Likewise.
34856
34857 2007-04-26  Bruno Haible  <bruno@clisp.org>
34858
34859         * modules/fflush-tests (Depends-on): Add fseeko.
34860
34861 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
34862             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34863
34864         * lib/argz_.h: ensure error_t definition is obtained in same
34865         mechanism system argz.h would have.
34866         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
34867         argz facilities are known bad.  Err on the side of caution if
34868         cross-compiling.
34869
34870 2007-04-25  Eric Blake  <ebb9@byu.net>
34871
34872         * lib/fpurge.c (includes): Use stdlib.h for free.
34873         * tests/test-fflush.c (main): Also test fflush-fseeko.
34874
34875 2007-04-25  Bruno Haible  <bruno@clisp.org>
34876
34877         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
34878         * lib/fseeko.c: New file.
34879         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
34880         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
34881         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
34882         gl_FUNC_FSEEKO.
34883         (gl_FUNC_FSEEKO): Invoke it.
34884         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
34885         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
34886         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
34887
34888 2007-04-25  Bruno Haible  <bruno@clisp.org>
34889
34890         * modules/fflush (Depends-on): Add ftello.
34891
34892 2007-04-25  Bruno Haible  <bruno@clisp.org>
34893
34894         * modules/ftello-tests: New file.
34895         * tests/test-ftello.c: New file.
34896
34897         * modules/ftello: New file.
34898         * m4/ftello.m4: New file.
34899         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
34900         HAVE_FTELLO.
34901         * lib/stdio_.h (ftello): New declaration.
34902         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
34903         HAVE_FTELLO.
34904
34905 2007-04-25  Bruno Haible  <bruno@clisp.org>
34906
34907         * modules/fseeko-tests: New file.
34908         * tests/test-fseeko.c: New file.
34909
34910         * modules/fseeko: New file.
34911         * m4/fseeko.m4: New file.
34912         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
34913         HAVE_FSEEKO.
34914         * lib/stdio_.h (fseeko): New declaration.
34915         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
34916         HAVE_FSEEKO.
34917
34918 2007-04-25  Bruno Haible  <bruno@clisp.org>
34919
34920         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
34921
34922 2007-04-25  Bruno Haible  <bruno@clisp.org>
34923
34924         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
34925         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
34926         * tests/test-unistd.c: Likewise.
34927         * tests/test-fcntl.c: Likewise.
34928
34929 2007-04-23  Eric Blake  <ebb9@byu.net>
34930
34931         * lib/fflush.c: Fix missing include.
34932         Reported by Bruno Haible.
34933
34934 2007-04-23  Bruno Haible  <bruno@clisp.org>
34935
34936         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
34937         Reported by Eric Blake.
34938
34939 2007-04-23  Bruno Haible  <bruno@clisp.org>
34940
34941         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
34942
34943 2007-04-23  Bruno Haible  <bruno@clisp.org>
34944
34945         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
34946
34947 2007-04-23  Bruno Haible  <bruno@clisp.org>
34948
34949         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
34950         Needed on HP-UX 11.
34951
34952 2007-04-16  Eric Blake  <ebb9@byu.net>
34953
34954         Make fflush rely on fpurge.
34955         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
34956         open coding all variants.
34957         * modules/fflush (Depends-on): Add fpurge and unistd.
34958         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
34959         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
34960
34961         Fix --with-tests compilation on cygwin.
34962         * modules/argmatch-tests (Makefile.am): List gnulib library first
34963         in LDADD.
34964         * modules/argp-tests (Makefile.am): Likewise.
34965         * modules/array-list-tests (Makefile.am): Likewise.
34966         * modules/array-oset-tests (Makefile.am): Likewise.
34967         * modules/avltree-list-tests (Makefile.am): Likewise.
34968         * modules/avltree-oset-tests (Makefile.am): Likewise.
34969         * modules/avltreehash-list-tests (Makefile.am): Likewise.
34970         * modules/carray-list-tests (Makefile.am): Likewise.
34971         * modules/dirname-tests (Makefile.am): Likewise.
34972         * modules/frexp-tests (Makefile.am): Likewise.
34973         * modules/isnanl-tests (Makefile.am): Likewise.
34974         * modules/linked-list-tests (Makefile.am): Likewise.
34975         * modules/linkedhash-list-tests (Makefile.am): Likewise.
34976         * modules/lock-tests (Makefile.am): Likewise.
34977         * modules/rbtree-list-tests (Makefile.am): Likewise.
34978         * modules/rbtree-oset-tests (Makefile.am): Likewise.
34979         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
34980         * modules/tls-tests (Makefile.am): Likewise.
34981         * modules/tsearch-tests (Makefile.am): Likewise.
34982         * modules/xvasprintf-tests (Makefile.am): Likewise.
34983
34984         Fix fpurge for cygwin.
34985         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
34986         value.
34987         * modules/fpurge-tests (Depends-on): Clean up trash.
34988
34989 2007-04-16  Simon Josefsson  <simon@josefsson.org>
34990
34991         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
34992
34993         * m4/autobuild.m4: Re-indent.
34994
34995 2007-04-13  Bruno Haible  <bruno@clisp.org>
34996
34997         * modules/fpurge-tests: New file.
34998         * tests/test-fpurge.c: New file.
34999
35000         * modules/fpurge: New file.
35001         * lib/fpurge.h: New file.
35002         * lib/fpurge.c: New file.
35003         * m4/fpurge.m4: New file.
35004
35005 2007-04-13  Bruno Haible  <bruno@clisp.org>
35006
35007         * modules/fbufmode-tests: New file.
35008         * tests/test-fbufmode.c: New file.
35009
35010         * modules/fbufmode: New file.
35011         * lib/fbufmode.h: New file.
35012         * lib/fbufmode.c: New file.
35013         * m4/fbufmode.m4: New file.
35014
35015 2007-04-13  Bruno Haible  <bruno@clisp.org>
35016
35017         * modules/fwritable-tests: New file.
35018         * tests/test-fwritable.c: New file.
35019
35020         * modules/fwritable: New file.
35021         * lib/fwritable.h: New file.
35022         * lib/fwritable.c: New file.
35023         * m4/fwritable.m4: New file.
35024
35025 2007-04-13  Bruno Haible  <bruno@clisp.org>
35026
35027         * modules/freadable-tests: New file.
35028         * tests/test-freadable.c: New file.
35029
35030         * modules/freadable: New file.
35031         * lib/freadable.h: New file.
35032         * lib/freadable.c: New file.
35033         * m4/freadable.m4: New file.
35034
35035 2007-04-13  Bruno Haible  <bruno@clisp.org>
35036
35037         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35038         MOSTLYCLEANFILES.
35039
35040 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35041
35042         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35043         gzip bootstrap.conf to avoid dragging in i18n machinery.
35044         (gnulib_tool_option): Use it.
35045
35046 2007-04-13  Bruno Haible  <bruno@clisp.org>
35047
35048         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35049         %F directives.
35050         * tests/test-vasprintf-posix.c (test_function): Likewise.
35051         * tests/test-snprintf-posix.h (test_function): Likewise.
35052         * tests/test-sprintf-posix.h (test_function): Likewise.
35053         * tests/test-fprintf-posix.h (test_function): Likewise.
35054         * tests/test-printf-posix.h (test_function): Likewise.
35055         * tests/test-fprintf-posix.out: Likewise.
35056
35057 2007-04-13  Bruno Haible  <bruno@clisp.org>
35058
35059         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35060         * modules/tls-tests (configure.ac): Likewise.
35061         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35062
35063 2007-04-13  Bruno Haible  <bruno@clisp.org>
35064
35065         * lib/tls.c (glthread_tls_get): Fix return type.
35066         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35067
35068 2007-04-12  Eric Blake  <ebb9@byu.net>
35069
35070         * modules/gettime (Depends-on): Remove gettime.
35071         Reported by Dmitry V. Levin.
35072
35073 2007-04-12  Bruno Haible  <bruno@clisp.org>
35074
35075         * modules/fflush (Include): Mention <stdio.h>.
35076         * modules/strtoimax (Include): Mention <inttypes.h>.
35077         * modules/strtoumax (Include): Likewise.
35078
35079 2007-04-12  Eric Blake  <ebb9@byu.net>
35080
35081         * .cvsignore: New file.
35082         * .gitignore: Likewise.
35083
35084 2007-04-12  Bruno Haible  <bruno@clisp.org>
35085
35086         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35087         not before, since $(LDADD) often contains libgnu.a.
35088         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35089         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35090         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35091         Needed on Cygwin.
35092
35093 2007-04-12  Eric Blake  <ebb9@byu.net>
35094
35095         Work around glibc's failure to flush stdin on fclose.
35096         * lib/closein.c (close_stdin): Flush stdin before closing.
35097
35098         Work around glibc's failure to reset seekable stdin on exit.
35099         * modules/closein: New module.
35100         * lib/closein.c: New file.
35101         * lib/closein.h: Likewise.
35102         * m4/closein.m4: Likewise.
35103         * MODULES.html.sh (File stream based Input/Output): Document it.
35104
35105 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35106
35107         * gnulib-tool: Rename generated 'autobuild' script to
35108         'do-autobuild' in --create-megatestdir output.
35109
35110         * doc/gnulib.texi (Build robot for gnulib): Fix.
35111
35112 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35113
35114         * modules/sysexits (Depends-on): Add absolute-header.
35115
35116 2007-04-12  Eric Blake  <ebb9@byu.net>
35117
35118         No need to preserve errno on success.
35119         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35120         Reported by Bruno Haible.
35121
35122 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35123
35124         * MODULES.html.sh (Support for maintaining and releasing
35125         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35126
35127 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35128
35129         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35130
35131 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35132
35133         * modules/autobuild: New module.
35134
35135         * m4/autobuild.m4: New file.
35136
35137 2007-04-11  Bruno Haible  <bruno@clisp.org>
35138
35139         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35140         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35141         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35142         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35143         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35144         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35145         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35146         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35147         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35148         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35149         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35150         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35151         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35152         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35153         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35154         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35155         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35156         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35157         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35158         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35159         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35160         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35161         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35162         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35163         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35164         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
35165         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35166         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35167         Reported by Eric Blake.
35168
35169 2007-04-11  Bruno Haible  <bruno@clisp.org>
35170
35171         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35172
35173 2007-04-10  Bruno Haible  <bruno@clisp.org>
35174
35175         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35176         for NaN and Infinity. Needed on FreeBSD 6.1.
35177         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35178         regarding results for "%010a" of Infinity and NaN.
35179         * tests/test-vasprintf-posix.c (test_function): Likewise.
35180         * tests/test-snprintf-posix.h (test_function): Likewise.
35181         * tests/test-sprintf-posix.h (test_function): Likewise.
35182         * tests/test-fprintf-posix.h (test_function): Likewise.
35183         * tests/test-printf-posix.h (test_function): Likewise.
35184         * tests/test-fprintf-posix.out: Likewise.
35185
35186 2007-04-10  Bruno Haible  <bruno@clisp.org>
35187
35188         * modules/locale-tests: New file.
35189         * tests/test-locale.c: New file.
35190
35191         * modules/locale: New file.
35192         * lib/locale_.h: New file.
35193         * m4/locale_h.m4: New file.
35194
35195 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35196             Bruno Haible  <bruno@clisp.org>
35197
35198         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35199         be determined, test for availability of the copysignf, copysign,
35200         copysignl functions.
35201         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35202         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35203         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35204
35205 2007-04-09  Eric Blake  <ebb9@byu.net>
35206
35207         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35208         * modules/stdio (Makefile.am): Support fflush.
35209         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35210         * modules/fflush: New file.
35211         * lib/fflush.c: Likewise.
35212         * m4/fflush.m4: Likewise.
35213         * modules/fflush-tests: New test.
35214         * tests/test-fflush.c: Likewise.
35215         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35216
35217 2007-04-06  Bruno Haible  <bruno@clisp.org>
35218
35219         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35220         (VASNPRINTF): Use signbit for faster determination whether to print a
35221         minus sign.
35222         * modules/vasnprintf (Files): Remove lib/float+.h.
35223         * modules/fprintf-posix (Depends-on): Add signbit.
35224         * modules/snprintf-posix (Depends-on): Likewise.
35225         * modules/sprintf-posix (Depends-on): Likewise.
35226         * modules/vasnprintf-posix (Depends-on): Likewise.
35227         * modules/vasprintf-posix (Depends-on): Likewise.
35228         * modules/vfprintf-posix (Depends-on): Likewise.
35229         * modules/vsnprintf-posix (Depends-on): Likewise.
35230         * modules/vsprintf-posix (Depends-on): Likewise.
35231
35232 2007-04-06  Bruno Haible  <bruno@clisp.org>
35233
35234         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35235         * tests/test-frexpl.c (main): Likewise.
35236         * tests/test-ldexpl.c (main): Likewise.
35237         * modules/frexp-tests (Depends-on): Add signbit.
35238         * modules/frexpl-tests (Depdends-on): Likewise.
35239         * modules/ldexpl-tests (Depdends-on): Likewise.
35240
35241 2007-04-06  Bruno Haible  <bruno@clisp.org>
35242
35243         * modules/signbit-tests: New file.
35244         * tests/test-signbit.c: New file.
35245
35246         * modules/signbit: New file.
35247         * lib/signbitf.c: New file.
35248         * lib/signbitd.c: New file.
35249         * lib/signbitl.c: New file.
35250         * m4/signbit.m4: New file.
35251         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35252         (signbit): New macro.
35253         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35254         REPLACE_SIGNBIT.
35255         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35256         REPLACE_FREXPL into math.h.
35257
35258 2007-04-06  Bruno Haible  <bruno@clisp.org>
35259
35260         * modules/isnanf-nolibm-tests: New file.
35261         * tests/test-isnanf.c: New file.
35262
35263         * modules/isnanf-nolibm: New file.
35264         * lib/isnanf.h: New file.
35265         * lib/isnanf.c: New file.
35266         * lib/isnan.c: Consider the USE_FLOAT macro.
35267         * m4/isnanf.m4: New file.
35268
35269 2007-04-06  Bruno Haible  <bruno@clisp.org>
35270
35271         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35272         (Link): New section.
35273
35274         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35275
35276 2007-04-06  Bruno Haible  <bruno@clisp.org>
35277
35278         Assume the 'long double' type.
35279         * m4/longdouble.m4: Remove file.
35280         * config/srclist.txt: Don't mention longdouble.m4.
35281         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35282         * lib/float+.h: Likewise.
35283         * lib/frexp.c: Likewise.
35284         * lib/printf-args.h: Likewise.
35285         * lib/printf-args.c: Likewise.
35286         * lib/printf-frexp.c: Likewise.
35287         * lib/printf-parse.c: Likewise.
35288         * lib/vasnprintf.c: Likewise.
35289         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35290         * m4/intl.m4: Likewise.
35291         * m4/isnanl.m4: Likewise.
35292         * m4/printf.m4: Likewise.
35293         * m4/printf-frexpl.m4: Likewise.
35294         * m4/vasnprintf.m4: Likewise.
35295         * modules/allocsa (Files): Remove m4/longdouble.m4.
35296         * modules/gettext (Files): Likewise.
35297         * modules/relocatable-prog-wrapper (Files): Likewise.
35298         * modules/vasnprintf (Files): Likewise.
35299         * modules/isnanl (Files): Likewise.
35300         (Include): Simplify.
35301         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35302         (Include): Simplify.
35303         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35304         (Include): Simplify.
35305         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35306         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35307         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35308         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35309         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35310         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35311         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35312         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35313         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35314         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35315         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35316         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35317         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35318         * tests/test-isnanl.c: Likewise.
35319         * tests/test-snprintf-posix.h: Likewise.
35320         * tests/test-sprintf-posix.h: Likewise.
35321         * tests/test-vasnprintf-posix.c: Likewise.
35322         * tests/test-vasnprintf-posix2.c: Likewise.
35323         * tests/test-vasprintf-posix.c: Likewise.
35324
35325 2007-04-06  Bruno Haible  <bruno@clisp.org>
35326
35327         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35328         * lib/math_.h [__DECC]: Include the overridden include file through
35329         #include_next, outside the double-inclusion guard.
35330         * lib/stdio_.h [__DECC]: Likewise.
35331         * lib/stdlib_.h [__DECC]: Likewise.
35332         * lib/string_.h [__DECC]: Likewise.
35333         * lib/time_.h [__DECC]: Likewise.
35334         * lib/wchar_.h [__DECC]: Likewise.
35335         * lib/wctype_.h [__DECC]: Likewise.
35336         * lib/inttypes_.h [__DECC]: Likewise.
35337         Reported by Albert Chin <china@thewrittenword.com> in
35338         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35339
35340 2007-04-04  Eric Blake  <ebb9@byu.net>
35341
35342         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35343         1.5.x.
35344
35345 2007-04-04  Bruno Haible  <bruno@clisp.org>
35346
35347         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35348         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35349
35350 2007-04-04  Bruno Haible  <bruno@clisp.org>
35351
35352         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35353         results for "%010a" of Infinity and NaN.
35354         * tests/test-vasprintf-posix.c (test_function): Likewise.
35355         * tests/test-snprintf-posix.h (test_function): Likewise.
35356         * tests/test-sprintf-posix.h (test_function): Likewise.
35357         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35358         * tests/test-printf-posix.h (test_function): Likewise.
35359         * tests/test-fprintf-posix.out: Update.
35360         Needed for FreeBSD 6.1.
35361
35362 2007-04-04  Bruno Haible  <bruno@clisp.org>
35363
35364         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35365         directly used by the gnulib modules nor by gnulib-tool.
35366
35367 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35368
35369         * DEPENDENCIES: Give overall description of version dependency
35370         desirability.  Use more-typical names for apps.
35371         Add shell, coreutils, diffutils, grep, tar, gzip.
35372
35373 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35374
35375         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35376
35377 2007-04-04  Karl Berry  <karl@gnu.org>
35378
35379         * MODULES.html.sh (func_module): missing '.
35380
35381 2007-04-03  Bruno Haible  <bruno@clisp.org>
35382
35383         * modules/argmatch-tests (Makefile.am): New variable
35384         test_argmatch_LDADD.
35385         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35386         * modules/array-list-tests (Makefile.am): New variable
35387         test_array_list_LDADD.
35388         * modules/array-oset-tests (Makefile.am): New variable
35389         test_array_oset_LDADD.
35390         * modules/avltree-list-tests (Makefile.am): New variable
35391         test_avltree_list_LDADD.
35392         * modules/avltree-oset-tests (Makefile.am): New variable
35393         test_avltree_oset_LDADD.
35394         * modules/avltreehash-list-tests (Makefile.am): New variable
35395         test_avltreehash_list_LDADD.
35396         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35397         test_canonicalize_lgpl_LDADD.
35398         * modules/carray-list-tests (Makefile.am): New variable
35399         test_carray_list_LDADD.
35400         * modules/dirname-tests (Makefile.am): New variable
35401         test_dirname_LDADD.
35402         * modules/linked-list-tests (Makefile.am): New variable
35403         test_linked_list_LDADD.
35404         * modules/linkedhash-list-tests (Makefile.am): New variable
35405         test_linkedhash_list_LDADD.
35406         * modules/rbtree-list-tests (Makefile.am): New variable
35407         test_rbtree_list_LDADD.
35408         * modules/rbtree-oset-tests (Makefile.am): New variable
35409         test_rbtree_oset_LDADD.
35410         * modules/rbtreehash-list-tests (Makefile.am): New variable
35411         test_rbtreehash_list_LDADD.
35412         * modules/xvasprintf-tests (Makefile.am): New variable
35413         test_xvasprintf_LDADD.
35414         Reported by Eric Blake.
35415
35416 2007-04-03  Eric Blake  <ebb9@byu.net>
35417
35418         * DEPENDENCIES: Weaken m4 requirements.
35419
35420 2007-04-03  Bruno Haible  <bruno@clisp.org>
35421
35422         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35423         * modules/isnanl-tests (configure.ac): Likewise.
35424
35425 2007-04-03  Ben Pfaff  <blp@gnu.org>
35426
35427         * modules/iconv_open: Add $(srcdir)/ to source directory
35428         references in Makefile fragments that call gperf, to fix VPATH
35429         builds.
35430
35431 2007-04-03  Bruno Haible  <bruno@clisp.org>
35432
35433         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35434         * lib/ldexpl.c: Undo last change.
35435
35436 2007-04-03  Bruno Haible  <bruno@clisp.org>
35437
35438         * modules/printf-frexpl (Depends-on): Undo last change.
35439         (Files): Add m4/ldexpl.m4.
35440
35441 2007-04-03  Bruno Haible  <bruno@clisp.org>
35442
35443         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35444         * modules/isnanl (Link): New section.
35445
35446         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35447         * modules/frexp (Link): New section.
35448
35449         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35450         * modules/frexpl (Link): New section.
35451
35452         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35453         * modules/ldexpl (Link): New section.
35454
35455 2007-04-03  Bruno Haible  <bruno@clisp.org>
35456
35457         * modules/TEMPLATE-EXTENDED: New file.
35458         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35459
35460 2007-04-03  Bruno Haible  <bruno@clisp.org>
35461
35462         * DEPENDENCIES: New file.
35463         Suggested by Simon Josefsson.
35464
35465 2007-04-03  Bruno Haible  <bruno@clisp.org>
35466
35467         * doc/gnulib.texi: Escape @.
35468
35469 2007-04-03  James Youngman  <jay@gnu.org>
35470         and Paul Eggert  <eggert@cs.ucla.edu>
35471
35472         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35473         birthtime on all systems that have birthtime, not just those which
35474         use st_birthtimensec rather than st_birthtim.  Putting zero in
35475         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35476         that the birth time is not available for files on an NFS mount.
35477
35478 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35479
35480         * modules/memxor: Move back from crypto/, suggested by Bruno.
35481         * modules/crypto/hmac-sha1: Fix memxor dependency.
35482
35483         * modules/crypto/gc: Moved from ../.
35484
35485 2007-04-02  Eric Blake  <ebb9@byu.net>
35486
35487         * lib/ldexpl.c (includes): Avoid libm.
35488
35489         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35490
35491 2007-04-02  Bruno Haible  <bruno@clisp.org>
35492
35493         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35494         on IRIX.
35495
35496 2007-04-02  Bruno Haible  <bruno@clisp.org>
35497
35498         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35499         x86 or x86_64 platforms running MacOS X.
35500         Reported by Ryan Schmidt <@ryandesign.com>.
35501
35502 2007-04-02  Bruno Haible  <bruno@clisp.org>
35503
35504         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35505         i386.
35506
35507 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35508
35509         * modules/crypto/arcfour: Moved from ../.
35510         * modules/crypto/arcfour-tests: Moved from ../.
35511         * modules/crypto/arctwo: Moved from ../.
35512         * modules/crypto/arctwo-tests: Moved from ../.
35513         * modules/crypto/des: Moved from ../.
35514         * modules/crypto/des-tests: Moved from ../.
35515         * modules/crypto/gc-arcfour: Moved from ../.
35516         * modules/crypto/gc-arcfour-tests: Moved from ../.
35517         * modules/crypto/gc-arctwo: Moved from ../.
35518         * modules/crypto/gc-arctwo-tests: Moved from ../.
35519         * modules/crypto/gc-des: Moved from ../.
35520         * modules/crypto/gc-des-tests: Moved from ../.
35521         * modules/crypto/gc-hmac-md5: Moved from ../.
35522         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35523         * modules/crypto/gc-hmac-sha1: Moved from ../.
35524         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35525         * modules/crypto/gc-md2: Moved from ../.
35526         * modules/crypto/gc-md2-tests: Moved from ../.
35527         * modules/crypto/gc-md4: Moved from ../.
35528         * modules/crypto/gc-md4-tests: Moved from ../.
35529         * modules/crypto/gc-md5: Moved from ../.
35530         * modules/crypto/gc-md5-tests: Moved from ../.
35531         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35532         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35533         * modules/crypto/gc-random: Moved from ../.
35534         * modules/crypto/gc-rijndael: Moved from ../.
35535         * modules/crypto/gc-rijndael-tests: Moved from ../.
35536         * modules/crypto/gc-sha1: Moved from ../.
35537         * modules/crypto/gc-sha1-tests: Moved from ../.
35538         * modules/crypto/gc-tests: Moved from ../.
35539         * modules/crypto/hmac-md5: Moved from ../.
35540         * modules/crypto/hmac-md5-tests: Moved from ../.
35541         * modules/crypto/hmac-sha1: Moved from ../.
35542         * modules/crypto/hmac-sha1-tests: Moved from ../.
35543         * modules/crypto/md2: Moved from ../.
35544         * modules/crypto/md2-tests: Moved from ../.
35545         * modules/crypto/md4: Moved from ../.
35546         * modules/crypto/md4-tests: Moved from ../.
35547         * modules/crypto/md5: Moved from ../.
35548         * modules/crypto/md5-tests: Moved from ../.
35549         * modules/crypto/memxor: Moved from ../.
35550         * modules/crypto/rijndael: Moved from ../.
35551         * modules/crypto/rijndael-tests: Moved from ../.
35552         * modules/crypto/sha1: Moved from ../.
35553
35554 2007-03-30  James Youngman  <jay@gnu.org>
35555
35556         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35557         rename() to change the ctime of a file (because ctime is unaffected
35558         by rename on jfs2 on AIX 5.1).
35559         (main): Start by doing cleanup, in case a previous run failed leaving
35560         test files behind.
35561
35562 2007-03-31  Bruno Haible  <bruno@clisp.org>
35563
35564         Support old proprietary implementations of iconv.
35565         * modules/iconv_open: New file.
35566         * lib/iconv_.h: New file.
35567         * m4/iconv_h.m4: New file.
35568         * lib/iconv_open.c: New file.
35569         * lib/iconv_open-aix.gperf: New file.
35570         * lib/iconv_open-hpux.gperf: New file.
35571         * lib/iconv_open-irix.gperf: New file.
35572         * lib/iconv_open-osf.gperf: New file.
35573         * m4/iconv_open.m4: New file.
35574         * modules/linebreak (Depends-on): Add iconv_open.
35575         * modules/striconv (Depends-on): Likewise.
35576         * modules/striconveh (Depends-on): Likewise.
35577         * modules/unicodeio (Depends-on): Likewise.
35578         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35579         (iconv_t)(-1).
35580         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35581         conversion if cd is (iconv_t)(-1).
35582         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35583         is not possible.
35584
35585 2007-03-31  Bruno Haible  <bruno@clisp.org>
35586
35587         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35588         work on Solaris either. Protect also second use of "autodetect_jp".
35589
35590 2007-03-31  Bruno Haible  <bruno@clisp.org>
35591
35592         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35593         the function is not present.
35594
35595 2007-03-31  Bruno Haible  <bruno@clisp.org>
35596
35597         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35598         the function is not present.
35599
35600 2007-03-31  Bruno Haible  <bruno@clisp.org>
35601
35602         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35603         a bug in HP-UX iconv_open().
35604
35605 2007-03-31  Bruno Haible  <bruno@clisp.org>
35606
35607         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35608         (Mathematics <math.h>): New section, add fpieee.
35609         (Input/output <stdio.h>): Add fseterr.
35610         (Mathematics <math.h>): New section, add printf-frexp.
35611         (Container data structures): Add sublist.
35612         (Core language properties): Add fpucw, inline.
35613         (Functions for greatest-width integer types <inttypes.h>): Add
35614         imaxabs, imaxdiv, inttypes.
35615         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35616         isnanl-nolibm, ldexp.
35617         (Mathematics <math.h>): New section, add printf-frexpl.
35618         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35619         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35620         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35621         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35622         (Unicode string functions): Add unistr/u*-mbtoucr.
35623         (Java): Add javacomp-script, javaexec-script.
35624         (C#): Add csharpcomp-script, csharpexec-script.
35625         (Support for building libraries and executables): Add havelib,
35626         relocatable-*.
35627         (Support for maintaining and releasing projects): Renamed from
35628         'Support for maintaining and release projects'. Add announce-gen.
35629
35630 2007-03-31  Bruno Haible  <bruno@clisp.org>
35631
35632         * README: Talk primarily about git.
35633         (git and CVS): Renamed from CVS.
35634         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35635         gnulib is available through git.
35636         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35637
35638 2007-03-30  Bruno Haible  <bruno@clisp.org>
35639
35640         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35641         * lib/poll_.h: Likewise.
35642         * lib/stat_.h: Likewise.
35643         * lib/sys_time_.h: Likewise.
35644         * lib/sysexit_.h: Likewise.
35645         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35646         * lib/stdbool_.h: Likewise.
35647         * lib/byteswap_.h: Add double-inclusion guard.
35648
35649 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35650
35651         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35652
35653 2007-03-30  Karl Berry  <karl@gnu.org>
35654
35655         * config/srclist-update: double space after USA in the license
35656         substitution, since that's how it's usually (?) written.
35657
35658 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
35659
35660         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
35661         reported by Bruno Haible.
35662
35663 2007-03-29  Bruno Haible  <bruno@clisp.org>
35664
35665         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
35666         a bug in AIX iconv().
35667
35668 2007-03-29  Bruno Haible  <bruno@clisp.org>
35669
35670         * modules/ldexpl-tests: New file.
35671         * tests/test-ldexpl.c: New file.
35672
35673 2007-03-29  Bruno Haible  <bruno@clisp.org>
35674
35675         * lib/ldexpl.c: Include fpucw.h.
35676         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
35677         multiplication.
35678         * modules/ldexpl (Depends-on): Add fpucw.
35679
35680 2007-03-29  Bruno Haible  <bruno@clisp.org>
35681
35682         * modules/ldexpl: New file.
35683         * m4/ldexpl.m4: New file.
35684         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
35685         set.
35686         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
35687         REPLACE_LDEXPL.
35688         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
35689         REPLACE_LDEXPL.
35690         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35691         gl_FUNC_LDEXPL_WORKS.
35692         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
35693         * modules/mathl (Files): Remove lib/ldexpl.c.
35694         (Depends-on): Add ldexpl.
35695
35696 2007-03-29  Bruno Haible  <bruno@clisp.org>
35697
35698         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
35699
35700 2007-03-29  Bruno Haible  <bruno@clisp.org>
35701
35702         * tests/test-striconveh.c (main): Don't assume that a direct conversion
35703         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
35704         and possibly also HP-UX.
35705         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35706         work on AIX, IRIX, HP-UX, OSF/1.
35707         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
35708         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
35709         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
35710         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
35711         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
35712         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
35713
35714 2007-03-29  Bruno Haible  <bruno@clisp.org>
35715
35716         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
35717
35718 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35719
35720         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
35721         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
35722
35723 2007-03-29  Eric Blake  <ebb9@byu.net>
35724
35725         * lib/acl-internal.h: Remove redundant include.
35726         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
35727         Cygwin when a file is locked.
35728
35729 2007-03-29  Bruno Haible  <bruno@clisp.org>
35730
35731         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
35732         file.
35733         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
35734
35735 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
35736
35737         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
35738         try to remove a parent directory if the child couldn't be removed
35739         (except for the first rmdir, which could fail because the child
35740         doesn't exist).  Problem reported by Jeff Blaine in
35741         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
35742
35743 2007-03-28  Bruno Haible  <bruno@clisp.org>
35744
35745         * lib/striconveh.c (utf8conv_carefully): New function.
35746         (mem_cd_iconveh_internal): Invoke it.
35747
35748 2007-03-28  Bruno Haible  <bruno@clisp.org>
35749
35750         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
35751         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
35752         input.
35753         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
35754         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
35755         unistr/u8-uctomb.
35756
35757 2007-03-28  Bruno Haible  <bruno@clisp.org>
35758
35759         * modules/unistr/u8-mbtoucr: New file.
35760         * lib/unistr/u8-mbtoucr.c: New file.
35761         * modules/unistr/u16-mbtoucr: New file.
35762         * lib/unistr/u16-mbtoucr.c: New file.
35763         * modules/unistr/u16-mbtoucr: New file.
35764         * lib/unistr/u16-mbtoucr.c: New file.
35765         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
35766
35767 2007-03-27  Simon Josefsson  <simon@josefsson.org>
35768             Bruno Haible  <bruno@clisp.org>
35769
35770         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
35771         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
35772         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
35773
35774         * m4/stdio_h.m4: Add stubs for vasprintf too.
35775
35776         * modules/stdio: Support vasprintf in sed command.
35777
35778         * modules/vasprintf: Depend on stdio for prototypes.  Remove
35779         vasprintf.h.  Add stdio module indicator.
35780
35781         * lib/stdio_.h: Declare asprintf and vasprintf, based on
35782         vasprintf.h.
35783
35784         * lib/vasprintf.h: File removed.
35785
35786         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
35787         * lib/vasprintf.c: Ditto.
35788         * lib/xvasprintf.c: Ditto.
35789         * tests/test-vasprintf-posix.c: Ditto.
35790         * tests/test-vasprintf.c: Ditto.
35791
35792 2007-03-27  Bruno Haible  <bruno@clisp.org>
35793
35794         Make vasnprintf multithread-safe.
35795         * lib/vasnprintf.c (decimal_point_char): New function.
35796         (VASNPRINTF): Use it.
35797         Suggested by Simon Josefsson.
35798
35799 2007-03-27  Eric Blake  <ebb9@byu.net>
35800
35801         Support sub-second birthtime on cygwin.
35802         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
35803         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
35804         (get_stat_birthtime): Also work with st_birthtim.
35805
35806 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
35807
35808         * lib/stat-time.h (USE_BIRTHTIME): Remove.
35809         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
35810         (get_stat_birthtime_ns): Do not try to use "spare" fields.
35811         (get_stat_birthtime_ns): Simplify compile-time tests.
35812         (get_stat_birthtime): Change the API to look like
35813         get_stat_mtime etc., except return a negative tv_nsec on error.
35814         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
35815         Don't check for "spare" fields.
35816         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
35817         or for struct stat.st_birthtime, as these tests aren't used.
35818         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
35819
35820 2007-03-27  Bruno Haible  <bruno@clisp.org>
35821
35822         * lib/stat-time.h: Include <sys/stat.h>.
35823
35824 2007-03-27  James Youngman  <jay@gnu.org>
35825
35826         * lib/stat-time.h (get_stat_birthtime): New function for
35827           retrieving st_birthtime as provided by UFS2 (hence *BSD).
35828         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
35829           and its variants.
35830         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
35831         * modules/stat-time-test: New file.
35832         * tests/test-stat-time.c: New test, devised by Bruno Haible.
35833
35834 2007-03-26  Bruno Haible  <bruno@clisp.org>
35835
35836         Better support of signalling NaNs.
35837         * lib/atanl.c: Include isnanl.h.
35838         (atanl): Perform test for NaN at the beginning of the function and
35839         through a call to isnanl.
35840         * lib/cosl.c: Include isnanl.h.
35841         (cosl): Perform test for NaN at the beginning of the function and
35842         through a call to isnanl.
35843         * lib/ldexpl.c: Include isnanl.h.
35844         (ldexpl): Perform test for NaN through a call to isnanl.
35845         * lib/logl.c: Include isnanl.h.
35846         (logl): Perform test for NaN at the beginning of the function and
35847         through a call to isnanl.
35848         * lib/sinl.c: Include isnanl.h.
35849         (sinl): Perform test for NaN at the beginning of the function and
35850         through a call to isnanl.
35851         * lib/sqrtl.c: Include isnanl.h.
35852         (sqrtl): Perform test for NaN at the beginning of the function and
35853         through a call to isnanl.
35854         * lib/tanl.c: Include isnanl.h.
35855         (tanl): Perform test for NaN at the beginning of the function and
35856         through a call to isnanl.
35857         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
35858         * modules/mathl (Depends-on): Add isnanl.
35859
35860 2007-03-26  Eric Blake  <ebb9@byu.net>
35861
35862         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
35863         regression in logic sense of previous patch.
35864
35865 2007-03-26  Bruno Haible  <bruno@clisp.org>
35866
35867         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
35868         unportable shell command "if ! ...".
35869         Reported by Ralf Wildenhues.
35870
35871 2007-03-25  Bruno Haible  <bruno@clisp.org>
35872
35873         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
35874         <sysexits.h> file, and only add EX_CONFIG.
35875         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
35876         absolute file name and whether it is sufficient. Substitute also
35877         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
35878         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
35879         ABSOLUTE_SYSEXITS_H into sysexits.h.
35880
35881 2007-03-25  Bruno Haible  <bruno@clisp.org>
35882
35883         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
35884         hints is NULL.
35885
35886 2007-03-25  Bruno Haible  <bruno@clisp.org>
35887
35888         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
35889         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
35890
35891 2007-03-25  Bruno Haible  <bruno@clisp.org>
35892
35893         * lib/vasnprintf.c: Include langinfo.h.
35894         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
35895         multithread-safe.
35896         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
35897         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
35898         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35899         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35900         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35901         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35902         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35903         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
35904         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35905         Reported by Simon Josefsson.
35906
35907 2007-03-25  Bruno Haible  <bruno@clisp.org>
35908
35909         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
35910         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
35911         * modules/vasnprintf (Depends-on): Add stdint.
35912
35913 2007-03-25  Bruno Haible  <bruno@clisp.org>
35914
35915         * modules/fpieee: New file.
35916         * m4/fpieee.m4: New file.
35917         * modules/isnan-nolibm (Depends-on): Add fpieee.
35918         * modules/isnanl-nolibm (Depends-on): Add fpieee.
35919         * modules/isnanl (Depends-on): Add fpieee.
35920
35921 2007-03-25  Bruno Haible  <bruno@clisp.org>
35922
35923         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
35924
35925 2007-03-25  Bruno Haible  <bruno@clisp.org>
35926
35927         Avoid test failures on IRIX 6.5.
35928         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
35929         (main): Use it.
35930         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
35931         macros.
35932         (main): Use them.
35933
35934 2007-03-25  Bruno Haible  <bruno@clisp.org>
35935
35936         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
35937         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
35938         exists but doesn't work.
35939         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
35940         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
35941         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
35942         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
35943
35944 2007-03-25  Bruno Haible  <bruno@clisp.org>
35945
35946         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
35947         returns inf. Needed on IRIX 6.5.
35948
35949 2007-03-25  Bruno Haible  <bruno@clisp.org>
35950
35951         * tests/test-frexpl.c: Include isnanl-nolibm.h.
35952         (main): Use isnanl instead of x != x idiom.
35953         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
35954
35955         * tests/test-frexp.c: Include isnan.h.
35956         (main): Use isnan instead of x != x idiom.
35957         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
35958
35959 2007-03-25  Bruno Haible  <bruno@clisp.org>
35960
35961         * tests/test-frexp.c (NaN): New function/macro.
35962         (main): Use it instead of 0.0 / 0.0.
35963         * tests/test-isnan.c (NaN): New function/macro.
35964         (main): Use it instead of 0.0 / 0.0.
35965         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
35966         (test_function): Use it instead of 0.0 / 0.0.
35967         * tests/test-vasprintf-posix.c (NaN): New function/macro.
35968         (test_function): Use it instead of 0.0 / 0.0.
35969         * tests/test-snprintf-posix.h (NaN): New function/macro.
35970         (test_function): Use it instead of 0.0 / 0.0.
35971         * tests/test-sprintf-posix.h (NaN): New function/macro.
35972         (test_function): Use it instead of 0.0 / 0.0.
35973         * tests/test-fprintf-posix.h (NaN): New function/macro.
35974         (test_function): Use it instead of 0.0 / 0.0.
35975         * tests/test-printf-posix.h (NaN): New function/macro.
35976         (test_function): Use it instead of 0.0 / 0.0.
35977
35978         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
35979
35980 2007-03-25  Bruno Haible  <bruno@clisp.org>
35981
35982         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
35983
35984 2007-03-25  Bruno Haible  <bruno@clisp.org>
35985
35986         * lib/regexec.c (merge_state_with_log): Make static.
35987
35988 2007-03-25  Bruno Haible  <bruno@clisp.org>
35989
35990         * lib/trigl.c (kernel_rem_pio2): Make static.
35991
35992 2007-03-25  Bruno Haible  <bruno@clisp.org>
35993
35994         * lib/sincosl.c (sincosl_table): Make static.
35995
35996 2007-03-25  Bruno Haible  <bruno@clisp.org>
35997
35998         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
35999         if the compiler does not support C99.
36000
36001 2007-03-25  Bruno Haible  <bruno@clisp.org>
36002
36003         * modules/time (Makefile.am): Ensure all rule action lines start with a
36004         tab.
36005
36006 2007-03-24  Bruno Haible  <bruno@clisp.org>
36007
36008         * modules/tsearch-tests: New file.
36009         * tests/test-tsearch.sh: New file.
36010         * tests/test-tsearch.c: New file, mostly copied from glibc.
36011
36012         * modules/search-tests: New file.
36013         * tests/test-search.c: New file.
36014
36015         * modules/search: New file.
36016         * lib/search_.h: New file, incorporating lib/tsearch.h.
36017         * m4/search_h.m4: New file.
36018         * lib/tsearch.h: Remove file.
36019         * lib/tsearch.c: Include search.h instead of tsearch.h.
36020         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36021         HAVE_TSEARCH.
36022         * modules/tsearch (Files): Remove lib/tsearch.h.
36023         (Depends-on): Add search.
36024         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36025         (Include): Change tsearch.h into search.h.
36026
36027 2007-03-24  Bruno Haible  <bruno@clisp.org>
36028
36029         * modules/fpucw: New file.
36030         * lib/fpucw.h: New file.
36031         * lib/frexp.c: Include fpucw.h.
36032         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36033         (FUNC): Use them.
36034         * lib/printf-frexp.c: Include fpucw.h.
36035         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36036         (FUNC): Use them.
36037         * lib/vasnprintf.c: Include fpucw.h.
36038         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36039         'long double' calculations.
36040         * tests/test-frexpl.c: Include fpucw.h.
36041         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36042         * tests/test-printf-frexpl.c: Include fpucw.h.
36043         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36044         * modules/frexpl (Depends-on): Add fpucw.
36045         * modules/printf-frexpl (Depends-on): Likewise.
36046         * modules/fprintf-posix (Depends-on): Likewise.
36047         * modules/snprintf-posix (Depends-on): Likewise.
36048         * modules/sprintf-posix (Depends-on): Likewise.
36049         * modules/vasnprintf-posix (Depends-on): Likewise.
36050         * modules/vasprintf-posix (Depends-on): Likewise.
36051         * modules/vfprintf-posix (Depends-on): Likewise.
36052         * modules/vsnprintf-posix (Depends-on): Likewise.
36053         * modules/vsprintf-posix (Depends-on): Likewise.
36054         * modules/frexpl-tests (Depends-on): Likewise.
36055         * modules/printf-frexpl-tests (Depends-on): Likewise.
36056
36057 2007-03-24  Bruno Haible  <bruno@clisp.org>
36058
36059         * lib/float+.h: New file.
36060         * lib/isnan.c: Include float+.h.
36061         (SIZE): New macro.
36062         (FUNC): Compare only SIZE bytes of the value.
36063         * lib/vasnprintf.c: Include float+.h.
36064         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36065         SIZEOF_LDBL or SIZEOF_DBL bytes.
36066         * modules/isnan-nolibm (Files): Add lib/float+.h.
36067         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36068         * modules/isnanl (Files): Add lib/float+.h.
36069         * modules/vasnprintf (Files): Add lib/float+.h.
36070
36071 2007-03-24  Bruno Haible  <bruno@clisp.org>
36072
36073         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36074         include isnanl-nolibm.h.
36075
36076 2007-03-24  Bruno Haible  <bruno@clisp.org>
36077
36078         * tests/test-read-file.c (main): Don't produce spurious output for
36079         expected situations. Make the test fail if it encountered unexpected
36080         results.
36081
36082 2007-03-24  Bruno Haible  <bruno@clisp.org>
36083
36084         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36085         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36086
36087 2007-03-24  Bruno Haible  <bruno@clisp.org>
36088
36089         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36090
36091 2007-03-24  Bruno Haible  <bruno@clisp.org>
36092
36093         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36094         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36095
36096         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36097         * modules/utf8-ucs4: Turn into a symbolic link to module
36098         unistr/u8-mbtouc.
36099
36100         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36101         utf8-ucs4-unsafe.
36102         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36103         unistr/u8-mbtouc-unsafe.
36104
36105         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36106         * modules/utf16-ucs4: Turn into a symbolic link to module
36107         unistr/u16-mbtouc.
36108
36109         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36110         utf16-ucs4-unsafe.
36111         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36112         unistr/u16-mbtouc-unsafe.
36113
36114         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36115         * modules/ucs4-utf8: Turn into a symbolic link to module
36116         unistr/u8-ubtomb.
36117
36118         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36119         * modules/ucs4-utf16: Turn into a symbolic link to module
36120         unistr/u16-ubtomb.
36121
36122 2007-03-24  Bruno Haible  <bruno@clisp.org>
36123
36124         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36125         Enable the function only if HAVE_INLINE.
36126         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36127         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36128         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36129         Enable the function only if HAVE_INLINE.
36130         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36131         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36132         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36133         Enable the function only if HAVE_INLINE.
36134         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36135         Enable the function only if HAVE_INLINE.
36136         * modules/utf8-ucs4: Update.
36137         * modules/utf8-ucs4-unsafe: Update.
36138         * modules/utf16-ucs4: Update.
36139         * modules/utf16-ucs4-unsafe: Update.
36140         * modules/ucs4-utf8: Update.
36141         * modules/ucs4-utf16: Update.
36142
36143 2007-03-24  Bruno Haible  <bruno@clisp.org>
36144
36145         * lib/utf8-ucs4.h: Remove file.
36146         * lib/utf8-ucs4-unsafe.h: Remove file.
36147         * lib/utf16-ucs4.h: Remove file.
36148         * lib/utf16-ucs4-unsafe.h: Remove file.
36149         * lib/ucs4-utf8.h: Remove file.
36150         * lib/ucs4-utf16.h: Remove file.
36151         * lib/unistr.h: Include their previous contents.
36152         * m4/utf-ucs4.m4: Remove file.
36153         * m4/ucs4-utf.m4: Remove file.
36154         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36155         (Depends-on): Add unistr/base.
36156         (configure.ac): Remove gl_UTF_UCS4.
36157         (Makefile.am): Update.
36158         (Include): Change to unistr.h.
36159         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36160         (Depends-on): Add unistr/base.
36161         (configure.ac): Remove gl_UTF_UCS4.
36162         (Makefile.am): Update.
36163         (Include): Change to unistr.h.
36164         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36165         (Depends-on): Add unistr/base.
36166         (configure.ac): Remove gl_UTF_UCS4.
36167         (Makefile.am): Update.
36168         (Include): Change to unistr.h.
36169         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36170         (Depends-on): Add unistr/base.
36171         (configure.ac): Remove gl_UTF_UCS4.
36172         (Makefile.am): Update.
36173         (Include): Change to unistr.h.
36174         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36175         (Depends-on): Add unistr/base.
36176         (configure.ac): Remove gl_UCS4_UTF.
36177         (Makefile.am): Update.
36178         (Include): Change to unistr.h.
36179         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36180         (Depends-on): Add unistr/base.
36181         (configure.ac): Remove gl_UCS4_UTF.
36182         (Makefile.am): Update.
36183         (Include): Change to unistr.h.
36184         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36185         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36186         utf8-ucs4-unsafe.h.
36187         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36188         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36189         utf16-ucs4-unsafe.h.
36190         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36191         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36192         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36193         * lib/unistr/u8-strchr.c: Likewise.
36194         * lib/unistr/u8-strrchr.c: Likewise.
36195         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36196         * lib/unistr/u16-strchr.c: Likewise.
36197         * lib/unistr/u16-strrchr.c: Likewise.
36198         * lib/striconveh.c: Update.
36199         * lib/linebreak.c: Update.
36200
36201 2007-03-24  Bruno Haible  <bruno@clisp.org>
36202
36203         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36204         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36205
36206 2007-03-22  Bruno Haible  <bruno@clisp.org>
36207
36208         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36209
36210 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36211
36212         * MODULES.html.sh (File system functions): New module write-any-file.
36213         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36214         * m4/write-any-file.m4: New files.
36215
36216 2007-03-23  Eric Blake  <ebb9@byu.net>
36217
36218         * gnulib-tool: Rearrange space-tab sequences, since some editors
36219         like to eat them.
36220
36221 2007-03-23  Eric Blake  <ebb9@byu.net>
36222
36223         * lib/version-etc.c (version_etc_va): Update license wording to
36224         be more concise.  Recommended by Richard Stallman.
36225
36226 2007-03-22  Bruno Haible  <bruno@clisp.org>
36227
36228         * lib/poll.c (MSG_PEEK): New fallback definition.
36229
36230 2007-03-22  Bruno Haible  <bruno@clisp.org>
36231
36232         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36233         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36234         (main): Update.
36235         Fixes a compilation error on BeOS.
36236
36237 2007-03-22  Bruno Haible  <bruno@clisp.org>
36238
36239         * modules/frexpl-tests: New file.
36240         * tests/test-frexpl.c: New file.
36241
36242         * modules/frexpl: New file.
36243         * m4/frexpl.m4: New file.
36244         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36245         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36246         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36247         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36248         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36249         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36250
36251 2007-03-22  Bruno Haible  <bruno@clisp.org>
36252
36253         * lib/frexpl.c: Share code with lib/frexp.c.
36254         * modules/mathl (Files): Add lib/frexp.c.
36255         (Depends-on): Add isnanl-nolibm.
36256
36257 2007-03-22  Bruno Haible  <bruno@clisp.org>
36258
36259         * modules/printf-frexp (Files): Add m4/frexp.m4.
36260         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36261         only if the found frexp function actually works.
36262
36263 2007-03-22  Bruno Haible  <bruno@clisp.org>
36264
36265         * lib/frexp.c: Remove older implementation that uses divisions.
36266
36267 2007-03-21  Bruno Haible  <bruno@clisp.org>
36268
36269         * modules/frexp-tests: New file.
36270         * tests/test-frexp.c: New file.
36271
36272         * modules/frexp: New file.
36273         * lib/frexp.c: New file.
36274         * m4/frexp.m4: New file.
36275         * lib/math_.h (frexp): New declaration.
36276         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36277         REPLACE_FREXP.
36278         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36279
36280 2007-03-21  Bruno Haible  <bruno@clisp.org>
36281
36282         * modules/isnanl-tests: New file.
36283         * tests/test-isnanl.c: New file.
36284
36285         * modules/isnanl: New file.
36286         * lib/isnanl.h: New file.
36287         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36288         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36289         gl_FUNC_ISNANL_WORKS.
36290         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36291         New macros.
36292
36293 2007-03-21  Bruno Haible  <bruno@clisp.org>
36294
36295         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36296         lib/isnanl.h.
36297         (Include): Update.
36298         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36299         * lib/vasnprintf.c: Update.
36300         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36301         tests/test-isnanl.h, remove tests/test-isnanl.c.
36302         (Makefile.am): Update.
36303         * tests/test-isnanl-nolibm.c: New file.
36304         * tests/test-isnanl.h: New file.
36305         * tests/test-isnanl.c: Remove file.
36306
36307 2007-03-21  Jim Meyering  <jim@meyering.net>
36308
36309         When trying to open ".", treat ESTALE like EACCES.
36310         * lib/savewd.c (savewd_save): Resort to forking not just upon
36311         failure with EACCES, but also when errno is ESTALE.
36312
36313 2007-03-20  Bruno Haible  <bruno@clisp.org>
36314
36315         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36316         Needed on AIX 5.1. Reported by Matthew Woehlke.
36317
36318 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36319
36320         Suggestions by Bruno Haible:
36321         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36322         our own.
36323         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36324         * modules/acl (Depends-on): Add gettext.
36325
36326 2007-03-19  Bruno Haible  <bruno@clisp.org>
36327
36328         * modules/iconvme: Remove file.
36329         * lib/iconvme.h: Remove file.
36330         * lib/iconvme.c: Remove file.
36331         * m4/iconvme.m4: Remove file.
36332
36333 2007-03-19  Bruno Haible  <bruno@clisp.org>
36334
36335         * doc/relocatable-maint.texi: Break long shell script line.
36336         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36337
36338 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36339
36340         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36341         handle file_has_acl.
36342         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36343         * lib/acl.c: Move header inclusions and related macro defns into
36344         lib/acl-internal.h.
36345         (S_ISLNK): Remove defn, since that's now done for us.
36346         (file_has_acl): Move to lib/file-has-acl.c.
36347         Call acl_trivial if available.  This is the crucial part of the fix.
36348         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36349         shared within the library.  Rewrite a bit, partly to make it compatible
36350         with the GNU coding style.
36351         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36352         Remove unnecessary double-quotes.
36353         Don't test for acl_to_text; the build will catch that.
36354         Replace acl_entries if it doesn't exist and it is needed.
36355         Check for -lsec and acl_trivial (as used on Solaris 10).
36356         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36357         lib/file-has-acl.c.
36358         (Depends-on): Add sys_stat, for S_ISLNK.
36359
36360 2007-03-19  Ben Pfaff  <blp@gnu.org>
36361
36362         * doc/gnulib.texi: Fix typos.
36363         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36364
36365 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36366
36367         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36368         If size is zero here, buf must be zero.
36369
36370 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36371
36372         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36373         <bruno@clisp.org>.
36374
36375 2007-03-18  Bruno Haible  <bruno@clisp.org>
36376
36377         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36378         Suggested by Eric Blake.
36379
36380 2007-03-18  Ben Pfaff  <blp@gnu.org>
36381
36382         * doc/relocatable.texi: Recommend using as prefix a directory
36383         that does not exist and will never be created.  Based on
36384         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36385         and others.
36386
36387 2007-03-17  Bruno Haible  <bruno@clisp.org>
36388
36389         * lib/fchownat.c: Include lchown.h.
36390
36391 2007-03-17  Bruno Haible  <bruno@clisp.org>
36392
36393         Fix endless loop when the given allocated size was > INT_MAX.
36394         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36395         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36396         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36397         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36398         * lib/sprintf.c (sprintf): Likewise.
36399
36400 2007-03-17  Bruno Haible  <bruno@clisp.org>
36401
36402         * tests/test-argp-2.sh (func_compare): Output a context diff.
36403
36404 2007-03-17  Bruno Haible  <bruno@clisp.org>
36405
36406         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36407         locale's decimal-point character.
36408
36409 2007-03-17  Bruno Haible  <bruno@clisp.org>
36410
36411         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36412         before comparing it. Needed because on some platforms (e.g. x86) a
36413         'long double' occupies less bytes than sizeof (long double).
36414
36415 2007-03-17  Bruno Haible  <bruno@clisp.org>
36416
36417         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36418         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36419         * tests/test-getaddrinfo.c (simple): Likewise.
36420         * tests/test-read-file.c (main): Likewise.
36421
36422 2007-03-17  Bruno Haible  <bruno@clisp.org>
36423
36424         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36425
36426 2007-03-17  Bruno Haible  <bruno@clisp.org>
36427
36428         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36429         unused variable.
36430
36431 2007-03-17  Bruno Haible  <bruno@clisp.org>
36432
36433         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36434         * tests/test-c-strncasecmp.c: Likewise.
36435
36436 2007-03-17  Bruno Haible  <bruno@clisp.org>
36437
36438         * modules/stdlib (Depends-on): Add unistd.
36439         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36440         Needed for MacOS X 10.3.
36441
36442 2007-03-17  Bruno Haible  <bruno@clisp.org>
36443
36444         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36445
36446 2007-03-17  Bruno Haible  <bruno@clisp.org>
36447
36448         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36449
36450 2007-03-17  Bruno Haible  <bruno@clisp.org>
36451
36452         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36453         to reflect files copied from gnulib (with or without modifications).
36454         Suggested by Jim Meyering.
36455
36456 2007-03-17  Eric Blake  <ebb9@byu.net>
36457
36458         * NEWS: Document stdlib change from 2007-02-18.
36459
36460 2007-03-17  Jim Meyering  <jim@meyering.net>
36461
36462         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36463         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36464         someone uses a name containing shell meta-characters.
36465         Reported by Alfred M. Szmidt.
36466
36467         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36468
36469 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36470
36471         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36472         and copy gettext configuration files only if configure.ac contains
36473         a use of AM_GNU_GETTEXT_VERSION.
36474
36475 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36476
36477         * build-aux/bootstrap (gnulib_name): New variable.
36478         (gnulib_tool_options): Use it.
36479
36480 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36481
36482         * tests/test-des.c: Use new namespace.
36483
36484 2007-03-15  Bruno Haible  <bruno@clisp.org>
36485
36486         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36487         Reported by James Youngman <jay@gnu.org>.
36488
36489 2007-03-15  Bruno Haible  <bruno@clisp.org>
36490
36491         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36492         declared prototype. Needed with cc on OSF/1 5.1.
36493
36494 2007-03-15  Bruno Haible  <bruno@clisp.org>
36495
36496         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36497         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36498         (struct gl_list_implementation): Add dispose_fn argument to the
36499         'create_empty', 'create' methods.
36500         (struct gl_list_impl_base): Add field 'dispose_fn'.
36501         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36502         argument.
36503         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36504         dispose_fn argument.
36505         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36506         dispose_fn on the dropped values.
36507         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36508         dispose_fn argument.
36509         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36510         dropped values.
36511         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36512         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36513         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36514         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36515         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36516         argument.
36517         (gl_tree_list_free): Call dispose_fn on the dropped values.
36518         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36519         the dropped values.
36520         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36521         Add dispose_fn argument.
36522         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36523         Call dispose_fn on the dropped values.
36524         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36525         Add dispose_fn argument.
36526         (gl_sublist_create): Initialize the 'dispose_fn' field.
36527         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36528         * tests/test-array_list.c (main): Update.
36529         * tests/test-carray_list.c (main): Update.
36530         * tests/test-avltree_list.c (main): Update.
36531         * tests/test-rbtree_list.c (main): Update.
36532         * tests/test-avltreehash_list.c (main): Update.
36533         * tests/test-rbtreehash_list.c (main): Update.
36534         * tests/test-linked_list.c (main): Update.
36535         * tests/test-linkedhash_list.c (main): Update.
36536         * tests/test-array_oset.c (main): Update.
36537
36538 2007-03-15  Bruno Haible  <bruno@clisp.org>
36539
36540         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36541         (gl_oset_create_empty): Add dispose_fn argument.
36542         (struct gl_oset_implementation): Add dispose_fn argument to
36543         'create_empty' method.
36544         (struct gl_oset_impl_base): Add dispose_fn field.
36545         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36546         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36547         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36548         values.
36549         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36550         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36551         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36552         dropped value.
36553         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36554         dropped value.
36555         * tests/test-array_oset.c (main): Update.
36556         * tests/test-avltree_oset.c (main): Update.
36557         * tests/test-rbtree_oset.c (main): Update.
36558         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36559
36560 2007-03-13  Bruno Haible  <bruno@clisp.org>
36561
36562         * tests/test-stdbool.c (i): Update after last patch.
36563
36564 2007-03-12  Bruno Haible  <bruno@clisp.org>
36565
36566         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36567         the iswprint macro. Needed on Solaris 2.5.1.
36568
36569 2007-03-12  Bruno Haible  <bruno@clisp.org>
36570
36571         * tests/test-printf-frexp.c (main): Declare x as volatile.
36572
36573 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36574
36575         * doc/gnulib.texi (Build robot for gnulib): New section.
36576
36577 2007-03-12  Jim Meyering  <jim@meyering.net>
36578
36579         * build-aux/bootstrap: New file.
36580         * build-aux/bootstrap.conf: New file, from coreutils.
36581
36582 2007-03-11  Bruno Haible  <bruno@clisp.org>
36583
36584         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36585
36586 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36587
36588         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36589         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36590         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36591
36592 2007-03-11  Bruno Haible  <bruno@clisp.org>
36593
36594         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36595         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36596
36597 2007-03-11  Bruno Haible  <bruno@clisp.org>
36598
36599         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36600         formula. Needed for SunPRO C 5.0.
36601
36602 2007-03-11  Bruno Haible  <bruno@clisp.org>
36603
36604         * modules/long-options (Depends-on): Add getopt.
36605
36606 2007-03-11  Bruno Haible  <bruno@clisp.org>
36607
36608         * modules/modechange (Depends-on): Add stdbool.
36609
36610 2007-03-11  Bruno Haible  <bruno@clisp.org>
36611
36612         * modules/i-ring (Depends-on): Add stdbool.
36613
36614 2007-03-11  Bruno Haible  <bruno@clisp.org>
36615
36616         * modules/gc-des (Depends-on): Add stdbool.
36617
36618 2007-03-11  Bruno Haible  <bruno@clisp.org>
36619
36620         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36621
36622 2007-03-11  Bruno Haible  <bruno@clisp.org>
36623
36624         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36625
36626 2007-03-11  Bruno Haible  <bruno@clisp.org>
36627
36628         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36629
36630 2007-03-11  Bruno Haible  <bruno@clisp.org>
36631
36632         * lib/vasnprintf.c (sprintf): Undefine.
36633
36634 2007-03-11  Bruno Haible  <bruno@clisp.org>
36635
36636         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36637         initializers in SunPRO C and Compaq C compilers.
36638
36639 2007-03-11  Bruno Haible  <bruno@clisp.org>
36640
36641         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36642         decrementing code ANSI C compliant.
36643
36644 2007-03-11  Bruno Haible  <bruno@clisp.org>
36645
36646         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36647         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36648
36649 2007-03-11  Bruno Haible  <bruno@clisp.org>
36650
36651         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36652         <stdbool.h> substitute doesn't pass.
36653
36654 2007-03-11  Bruno Haible  <bruno@clisp.org>
36655
36656         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36657
36658 2007-03-11  Bruno Haible  <bruno@clisp.org>
36659
36660         * gnulib-tool (func_create_megatestdir): Create also an autobuild
36661         script, for submission to autobuild.josefsson.org.
36662
36663 2007-03-10  Bruno Haible  <bruno@clisp.org>
36664
36665         * modules/canonicalize-lgpl-tests: New file.
36666         * tests/test-canonicalize-lgpl.sh: New file.
36667         * tests/test-canonicalize-lgpl.c: New file.
36668
36669         * modules/c-strcase-tests: New file.
36670         * tests/test-c-strcase.sh: New file.
36671         * tests/test-c-strcasecmp.c: New file.
36672         * tests/test-c-strncasecmp.c: New file.
36673
36674         * modules/atexit-tests: New file.
36675         * tests/test-atexit.sh: New file.
36676         * tests/test-atexit.c: New file.
36677
36678 2007-03-10  Bruno Haible  <bruno@clisp.org>
36679
36680         * tests/test-binary-io.sh: Use temporary filenames that are not so
36681         likely to clash with those of other tests (in a parallel make).
36682         * tests/test-binary-io.c: Likewise.
36683
36684 2007-03-10  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
36687         fallback; use #error instead.
36688         Suggested by Simon Josefsson.
36689
36690 2007-03-10  Bruno Haible  <bruno@clisp.org>
36691
36692         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
36693         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
36694         first and the last.
36695
36696 2007-03-10  Bruno Haible  <bruno@clisp.org>
36697
36698         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
36699
36700 2007-03-10  Bruno Haible  <bruno@clisp.org>
36701
36702         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
36703         "make distcheck".
36704         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
36705         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
36706         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
36707
36708 2007-03-10  Bruno Haible  <bruno@clisp.org>
36709
36710         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
36711         variable.
36712         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
36713         variable.
36714
36715 2007-03-09  Eric Blake  <ebb9@byu.net>
36716         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
36717
36718         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
36719         types are not being provided by gnulib.
36720         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
36721         types are supported.
36722
36723 2007-03-10  Bruno Haible  <bruno@clisp.org>
36724
36725         * lib/stdio_.h (__attribute__): New macro.
36726         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
36727         vsprintf): Specify __attribute__ __format__ for GCC.
36728         Suggested by Eric Blake.
36729
36730 2007-03-09  Bruno Haible  <bruno@clisp.org>
36731
36732         * modules/printf-posix-tests: New file.
36733         * tests/test-printf-posix.sh: New file.
36734         * tests/test-printf-posix.c: New file.
36735
36736         * modules/printf-posix: New file.
36737         * lib/printf.c: New file.
36738         * m4/printf-posix-rpl.m4: New file.
36739         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
36740         REPLACE_PRINTF.
36741         * lib/stdio_.h (printf): New declaration.
36742         (format, __format__, ____printf____, ____scanf____, ____strftime____,
36743         ____strfmon____): New macros.
36744         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
36745         REPLACE_PRINTF.
36746
36747 2007-03-09  Bruno Haible  <bruno@clisp.org>
36748
36749         * tests/test-vasnprintf-posix2.sh: New file.
36750         * tests/test-vasnprintf-posix2.c: New file.
36751         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
36752         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
36753         (Makefile.am): Activate test-vasnprintf-posix2.sh.
36754
36755         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
36756         a locale dependent decimal point, rather than always '.'.
36757
36758 2007-03-09  Eric Blake  <ebb9@byu.net>
36759
36760         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
36761         spite of platforms like Tandem/NSK that define it to -1.
36762
36763 2007-03-08  Bruno Haible  <bruno@clisp.org>
36764
36765         * modules/vprintf-posix-tests: New file.
36766         * tests/test-vprintf-posix.sh: New file.
36767         * tests/test-vprintf-posix.c: New file.
36768         * tests/test-printf-posix.h: New file.
36769
36770         * modules/vprintf-posix: New file.
36771         * lib/vprintf.c: New file.
36772         * m4/vprintf-posix.m4: New file.
36773         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
36774         REPLACE_VPRINTF.
36775         * lib/stdio_.h (vprintf): New declaration.
36776         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
36777         REPLACE_VPRINTF.
36778
36779 2007-03-08  Bruno Haible  <bruno@clisp.org>
36780
36781         * modules/fprintf-posix-tests: New file.
36782         * tests/test-fprintf-posix.sh: New file.
36783         * tests/test-fprintf-posix.c: New file.
36784
36785         * modules/fprintf-posix: New file.
36786         * lib/fprintf.c: New file.
36787         * m4/fprintf-posix.m4: New file.
36788         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
36789         REPLACE_FPRINTF.
36790         * lib/stdio_.h (fprintf): New declaration.
36791         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
36792         REPLACE_FPRINTF.
36793
36794 2007-03-08  Bruno Haible  <bruno@clisp.org>
36795
36796         * modules/vfprintf-posix-tests: New file.
36797         * tests/test-vfprintf-posix.sh: New file.
36798         * tests/test-vfprintf-posix.c: New file.
36799         * tests/test-fprintf-posix.h: New file.
36800         * tests/test-fprintf-posix.out: New file.
36801
36802         * modules/vfprintf-posix: New file.
36803         * lib/vfprintf.c: New file.
36804         * m4/vfprintf-posix.m4: New file.
36805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
36806         REPLACE_VFPRINTF.
36807         * lib/stdio_.h (vfprintf): New declaration.
36808         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
36809         REPLACE_VFPRINTF.
36810
36811 2007-03-08  Bruno Haible  <bruno@clisp.org>
36812
36813         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
36814
36815 2007-03-08  Bruno Haible  <bruno@clisp.org>
36816
36817         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
36818         instead of 'expr' invocations.
36819         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36820         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36821         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36822         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36823         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36824         Suggested by Paul Eggert.
36825
36826 2007-03-08  Bruno Haible  <bruno@clisp.org>
36827
36828         * modules/fseterr-tests: New file.
36829         * tests/test-fseterr.c: New file.
36830
36831         * modules/fseterr: New file.
36832         * lib/fseterr.h: New file.
36833         * lib/fseterr.c: New file.
36834
36835 2007-03-08  Bruno Haible  <bruno@clisp.org>
36836
36837         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
36838         * lib/getopt_.h: Likewise.
36839         * lib/mbswidth.h: Likewise.
36840         * lib/setenv.h: Likewise.
36841         * lib/vasnprintf.h: Likewise.
36842         * lib/vasprintf.h: Likewise.
36843         * lib/verror.h: Likewise.
36844         * lib/xsetenv.h: Likewise.
36845         * lib/xvasprintf.h: Likewise.
36846
36847 2007-03-08  Jim Meyering  <jim@meyering.net>
36848
36849         * users.txt: Add parted.
36850
36851         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
36852
36853 2007-03-07  Bruno Haible  <bruno@clisp.org>
36854
36855         * m4/printf.m4: Make the shell script snippets copy&pastable.
36856
36857 2007-03-02  Bruno Haible  <bruno@clisp.org>
36858
36859         * lib/netinet_in_.h: New file.
36860         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
36861         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
36862         * modules/netinet_in (Files): Add lib/netinet_in_.h.
36863         (Depends-on): Add absolute-header.
36864         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
36865         into netinet/in.h.
36866
36867 2007-03-03  Bruno Haible  <bruno@clisp.org>
36868
36869         * lib/sys_select_.h: New file.
36870         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
36871         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
36872         * modules/sys_select (Files): Add lib/sys_select_.h.
36873         (Depends-on): Add absolute-header.
36874         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
36875         into sys/select.h.
36876
36877 2007-03-02  Bruno Haible  <bruno@clisp.org>
36878
36879         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
36880         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
36881         values.
36882         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
36883         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
36884         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
36885         * modules/sys_socket (Depends-on): Add absolute-header.
36886         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
36887         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
36888         (Include): Remove requirement of inclusion of <sys/types.h>.
36889
36890 2007-03-02  Bruno Haible  <bruno@clisp.org>
36891
36892         * lib/byteswap_.h (bswap_32): Fix formula.
36893
36894 2007-03-06  Bruno Haible  <bruno@clisp.org>
36895
36896         * modules/sprintf-posix-tests: New file.
36897         * tests/test-sprintf-posix.c: New file.
36898
36899         * modules/sprintf-posix: New file.
36900         * lib/sprintf.c: New file.
36901         * m4/sprintf-posix.m4: New file.
36902         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
36903         REPLACE_SPRINTF.
36904         * lib/stdio_.h (sprintf): New declaration.
36905         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
36906         REPLACE_SPRINTF.
36907
36908 2007-03-06  Bruno Haible  <bruno@clisp.org>
36909
36910         * modules/vsprintf-posix-tests: New file.
36911         * tests/test-vsprintf-posix.c: New file.
36912         * tests/test-sprintf-posix.h: New file.
36913
36914         * modules/vsprintf-posix: New file.
36915         * lib/vsprintf.c: New file.
36916         * m4/vsprintf-posix.m4: New file.
36917         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
36918         REPLACE_VSPRINTF.
36919         * lib/stdio_.h (vsprintf): New declaration.
36920         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
36921         REPLACE_VSPRINTF.
36922
36923 2007-03-06  Bruno Haible  <bruno@clisp.org>
36924
36925         * modules/vsnprintf (Depend-on): Remove minmax.
36926
36927 2007-03-06  Bruno Haible  <bruno@clisp.org>
36928
36929         * modules/snprintf-posix-tests: New file.
36930         * tests/test-snprintf-posix.c: New file.
36931
36932         * modules/snprintf-posix: New file.
36933         * m4/snprintf-posix.m4: New file.
36934         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
36935         gl_FUNC_SNPRINTF.
36936         (gl_FUNC_SNPRINTF): Invoke it.
36937         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
36938         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
36939         is set.
36940         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
36941
36942 2007-03-06  Bruno Haible  <bruno@clisp.org>
36943
36944         * modules/vsnprintf-posix-tests: New file.
36945         * tests/test-vsnprintf-posix.c: New file.
36946         * tests/test-snprintf-posix.h: New file.
36947
36948         * modules/vsnprintf-posix: New file.
36949         * m4/vsnprintf-posix.m4: New file.
36950         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
36951         gl_FUNC_VSNPRINTF.
36952         (gl_FUNC_VSNPRINTF): Invoke it.
36953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
36954         * lib/stdio_.h (vsnprintf): Define as a replacement if
36955         REPLACE_VSNPRINTF is set.
36956         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
36957
36958 2007-03-06  Bruno Haible  <bruno@clisp.org>
36959
36960         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
36961         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
36962
36963 2007-03-06  Bruno Haible  <bruno@clisp.org>
36964
36965         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
36966         (asinl): Declare also if HAVE_DECL_ASINL is set.
36967         (atanl): Declare also if HAVE_DECL_ATANL is set.
36968         (ceill): Declare also if HAVE_DECL_CEILL is set.
36969         (cosl): Declare also if HAVE_DECL_COSL is set.
36970         (expl): Declare also if HAVE_DECL_EXPL is set.
36971         (floorl): Declare also if HAVE_DECL_FLOORL is set.
36972         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
36973         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
36974         (logl): Declare also if HAVE_DECL_LOGL is set.
36975         (sinl): Declare also if HAVE_DECL_SINL is set.
36976         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
36977         (tanl): Declare also if HAVE_DECL_TANL is set.
36978         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
36979         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
36980         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
36981         declaration of frexpl, ldexpl.
36982         * modules/printf-frexpl (Depends-on): Add math.
36983         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
36984
36985 2007-03-05  Bruno Haible  <bruno@clisp.org>
36986
36987         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
36988         frexpl and ldexpl are declared.
36989         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
36990
36991 2007-03-05  Bruno Haible  <bruno@clisp.org>
36992
36993         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
36994         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
36995
36996 2007-03-05  Bruno Haible  <bruno@clisp.org>
36997
36998         * lib/stdio_.h: Include <stddef.h>.
36999
37000 2007-03-05  Bruno Haible  <bruno@clisp.org>
37001
37002         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37003
37004 2007-03-05  Bruno Haible  <bruno@clisp.org>
37005
37006         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37007         NetBSD 4, from Ralf Wildenhues.
37008
37009 2007-03-04  Bruno Haible  <bruno@clisp.org>
37010
37011         * lib/vasprintf.h: Update #if logic for the case when the functions
37012         exist but are overridden.
37013
37014 2007-03-04  Bruno Haible  <bruno@clisp.org>
37015
37016         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37017         implementations: glibc-2.4 and MacOS X 10.3.
37018         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37019         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37020         * tests/test-vasprintf-posix.c (test_function): Likewise.
37021
37022 2007-03-04  Bruno Haible  <bruno@clisp.org>
37023
37024         * modules/vasprintf-posix-tests: New file.
37025         * tests/test-vasprintf-posix.c: New file.
37026
37027         * modules/vasprintf-posix: New file.
37028         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37029         defined.
37030         * m4/vasprintf-posix.m4: New file.
37031         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37032         gl_FUNC_VASPRINTF.
37033         (gl_FUNC_VASPRINTF): Invoke it.
37034         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37035         here.
37036         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37037
37038 2007-03-04  Bruno Haible  <bruno@clisp.org>
37039
37040         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37041         REPLACE_GETTIMEOFDAY.
37042         * modules/sys_time (Makefile.am): Likewise.
37043         * m4/sys_time_h.m4: Likewise.
37044         * m4/gettimeofday.m4: Likewise.
37045
37046 2007-03-04  Bruno Haible  <bruno@clisp.org>
37047
37048         * modules/vasnprintf-posix-tests: New file.
37049         * tests/test-vasnprintf-posix.c: New file.
37050
37051         * modules/vasnprintf-posix: New file.
37052         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37053         printf-frexpl.h.
37054         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37055         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37056         REPLACE_VASNPRINTF is defined.
37057         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37058         gl_FUNC_VASNPRINTF.
37059         (gl_FUNC_VASNPRINTF): Invoke it.
37060         * m4/vasnprintf-posix.m4: New file.
37061         * m4/printf.m4: New file.
37062
37063 2007-03-04  Bruno Haible  <bruno@clisp.org>
37064
37065         Compile progreloc.c only if --enable-relocatable is specified.
37066         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37067         if --enable-relocatable was specified.
37068         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37069         lib_SOURCES.
37070
37071 2007-03-04  Jim Meyering  <jim@meyering.net>
37072
37073         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37074         Use it consistently, rather than enumerating errno constants.
37075
37076 2007-03-04  Bruno Haible  <bruno@clisp.org>
37077
37078         * modules/xvasprintf-tests: New file.
37079         * tests/test-xvasprintf.c: New file.
37080
37081         * modules/vasprintf-tests: New file.
37082         * tests/test-vasprintf.c: New file.
37083
37084         * modules/vasnprintf-tests: New file.
37085         * tests/test-vasnprintf.c: New file.
37086
37087         * modules/vsnprintf-tests: New file.
37088         * tests/test-vsnprintf.c: New file.
37089
37090         * modules/snprintf-tests: New file.
37091         * tests/test-snprintf.c: New file.
37092
37093 2007-03-04  Bruno Haible  <bruno@clisp.org>
37094
37095         Compile relocatable.c only if --enable-relocatable is specified.
37096         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37097         gl_RELOCATABLE_LIBRARY.
37098         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37099         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37100         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37101         gl_RELOCATABLE_LIBRARY.
37102         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37103         (Makefile.am): Remove lib_SOURCES.
37104         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37105         gl_RELOCATABLE_LIBRARY.
37106         (Makefile.am): Remove lib_SOURCES.
37107         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37108         always.
37109         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37110         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37111
37112 2007-03-04  Bruno Haible  <bruno@clisp.org>
37113
37114         * modules/argmatch-tests: New file.
37115         * tests/test-argmatch.c: New file.
37116
37117         * tests/test-allocsa.c (main): Halve the number of loop runs.
37118
37119         * modules/alloca-opt-tests: New file.
37120         * tests/test-alloca-opt.c: New file.
37121
37122 2007-03-04  Jim Meyering  <jim@meyering.net>
37123
37124         Work around difference between Linux ACLs and Solaris 10 ZFS.
37125         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37126         for EINVAL.
37127
37128 2007-03-03  Bruno Haible  <bruno@clisp.org>
37129
37130         * modules/relocatable-prog (Depends-on): Add back progreloc's
37131         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37132
37133 2007-03-03  Bruno Haible  <bruno@clisp.org>
37134
37135         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37136         * modules/relocatable-lib: New file.
37137
37138 2007-03-03  Bruno Haible  <bruno@clisp.org>
37139
37140         * modules/relocatable-prog: Renamed from modules/relocatable.
37141         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37142
37143 2007-03-03  Bruno Haible  <bruno@clisp.org>
37144
37145         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37146         m4/relocatable-lib.m4.
37147         (Depends-on): Remove 'relocatable'.
37148         (configure.ac): Add gl_RELOCATABLE_NOP.
37149
37150 2007-03-03  Bruno Haible  <bruno@clisp.org>
37151
37152         * modules/relocatable-prog-wrapper: New file.
37153         * modules/relocatable (Depends-on): Add it. Remove all other
37154         dependencies except progname.
37155         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37156
37157         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37158         (gl_FUNC_STRERROR): Nop.
37159         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37160
37161         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37162         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37163
37164         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37165         (gl_FUNC_READLINK): Update.
37166
37167         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37168
37169 2007-03-03  Bruno Haible  <bruno@clisp.org>
37170
37171         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37172         * modules/xreadlink (Depends-on): Add unistd.
37173         * modules/xreadlink-with-size (Depends-on): Likewise.
37174
37175 2007-03-03  Bruno Haible  <bruno@clisp.org>
37176
37177         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37178         extracted from gt_FUNC_SETENV.
37179         (gt_FUNC_SETENV): Remove macro.
37180         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37181         remove gt_FUNC_SETENV.
37182
37183 2007-03-03  Bruno Haible  <bruno@clisp.org>
37184
37185         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37186         ENABLE_RELOCATABLE here.
37187         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37188
37189 2007-03-03  Bruno Haible  <bruno@clisp.org>
37190
37191         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37192         * tests/test-rbtreehash_list.c: Include progname.h.
37193         (main): Call set_program_name.
37194
37195         * modules/rbtree-oset-tests (Depends-on): Add progname.
37196         * tests/test-rbtree_oset.c: Include progname.h.
37197         (main): Call set_program_name.
37198
37199         * modules/rbtree-list-tests (Depends-on): Add progname.
37200         * tests/test-rbtree_list.c: Include progname.h.
37201         (main): Call set_program_name.
37202
37203         * modules/linked-list-tests (Depends-on): Add progname.
37204         * tests/test-linked_list.c: Include progname.h.
37205         (main): Call set_program_name.
37206
37207 2007-03-03  Bruno Haible  <bruno@clisp.org>
37208
37209         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37210         All uses of __restrict changed to _Restrict_.
37211         * lib/glob_.h (__restrict): Remove macro.
37212
37213 2007-03-02  Bruno Haible  <bruno@clisp.org>
37214
37215         * modules/gettext (configure.ac): Require gettext infrastructure
37216         from version 0.16.1.
37217
37218 2007-03-02  Bruno Haible  <bruno@clisp.org>
37219
37220         * modules/linkedhash-list-tests (Depends-on): Add progname.
37221         * tests/test-linkedhash_list.c: Include progname.h.
37222         (main): Call set_program_name.
37223
37224         * modules/carray-list-tests (Depends-on): Add progname.
37225         * tests/test-carray_list.c: Include progname.h.
37226         (main): Call set_program_name.
37227
37228         * modules/avltreehash-list-tests (Depends-on): Add progname.
37229         * tests/test-avltreehash_list.c: Include progname.h.
37230         (main): Call set_program_name.
37231
37232         * modules/avltree-oset-tests (Depends-on): Add progname.
37233         * tests/test-avltree_oset.c: Include progname.h.
37234         (main): Call set_program_name.
37235
37236         * modules/avltree-list-tests (Depends-on): Add progname.
37237         * tests/test-avltree_list.c: Include progname.h.
37238         (main): Call set_program_name.
37239
37240         * modules/array-oset-tests (Depends-on): Add progname.
37241         * tests/test-array_oset.c: Include progname.h.
37242         (main): Call set_program_name.
37243
37244         * modules/array-list-tests (Depends-on): Add progname.
37245         * tests/test-array_list.c: Include progname.h.
37246         (main): Call set_program_name.
37247
37248         * modules/argp-tests (Depends-on): Add progname.
37249         * tests/test-argp.c: Include argp.h first. Include progname.h.
37250         (main): Call set_program_name.
37251
37252 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37253
37254         * doc/gnulib-tool.texi (Initial import): Reword description of
37255         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37256         limited effect even if defined after the first system include.
37257
37258 2007-03-01  Bruno Haible  <bruno@clisp.org>
37259
37260         * build-aux/config.libpath: Update to libtool-1.5.22.
37261         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37262
37263 2007-03-01  Bruno Haible  <bruno@clisp.org>
37264
37265         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37266         foo_CFLAGS.
37267         Reported by Ralf Wildenhues.
37268
37269 2007-03-01  Bruno Haible  <bruno@clisp.org>
37270
37271         * build-aux/install-reloc: Remove object files left over by some
37272         compilers.
37273         Reported by Ralf Wildenhues.
37274
37275 2007-03-01  Bruno Haible  <bruno@clisp.org>
37276
37277         * build-aux/install-reloc: Break long lines.
37278
37279 2007-03-01  Bruno Haible  <bruno@clisp.org>
37280
37281         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37282         Reported by Ralf Wildenhues.
37283
37284 2007-03-01  Bruno Haible  <bruno@clisp.org>
37285
37286         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37287         include ordering constraints.
37288
37289 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37290
37291         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37292         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37293         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37294         as another example.
37295         * lib/time_.h: Fix misspelling.
37296         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37297         Require gl_HEADER_TIME_H_DEFAULTS.
37298         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37299         * m4/time_r.m4 (gl_TIME_R): Likewise.
37300         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37301
37302 2007-03-01  Bruno Haible  <bruno@clisp.org>
37303
37304         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37305         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37306
37307 2007-03-01  Jim Meyering  <jim@meyering.net>
37308
37309         * modules/xreadlink (Maintainer): Add my name.
37310         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37311
37312 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37313             Bruno Haible  <bruno@clisp.org>
37314
37315         * build-aux/install-reloc: Compile also c-ctype.c.
37316         * build-aux/relocatable.sh.in: New file.
37317         * doc/relocatable.texi: New file.
37318         * doc/relocatable-maint.texi: New file.
37319         * doc/gnulib.texi: Include relocatable-maint.texi.
37320         * lib/progreloc.c: Include unistd.h unconditionally.
37321         * lib/relocwrapper.c: Include unistd.h unconditionally.
37322         Include c-ctype.h.
37323         (add_dotbin): Use c_tolower.
37324         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37325         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37326         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37327         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37328         to m4/relocatable-lib.m4.
37329         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37330         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37331         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37332         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37333         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37334         * modules/relocatable: New file.
37335         * modules/relocatable-lib: New file.
37336         * modules/relocatable-script: New file.
37337
37338 2007-02-28  Bruno Haible  <bruno@clisp.org>
37339
37340         Import --enable-relocatable infrastructure.
37341         * build-aux/config.libpath: New file, from GNU gettext.
37342         * build-aux/install-reloc: New file, from GNU gettext.
37343         * build-aux/reloc-ldflags: New file, from GNU gettext.
37344         * lib/relocatable.h: New file, from GNU gettext.
37345         * lib/relocatable.c: New file, from GNU gettext.
37346         * lib/relocwrapper.c: New file, from GNU gettext.
37347         * m4/relocatable.m4: New file, from GNU gettext.
37348
37349 2007-02-28  Bruno Haible  <bruno@clisp.org>
37350
37351         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37352
37353         * modules/xreadlink: New file, from GNU gettext with modifications.
37354         * lib/xreadlink.c: New file, from GNU gettext.
37355         * lib/xreadlink.h: Add comments.
37356         (xreadlink): New declaration.
37357
37358         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37359         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37360         lib/xreadlink-with-size.c.
37361         (configure.ac): Remove gl_XREADLINK invocation.
37362         (Makefile.am): Augment lib_SOURCES.
37363         * m4/xreadlink.m4: Remove file.
37364         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37365         (xreadlink_with_size): Renamed from xreadink.
37366         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37367         * modules/canonicalize (Depends-on): Replace xreadlink with
37368         xreadlink-with-size.
37369         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37370
37371 2007-02-25  Jim Meyering  <jim@meyering.net>
37372
37373         * build-aux/announce-gen: When complaining about excess arguments,
37374         list them.
37375
37376 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37377
37378         * README: Document signed integer overflow situation more
37379         accurately.
37380
37381 2007-02-25  Bruno Haible  <bruno@clisp.org>
37382
37383         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37384         'a' or 'A' conversion.
37385
37386 2007-02-25  Bruno Haible  <bruno@clisp.org>
37387
37388         * modules/filename: Renamed from modules/pathname.
37389         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37390         lib/concatpath.c with lib/concat-filename.c.
37391         (Makefile.am): Update.
37392         (Include): Replace pathname.h with filename.h.
37393         * lib/filename.h: Renamed from lib/pathname.h.
37394         (concatenated_filename): Renamed from concatenated_pathname.
37395         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37396         (concatenated_filename): Renamed from concatenated_pathname.
37397         * lib/findprog.c: Include filename.h instead of pathname.h.
37398         (find_in_path): Update.
37399         * lib/javacomp.c: Include filename.h instead of pathname.h.
37400         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37401         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37402         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37403         is_oldgcj_14_13_usable, is_javac_usable): Update.
37404         * lib/javaexec.c: Include filename.h instead of pathname.h.
37405         (execute_java_class): Update.
37406         * modules/findprog: Update.
37407         * modules/javacomp: Update.
37408         * modules/javaexec: Update.
37409         * MODULES.html.sh (File system functions): Add 'filename', remove
37410         'pathname'.
37411
37412 2007-02-25  Bruno Haible  <bruno@clisp.org>
37413
37414         * modules/printf-frexpl-tests: New file.
37415         * tests/test-printf-frexpl.c: New file.
37416
37417         * modules/printf-frexpl: New file.
37418         * lib/printf-frexpl.h: New file.
37419         * lib/printf-frexpl.c: New file.
37420         * m4/printf-frexpl.m4: New file.
37421
37422 2007-02-25  Bruno Haible  <bruno@clisp.org>
37423
37424         * modules/printf-frexp-tests: New file.
37425         * tests/test-printf-frexp.c: New file.
37426
37427         * modules/printf-frexp: New file.
37428         * lib/printf-frexp.h: New file.
37429         * lib/printf-frexp.c: New file.
37430         * m4/printf-frexp.m4: New file.
37431
37432 2007-02-25  Bruno Haible  <bruno@clisp.org>
37433
37434         Assume automake >= 1.10 for the tests.
37435         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37436         * modules/arctwo-tests: Likewise.
37437         * modules/argp-tests: Likewise.
37438         * modules/avltree-list-tests: Likewise.
37439         * modules/avltree-oset-tests: Likewise.
37440         * modules/avltreehash-list-tests: Likewise.
37441         * modules/carray-list-tests: Likewise.
37442         * modules/crc-tests: Likewise.
37443         * modules/des-tests: Likewise.
37444         * modules/gc-arcfour-tests: Likewise.
37445         * modules/gc-arctwo-tests: Likewise.
37446         * modules/gc-des-tests: Likewise.
37447         * modules/gc-hmac-md5-tests: Likewise.
37448         * modules/gc-hmac-sha1-tests: Likewise.
37449         * modules/gc-md2-tests: Likewise.
37450         * modules/gc-md4-tests: Likewise.
37451         * modules/gc-md5-tests: Likewise.
37452         * modules/gc-pbkdf2-sha1-tests: Likewise.
37453         * modules/gc-rijndael-tests: Likewise.
37454         * modules/gc-sha1-tests: Likewise.
37455         * modules/gc-tests: Likewise.
37456         * modules/getaddrinfo-tests: Likewise.
37457         * modules/hmac-md5-tests: Likewise.
37458         * modules/hmac-sha1-tests: Likewise.
37459         * modules/linked-list-tests: Likewise.
37460         * modules/linkedhash-list-tests: Likewise.
37461         * modules/lock-tests: Likewise.
37462         * modules/md2-tests: Likewise.
37463         * modules/md4-tests: Likewise.
37464         * modules/md5-tests: Likewise.
37465         * modules/rbtree-list-tests: Likewise.
37466         * modules/rbtree-oset-tests: Likewise.
37467         * modules/rbtreehash-list-tests: Likewise.
37468         * modules/read-file-tests: Likewise.
37469         * modules/rijndael-tests: Likewise.
37470         * modules/stdint-tests: Likewise.
37471         * modules/tls-tests: Likewise.
37472
37473 2007-02-24  Bruno Haible  <bruno@clisp.org>
37474
37475         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37476         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37477         function; instead check whether isnan with a double argument links.
37478         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37479         function; instead check whether isnan with a 'long double' argument
37480         links.
37481         Reported by Eric Blake <ebb9@byu.net>.
37482
37483 2007-02-24  Bruno Haible  <bruno@clisp.org>
37484
37485         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37486         defined.
37487         * lib/isnanl.c: Remove all code. Just include isnan.c.
37488         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37489
37490 2007-02-25  Jim Meyering  <jim@meyering.net>
37491
37492         Avoid conflicting types for 'unsetenv' on FreeBSD.
37493         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37494         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37495         in stdlib.h.
37496
37497 2007-02-24  Bruno Haible  <bruno@clisp.org>
37498
37499         * modules/isnanl-nolibm-tests: New file.
37500         * tests/test-isnanl.c: New file.
37501
37502         * modules/isnanl-nolibm: New file.
37503         * lib/isnanl.h: New file.
37504         * lib/isnanl.c: New file.
37505         * m4/isnanl.m4: New file.
37506
37507 2007-02-24  Bruno Haible  <bruno@clisp.org>
37508
37509         * modules/isnan-nolibm-tests: New file.
37510         * tests/test-isnan.c: New file.
37511
37512         * modules/isnan-nolibm: New file.
37513         * lib/isnan.h: New file.
37514         * lib/isnan.c: New file.
37515         * m4/isnan.m4: New file.
37516
37517 2007-02-24  Bruno Haible  <bruno@clisp.org>
37518
37519         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37520         assume that an exponent fits in 20 bits.
37521
37522 2007-02-24  Jim Meyering  <jim@meyering.net>
37523
37524         * m4/regex.m4: Update the description of the configure-time option,
37525         --without-included-regex, to state accurately what the defaults are,
37526         and perhaps to give people an idea why using this option is risky.
37527
37528 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37529
37530         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37531         loops on small arguments.  This attempts to avoid the problem
37532         Bruno Haible reported for AIX 4.3.2 in
37533         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37534
37535 2007-02-23  Bruno Haible  <bruno@clisp.org>
37536
37537         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37538         Needed for help2man.
37539
37540 2007-02-23  Karl Berry  <karl@gnu.org>
37541
37542         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37543         exists, foo.h should be cvs-ignored, not committed.
37544
37545 2007-02-23  Eric Blake  <ebb9@byu.net>
37546
37547         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37548         * lib/stat-time.h (includes): Likewise.
37549         * lib/utimecmp.c (includes): Likewise.
37550         * lib/utimens.h (includes): Likewise.
37551         * lib/getdate.y (includes): Also include "timespec.h" for use
37552         internal to the module.
37553         * modules/utimens (Depends-on): Revert yesterday's patch.
37554         * modules/nanosleep (Depends-on): Add missing dependency.
37555
37556 2007-02-22  Bruno Haible  <bruno@clisp.org>
37557
37558         * lib/glob.c: Don't include getlogin_r.h.
37559
37560 2007-02-22  Jim Meyering  <jim@meyering.net>
37561
37562         * modules/utimens (Depends-on): Add timespec, required for
37563         utimens.h's inclusion of timespec.h.
37564
37565 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37566
37567         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37568         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37569         Schwab in
37570         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37571         I'll try to think of a better way to fix the Solaris problem.
37572
37573         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37574         like glibc; on Solaris 10, it fails with errno == EINVAL.
37575         POSIX says the behavior is unspecified if the first argument is NULL,
37576         so play it safe and never pass NULL to the system getcwd.
37577
37578 2007-02-21  Jim Meyering  <jim@meyering.net>
37579
37580         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37581         of gettimeofday.  It would conflict with the one now always
37582         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37583         an IRIX 6.5 build failure.
37584
37585 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37586
37587         Minor fixups to port to Solaris 10 with Sun C 5.8.
37588         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37589         * modules/getcwd (Depends-on): Add dirfd.
37590         * lib/putenv.c (putenv): #undef it.
37591         (rpl_putenv): New decl.
37592         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37593
37594 2007-02-20  Bruno Haible  <bruno@clisp.org>
37595
37596         * modules/stdio-tests: New file.
37597         * tests/test-stdio.c: New file.
37598
37599         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37600         (Depends-on): Add stdio.
37601         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37602         (Include): Use <stdio.h> instead of vsnprintf.h.
37603         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37604         HAVE_DECL_VSNPRINTF.
37605         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37606
37607         * modules/snprintf (Files): Remove lib/snprintf.h.
37608         (Depends-on): Add stdio.
37609         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37610         (Include): Use <stdio.h> instead of snprintf.h.
37611         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37612         HAVE_DECL_SNPRINTF.
37613         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37614         * lib/getaddrinfo.c: Likewise.
37615
37616         * modules/stdio: New file.
37617         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37618         * lib/snprintf.h: Remove file.
37619         * lib/vsnprintf.h: Remove file.
37620         * lib/.cppi-disable: Remove snprintf.h.
37621         * m4/stdio_h.m4: New file.
37622         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37623
37624 2007-02-20  Jim Meyering  <jim@meyering.net>
37625
37626         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37627         used by e.g., mingw.  From Bruno Haible.
37628
37629 2007-02-19  Bruno Haible  <bruno@clisp.org>
37630
37631         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37632         warnings.
37633         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37634
37635 2007-02-19  Bruno Haible  <bruno@clisp.org>
37636
37637         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37638         from mingw users.
37639
37640 2007-02-19  Bruno Haible  <bruno@clisp.org>
37641
37642         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37643         warnings.
37644         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37645
37646 2007-02-19  Jim Meyering  <jim@meyering.net>
37647
37648         Don't use FD after a successful "fdopendir (fd)".
37649         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37650         Reset it by calling dirfd on the just-obtained DIR*.
37651
37652         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37653         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37654
37655 2007-02-18  Bruno Haible  <bruno@clisp.org>
37656
37657         * lib/readlink.c: Include <unistd.h>.
37658         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
37659         HAVE_READLINK.
37660         * modules/readlink (Depends-on): Add unistd.
37661         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37662         (Include): Add <unistd.h>.
37663
37664         * lib/getlogin_r.h: Remove file.
37665         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
37666         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
37667         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
37668         HAVE_DECL_GETLOGIN_R.
37669         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
37670         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37671         (Include): Use <unistd.h> instead of getlogin_r.h.
37672
37673         * lib/getcwd.h: Remove file.
37674         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
37675         * lib/xgetcwd.c: Likewise.
37676         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
37677         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
37678         * modules/getcwd (Files): Remove lib/getcwd.h.
37679         (Depends-on): Add unistd.
37680         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37681         (Include): Use <unistd.h> instad of getcwd.h.
37682
37683         * lib/ftruncate.c: Include <unistd.h> first.
37684         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
37685         Set HAVE_FTRUNCATE.
37686         * modules/ftruncate (Depends-on): Add unistd.
37687         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37688
37689         * lib/fchdir.c: Include <unistd.h> first.
37690         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
37691         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
37692         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
37693         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37694         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
37695
37696         * lib/dup2.c: Include <unistd.h> first.
37697         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
37698         HAVE_DUP2.
37699         * modules/dup2 (Depends-on): Add unistd.
37700         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37701
37702         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
37703         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
37704         REPLACE_CHOWN. Don't define chown as a macro here.
37705         * modules/chown (Depends-on): Add unistd.
37706         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
37707
37708         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
37709         Add definition for GL_LINK_WARNING.
37710         (chown, dup2): New declarations.
37711         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
37712         link warning.
37713         (ftruncate): New declaration.
37714         (getcwd): New declaration, taken from old getcwd.h.
37715         (getlogin_r): New declaration, taken from old getlogin_r.h.
37716         (readlink): New declaration.
37717         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
37718         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
37719         (gl_PREREQ_UNISTD): Remove macro.
37720         (gl_UNISTD_MODULE_INDICATOR): New macro.
37721         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
37722         many new variables. Don't set UNISTD_H.
37723         * modules/unistd (Description): Change.
37724         (Depends-on): Add link-warning.
37725         (configure.ac): Update.
37726         (Makefile.am): Create unistd.h always. Substitute many new variables
37727         into it.
37728
37729 2007-02-18  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
37732         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
37733         HAVE_GETSUBOPT.
37734         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
37735         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
37736         * lib/getsubopt.h: Remove file.
37737         * modules/getsubopt (Files): Remove lib/getsubopt.h.
37738         (Depends-on): Add stdlib.
37739         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37740         (Includes): Use <stdlib.h> instead of getsubopt.h.
37741         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
37742         Set HAVE_GETSUBOPT.
37743         * lib/getsubopt.c: Don't include getsubopt.h.
37744
37745 2007-02-18  Bruno Haible  <bruno@clisp.org>
37746
37747         * modules/fchdir (Depends-on): Add dup2.
37748
37749 2007-02-18  Bruno Haible  <bruno@clisp.org>
37750
37751         * lib/stdlib_.h: Handle glibc's special invocation convention
37752         specially.
37753
37754 2007-02-18  Bruno Haible  <bruno@clisp.org>
37755
37756         * modules/stdlib-tests: New file.
37757         * tests/test-stdlib.c: New file.
37758
37759         * modules/mkstemp (Files): Remove lib/mkstemp.h.
37760         (Depends-on): Add stdlib.
37761         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37762         (Includes): Use <stdlib.h> instead of mkstemp.h.
37763         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37764         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
37765         * lib/mkstemp.c: Don't include mkstemp.h.
37766         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
37767         * lib/stdlib--.h: Don't include mkstemp.h.
37768
37769         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
37770         (Depends-on): Add stdlib.
37771         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
37772         (Includes): Use <stdlib.h> instead of mkdtemp.h.
37773         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
37774         HAVE_MKDTEMP.
37775         * lib/mkdtemp.c: Don't include mkdtemp.h.
37776         * lib/clean-temp.c: Don't include mkdtemp.h.
37777
37778         * modules/exit (Files): Remove lib/exit.h.
37779         (Depends-on): Add stdlib.
37780         (Makefile.am): Remove lib_SOURCES.
37781         (Include): Use <stdlib.h> instead of exit.h.
37782         * lib/argmatch.c: Don't include exit.h.
37783         * lib/execute.c: Likewise.
37784         * lib/pagealign_alloc.c: Likewise.
37785         * lib/pipe.c: Likewise.
37786         * lib/wait-process.c: Likewise.
37787         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
37788         * lib/exitfail.c: Likewise.
37789         * lib/savewd.c: Likewise.
37790         * lib/xsetenv.c: Likewise.
37791
37792         * modules/stdlib: New file.
37793         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
37794         and extra comments about mkstemp().
37795         * lib/exit.h: Remove file.
37796         * lib/mkdtemp.h: Remove file.
37797         * lib/mkstemp.h: Remove file.
37798         * m4/stdlib_h.m4: New file.
37799         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
37800
37801 2007-02-18  Bruno Haible  <bruno@clisp.org>
37802
37803         * modules/math-tests: New file.
37804         * tests/test-math.c: New file.
37805
37806         * modules/math: New file.
37807         * modules/mathl (Files): Remove lib/mathl.h.
37808         (Depends-on): Add math.
37809         (Makefile.am): Don't mention mathl.h.
37810         (Include): Use <math.h> instead of mathl.h.
37811         * lib/math_.h: New file.
37812         * lib/mathl.h: Remove file.
37813         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
37814         mathl.h.
37815         * lib/asinl.c: Likewise.
37816         * lib/atanl.c: Likewise.
37817         * lib/ceill.c: Likewise.
37818         * lib/cosl.c: Likewise.
37819         * lib/expl.c: Likewise.
37820         * lib/floorl.c: Likewise.
37821         * lib/frexpl.c: Likewise.
37822         * lib/ldexpl.c: Likewise.
37823         * lib/logl.c: Likewise.
37824         * lib/sincosl.c: Likewise.
37825         * lib/sinl.c: Likewise.
37826         * lib/sqrtl.c: Likewise.
37827         * lib/tanl.c: Likewise.
37828         * lib/trigl.c: Likewise.
37829         * m4/math_h.m4: New file.
37830         * MODULES.html.sh (Mathematics): Add math.
37831
37832 2007-02-17  Bruno Haible  <bruno@clisp.org>
37833
37834         * modules/wctype-tests: New file.
37835         * tests/test-wctype.c: New file.
37836
37837         * modules/wchar-tests: New file.
37838         * tests/test-wchar.c: New file.
37839
37840         * modules/unistd-tests: New file.
37841         * tests/test-unistd.c: New file.
37842
37843         * modules/time-tests: New file.
37844         * tests/test-time.c: New file.
37845
37846         * modules/sysexits-tests: New file.
37847         * tests/test-sysexits.c: New file.
37848
37849         * modules/sys_time-tests: New file.
37850         * tests/test-sys_time.c: New file.
37851
37852         * modules/sys_stat-tests: New file.
37853         * tests/test-sys_stat.c: New file.
37854
37855         * modules/sys_socket-tests: New file.
37856         * tests/test-sys_socket.c: New file.
37857
37858         * modules/sys_select-tests: New file.
37859         * tests/test-sys_select.c: New file.
37860
37861         * modules/string-tests: New file.
37862         * tests/test-string.c: New file.
37863
37864         * modules/stdbool-tests: New file.
37865         * tests/test-stdbool.c: New file.
37866
37867         * modules/netinet_in-tests: New file.
37868         * tests/test-netinet_in.c: New file.
37869
37870         * modules/inttypes-tests: New file.
37871         * tests/test-inttypes.c: New file.
37872
37873         * modules/fcntl-tests: New file.
37874         * tests/test-fcntl.c: New file.
37875
37876         * modules/byteswap-tests: New file.
37877         * tests/test-byteswap.c: New file.
37878
37879         * modules/arpa_inet-tests: New file.
37880         * tests/test-arpa_inet.c: New file.
37881
37882 2007-02-17  Bruno Haible  <bruno@clisp.org>
37883
37884         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
37885         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
37886         if the corresponding module is not enabled. Emit link warnings if
37887         the function is used nevertheless.
37888         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
37889         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
37890         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
37891         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
37892         * modules/inttypes (Depends-on): Add link-warning.
37893         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37894         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
37895         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
37896         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
37897         * modules/imaxdiv (configure.ac): Likewise.
37898         * modules/strtoimax (configure.ac): Likewise.
37899         * modules/strtoumax (configure.ac): Likewise.
37900
37901 2007-02-17  Bruno Haible  <bruno@clisp.org>
37902
37903         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
37904         gl_STRING_MODULE_INDICATOR_DEFAULTS.
37905         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
37906         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
37907
37908 2007-02-17  Bruno Haible  <bruno@clisp.org>
37909
37910         * modules/link-warning: New file.
37911         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
37912         * lib/string_.h (GL_LINK_WARNING): Remove definition.
37913         * modules/string (Depends-on): Add link-warning.
37914         (Makefile.am): Copy the contents of build-aux/link-warning.h into
37915         string.h.
37916         * MODULES.html.sh (Support for building libraries and executables): Add
37917         link-warning.
37918
37919 2007-02-17  Bruno Haible  <bruno@clisp.org>
37920
37921         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
37922         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
37923         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
37924         long lines.
37925
37926 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
37927             Bruno Haible  <bruno@clisp.org>
37928
37929         * modules/tmpfile: New file.
37930         * lib/tmpfile.c: New file.
37931         * m4/tmpfile.m4: New file.
37932         * MODULES.html.sh (func_all_modules): New section "Input/output".
37933
37934 2007-02-15  Bruno Haible  <bruno@clisp.org>
37935
37936         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
37937         (supports_delete_on_close): New function.
37938         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
37939
37940 2007-02-14  Bruno Haible  <bruno@clisp.org>
37941
37942         * modules/mbspcasecmp-tests: New file.
37943         * tests/test-mbspcasecmp.sh: New file.
37944         * tests/test-mbspcasecmp.c: New file.
37945
37946         New module mbspcasecmp.
37947         * modules/mbspcasecmp: New file.
37948         * lib/mbspcasecmp.c: New file.
37949         * lib/string_.h (strncasecmp): Change warning message.
37950         (mbspcasecmp): New declaration.
37951         * m4/mbspcasecmp.m4: New file.
37952         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37953         GNULIB_MBSPCASECMP.
37954         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
37955         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
37956
37957 2007-02-14  Bruno Haible  <bruno@clisp.org>
37958
37959         * modules/mbsncasecmp-tests: New file.
37960         * tests/test-mbsncasecmp.sh: New file.
37961         * tests/test-mbsncasecmp.c: New file.
37962
37963         New module mbsncasecmp.
37964         * modules/mbsncasecmp: New file.
37965         * lib/mbsncasecmp.c: New file.
37966         * lib/string_.h (mbsncasecmp): New declaration.
37967         * m4/mbsncasecmp.m4: New file.
37968         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
37969         GNULIB_MBSNCASECMP.
37970         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
37971         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
37972
37973 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
37974
37975         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
37976         Verify that it doesn't overlap with our flags.
37977         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
37978         do not have the desired effect in multibyte locales; instead, use
37979         mbscasecmp.
37980         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
37981         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
37982         we don't require GNU fnmatch ourselves (if our users require it, they
37983         should do so explicitly).
37984
37985         Fix regex code so it doesn't rely on strcasecmp.
37986         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
37987         Otherwise, include gnulib's langinfo.h.
37988         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
37989         undesirable behavior in non-C locales.  Instead, rely on localecharset.
37990         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
37991         * modules/regex (FILES): Remove m4/codeset.m4.
37992         (Depends-on): Add localcharset.  Remove strcase.
37993
37994 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37995
37996         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
37997         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
37998
37999 2007-02-13  Bruno Haible  <bruno@clisp.org>
38000
38001         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38002         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38003
38004 2007-02-12  Bruno Haible  <bruno@clisp.org>
38005
38006         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38007         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38008         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38009         time warning rather than a link error.
38010
38011 2007-02-12  Bruno Haible  <bruno@clisp.org>
38012
38013         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38014         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38015         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38016
38017 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38018
38019         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38020         args, not 2.
38021
38022 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38023
38024         New module 'time', so that apps can include <time.h> as per
38025         POSIX and GNU instead of separate include files like time_r.h
38026         and timegm.h.  This implementation tries out a simpler approach
38027         for replacing decls in standard include files (as compared to
38028         the string module), somewhat as an experiment.
38029
38030         * config/srclist.txt: Comment out mktime.c for now.
38031         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38032         since it doesn't apply any more.  Use generic wording instead.
38033         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38034         'time'.
38035         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38036         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38037         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38038         Don't include <sys/types.h>; no longer needed since we assume C89.
38039         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38040         * lib/strftime.c: Likewise.
38041         * lib/time_r.c: Likewise.
38042         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38043         * lib/nanosleep.c: Include <time.h> first, to check interface.
38044         * lib/strptime.c: Likewise.
38045         * lib/time_r.c: Likewise.
38046         * lib/timegm.c: Likewise.
38047         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38048         needed.
38049         * lib/timegm.c: Don't include timegm.h; no longer needed.
38050         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38051         time.h now handles any problems in that area.
38052         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38053         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38054         that time.h defines struct timespec.
38055         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38056         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38057         handles that.
38058         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38059         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38060         needed.  Set REPLACE_LOCALTIME.
38061         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38062         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38063         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38064         nanosleep; time_h.m4 now does that.  Don't require
38065         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38066         module handles this now.
38067         * modules/getdate (Depends-on): Remove timespec.  Add time.
38068         * modules/nanosleep (Depends-on): Likewise.
38069         * modules/stat-time (Depends-on): Likewise.
38070         * modules/nanosleep (Include): Include time.h, not timespec.h.
38071         * modules/strptime (Files): Remove lib/strptime.h.
38072         (Depends-on): Add extensions, time.
38073         (Include): Include time.h, not strptime.h.
38074         * modules/time_r (Files): Remove lib/time_r.h.
38075         (Depends-on): Add time.
38076         (Include): Include time.h, not time_r.h.
38077         * modules/timegm: Likewise.
38078         * modules/timespec (Description): Now does timespec-related decls
38079         of our own, instead of struct timespec itself.
38080         (Depends-on): Add time; remove extensions.
38081         (Maintainer): Add self.
38082         * modules/utimecmp (Depends-on): Add time; remove timespec.
38083         * modules/utimens (Depends-on): Likewise.
38084         * modules/xnanosleep (Depends-on): Likewise.
38085
38086 2007-02-11  Bruno Haible  <bruno@clisp.org>
38087
38088         * lib/c-strstr.c: Include allocsa.h.
38089         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38090         * lib/c-strcasestr.c: Include allocsa.h.
38091         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38092         * lib/strcasestr.c: Include allocsa.h.
38093         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38094         * lib/mbsstr.c: Include allocsa.h.
38095         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38096         allocsa/freesa instead of malloc/free.
38097         * lib/mbscasestr.c: Include allocsa.h.
38098         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38099         allocsa/freesa instead of malloc/free.
38100         * modules/c-strstr (Depends-on): Add allocsa.
38101         * modules/c-strcasestr (Depends-on): Likewise.
38102         * modules/strcasestr (Depends-on): Likewise.
38103         * modules/mbsstr (Depends-on): Likewise.
38104         * modules/mbscasestr (Depends-on): Likewise.
38105
38106 2007-02-11  Bruno Haible  <bruno@clisp.org>
38107
38108         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38109
38110         * modules/mbsspn-tests: New file.
38111         * tests/test-mbsspn.sh: New file.
38112         * tests/test-mbsspn.c: New file.
38113
38114 2007-02-11  Bruno Haible  <bruno@clisp.org>
38115
38116         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38117
38118         * modules/mbspbrk-tests: New file.
38119         * tests/test-mbspbrk.sh: New file.
38120         * tests/test-mbspbrk.c: New file.
38121
38122 2007-02-11  Bruno Haible  <bruno@clisp.org>
38123
38124         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38125         unneeded cast.
38126
38127         * modules/mbscspn-tests: New file.
38128         * tests/test-mbscspn.sh: New file.
38129         * tests/test-mbscspn.c: New file.
38130
38131 2007-02-11  Bruno Haible  <bruno@clisp.org>
38132
38133         * modules/mbscasecmp-tests: New file.
38134         * tests/test-mbscasecmp.sh: New file.
38135         * tests/test-mbscasecmp.c: New file.
38136
38137 2007-02-11  Bruno Haible  <bruno@clisp.org>
38138
38139         Ensure O(n) worst-case complexity of mbscasestr.
38140         * lib/mbscasestr.c: Include stdbool.h.
38141         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38142         functions.
38143         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38144         the bookkeeping indicates that it's worth it.
38145         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38146
38147         * modules/mbscasestr-tests: New file.
38148         * tests/test-mbscasestr1.c: New file.
38149         * tests/test-mbscasestr2.sh: New file.
38150         * tests/test-mbscasestr2.c: New file.
38151         * tests/test-mbscasestr3.sh: New file.
38152         * tests/test-mbscasestr3.c: New file.
38153         * tests/test-mbscasestr4.sh: New file.
38154         * tests/test-mbscasestr4.c: New file.
38155         * m4/locale-tr.m4: New file.
38156
38157 2007-02-11  Bruno Haible  <bruno@clisp.org>
38158
38159         Ensure O(n) worst-case complexity of mbsstr.
38160         * lib/mbsstr.c: Include stdbool.h.
38161         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38162         functions.
38163         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38164         bookkeeping indicates that it's worth it.
38165         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38166
38167         * modules/mbsstr-tests: New file.
38168         * tests/test-mbsstr1.c: New file.
38169         * tests/test-mbsstr2.sh: New file.
38170         * tests/test-mbsstr2.c: New file.
38171         * tests/test-mbsstr3.sh: New file.
38172         * tests/test-mbsstr3.c: New file.
38173         * m4/locale-fr.m4: New file.
38174
38175 2007-02-11  Bruno Haible  <bruno@clisp.org>
38176
38177         * lib/mbsrchr.c (mbsrchr): Fix bug.
38178
38179         * modules/mbsrchr-tests: New file.
38180         * tests/test-mbsrchr.sh: New file.
38181         * tests/test-mbsrchr.c: New file.
38182
38183 2007-02-11  Bruno Haible  <bruno@clisp.org>
38184
38185         * lib/mbschr.c (mbschr): Fix bug.
38186
38187         * modules/mbschr-tests: New file.
38188         * tests/test-mbschr.sh: New file.
38189         * tests/test-mbschr.c: New file.
38190         * m4/locale-zh.m4: New file.
38191
38192 2007-02-11  Bruno Haible  <bruno@clisp.org>
38193
38194         Support for copying multibyte string iterators.
38195         * lib/mbiter.h: Include <string.h>.
38196         (mbiter_multi_copy): New function.
38197         (mbi_copy): New macro.
38198         * lib/mbuiter.h: Include <string.h>.
38199         (mbuiter_multi_copy): New function.
38200         (mbui_copy): New macro.
38201
38202 2007-02-11  Bruno Haible  <bruno@clisp.org>
38203
38204         New module mbslen.
38205         * modules/mbslen: New file.
38206         * lib/mbslen.c: New file.
38207         * lib/string_.h (mbslen): New declaration.
38208         * m4/mbslen.m4: New file.
38209         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38210         GNULIB_MBSLEN.
38211         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38212         * MODULES.html.sh (Internationalization functions): Add mbslen.
38213
38214 2007-02-11  Bruno Haible  <bruno@clisp.org>
38215
38216         Ensure O(n) worst-case complexity of strcasestr substitute.
38217         * lib/strcasestr.c: Include stdbool.h.
38218         (knuth_morris_pratt): New function.
38219         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38220         bookkeeping indicates that it's worth it.
38221         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38222
38223         * modules/strcasestr-tests: New file.
38224         * tests/test-strcasestr.c: New file.
38225
38226 2007-02-11  Bruno Haible  <bruno@clisp.org>
38227
38228         Ensure O(n) worst-case complexity of c_strcasestr.
38229         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38230         (knuth_morris_pratt): New function.
38231         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38232         the bookkeeping indicates that it's worth it.
38233         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38234
38235         * modules/c-strcasestr-tests: New file.
38236         * tests/test-c-strcasestr.c: New file.
38237
38238 2007-02-11  Bruno Haible  <bruno@clisp.org>
38239
38240         Ensure O(n) worst-case complexity of c_strstr.
38241         * lib/c-strstr.c: Include stdbool.h, string.h.
38242         (knuth_morris_pratt): New function.
38243         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38244         bookkeeping indicates that it's worth it.
38245         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38246
38247         * lib/c-strstr.c: Complete rewrite for maintainability.
38248
38249         * modules/c-strstr-tests: New file.
38250         * tests/test-c-strstr.c: New file.
38251
38252 2007-02-11  Bruno Haible  <bruno@clisp.org>
38253
38254         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38255         5.2.1 and earlier, whereby \055 was treated just like the range
38256         delimiter '-'.
38257         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38258
38259 2007-02-08  Bruno Haible  <bruno@clisp.org>
38260
38261         * modules/regex (Depends-on): Add stdbool.
38262         Reported by Dalibor Topic <robilad@kaffe.org>.
38263
38264 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38265
38266         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38267         Prefer returning from main to exiting from it.
38268         Remove unnecessary parens after sizeof.
38269
38270 2007-02-05  Bruno Haible  <bruno@clisp.org>
38271
38272         New module mbssep.
38273         * modules/mbssep: New file.
38274         * lib/mbssep.c: New file.
38275         * lib/string_.h (strsep): Add a conditional link warning.
38276         (mbssep): New declaration.
38277         * m4/mbssep.m4: New file.
38278         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38279         GNULIB_MBSSEP.
38280         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38281         * MODULES.html.sh (Internationalization functions): Add mbssep.
38282
38283 2007-02-05  Bruno Haible  <bruno@clisp.org>
38284
38285         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38286         Optimize search in case of 1 delimiter.
38287
38288 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38289
38290         * lib/acl.h: Include sys/types.h before sys/acl.h.
38291
38292 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38293
38294         Merge upstream fix for glibc bugzilla #3957:
38295
38296         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38297
38298         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38299         bit for RE_HAT_LISTS_NOT_NEWLINE.
38300         (build_charclass_op): Remove bogus comment.
38301
38302 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38303
38304         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38305
38306 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38307
38308         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38309         * lib/memmem.c [!defined _LIBC]: Include config.h.
38310
38311 2007-02-04  Bruno Haible  <bruno@clisp.org>
38312
38313         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38314         warning message.
38315
38316 2007-02-04  Bruno Haible  <bruno@clisp.org>
38317
38318         New module mbstok_r.
38319         * modules/mbstok_r: New file.
38320         * lib/mbstok_r.c: New file.
38321         * lib/string_.h (strtok_r): Change argument names to match the
38322         comments. Add a conditional link warning.
38323         (mbstok_r): New declaration.
38324         * m4/mbstok_r.m4: New file.
38325         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38326         GNULIB_MBSTOK_R.
38327         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38328         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38329
38330 2007-02-04  Bruno Haible  <bruno@clisp.org>
38331
38332         New module mbsspn.
38333         * modules/mbsspn: New file.
38334         * lib/mbsspn.c: New file.
38335         * lib/string_.h (strspn): Add a conditional link warning.
38336         (mbsspn): New declaration.
38337         * m4/mbsspn.m4: New file.
38338         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38339         GNULIB_MBSSPN.
38340         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38341         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38342
38343 2007-02-04  Bruno Haible  <bruno@clisp.org>
38344
38345         New module mbspbrk.
38346         * modules/mbspbrk: New file.
38347         * lib/mbspbrk.c: New file.
38348         * lib/string_.h (strpbrk): Add a conditional link warning.
38349         (mbspbrk): New declaration.
38350         * m4/mbspbrk.m4: New file.
38351         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38352         GNULIB_MBSPBRK.
38353         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38354         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38355
38356 2007-02-04  Bruno Haible  <bruno@clisp.org>
38357
38358         New module mbscspn.
38359         * modules/mbscspn: New file.
38360         * lib/mbscspn.c: New file.
38361         * lib/string_.h (strcspn): Add a conditional link warning.
38362         (mbscspn): New declaration.
38363         * m4/mbscspn.m4: New file.
38364         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38365         GNULIB_MBSCSPN.
38366         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38367         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38368
38369 2007-02-04  Bruno Haible  <bruno@clisp.org>
38370
38371         New module mbscasestr, reduced goal of strcasestr.
38372         * modules/mbscasestr: New file.
38373         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38374         (mbscasestr): Renamed from strcasestr.
38375         * lib/strcasestr.c: Don't include mbuiter.h.
38376         (strcasestr): Remove support for multibyte locales.
38377         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38378         Change the conditional link warning.
38379         (mbscasestr): New declaration.
38380         * m4/mbscasestr.m4: New file.
38381         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38382         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38383         REPLACE_STRCASESTR.
38384         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38385         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38386         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38387         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38388         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38389         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38390         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38391         (Depends-on): Remove mbuiter.
38392         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38393
38394 2007-02-04  Bruno Haible  <bruno@clisp.org>
38395
38396         Simplify handling of strncasecmp.
38397         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38398         the conditional link warning.
38399         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38400         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38401         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38402         * modules/strcase (configure.ac): Don't invoke
38403         gl_STRING_MODULE_INDICATOR.
38404         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38405
38406 2007-02-04  Bruno Haible  <bruno@clisp.org>
38407
38408         New module mbscasecmp, reduced goal of strcasecmp.
38409         * modules/mbscasecmp: New file.
38410         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38411         (mbscasecmp): Renamed from strcasecmp.
38412         * lib/strcasecmp.c: Don't include mbuiter.h.
38413         (strcasecmp): Remove support for multibyte locales.
38414         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38415         Change the conditional link warning.
38416         (mbscasecmp): New declaration.
38417         * m4/mbscasecmp.m4: New file.
38418         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38419         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38420         REPLACE_STRCASECMP.
38421         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38422         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38423         GNULIB_MBSCASECMP.
38424         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38425         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38426         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38427         (Depends-on): Remove mbuiter.
38428         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38429
38430 2007-02-04  Bruno Haible  <bruno@clisp.org>
38431
38432         New module mbsstr. Remove module strstr.
38433         * modules/mbsstr: New file.
38434         * modules/strstr: Remove file.
38435         * lib/mbsstr.c: Renamed from lib/strstr.c.
38436         (mbsstr): Renamed from strstr.
38437         * lib/string_.h (strstr): Remove declaration. Change the conditional
38438         link warning.
38439         (mbsstr): New declaration.
38440         * m4/mbsstr.m4: New file.
38441         * m4/strstr.m4: Remove file.
38442         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38443         REPLACE_STRSTR.
38444         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38445         Don't initialize GNULIB_STRSTR.
38446         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38447         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38448         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38449         (Support for systems lacking ANSI C 89): Remove strstr.
38450
38451 2007-02-04  Bruno Haible  <bruno@clisp.org>
38452
38453         New module mbsrchr.
38454         * modules/mbsrchr: New file.
38455         * lib/mbsrchr.c: New file.
38456         * lib/string_.h (strrchr): Add a conditional link warning.
38457         (mbsrchr): New declaration.
38458         * m4/mbsrchr.m4: New file.
38459         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38460         GNULIB_MBSRCHR.
38461         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38462         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38463
38464 2007-02-04  Bruno Haible  <bruno@clisp.org>
38465
38466         New module mbschr.
38467         * modules/mbschr: New file.
38468         * lib/mbschr.c: New file.
38469         * lib/string_.h (strchr): Add a conditional link warning.
38470         (mbschr): New declaration.
38471         * m4/mbschr.m4: New file.
38472         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38473         GNULIB_MBSCHR.
38474         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38475         * MODULES.html.sh (Internationalization functions): Add mbschr.
38476
38477 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38478
38479         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38480
38481         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38482
38483 2007-02-04  Bruno Haible  <bruno@clisp.org>
38484
38485         New module description section 'configure.ac-early'.
38486         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38487         (func_get_autoconf_early_snippet): New function.
38488         (func_import, func_create_testdir): Use it. Remove special cases for
38489         modules 'extensions' and 'lock'.
38490         * modules/extensions (configure.ac-early): Require
38491         gl_USE_SYSTEM_EXTENSIONS.
38492         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38493
38494 2007-02-04  Bruno Haible  <bruno@clisp.org>
38495
38496         Make use of gcj-4.3's -fsource and -ftarget option.
38497         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38498         and if so try the options -fsource and -ftarget.
38499         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38500         source_version, ftarget_option, target_version arguments.
38501         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38502         (is_envjavac_oldgcj_14_14_usable): Renamed from
38503         is_envjavac_gcj_14_14_usable.
38504         (is_envjavac_oldgcj_14_13_usable): Renamed from
38505         is_envjavac_gcj_14_13_usable.
38506         (is_gcj_present): Update.
38507         (is_gcj_43, is_gcj43_usable): New functions.
38508         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38509         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38510         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38511         try the options -fsource and -ftarget.
38512
38513 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38514
38515         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38516         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38517         larger value.
38518
38519 2007-02-03  Jim Meyering  <jim@meyering.net>
38520
38521         Give tools a better chance to allocate space for very large buffers.
38522         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38523
38524         Make pwd and readlink work also when run with an unreadable parent dir
38525         on systems with openat support.
38526         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38527         provided getcwd function, even when we have openat support.
38528         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38529
38530 2007-02-02  Bruno Haible  <bruno@clisp.org>
38531
38532         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38533         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38534         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38535         portability problems if one of these functions is only used on specific
38536         platforms.
38537         Reported by Paul Eggert.
38538
38539 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38540
38541         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38542         is causing more trouble than it's curing.
38543         * lib/regex_internal.h (__mempcpy): Remove.
38544         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38545         (and make the code a tad smaller to boot).
38546         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38547
38548 2007-02-02  Jim Meyering  <jim@meyering.net>
38549
38550         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38551         section, not in the Makefile.am: one.
38552
38553 2007-02-02  Eric Blake  <ebb9@byu.net>
38554
38555         * lib/strchrnul.c: Always include config.h first.
38556
38557         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38558         gnulib strstr is not necessary here.
38559
38560 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38561
38562         * m4/socklen.m4: Fix typo.
38563
38564 2007-02-02  Eric Blake  <ebb9@byu.net>
38565
38566         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38567         * modules/netinet_in (Makefile.am): Likewise.
38568
38569 2007-02-01  Bruno Haible  <bruno@clisp.org>
38570
38571         * lib/string_.h (GL_LINK_WARNING): New macro.
38572         (strcasecmp, strstr, strcasestr): If provided by the system,
38573         conditionally define as a macro that leads to a warning instead of to
38574         an error.
38575         (strncasecmp): Conditionally define as a macro that leads to a warning.
38576
38577 2007-02-01  Karl Berry  <karl@gnu.org>
38578
38579         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38580
38581 2007-02-01  Bruno Haible  <bruno@clisp.org>
38582
38583         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38584         renamings.
38585
38586 2007-02-01  Eric Blake  <ebb9@byu.net>
38587
38588         * modules/regex (Depends-on): Revert dependence on mempcpy.
38589         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38590         module's definition of mempcpy.
38591         Reported by Paul Eggert.
38592
38593 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38594
38595         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38596         the symbol XYZ before redefining it.  This fixes a problem with
38597         programs that don't use XYZ, when compiled on systems that define
38598         XYZ to something else.
38599
38600 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38601
38602         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38603         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38604         writeable to group or other and (2) is intended to have a special
38605         mode bit that is set or cleared.  In such a case, the directory
38606         should be neither group- nor other-writeable until the special
38607         mode bits are right.
38608
38609 2007-01-31  Eric Blake  <ebb9@byu.net>
38610
38611         * modules/mountlist (Depends-on): Add strstr.
38612
38613         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38614         bug.
38615         * modules/string (Makefile.am): Remove redundant replacement.
38616         * modules/regex (Depends-on): Add mempcpy.
38617
38618 2007-01-31  Bruno Haible  <bruno@clisp.org>
38619
38620         New module description field 'Link'.
38621         * gnulib-tool (func_usage): Document --extract-link-directive.
38622         (sed_extract_prog): Recognize 'Link' directive.
38623         (func_get_link_directive): New function.
38624         (func_import): Show summary of link directives.
38625         Handle --extract-link-directive option.
38626         * modules/acl (Link): New section.
38627         * modules/clock-time (Link): New section.
38628         * modules/euidaccess (Link): New section.
38629         * modules/gettext (Link): New section.
38630         * modules/iconv (Link): New section.
38631         * modules/lock (Link): New section.
38632         * modules/nanosleep (Link): New section.
38633         * modules/readline (Link): New section.
38634
38635 2007-01-27  Bruno Haible  <bruno@clisp.org>
38636
38637         Enforce the use of gnulib modules for unportable <string.h> functions.
38638         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38639         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38640         (gl_HEADER_STRING_H_BODY): Require it.
38641         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38642         the symbol XYZ to one that gives a link error.
38643         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38644         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38645         * modules/mempcpy (configure.ac): Likewise.
38646         * modules/memrchr (configure.ac): Likewise.
38647         * modules/stpcpy (configure.ac): Likewise.
38648         * modules/stpncpy (configure.ac): Likewise.
38649         * modules/strcase (configure.ac): Likewise.
38650         * modules/strcasestr (configure.ac): Likewise.
38651         * modules/strchrnul (configure.ac): Likewise.
38652         * modules/strdup (configure.ac): Likewise.
38653         * modules/strndup (configure.ac): Likewise.
38654         * modules/strnlen (configure.ac): Likewise.
38655         * modules/strpbrk (configure.ac): Likewise.
38656         * modules/strsep (configure.ac): Likewise.
38657         * modules/strstr (configure.ac): Likewise.
38658         * modules/strtok_r (configure.ac): Likewise.
38659
38660 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
38661
38662         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
38663
38664 2007-01-30  Jim Meyering  <jim@meyering.net>
38665
38666         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
38667
38668 2007-01-29  Bruno Haible  <bruno@clisp.org>
38669
38670         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
38671         * lib/execute.c: Likewise.
38672         * lib/pipe.c: Likewise.
38673         * lib/printf-args.h: Likewise.
38674         * lib/printf-args.c: Likewise.
38675         * lib/printf-parse.c: Likewise.
38676         * lib/vasnprintf.c: Likewise.
38677
38678 2007-01-29  Eric Blake  <ebb9@byu.net>
38679
38680         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
38681         declaration.
38682
38683 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
38684
38685         * lib/strptime.h (strptime): Use 'restrict' for args where
38686         POSIX requires this.
38687         * lib/strptime.c (strptime): Likewise.
38688         Change license notice from LGPL to GPL, since gnulib-tool will
38689         change this as needed.
38690         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
38691         defined.
38692         Include "strptime.h" first, to check interface.
38693         Do not #undef _LIBC and _NL_CURRENT.
38694         Do not include <stdlib.h>; no longer needed.
38695         Include "time_r.h" and declare ptime_locale_status
38696         only if _LIBC is not defined.
38697         (__P): Remove unused macro.
38698         (match_string): Bring back glibc version, but use it only if _LIBC
38699         is defined.
38700         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
38701         Remove unnecessary assertion and abort() call.
38702         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
38703         * m4/strptime.m4: Fix serial number comment.
38704         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
38705         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
38706         (Depends-on): Add time_r.
38707
38708 2007-01-29  Bruno Haible  <bruno@clisp.org>
38709
38710         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
38711         strptime.
38712         * modules/strptime (Depends-on): Add stdbool.
38713         * lib/strptime.h: Include <time.h> always. Add comments.
38714
38715 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
38716
38717         * modules/strptime: New file.
38718         * lib/strptime.h: New file.
38719         * lib/strptime.c: New file.
38720         * m4/strptime.m4: New file.
38721
38722 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
38723
38724         * MODULES.html.sh: New module mpsort.
38725         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
38726
38727         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
38728         a circularity problem with HP-UX ia64 reported by Bob Proulx in
38729         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
38730         All uses changed.
38731         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
38732         All uses changed.
38733         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
38734         to _Restrict_.
38735         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
38736         the parameter matches the prototype.
38737
38738 2007-01-28  Jim Meyering  <jim@meyering.net>
38739
38740         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
38741         sys/time.h here, reverting that part of the previous patch:
38742         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
38743
38744 2007-01-28  Bruno Haible  <bruno@clisp.org>
38745
38746         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
38747         value of $(SYS_TIME_H).
38748         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
38749         remove it conditionally, too. [added by Jim Meyering]
38750         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
38751         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
38752         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
38753         GETTIMEOFDAY_REPLACEMENT to 1.
38754
38755 2007-01-28  Bruno Haible  <bruno@clisp.org>
38756
38757         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
38758         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
38759         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
38760         Set UNISTD_H instead of UNISTD_H2.
38761         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
38762
38763 2007-01-28  Bruno Haible  <bruno@clisp.org>
38764
38765         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
38766         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
38767
38768 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38769
38770         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
38771         (func_create_testdir): Ensure C locale for `grep' and `tr'
38772         character ranges.
38773         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
38774         ACLOCAL_AMFLAGS parsing state machine.
38775
38776 2007-01-27  Bruno Haible  <bruno@clisp.org>
38777
38778         * modules/unistr/base: Update.
38779
38780 2007-01-27  Bruno Haible  <bruno@clisp.org>
38781
38782         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
38783         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
38784         * modules/unistr/u32-mbtouc-unsafe: Renamed from
38785         modules/unistr/u32-mbtouc.
38786         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
38787         * lib/unistr.h: Update.
38788         * lib/linebreak.c: Update.
38789         * modules/unistr/u32-mbtouc: Renamed from
38790         modules/unistr/u32-mbtouc-safe.
38791         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
38792         * lib/unistr.h: Update.
38793         * lib/unistr/u32-to-u8.c: Update.
38794         * lib/unistr/u32-to-u16.c: Update.
38795
38796 2007-01-27  Bruno Haible  <bruno@clisp.org>
38797
38798         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
38799         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
38800         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
38801         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
38802         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
38803         * modules/unistr/u16-mbtouc-unsafe: Renamed from
38804         modules/unistr/u16-mbtouc.
38805         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
38806         * lib/unistr.h: Update.
38807         * lib/linebreak.c: Update.
38808         * modules/linebreak: Update.
38809         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
38810         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
38811         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
38812         * modules/unistr/u16-mbtouc: Renamed from
38813         modules/unistr/u16-mbtouc-safe.
38814         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
38815         * lib/unistr.h: Update.
38816         * lib/unistr/u16-to-u8.c: Update.
38817         * modules/unistr/u16-to-u8: Update.
38818         * lib/unistr/u16-to-u32.c: Update.
38819         * modules/unistr/u16-to-u32: Update.
38820
38821 2007-01-27  Bruno Haible  <bruno@clisp.org>
38822
38823         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
38824         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
38825         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
38826         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
38827         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
38828         * modules/unistr/u8-mbtouc-unsafe: Renamed from
38829         modules/unistr/u8-mbtouc.
38830         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
38831         * lib/unistr.h: Update.
38832         * lib/striconveh.c: Update.
38833         * modules/striconveh: Update.
38834         * lib/linebreak.c: Update.
38835         * modules/linebreak: Update.
38836         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
38837         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
38838         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
38839         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
38840         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
38841         * lib/unistr.h: Update.
38842         * lib/striconveh.c: Update.
38843         * modules/striconveh: Update.
38844         * lib/unistr/u8-to-u16.c: Update.
38845         * modules/unistr/u8-to-u16: Update.
38846         * lib/unistr/u8-to-u32.c: Update.
38847         * modules/unistr/u8-to-u32: Update.
38848
38849 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38850
38851         Sync from Libtool.
38852         * lib/argz.c: Do not include strings.h nor memory.h, include
38853         string.h unconditionally.  Patch by Simon Josefsson.
38854
38855 2007-01-27  Bruno Haible  <bruno@clisp.org>
38856
38857         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
38858         from gl_HEADER_STRING_H_BODY.
38859         (gl_HEADER_STRING_H_BODY): Require it.
38860         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
38861         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
38862         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
38863         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
38864         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
38865         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
38866         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
38867         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
38868         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
38869         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
38870         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
38871         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
38872         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
38873         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
38874         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
38875
38876 2007-01-27  Bruno Haible  <bruno@clisp.org>
38877
38878         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
38879         check_PROGRAMS into noinst_PROGRAMS.
38880         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
38881         check_PROGRAMS in this case.
38882         (func_import): Set for_test to false.
38883         (func_create_testdir): Set for_test to true.
38884
38885 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
38886             Bruno Haible  <bruno@clisp.org>
38887
38888         * modules/strcasestr (Files): Remove lib/strcasestr.h.
38889         (Depends-on): Add string.
38890         (Includes): Use <string.h> instead of strcasestr.h.
38891         * modules/string (Makefile.am): Also substitute the value of
38892         REPLACE_STRCASESTR.
38893         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
38894         assume strcasestr is declared in <string.h> not <strings.h>. Also
38895         set REPLACE_STRCASESTR.
38896         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
38897         REPLACE_STRCASESTR.
38898         * lib/strcasestr.h: Remove file.
38899         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
38900         * lib/string_.h (strcasestr): New declaration.
38901
38902 2007-01-27  Bruno Haible  <bruno@clisp.org>
38903
38904         * lib/string_.h: Use 'extern'.
38905
38906 2007-01-27  Jim Meyering  <jim@meyering.net>
38907
38908         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
38909         of set-but-not-used local, "q".
38910
38911         * lib/mempcpy.c: Include <config.h> before <string.h>.
38912         This fixes a compilation error on HP-UX, due to the system's
38913         "restrict"-using mempcpy prototype.
38914
38915 2007-01-26  Bruno Haible  <bruno@clisp.org>
38916
38917         Small optimization.
38918         * lib/javacomp.c: Include c-strstr.h.
38919          (is_envjavac_gcj): Use c_strstr instead of strstr.
38920         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
38921
38922 2007-01-26  Bruno Haible  <bruno@clisp.org>
38923
38924         * MODULES.html.sh (Unicode string functions): Add the new modules.
38925
38926         * modules/uniconv/u32-strconv-to-locale: New file.
38927         * lib/uniconv/u32-strconv-to-locale.c: New file.
38928
38929         * modules/uniconv/u16-strconv-to-locale: New file.
38930         * lib/uniconv/u16-strconv-to-locale.c: New file.
38931
38932         * modules/uniconv/u8-strconv-to-locale: New file.
38933         * lib/uniconv/u8-strconv-to-locale.c: New file.
38934
38935         * modules/uniconv/u32-strconv-from-locale: New file.
38936         * lib/uniconv/u32-strconv-from-locale.c: New file.
38937
38938         * modules/uniconv/u16-strconv-from-locale: New file.
38939         * lib/uniconv/u16-strconv-from-locale.c: New file.
38940
38941         * modules/uniconv/u8-strconv-from-locale: New file.
38942         * lib/uniconv/u8-strconv-from-locale.c: New file.
38943
38944         * modules/uniconv/u32-strconv-to-enc: New file.
38945         * lib/uniconv/u32-strconv-to-enc.c: New file.
38946         * modules/uniconv/u32-strconv-to-enc-tests: New file.
38947         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
38948
38949         * modules/uniconv/u16-strconv-to-enc: New file.
38950         * lib/uniconv/u16-strconv-to-enc.c: New file.
38951         * lib/uniconv/u-strconv-to-enc.h: New file.
38952         * modules/uniconv/u16-strconv-to-enc-tests: New file.
38953         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
38954
38955         * modules/uniconv/u8-strconv-to-enc: New file.
38956         * lib/uniconv/u8-strconv-to-enc.c: New file.
38957         * modules/uniconv/u8-strconv-to-enc-tests: New file.
38958         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
38959
38960         * modules/uniconv/u32-strconv-from-enc: New file.
38961         * lib/uniconv/u32-strconv-from-enc.c: New file.
38962         * modules/uniconv/u32-strconv-from-enc-tests: New file.
38963         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
38964
38965         * modules/uniconv/u16-strconv-from-enc: New file.
38966         * lib/uniconv/u16-strconv-from-enc.c: New file.
38967         * modules/uniconv/u16-strconv-from-enc-tests: New file.
38968         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
38969
38970         * modules/uniconv/u8-strconv-from-enc: New file.
38971         * lib/uniconv/u8-strconv-from-enc.c: New file.
38972         * lib/uniconv/u-strconv-from-enc.h: New file.
38973         * modules/uniconv/u8-strconv-from-enc-tests: New file.
38974         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
38975
38976         * modules/uniconv/u32-conv-from-enc: New file.
38977         * lib/uniconv/u32-conv-from-enc.c: New file.
38978         * modules/uniconv/u32-conv-from-enc-tests: New file.
38979         * tests/uniconv/test-u32-conv-from-enc.c: New file.
38980
38981         * modules/uniconv/u16-conv-from-enc: New file.
38982         * lib/uniconv/u16-conv-from-enc.c: New file.
38983         * lib/uniconv/u-conv-from-enc.h: New file.
38984         * modules/uniconv/u16-conv-from-enc-tests: New file.
38985         * tests/uniconv/test-u16-conv-from-enc.c: New file.
38986
38987         * modules/uniconv/u8-conv-from-enc: New file.
38988         * lib/uniconv/u8-conv-from-enc.c: New file.
38989         * modules/uniconv/u8-conv-from-enc-tests: New file.
38990         * tests/uniconv/test-u8-conv-from-enc.c: New file.
38991
38992         * modules/uniconv/base: New file.
38993         * lib/uniconv.h: New file.
38994
38995 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
38996
38997         * doc/gnulib-tool.texi (Initial import): Update to match current
38998         behavior with strdup module.
38999         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39000         * lib/memmem.h: Remove; all uses removed.  This is now done
39001         by <string.h>.
39002         * lib/mempcpy.h: Likewise.
39003         * lib/memrchr.h: Likewise.
39004         * lib/stpcpy.h: Likewise.
39005         * lib/stpncpy.h: Likewise.
39006         * lib/strcase.h: Likewise.
39007         * lib/strchrnul.h: Likewise.
39008         * lib/strdup.h: Likewise.
39009         * lib/strndup.h: Likewise.
39010         * lib/strnlen.h: Likewise.
39011         * lib/strpbrk.h: Likewise.
39012         * lib/strsep.h: Likewise.
39013         * lib/strstr.h: Likewise.
39014         * lib/strtok_r.h: Likewise.
39015         * lib/string_.h: New file.
39016         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39017         Rely on <string.h> instead.
39018         * lib/canon-host.c: Likewise.
39019         * lib/chdir-long.c: Likewise.
39020         * lib/concatpath.c: Likewise.
39021         * lib/exclude.c: Likewise.
39022         * lib/fchdir.c: Likewise.
39023         * lib/getaddrinfo.c: Likewise.
39024         * lib/getcwd.c: Likewise.
39025         * lib/getsubopt.c: Likewise.
39026         * lib/glob.c: Likewise.
39027         * lib/hard-locale.c: Likewise.
39028         * lib/iconvme.c: Likewise.
39029         * lib/javacomp.c: Likewise.
39030         * lib/mempcpy.c: Likewise.
39031         * lib/memrchr.c: Likewise.
39032         * lib/regex_internal.h: Likewise.
39033         * lib/stpncpy.c: Likewise.
39034         * lib/strcasecmp.c: Likewise.
39035         * lib/strchrnul.c: Likewise.
39036         * lib/strdup.c: Likewise.
39037         * lib/striconv.c: Likewise.
39038         * lib/striconveh.c: Likewise.
39039         * lib/striconveha.c: Likewise.
39040         * lib/strncasecmp.c: Likewise.
39041         * lib/strndup.c: Likewise.
39042         * lib/strnlen.c: Likewise.
39043         * lib/strsep.c: Likewise.
39044         * lib/strstr.c: Likewise.
39045         * lib/strtok_r.c: Likewise.
39046         * lib/userspec.c: Likewise.
39047         * lib/w32spawn.h: Likewise.
39048         * lib/xstrndup.c: Likewise.
39049         * lib/mountlist.c (strstr): Remove decl.
39050         * m4/string_h.m4: New file.
39051         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39052         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39053         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39054         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39055         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39056         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39057         Set REPLACE_STRCASECMP if necessary.
39058         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39059         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39060         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39061         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39062         HAVE_DECL_STRDUP if necessary.
39063         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39064         since gl_FUNC_STRNDUP does that now.
39065         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39066         Check for decl here...
39067         (gl_PREREQ_STRNLEN): ... not here.
39068         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39069         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39070         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39071         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39072         necessary.
39073         * modules/string: New file.
39074         * modules/memmem (Files): Remove special-purpose include file.
39075         (Depends-on): Add string.
39076         (Include): Include <string.h>, not the removed file.
39077         * modules/mempcpy: Likewise.
39078         * modules/memrchr: Likewise.
39079         * modules/stpcpy: Likewise.
39080         * modules/stpncpy: Likewise.
39081         * modules/strcase: Likewise.
39082         * modules/strchrnul: Likewise.
39083         * modules/strdup: Likewise.
39084         * modules/strndup: Likewise.
39085         * modules/strnlen: Likewise.
39086         * modules/strpbrk: Likewise.
39087         * modules/strsep: Likewise.
39088         * modules/strstr: Likewise.
39089         * modules/strtok_r: Likewise.
39090         * tests/test-dirname.c: Don't include "strdup.h", since
39091         <string.h> now suffices.
39092         * tests/test-memmem.c: Don't include "memmem.h", since
39093         <string.h> now suffices.
39094
39095 2007-01-25  Bruno Haible  <bruno@clisp.org>
39096
39097         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39098         *resultp is 0.
39099
39100         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39101         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39102         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39103         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39104
39105         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39106         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39107         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39108         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39109         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39110         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39111
39112 2007-01-24  Bruno Haible  <bruno@clisp.org>
39113
39114         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39116         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39117         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39118         gl_FUNC_FTS_CORE.
39119         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39120         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39121         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39122         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39123         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39124         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39125         gl_FUNC_FCHOWNAT.
39126         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39127         gl_FUNC_STRFTIME.
39128         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39129         Reported by Ralf Wildenhues.
39130
39131 2007-01-24  Bruno Haible  <bruno@clisp.org>
39132
39133         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39134         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39135         gl_GETADDRINFO.
39136         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39137         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39138         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39139
39140 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39141
39142         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39143         Don't use 'exit'; just return from 'main'.
39144         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39145
39146         * lib/fnmatch_.h: Readjust white space and comments to match
39147         glibc, to avoid spurious diffs.
39148
39149 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39150
39151         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39152         2004-12-01 change by Jakub Jelinek, since this code won't compile
39153         if !LIBC.  Problem reported by Bob Proulx.
39154
39155 2007-01-23  Bruno Haible  <bruno@clisp.org>
39156
39157         * lib/striconveh.c: Include c-strcaseeq.h.
39158         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39159         * modules/striconveh (Depends-on): Add c-strcaseeq.
39160
39161 2007-01-23  Bruno Haible  <bruno@clisp.org>
39162
39163         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39164
39165         * modules/c-strcaseeq: New file.
39166         * lib/c-strcaseeq.h: New file.
39167
39168         * modules/streq: New file.
39169         * lib/streq.h: New file.
39170
39171 2007-01-23  Bruno Haible  <bruno@clisp.org>
39172
39173         * modules/striconveha-tests: New file.
39174         * tests/test-striconveha.c: New file.
39175
39176         * lib/striconveha.h: Include <stdbool.h>.
39177         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39178         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39179         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39180         (mem_iconveha): New function.
39181         (str_iconveha_notranslit): Renamed from str_iconveha.
39182         (str_iconveha): New function.
39183         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39184         c-strcase.
39185
39186 2007-01-23  Bruno Haible  <bruno@clisp.org>
39187
39188         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39189         encodings without forgiving before trying any encoding with handler.
39190         (str_iconveha): Try all encodings without forgiving before trying any
39191         encoding with handler.
39192
39193 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39194
39195         Import the following changes from libc.
39196
39197         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39198
39199         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39200
39201         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39202
39203         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39204         normal_bracket label.
39205
39206         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39207
39208         [BZ #361]
39209         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39210         to normal_bracket after fetching the next character.
39211
39212 2007-01-22  Bruno Haible  <bruno@clisp.org>
39213
39214         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39215         argument.
39216         * lib/striconveh.c (iconv_carefully_1): New function.
39217         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39218         argument.
39219         (str_cd_iconveh): Update.
39220         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39221         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39222         * tests/test-striconveh.c (MAGIC): New macro.
39223         (new_offsets): New function.
39224         (main): Test call with and without offsets.
39225
39226 2007-01-22  Bruno Haible  <bruno@clisp.org>
39227
39228         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39229         * modules/sys_select (Makefile.am): Likewise.
39230         * modules/sys_socket (Makefile.am): Likewise.
39231         * modules/sys_time (Makefile.am): Likewise.
39232
39233 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39234
39235         * modules/gettimeofday (License): Change from GPL to LGPL, since
39236         gettimeofday is a library function.
39237
39238 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39239
39240         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39241
39242 2007-01-21  Bruno Haible  <bruno@clisp.org>
39243
39244         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39245
39246 2007-01-21  Bruno Haible  <bruno@clisp.org>
39247
39248         * modules/striconveha: New file.
39249         * lib/striconveha.h: New file.
39250         * lib/striconveha.c: New file.
39251         * MODULES.html.sh (Internationalization functions): Add striconveha.
39252         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39253         string.
39254         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39255
39256 2007-01-21  Bruno Haible  <bruno@clisp.org>
39257
39258         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39259         * lib/striconveh.c (str_iconveh): Likewise.
39260
39261 2007-01-21  Bruno Haible  <bruno@clisp.org>
39262
39263         * lib/striconveh.h (mem_iconveh): New declaration.
39264         * lib/striconveh.c (mem_iconveh): New function.
39265         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39266
39267 2007-01-21  Bruno Haible  <bruno@clisp.org>
39268
39269         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39270
39271         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39272         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39273         original result buffer.
39274         (str_cd_iconveh): Update.
39275         * tests/test-striconveh.c (main): Update.
39276
39277         * lib/striconv.h (mem_cd_iconv): Change specification.
39278         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39279         result buffer.
39280         (str_cd_iconv): Update.
39281         * tests/test-striconv.c (main): Update.
39282
39283 2007-01-21  Bruno Haible  <bruno@clisp.org>
39284
39285         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39286
39287 2007-01-20  Jim Meyering  <jim@meyering.net>
39288
39289         * lib/userspec.c (parse_with_separator): If a user or group string
39290         starts with "+", skip the corresponding name-to-ID look-up, since
39291         such a look-up must fail: user and group names may not include "+".
39292
39293 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39294
39295         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39296         since we now assume the sys_time module.
39297         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39298         check for sys/time.h; no longer needed.
39299         * modules/poll (Depends-on): Depend on sys_time.
39300
39301 2007-01-18  Bruno Haible  <bruno@clisp.org>
39302
39303         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39304         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39305
39306         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39307         gettimeofday.
39308
39309         * tests/test-gettimeofday.c: Include <time.h>.
39310         (dummy): Remove variable.
39311
39312         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39313         gl_HEADER_SYS_TIME_H.
39314         (gl_HEADER_SYS_TIME_H): New macro.
39315
39316         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39317         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39318         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39319         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39320         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39321         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39322         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39323         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39324         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39325         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39326         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39327
39328         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39329         last change; it caused a compilation error when cross-compiling to
39330         Cygwin.
39331
39332 2007-01-18  Jim Meyering  <jim@meyering.net>
39333
39334         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39335         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39336         than the race-prone "test -d sys || mkdir sys".
39337         (configure.ac): Use AC_PROG_MKDIR_P.
39338         * modules/sys_select: Likewise.
39339         * modules/sys_socket: Likewise.
39340         * modules/sys_time: Likewise.
39341
39342 2007-01-18  Eric Blake  <ebb9@byu.net>
39343
39344         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39345         replace gettimeofday.
39346         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39347         name, to avoid infinite recursion.
39348
39349 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39350
39351         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39352         module sys_time.
39353         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39354         assume timespec.h defines struct timeval.
39355         * lib/settime.c: Likewise.
39356         * lib/utimens.c: Likewise.
39357         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39358         since we now assume the gettimeofday module.
39359         * lib/tempname.c (__gen_tempname): Likewise.
39360         * lib/gettimeofday.h: Remove.
39361         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39362         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39363         Include <time.h>, for 'time()'.
39364         (localtime_buffer_addr): Also use this workaround if
39365         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39366         to simplify the uses.  All uses changed.
39367         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39368         that #undef is inside {}, and 'const' follows type name consistently.
39369         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39370         (gettimeofday): Do not use the maximum possible value for
39371         tv->tv_usec, since that might break usages other than ls.c.
39372         Instead, we'll leave ls.c alone.  This undoes today's patch
39373         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39374         we've never observed the problem but might as well keep the
39375         canary.
39376         * lib/nanosleep.c: Include timespec.h first, for interface check.
39377         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39378         now assume the sys_time module.
39379         * lib/tempname.c: Likewise.
39380         * lib/timespec.h: Likewise.
39381         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39382         needed.
39383         * lib/strftime.c: Likewise.
39384         * lib/timespec.h: Likewise.
39385         * lib/posixtm.c: Include posixtm.h first, for interface check.
39386         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39387         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39388         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39389         * lib/sys_time_.h: New file.
39390         * lib/timespec.h (struct timespec): Use long int, not long.
39391         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39392         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39393         Remove obsolescent call to AC_HEADER_TIME.
39394         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39395         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39396         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39397         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39398         Likewise.
39399         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39400         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39401         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39402         into the sys_time module.  Check for gettimeofday just once.
39403         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39404         for gettimeofday signature to just check the signature.  Merely
39405         compile it, since linking doesn't test signature.  Improve test for
39406         whether gettimeofday.o is actually needed.
39407         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39408         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39409         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39410         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39411         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39412         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39413         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39414         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39415         than worrying about sys/time.h.
39416         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39417         Don't bother worrying about TIME_WITH_SYS_TIME.
39418         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39419         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39420         * m4/sys_time_h.m4: New file.
39421         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39422         Don't include sys/time.h.  Return from main rather than exiting.
39423         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39424         all uses changed.
39425         * modules/gethrxtime (Depends-on): Add sys_time.
39426         * modules/gettime (Depends-on): Likewise.
39427         * modules/gettimeofday (Depends-on): Likewise.
39428         * modules/nanosleep (Depends-on): Likewise.
39429         * modules/settime (Depends-on): Likewise.
39430         * modules/tempname (Depends-on): Likewise.
39431         * modules/utimens (Depends-on): Likewise.
39432         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39433         (Include:) Change back to <sys/time.h>.
39434         (Maintainer:) Add self.
39435         * modules/sys_time: New file.
39436         * modules/tempname (Depends-on): Add gettimeofday.
39437         * tests/test-gettimeofday.c: Include <sys/time.h>
39438         rather than gettimeofday.h.
39439
39440 2007-01-17  Bruno Haible  <bruno@clisp.org>
39441
39442         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39443         the license default to GPL.
39444         (func_create_testdir): Don't complain if a module is LGPL and its
39445         tests module depends on GPLed modules.
39446
39447 2007-01-17  Bruno Haible  <bruno@clisp.org>
39448
39449         * lib/gettimeofday.c (gettimeofday): Add code for the case
39450         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39451         maximum possible value for tv->tv_usec, rather than the minimum one.
39452
39453 2005-10-08  Martin Lambers  <marlam@marlam.de>
39454 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39455 2007-01-16  Bruno Haible  <bruno@clisp.org>
39456
39457         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39458         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39459         gl_FUNC_GETTIMEOFDAY.
39460         (Include): Add gettimeofday.h.
39461         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39462         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39463         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39464         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39465         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39466         * lib/gettimeofday.h: New file.
39467         * lib/gettimeofday.c: Include <sys/timeb.h>.
39468         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39469         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39470         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39471         fall back on time().
39472
39473         * tests/test-gettimeofday.c: New file.
39474         * modules/gettimeofday-tests: New file.
39475
39476 2007-01-16  Eric Blake  <ebb9@byu.net>
39477
39478         * modules/fnmatch (Depends-on): Depend on wchar.
39479         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39480         * m4/fnmatch.m4: Likewise.
39481         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39482         * m4/mbchar.m4: Likewise.
39483         * modules/mbswidth (Depends-on): Depend on wchar.
39484         * lib/mbswidth.c: Assume <wchar.h>.
39485         * m4/mbswidth.m4: Likewise.
39486         * modules/quotearg (Depends-on): Depend on wchar.
39487         * lib/quotearg.c: Assume <wchar.h>.
39488         * m4/quotearg.m4: Likewise.
39489         * modules/regex (Depends-on): Depend on wchar.
39490         * lib/regex_internal.h: Assume <wchar.h>.
39491         * m4/regex.m4: Likewise.
39492         * modules/stdint (Depends-on): Depend on wchar.
39493         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39494         * m4/stdint.m4: Likewise.
39495         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39496         * modules/strftime (Depends-on): Depend on wchar.
39497         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39498         * modules/strtol (Depends-on): Depend on wchar.
39499         * lib/strtol.c: Assume <wchar.h>.
39500         * modules/wcwidth (Depends-on): Depend on wchar.
39501         * lib/wcwidth.h: Assume <wchar.h>.
39502         * m4/wcwidth.m4: Likewise.
39503
39504 2007-01-16  Bruno Haible  <bruno@clisp.org>
39505
39506         * modules/csharpexec-script: New, created from...
39507         * modules/csharpexec: ... this.
39508
39509 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39510
39511         * modules/javaexec-script: New, created from...
39512         * modules/javaexec: ... this.
39513
39514 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39515
39516         * modules/poll (Dependencies): Add sys_select.
39517
39518 2007-01-15  Jim Meyering  <jim@meyering.net>
39519
39520         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39521         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39522         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39523         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39524
39525 2007-01-15  Bruno Haible  <bruno@clisp.org>
39526
39527         * modules/striconveh: New file.
39528         * lib/striconveh.h: New file.
39529         * lib/striconveh.c: New file.
39530         * MODULES.html.sh (Internationalization functions): Add striconveh.
39531
39532         * modules/striconveh-tests: New file.
39533         * tests/test-striconveh.c: New file.
39534
39535 2007-01-15  Bruno Haible  <bruno@clisp.org>
39536
39537         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39538         not from GNU libiconv or GNU libc.
39539
39540 2007-01-15  Bruno Haible  <bruno@clisp.org>
39541
39542         * doc/gnulib-intro.texi (Copyright): Explain the different license
39543         terms for module descriptions, autoconf macros, tests, documentation.
39544
39545 2007-01-14  Bruno Haible  <bruno@clisp.org>
39546
39547         * modules/striconv-tests: New file.
39548         * tests/test-striconv.c: New file.
39549
39550 2007-01-14  Bruno Haible  <bruno@clisp.org>
39551
39552         * modules/iconv-tests: New file.
39553         * tests/test-iconv.c: New file.
39554
39555 2007-01-14  Bruno Haible  <bruno@clisp.org>
39556
39557         * gnulib-tool (func_get_license): For test modules, use the license of
39558         the main module.
39559
39560 2007-01-14  Bruno Haible  <bruno@clisp.org>
39561
39562         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39563         if iconv is found to exist.
39564
39565 2007-01-14  Bruno Haible  <bruno@clisp.org>
39566
39567         * modules/c-ctype-tests: New file.
39568         * tests/test-c-ctype.c: New file.
39569
39570 2007-01-14  Bruno Haible  <bruno@clisp.org>
39571
39572         * modules/binary-io-tests: New file.
39573         * tests/test-binary-io.sh: New file.
39574         * tests/test-binary-io.c: New file.
39575
39576 2007-01-14  Bruno Haible  <bruno@clisp.org>
39577
39578         * modules/array-oset-tests: New file.
39579         * tests/test-array_oset.c: New file.
39580
39581 2007-01-14  Bruno Haible  <bruno@clisp.org>
39582
39583         * modules/array-list-tests: New file.
39584         * tests/test-array_list.c: New file.
39585
39586 2007-01-14  Bruno Haible  <bruno@clisp.org>
39587
39588         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39589         and make.
39590         Reported by Simon Josefsson in
39591         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39592
39593 2007-01-14  Bruno Haible  <bruno@clisp.org>
39594
39595         * modules/allocsa-tests: New file.
39596         * tests/test-allocsa.c: New file.
39597
39598 2007-01-14  Bruno Haible  <bruno@clisp.org>
39599
39600         * modules/fchdir (Depends-on): Add absolute-header.
39601         * modules/unistd (Depends-on): Likewise.
39602
39603 2006-12-30  Bruno Haible  <bruno@clisp.org>
39604
39605         * modules/fchdir: New file.
39606         * modules/unistd (Files): Add lib/unistd_.h.
39607         (Makefile.am): Generate unistd.h from unistd_.h.
39608         * lib/fchdir.c: New file.
39609         * lib/dirent_.h: New file.
39610         * lib/unistd_.h: New file.
39611         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39612         * m4/fchdir.m4: New file.
39613         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39614         (gl_HEADER_UNISTD): Invoke it.
39615         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39616         function.
39617         * lib/backupfile.c (opendir, closedir): Undefine.
39618         * lib/chown.c (open, close): Undefine.
39619         * lib/clean-temp.c (open, close): Undefine.
39620         * lib/copy-file.c (open, close): Undefine.
39621         * lib/execute.c (open, close): Undefine.
39622         * lib/fsusage.c (open, close): Undefine.
39623         * lib/gc-gnulib.c (open, close): Undefine.
39624         * lib/getcwd.c (opendir, closedir): Undefine.
39625         * lib/glob.c (opendir, closedir): Undefine.
39626         * lib/javacomp.c (open, close): Undefine.
39627         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39628         * lib/openat-proc.c (open, close): Undefine.
39629         * lib/pagealign_alloc.c (open, close): Undefine.
39630         * lib/pipe.c (open, close): Undefine.
39631         * lib/progreloc.c (open, close): Undefine.
39632         * lib/savedir.c (opendir, closedir): Undefine.
39633         * lib/utime.c (open, close): Undefine.
39634         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39635
39636 2007-01-10  Bruno Haible  <bruno@clisp.org>
39637
39638         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39639
39640 2007-01-12  Eric Blake  <ebb9@byu.net>
39641
39642         Provide a robust <wchar.h>.  Further simplifications are now
39643         possible in other modules, but not included here.
39644         * modules/wchar: New module.
39645         * m4/wchar.m4: New file.
39646         * lib/wchar_.h: Likewise.
39647         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39648         of the new module.
39649         * MODULES.html.sh (Extended multibyte and wide character utilities):
39650         New section.
39651
39652 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39653
39654         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39655         to a reasonable default for memory allocation.
39656         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39657         file system that reports garbage st_size values for symlinks.
39658         Problem reported by Liyang Hu.
39659
39660 2007-01-11  Simon Josefsson  <simon@josefsson.org>
39661
39662         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
39663         Emacs .#* auto-save files).
39664
39665 2007-01-11  Bruno Haible  <bruno@clisp.org>
39666
39667         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
39668         directory.
39669
39670 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
39671
39672         Use @...@ consistently in lib/wctype_.h.
39673         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
39674         on it being set to 1 or 0.
39675         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
39676         go back to AC_SUBSTing it.
39677         * modules/wctype (Makefile.am): Undo previous change.
39678
39679 2007-01-10  Eric Blake  <ebb9@byu.net>
39680
39681         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
39682         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
39683         * modules/wctype (Makefile.am): Likewise.
39684         Reported by Chris McGuire.
39685
39686 2007-01-10  Jim Meyering  <jim@meyering.net>
39687
39688         fts.c: a small readability/maintainability improvement
39689         * lib/fts.c (fts_read): Make this code slightly more readable and
39690         maintainable by hoisting the "sp->fts_cur = p" assignments to
39691         immediately follow the statements that set P.  Derived from
39692         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
39693
39694 2007-01-10  Eric Blake  <ebb9@byu.net>
39695
39696         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
39697         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
39698         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
39699         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
39700         Reported by Chris McGuire.
39701
39702 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39703
39704         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
39705         in sed script.
39706
39707 2007-01-09  Bruno Haible  <bruno@clisp.org>
39708
39709         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
39710         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
39711         variables.
39712         (func_module): Use them.
39713
39714 2007-01-09  Bruno Haible  <bruno@clisp.org>
39715
39716         * modules/unistr/base: New file.
39717         * lib/unistr.h: New file.
39718
39719         * modules/unistr/u8-to-u16: New file.
39720         * lib/unistr/u8-to-u16.c: New file.
39721
39722         * modules/unistr/u8-to-u32: New file.
39723         * lib/unistr/u8-to-u32.c: New file.
39724
39725         * modules/unistr/u16-to-u8: New file.
39726         * lib/unistr/u16-to-u8.c: New file.
39727
39728         * modules/unistr/u16-to-u32: New file.
39729         * lib/unistr/u16-to-u32.c: New file.
39730
39731         * modules/unistr/u32-to-u8: New file.
39732         * lib/unistr/u32-to-u8.c: New file.
39733
39734         * modules/unistr/u32-to-u16: New file.
39735         * lib/unistr/u32-to-u16.c: New file.
39736
39737         * modules/unistr/u8-check: New file.
39738         * modules/unistr/u16-check: New file.
39739         * modules/unistr/u32-check: New file.
39740         * lib/unistr/u8-check.c: New file.
39741         * lib/unistr/u16-check.c: New file.
39742         * lib/unistr/u32-check.c: New file.
39743
39744         * modules/unistr/u8-chr: New file.
39745         * modules/unistr/u16-chr: New file.
39746         * modules/unistr/u32-chr: New file.
39747         * lib/unistr/u8-chr.c: New file.
39748         * lib/unistr/u16-chr.c: New file.
39749         * lib/unistr/u32-chr.c: New file.
39750
39751         * modules/unistr/u8-cmp: New file.
39752         * modules/unistr/u16-cmp: New file.
39753         * modules/unistr/u32-cmp: New file.
39754         * lib/unistr/u8-cmp.c: New file.
39755         * lib/unistr/u16-cmp.c: New file.
39756         * lib/unistr/u32-cmp.c: New file.
39757
39758         * modules/unistr/u8-cpy: New file.
39759         * modules/unistr/u16-cpy: New file.
39760         * modules/unistr/u32-cpy: New file.
39761         * lib/unistr/u8-cpy.c: New file.
39762         * lib/unistr/u16-cpy.c: New file.
39763         * lib/unistr/u32-cpy.c: New file.
39764         * lib/unistr/u-cpy.h: New file.
39765
39766         * modules/unistr/u8-cpy-alloc: New file.
39767         * modules/unistr/u16-cpy-alloc: New file.
39768         * modules/unistr/u32-cpy-alloc: New file.
39769         * lib/unistr/u8-cpy-alloc.c: New file.
39770         * lib/unistr/u16-cpy-alloc.c: New file.
39771         * lib/unistr/u32-cpy-alloc.c: New file.
39772         * lib/unistr/u-cpy-alloc.h: New file.
39773
39774         * modules/unistr/u8-endswith: New file.
39775         * modules/unistr/u16-endswith: New file.
39776         * modules/unistr/u32-endswith: New file.
39777         * lib/unistr/u8-endswith.c: New file.
39778         * lib/unistr/u16-endswith.c: New file.
39779         * lib/unistr/u32-endswith.c: New file.
39780         * lib/unistr/u-endswith.h: New file.
39781
39782         * modules/unistr/u8-mblen: New file.
39783         * modules/unistr/u16-mblen: New file.
39784         * modules/unistr/u32-mblen: New file.
39785         * lib/unistr/u8-mblen.c: New file.
39786         * lib/unistr/u16-mblen.c: New file.
39787         * lib/unistr/u32-mblen.c: New file.
39788
39789         * modules/unistr/u8-mbtouc: New file.
39790         * modules/unistr/u16-mbtouc: New file.
39791         * modules/unistr/u32-mbtouc: New file.
39792         * lib/unistr/u8-mbtouc.c: New file.
39793         * lib/unistr/u16-mbtouc.c: New file.
39794         * lib/unistr/u32-mbtouc.c: New file.
39795
39796         * modules/unistr/u8-mbtouc-safe: New file.
39797         * modules/unistr/u16-mbtouc-safe: New file.
39798         * modules/unistr/u32-mbtouc-safe: New file.
39799         * lib/unistr/u8-mbtouc-safe.c: New file.
39800         * lib/unistr/u16-mbtouc-safe.c: New file.
39801         * lib/unistr/u32-mbtouc-safe.c: New file.
39802
39803         * modules/unistr/u8-move: New file.
39804         * modules/unistr/u16-move: New file.
39805         * modules/unistr/u32-move: New file.
39806         * lib/unistr/u8-move.c: New file.
39807         * lib/unistr/u16-move.c: New file.
39808         * lib/unistr/u32-move.c: New file.
39809         * lib/unistr/u-move.h: New file.
39810
39811         * modules/unistr/u8-next: New file.
39812         * modules/unistr/u16-next: New file.
39813         * modules/unistr/u32-next: New file.
39814         * lib/unistr/u8-next.c: New file.
39815         * lib/unistr/u16-next.c: New file.
39816         * lib/unistr/u32-next.c: New file.
39817
39818         * modules/unistr/u8-prev: New file.
39819         * modules/unistr/u16-prev: New file.
39820         * modules/unistr/u32-prev: New file.
39821         * lib/unistr/u8-prev.c: New file.
39822         * lib/unistr/u16-prev.c: New file.
39823         * lib/unistr/u32-prev.c: New file.
39824
39825         * modules/unistr/u8-set: New file.
39826         * modules/unistr/u16-set: New file.
39827         * modules/unistr/u32-set: New file.
39828         * lib/unistr/u8-set.c: New file.
39829         * lib/unistr/u16-set.c: New file.
39830         * lib/unistr/u32-set.c: New file.
39831         * lib/unistr/u-set.h: New file.
39832
39833         * modules/unistr/u8-startswith: New file.
39834         * modules/unistr/u16-startswith: New file.
39835         * modules/unistr/u32-startswith: New file.
39836         * lib/unistr/u8-startswith.c: New file.
39837         * lib/unistr/u16-startswith.c: New file.
39838         * lib/unistr/u32-startswith.c: New file.
39839         * lib/unistr/u-startswith.h: New file.
39840
39841         * modules/unistr/u8-stpcpy: New file.
39842         * modules/unistr/u16-stpcpy: New file.
39843         * modules/unistr/u32-stpcpy: New file.
39844         * lib/unistr/u8-stpcpy.c: New file.
39845         * lib/unistr/u16-stpcpy.c: New file.
39846         * lib/unistr/u32-stpcpy.c: New file.
39847         * lib/unistr/u-stpcpy.h: New file.
39848
39849         * modules/unistr/u8-stpncpy: New file.
39850         * modules/unistr/u16-stpncpy: New file.
39851         * modules/unistr/u32-stpncpy: New file.
39852         * lib/unistr/u8-stpncpy.c: New file.
39853         * lib/unistr/u16-stpncpy.c: New file.
39854         * lib/unistr/u32-stpncpy.c: New file.
39855         * lib/unistr/u-stpncpy.h: New file.
39856
39857         * modules/unistr/u8-strcat: New file.
39858         * modules/unistr/u16-strcat: New file.
39859         * modules/unistr/u32-strcat: New file.
39860         * lib/unistr/u8-strcat.c: New file.
39861         * lib/unistr/u16-strcat.c: New file.
39862         * lib/unistr/u32-strcat.c: New file.
39863         * lib/unistr/u-strcat.h: New file.
39864
39865         * modules/unistr/u8-strchr: New file.
39866         * modules/unistr/u16-strchr: New file.
39867         * modules/unistr/u32-strchr: New file.
39868         * lib/unistr/u8-strchr.c: New file.
39869         * lib/unistr/u16-strchr.c: New file.
39870         * lib/unistr/u32-strchr.c: New file.
39871
39872         * modules/unistr/u8-strcmp: New file.
39873         * modules/unistr/u16-strcmp: New file.
39874         * modules/unistr/u32-strcmp: New file.
39875         * lib/unistr/u8-strcmp.c: New file.
39876         * lib/unistr/u16-strcmp.c: New file.
39877         * lib/unistr/u32-strcmp.c: New file.
39878
39879         * modules/unistr/u8-strcpy: New file.
39880         * modules/unistr/u16-strcpy: New file.
39881         * modules/unistr/u32-strcpy: New file.
39882         * lib/unistr/u8-strcpy.c: New file.
39883         * lib/unistr/u16-strcpy.c: New file.
39884         * lib/unistr/u32-strcpy.c: New file.
39885         * lib/unistr/u-strcpy.h: New file.
39886
39887         * modules/unistr/u8-strcspn: New file.
39888         * modules/unistr/u16-strcspn: New file.
39889         * modules/unistr/u32-strcspn: New file.
39890         * lib/unistr/u8-strcspn.c: New file.
39891         * lib/unistr/u16-strcspn.c: New file.
39892         * lib/unistr/u32-strcspn.c: New file.
39893         * lib/unistr/u-strcspn.h: New file.
39894
39895         * modules/unistr/u8-strdup: New file.
39896         * modules/unistr/u16-strdup: New file.
39897         * modules/unistr/u32-strdup: New file.
39898         * lib/unistr/u8-strdup.c: New file.
39899         * lib/unistr/u16-strdup.c: New file.
39900         * lib/unistr/u32-strdup.c: New file.
39901         * lib/unistr/u-strdup.h: New file.
39902
39903         * modules/unistr/u8-strlen: New file.
39904         * modules/unistr/u16-strlen: New file.
39905         * modules/unistr/u32-strlen: New file.
39906         * lib/unistr/u8-strlen.c: New file.
39907         * lib/unistr/u16-strlen.c: New file.
39908         * lib/unistr/u32-strlen.c: New file.
39909         * lib/unistr/u-strlen.h: New file.
39910
39911         * modules/unistr/u8-strmblen: New file.
39912         * modules/unistr/u16-strmblen: New file.
39913         * modules/unistr/u32-strmblen: New file.
39914         * lib/unistr/u8-strmblen.c: New file.
39915         * lib/unistr/u16-strmblen.c: New file.
39916         * lib/unistr/u32-strmblen.c: New file.
39917
39918         * modules/unistr/u8-strmbtouc: New file.
39919         * modules/unistr/u16-strmbtouc: New file.
39920         * modules/unistr/u32-strmbtouc: New file.
39921         * lib/unistr/u8-strmbtouc.c: New file.
39922         * lib/unistr/u16-strmbtouc.c: New file.
39923         * lib/unistr/u32-strmbtouc.c: New file.
39924
39925         * modules/unistr/u8-strncat: New file.
39926         * modules/unistr/u16-strncat: New file.
39927         * modules/unistr/u32-strncat: New file.
39928         * lib/unistr/u8-strncat.c: New file.
39929         * lib/unistr/u16-strncat.c: New file.
39930         * lib/unistr/u32-strncat.c: New file.
39931         * lib/unistr/u-strncat.h: New file.
39932
39933         * modules/unistr/u8-strncmp: New file.
39934         * modules/unistr/u16-strncmp: New file.
39935         * modules/unistr/u32-strncmp: New file.
39936         * lib/unistr/u8-strncmp.c: New file.
39937         * lib/unistr/u16-strncmp.c: New file.
39938         * lib/unistr/u32-strncmp.c: New file.
39939
39940         * modules/unistr/u8-strncpy: New file.
39941         * modules/unistr/u16-strncpy: New file.
39942         * modules/unistr/u32-strncpy: New file.
39943         * lib/unistr/u8-strncpy.c: New file.
39944         * lib/unistr/u16-strncpy.c: New file.
39945         * lib/unistr/u32-strncpy.c: New file.
39946         * lib/unistr/u-strncpy.h: New file.
39947
39948         * modules/unistr/u8-strnlen: New file.
39949         * modules/unistr/u16-strnlen: New file.
39950         * modules/unistr/u32-strnlen: New file.
39951         * lib/unistr/u8-strnlen.c: New file.
39952         * lib/unistr/u16-strnlen.c: New file.
39953         * lib/unistr/u32-strnlen.c: New file.
39954         * lib/unistr/u-strnlen.h: New file.
39955
39956         * modules/unistr/u8-strpbrk: New file.
39957         * modules/unistr/u16-strpbrk: New file.
39958         * modules/unistr/u32-strpbrk: New file.
39959         * lib/unistr/u8-strpbrk.c: New file.
39960         * lib/unistr/u16-strpbrk.c: New file.
39961         * lib/unistr/u32-strpbrk.c: New file.
39962         * lib/unistr/u-strpbrk.h: New file.
39963
39964         * modules/unistr/u8-strrchr: New file.
39965         * modules/unistr/u16-strrchr: New file.
39966         * modules/unistr/u32-strrchr: New file.
39967         * lib/unistr/u8-strrchr.c: New file.
39968         * lib/unistr/u16-strrchr.c: New file.
39969         * lib/unistr/u32-strrchr.c: New file.
39970
39971         * modules/unistr/u8-strspn: New file.
39972         * modules/unistr/u16-strspn: New file.
39973         * modules/unistr/u32-strspn: New file.
39974         * lib/unistr/u8-strspn.c: New file.
39975         * lib/unistr/u16-strspn.c: New file.
39976         * lib/unistr/u32-strspn.c: New file.
39977         * lib/unistr/u-strspn.h: New file.
39978
39979         * modules/unistr/u8-strstr: New file.
39980         * modules/unistr/u16-strstr: New file.
39981         * modules/unistr/u32-strstr: New file.
39982         * lib/unistr/u8-strstr.c: New file.
39983         * lib/unistr/u16-strstr.c: New file.
39984         * lib/unistr/u32-strstr.c: New file.
39985         * lib/unistr/u-strstr.h: New file.
39986
39987         * modules/unistr/u8-strtok: New file.
39988         * modules/unistr/u16-strtok: New file.
39989         * modules/unistr/u32-strtok: New file.
39990         * lib/unistr/u8-strtok.c: New file.
39991         * lib/unistr/u16-strtok.c: New file.
39992         * lib/unistr/u32-strtok.c: New file.
39993         * lib/unistr/u-strtok.h: New file.
39994
39995         * modules/unistr/u8-uctomb: New file.
39996         * modules/unistr/u16-uctomb: New file.
39997         * modules/unistr/u32-uctomb: New file.
39998         * lib/unistr/u8-uctomb.c: New file.
39999         * lib/unistr/u16-uctomb.c: New file.
40000         * lib/unistr/u32-uctomb.c: New file.
40001
40002         * MODULES.html.sh (Unicode string functions): Add the new modules.
40003
40004 2007-01-08  Bruno Haible  <bruno@clisp.org>
40005
40006         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40007         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40008         subdirectories.
40009
40010 2007-01-08  Karl Berry  <karl@gnu.org>
40011
40012         * doc/error.texi: mention that main() fns must set program_name
40013         when progname is used.
40014
40015 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40016
40017         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40018         WCTYPE_H is empty, for the benefit of builds from non-distclean
40019         directories.  Problem reported by Eric Blake in
40020         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40021
40022 2007-01-08  Bruno Haible  <bruno@clisp.org>
40023
40024         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40025         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40026         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40027         PROVIDE_CANONICALIZE_FILENAME_MODE.
40028         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40029
40030 2007-01-08  Bruno Haible  <bruno@clisp.org>
40031
40032         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40033         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40034         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40035         * lib/fts.c: Likewise.
40036         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40037
40038 2006-12-25  Bruno Haible  <bruno@clisp.org>
40039
40040         * modules/utf8-ucs4-safe: New file.
40041         * lib/utf8-ucs4-safe.h: New file.
40042         * lib/unistr/utf8-ucs4-safe.c: New file.
40043
40044         * modules/utf16-ucs4-safe: New file.
40045         * lib/utf16-ucs4-safe.h: New file.
40046         * lib/unistr/utf16-ucs4-safe.c: New file.
40047
40048         * MODULES.html.sh (Unicode string functions): Add the new modules.
40049
40050 2007-01-08  Bruno Haible  <bruno@clisp.org>
40051
40052         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40053         (Depends-on): Add unitypes.
40054         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40055         (u8_mbtouc_aux): Move out to separate file.
40056         (u8_mbtouc): Use ucs4_t, uint8_t types.
40057         * lib/unistr/utf8-ucs4.c: New file.
40058
40059         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40060         (Depends-on): Add unitypes.
40061         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40062         (u16_mbtouc_aux): Move out to separate file.
40063         (u16_mbtouc): Use ucs4_t, uint16_t types.
40064         * lib/unistr/utf16-ucs4.c: New file.
40065
40066         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40067         (Depends-on): Add unitypes.
40068         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40069         (u8_uctomb_aux): Move out to separate file.
40070         (u8_uctomb): Use ucs4_t, uint8_t types.
40071         * lib/unistr/ucs4-utf8.c: New file.
40072
40073         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40074         (Depends-on): Add unitypes.
40075         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40076         (u16_uctomb_aux): Move out to separate file.
40077         (u16_uctomb): Use ucs4_t, uint16_t types.
40078         * lib/unistr/ucs4-utf16.c: New file.
40079
40080 2006-12-25  Bruno Haible  <bruno@clisp.org>
40081
40082         * modules/unitypes: New file.
40083         * lib/unitypes.h: New file.
40084         * MODULES.html.sh (func_all_modules): New section "Unicode string
40085         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40086         this section. Add unitypes.
40087
40088 2007-01-08  Bruno Haible  <bruno@clisp.org>
40089
40090         Avoid variable names that conflict with those from libtool.
40091         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40092         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40093         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40094         library_names_spec to acl_library_names_spec, hardcode_* to
40095         acl_hardcode_*.
40096         Reported by Ralf Wildenhues.
40097
40098 2007-01-08  Bruno Haible  <bruno@clisp.org>
40099
40100         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40101         definition.
40102         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40103         definition.
40104         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40105         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40106         definition.
40107         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40108         definition.
40109         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40110         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40111         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40112         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40113         definition.
40114         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40115         definition.
40116         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40117         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40118         GC_USE_<algorithm>.
40119         * lib/gc-libgcrypt.c: Likewise.
40120         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40121         * modules/gc-arctwo (configure.ac): Likewise.
40122         * modules/gc-des (configure.ac): Likewise.
40123         * modules/gc-hmac-md5 (configure.ac): Likewise.
40124         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40125         * modules/gc-md2 (configure.ac): Likewise.
40126         * modules/gc-md4 (configure.ac): Likewise.
40127         * modules/gc-md5 (configure.ac): Likewise.
40128         * modules/gc-random (configure.ac): Likewise.
40129         * modules/gc-rijndael (configure.ac): Likewise.
40130         * modules/gc-sha1 (configure.ac): Likewise.
40131
40132 2007-01-08  Bruno Haible  <bruno@clisp.org>
40133
40134         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40135         macro definition.
40136         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40137         definition.
40138         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40139         definition.
40140         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40141         * modules/fcntl-safer (configure.ac): Likewise.
40142         * modules/fopen-safer (configure.ac): Likewise.
40143         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40144         GNULIB_FWRITEERROR macro definition.
40145
40146 2007-01-08  Bruno Haible  <bruno@clisp.org>
40147
40148         * m4/gnulib-common.m4: New file.
40149         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40150         (func_get_filelist): Add m4/gnulib-common.m4.
40151
40152 2007-01-08  Bruno Haible  <bruno@clisp.org>
40153
40154         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40155         command.
40156
40157 2007-01-08  Jim Meyering  <jim@meyering.net>
40158
40159         Use a more robust test for a "can't happen" condition.
40160         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40161         narrowed the st_size value.  Presuming the "can't happen" condition
40162         is true, that narrowing could conceivably convert an invalid st_size
40163         value into a valid one.  Instead, use a change based on Matthew
40164         Woehlke's original patch.
40165
40166         Slight readability improvement: use an assert-like macro
40167         in place of literal "abort ()" uses.
40168         * lib/fts.c (fts_assert): Define.
40169         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40170         Use this macro instead of a bare 'abort'.
40171
40172 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40173
40174         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40175         simply work around them.
40176         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40177         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40178         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40179         declaring.
40180         Don't bother to define as macros, since the standard doesn't require it.
40181         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40182         longer worry about IRIX 5.3.
40183         (HAVE_WCTYPE_CTMP_BUG): Remove.
40184
40185 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40186
40187         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40188         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40189         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40190         Problems reported by Georg Schwarz for IRIX 5.3.
40191
40192         * gnulib-tool (autoconf_minversion): Take the maximum version number
40193         found, not the minimum.  Problem reported by James Youngman.
40194
40195 2007-01-03  Karl Berry  <karl@gnu.org>
40196
40197         * doc/error.texi: new file, explaining interaction with progname.
40198         * doc/gnulib.texi: include it.  Update copyright.
40199
40200 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40201
40202         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40203         AC_CANONICAL_HOST, to improve autobuild outputs.
40204
40205 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40206             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40207
40208         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40209         sockets, server sockets, and other file descriptors.  Count errors
40210         to compute the return value.  Reorder the code a bit to be easier
40211         to follow.  Don't set event bits that were not requested (except
40212         POLLERR and POLLHUP).
40213
40214 2007-01-01  Bruno Haible  <bruno@clisp.org>
40215
40216         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40217
40218 2007-01-03  Jim Meyering  <jim@meyering.net>
40219
40220         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40221
40222 2007-01-02  Bruno Haible  <bruno@clisp.org>
40223
40224         * modules/settime (Include): Require timespec.h.
40225         * modules/nanosleep (Include): Likewise.
40226
40227 2007-01-01  Bruno Haible  <bruno@clisp.org>
40228
40229         * gnulib-tool (func_emit_copyright_notice): Bump year.
40230         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40231
40232 2007-01-01  Bruno Haible  <bruno@clisp.org>
40233
40234         Improve support for OpenBSD.
40235         * build-aux/config.rpath (libname_spec): Export.
40236         (library_names_spec): New variable. Export.
40237         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40238         library_names_spec from the config.rpath output. Locate shared library
40239         through the name pattern in library_names_spec.
40240
40241 2007-01-01  Eric Blake  <ebb9@byu.net>
40242
40243         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40244
40245 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40246
40247         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40248         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40249         assume the C locale, and avoid an "eval" that could cause trouble.
40250         Problem with SORT reported by Bob Proulx.
40251
40252         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40253         Define.  Trivial patch from Henning Nielsen Lund, originally
40254         sent to bug-grep@gnu.org today.
40255
40256 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40257
40258         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40259         struct stat.  Problem reported by Henning Nielsen Lund.
40260         * lib/acl.c: Include acl.h first, to check interface.  Don't
40261         bother to include sys/types.h and sys/stat.h again.
40262
40263 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40264
40265         Import the following change from libc; problem reported by
40266         Sven Verdoolaege.
40267
40268         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40269
40270         [BZ #1373]
40271         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40272
40273 2006-12-28  Jim Meyering  <jim@meyering.net>
40274
40275         * build-aux/announce-gen: Do not assume that the package
40276         builds any of tar.gz, tar.bz2, and .xdelta files.
40277         Suggestion from Simon Josefsson.
40278
40279 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40280
40281         * modules/announce-gen: New file.
40282
40283 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40284
40285         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40286         handles its gotchas now.
40287         * lib/mbswidth.c: Likewise.
40288         * lib/wcwidth.h: Likewise.
40289         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40290         and iswcntrl; the wctype module does this stuff now.
40291         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40292         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40293         * modules/mbchar (Depends-on): Add wctype.
40294         * modules/mbswidth (Depends-on): Likewise.
40295         * modules/wcwidth (Depends-on): Likewise.
40296
40297 2006-12-27  Eric Blake  <ebb9@byu.net>
40298
40299         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40300         module uses more than what <wctype.h> is required to provide.
40301
40302 2006-12-26  Eric Blake  <ebb9@byu.net>
40303
40304         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40305
40306 2006-12-26  Eric Blake  <ebb9@byu.net>
40307
40308         * modules/absolute-header: New module.
40309         * modules/fcntl (Depends-on): Depend on it.
40310         * modules/inttypes (Depends-on): Likewise.
40311         * modules/stdint (Depends-on): Likewise.
40312         * modules/sys_stat (Depends-on): Likewise.
40313         * modules/wctype (Depends-on): Likewise.
40314         * MODULES.html.sh (Support for building libraries and
40315         executables): Document it.
40316
40317 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40318
40319         * gnulib-tool (SED): Remove, undoing previous change.
40320         The problem was that it broke coreutils on Solaris, because
40321         "sed --posix" leaked into a makefile.
40322         (sed): New alias, if 'alias' and GNU sed.
40323
40324 2006-12-24  Jim Meyering  <jim@meyering.net>
40325
40326         Work around an fchownat bug in glibc-2.4:
40327         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40328         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40329         in spite of the -P option.
40330         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40331         New macros.
40332         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40333         * modules/openat (Files): Add lib/fchownat.c.
40334         * lib/openat.c (fchownat): Don't define here.  Move to...
40335         * lib/fchownat.c: ...this new file.
40336
40337 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40338
40339         Fix bug reported by Bruno Haible in
40340         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40341         where quotearg.c didn't compile on Mac OS X 10.2 because it
40342         lacks <wchar.h> and wint_t.
40343         * lib/wctype_.h (__wctype_wint_t): New type.
40344         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40345         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40346         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40347         Arg is now of type __wctype_wint_t, not wint_t.
40348         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40349         substitute HAVE_WINT_T.
40350         * modules/wctype (Files): Add m4/wint_t.m4.
40351         (wctype.h): Substitute HAVE_WINT_T.
40352
40353 2006-12-23  Bruno Haible  <bruno@clisp.org>
40354
40355         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40356
40357 2006-12-23  Bruno Haible  <bruno@clisp.org>
40358
40359         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40360         S_ISLNK.
40361         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40362         mingw.
40363
40364 2006-12-22  Bruno Haible  <bruno@clisp.org>
40365
40366         * lib/copy-file.c: Include acl.h.
40367         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40368         Close the file descriptors only after being done with copy_acl.
40369         * modules/copy-file (Depends-on): Add acl.
40370
40371 2006-12-22  Bruno Haible  <bruno@clisp.org>
40372
40373         * gnulib-tool (SED): New variable.
40374         Use $SED instead of sed everywhere.
40375
40376 2006-12-22  Bruno Haible  <bruno@clisp.org>
40377
40378         * modules/no-c++: New file.
40379         * m4/no-c++.m4: New file.
40380         * MODULES.html.sh (Support for building libraries and executables):
40381         Add no-c++.
40382
40383 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40384
40385         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40386         Include <limits.h>, and use its INT_MAX to rewrite the
40387         j loop so that it does not overflow 'int'.  Problem reported by
40388         Ralf Wildenhues in
40389         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40390         Play it safe by shifting left by 1 rather than multiplying by 2,
40391         as GCC is less likely to optimize this away when the value
40392         is signed (when it assumes overflow leads to undefined behavior).
40393         Also, don't assume time_t uses two's complement.
40394
40395 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40396
40397         * MODULES.html.sh: New module wctype.
40398         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40399         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40400         <wctype.h>, since the new wctype module should fix this.
40401         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40402         the wctype module should arrange for it.
40403         * lib/regex_internal.h: Likewise.
40404         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40405         since the wctype module should handle this now.
40406         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40407         * modules/fnmatch (Depends-on): Add wctype.
40408         * modules/quotearg (Depends-on): Likewise.
40409         * modules/regex (Depends-on): Likewise.
40410
40411 2006-12-19  Bruno Haible  <bruno@clisp.org>
40412
40413         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40414         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40415
40416 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40417
40418         * modules/savewd (Depends-on): Fix dependency on fcntl.
40419
40420 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40421
40422         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40423         conforms to C99, rather than relying on the user's environment
40424         setting of STDINT_H.
40425
40426 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40427         and Eric Blake  <ebb9@byu.net>
40428
40429         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40430         This is more consistent with the other defines here.
40431         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40432         Port to z/OS.  Problem reported by Paul Gilmartin.
40433         Change local vars to use gl_ prefix rather than ac_.
40434         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40435         with other defines.
40436         * modules/double-slash-root: New module.
40437         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40438         (Depends-on): Add double-slash-root.
40439         * MODULES.html.sh (File system functions): Mention new module.
40440
40441 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40442
40443         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40444         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40445         This is for the benefit of gzip, which doesn't do i18n.
40446
40447 2006-12-12  Jim Meyering  <jim@meyering.net>
40448
40449         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40450         Reported by Andreas Schwab <schwab@suse.de>.
40451
40452 2006-12-12  Bruno Haible  <bruno@clisp.org>
40453
40454         Merge these changes.
40455         2006-09-05  Bruno Haible  <bruno@clisp.org>
40456         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40457         iconv_alloc succeeded.
40458         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40459         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40460         test for " && dest " at the end - dest is always != NULL there. Call
40461         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40462         with 2xNULL arguments, also to flush the state storage. Handle the
40463         IRIX iconv behaviour. Realloc the final result, to throw away unused
40464         memory.
40465
40466 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40467
40468         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40469         and fchmodat unconditionally, since glibc 2.4 has them.
40470         Problem reported by Arkadiusz Miskiewicz.
40471
40472 2006-12-10  Bruno Haible  <bruno@clisp.org>
40473
40474         * gnulib-tool (func_import): Show the include files only for those
40475         modules that are copied and specified.
40476         Reported by Karl Berry.
40477
40478 2006-12-08  Jim Meyering  <jim@meyering.net>
40479
40480         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40481         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40482
40483         * build-aux/announce-gen: Add two new options, both optional:
40484         --bootstrap-tools=TOOL_LIST
40485               a comma-separated list of tools, e.g.,
40486               autoconf,automake,bison,gnulib
40487         --gnulib-snapshot-date=DATE
40488               if gnulib is in the bootstrap tool list,
40489               then report this as the snapshot date.
40490               If not specified, use the current date/time.
40491               If you specify a date here, be sure it's UTC.
40492
40493 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40494
40495         * tests/test-argp-2.sh: Fix test to match actual output.
40496         (func_compare): Fix sed script to be portable.
40497
40498 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40501         workaround for this case.  It is not autoconfigured now; offhand
40502         it's hard to see how to autoconfigure it.
40503
40504 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40505
40506         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40507         a directory that is about to be chowned.  Such a directory's
40508         initial file permissions should permit the owner only and this
40509         should not be changed until after the chown, since the group and
40510         other bits would be incorrect if they granted permission before
40511         the chown.
40512
40513         Fix porting problem for iswctype reported by Georg Schwarz in:
40514         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40515         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40516         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40517         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40518         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40519
40520 2006-12-03  Jim Meyering  <jim@meyering.net>
40521
40522         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40523         p->fts_statp may not yet be defined.
40524         (fts_read): Instead, set it in the caller, once p->fts_statp is
40525         sure to be defined, and corresponds to a top-level directory.
40526         This bug made du -x fail.  Here's the coreutils test case:
40527         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40528         Reported by Mike Frysinger.
40529
40530 2006-12-01  Jim Meyering  <jim@meyering.net>
40531
40532         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40533         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40534         Reported by Simon Josefsson.
40535
40536 2006-11-30  Jim Meyering  <jim@meyering.net>
40537
40538         * m4/warning.m4: Use the all-permissive copyright notice
40539         recommended by RMS (rather than LGPL).
40540         * m4/vararrays.m4: Likewise.
40541         * m4/flexmember.m4: Likewise.
40542
40543 2006-11-29  Bruno Haible  <bruno@clisp.org>
40544
40545         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40546         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40547         using +=.
40548         Reported by Simon Josefsson <simon@josefsson.org>.
40549
40550 2006-11-28  James Youngman <jay@gnu.org>
40551
40552         * README: Advise users that they might find the bug-gnulib@gnu.org
40553         and autotools-announce@gnu.org mailing lists useful.
40554
40555 2006-11-28  Bruno Haible  <bruno@clisp.org>
40556
40557         * m4/ptrdiff_max.m4: Remove file.
40558
40559 2006-11-21  Bruno Haible  <bruno@clisp.org>
40560
40561         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40562         _AC_COMPUTE_INT.
40563         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40564         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40565         _AC_COMPUTE_INT.
40566         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40567         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40568         _AC_COMPUTE_INT.
40569         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40570
40571 2006-11-28  Jim Meyering  <jim@meyering.net>
40572
40573         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40574         warning from "gcc -Wshadow" about shadowing the builtin.
40575
40576 2006-11-27  Bruno Haible  <bruno@clisp.org>
40577
40578         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40579         _AC_COMPUTE_INT.
40580         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40581
40582 2006-11-27  Bruno Haible  <bruno@clisp.org>
40583             Paul Eggert  <eggert@cs.ucla.edu>
40584
40585         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40586
40587 2006-11-26  Bruno Haible  <bruno@clisp.org>
40588
40589         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40590         noinst_LTLIBRARIES.
40591
40592 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40593             Bruno Haible  <bruno@clisp.org>
40594
40595         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40596         if compiling with "gcc -ansi".
40597
40598 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40599
40600         Fix some incompatibilities with gcc -ansi -pedantic.
40601         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40602         if compiling pedantically with GCC, unless it's C99 or later.
40603         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40604         it mishandles gcc -ansi -pedantic as well.
40605         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40606         if gcc -pedantic.
40607         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40608         initializers for struct if -pedantic, unless it's C99 or later.
40609
40610 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40611
40612         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40613         Don't close an fd more than once. Identical atimes indicate
40614         success, not failure.
40615
40616 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40617
40618         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40619
40620 2006-11-23  Jim Meyering  <jim@meyering.net>
40621
40622         * build-aux/announce-gen: New file.  From coreutils.
40623
40624 2006-11-22  Jim Meyering  <jim@meyering.net>
40625
40626         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40627         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40628         (fts_read): Use a temporary to narrow the overused st_size member
40629         before using it in a switch statement.  Reported by Matthew Woehlke.
40630
40631         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40632         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40633
40634 2006-11-20  Bruno Haible  <bruno@clisp.org>
40635
40636         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40637         changequote instead of pairs of brackets.
40638         Reported by Andreas Schwab <schwab@suse.de>.
40639
40640 2006-11-21  Jim Meyering  <jim@meyering.net>
40641
40642         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40643         so as to remain compatible with older compilers.
40644         Patch from Michael Deutschmann.
40645
40646 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40647
40648         * MODULES.html.sh (File system functions): Add openat.
40649
40650         * lib/openat.h (rpl_fstatat): New macro, if
40651         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40652         (fstatat): Define to rpl_fstatat under the same conditions,
40653         unless COMPILING_FSTATAT.
40654         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40655         seems to have the bug.
40656         * lib/fstatat.c: New file.
40657         * modules/openat (Files): Add it.
40658
40659 2006-11-20  Bruno Haible  <bruno@clisp.org>
40660
40661         * Makefile: New file.
40662
40663 2006-11-20  Jim Meyering  <jim@meyering.net>
40664
40665         The beginnings of syntax-related checks for gnulib.
40666         * lib/Makefile: New file.
40667         * lib/t-idcache: New script.  Ensure that the two halves of
40668         idcache.c stay in sync.
40669
40670         * lib/idcache.c: Adjust comments in user- and group- portions to
40671         be more accurate, and to be consistent with one another.
40672
40673 2006-11-20  Jim Meyering  <jim@meyering.net>
40674
40675         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
40676         continue using the flexible array member (thus, this module performs
40677         half as many malloc calls), with the addition that...
40678         (getgroup, getuser): Consistently record a non-match via an empty
40679         "name" string, and map an empty string match to a NULL return value.
40680         * modules/idcache (Depends-on): Re-add flexmember.
40681
40682         * lib/idcache.c (getuser): Remove all uses of the register keyword.
40683         (getuidbyname, getgroup, getgidbyname): Likewise.
40684
40685         Use cleaner syntax: NULL rather than 0.
40686         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
40687
40688 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40689
40690         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
40691         It mishandled the case where the group was missing.
40692         Problem reported by Greg Schafer.
40693         * modules/idcache: Likewise.
40694
40695 2006-11-18  Jim Meyering  <jim@meyering.net>
40696
40697         * check-module (%exempt_header): Add exception for some
40698         conditionally-included headers.
40699
40700         * modules/i-ring (Depends-on): Add verify.
40701         (License): Change to LGPL.
40702
40703 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
40704
40705         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
40706         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
40707         and inttostr.h.  Use snprintf rather than uinttostr, so that
40708         LGPLed code doesn't depend on GPLed.
40709
40710 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
40711
40712         * modules/inline (License): Change from GPL to LGPL.
40713
40714 2006-11-17  Jim Meyering  <jim@meyering.net>
40715
40716         * modules/d-type (License): Switch to LGPL.
40717
40718 2006-11-15  Bruno Haible  <bruno@clisp.org>
40719
40720         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
40721
40722 2006-11-15  Eric Blake  <ebb9@byu.net>
40723
40724         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
40725         the module dependency.
40726
40727 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40728             Bruno Haible  <bruno@clisp.org>
40729
40730         * gnulib-tool (func_create_testdir): Add license consistency check.
40731
40732 2006-11-15  Eric Blake  <ebb9@byu.net>
40733
40734         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
40735         random "(cached)" in configure output.
40736
40737 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40738
40739         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
40740         test for conforming inttypes.h is both announced and cached.
40741
40742         * MODULES.html.sh (seen_modules, seen_files): New variables.
40743         (func_module): Rewrite to use a few less gnulib-tool and sed
40744         invocations.  Avoid a couple of quadratic algorithms for ...
40745         (missed_modules, missed_files): ... these, with ...
40746         (func_append, func_tmpdir): ... these new functions, from
40747         gnulib-tool.  Analogously, install traps for cleanup.
40748
40749         * tests/test-gc.c (main): Remove unused variables.
40750         * tests/test-read-file.c: Include stdlib.h, for 'free'.
40751
40752 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
40753
40754         * modules/inttostr (License): Change to LGPL.
40755
40756 2006-11-14  Eric Blake  <ebb9@byu.net>
40757
40758         * modules/tempname (License): Change to LGPL.
40759
40760 2006-11-14  Eric Blake  <ebb9@byu.net>
40761
40762         * doc/functions.texi (Function Portability): *printf functions on
40763         Cygwin now understand all POSIX size specifiers.
40764
40765 2006-11-14  Bruno Haible  <bruno@clisp.org>
40766
40767         * modules/c-ctype (License): Change to LGPL.
40768
40769 2006-11-12  Bruno Haible  <bruno@clisp.org>
40770
40771         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
40772         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
40773         for GNOME libraries, for which the include files are installed in
40774         subdirectories of $prefix/include.
40775
40776 2006-11-12  Bruno Haible  <bruno@clisp.org>
40777
40778         * m4/lib-link.m4: Require at least autoconf-2.54.
40779         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
40780         name to underscores for the --with option.
40781
40782 2006-11-13  Bruno Haible  <bruno@clisp.org>
40783
40784         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
40785         the tests directory.
40786         Reported by Ralf Wildenhues.
40787
40788 2006-11-13  Bruno Haible  <bruno@clisp.org>
40789
40790         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
40791         (func_emit_initmacro_end): Undo the override here.
40792         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
40793         Works around the famous automake error in coreutils.
40794
40795 2006-11-13  Eric Blake  <ebb9@byu.net>
40796
40797         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
40798         element, not its node.
40799
40800 2006-11-12  Bruno Haible  <bruno@clisp.org>
40801
40802         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
40803         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
40804
40805 2006-11-12  Bruno Haible  <bruno@clisp.org>
40806
40807         * gnulib-tool: New option --local-symlink.
40808         (func_usage): Document it.
40809         (lsymbolic): New variable.
40810         (func_import, func_create_testdir): If --symlink was not specified,
40811         test whether --local-symlink was specified and the file comes from
40812         the local_gnulib_dir.
40813
40814 2006-11-12  Bruno Haible  <bruno@clisp.org>
40815
40816         * gnulib-tool (func_ln): New function.
40817         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
40818
40819 2006-11-12  Bruno Haible  <bruno@clisp.org>
40820
40821         Finish support for source files in subdirectories.
40822         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
40823         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
40824         AUTOMAKE_OPTIONS.
40825         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
40826
40827 2006-11-12  Bruno Haible  <bruno@clisp.org>
40828
40829         * gnulib-tool (func_get_automake_snippet): Synthesize also an
40830         EXTRA_lib_SOURCES augmentation.
40831         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
40832
40833 2006-11-12  Jim Meyering  <jim@meyering.net>
40834
40835         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
40836         file descriptors.  This also averts a failure on systems with
40837         native openat support when a traversed directory lacks "x" access.
40838         * lib/fts_.h: Include "i-ring.h"
40839         (struct FTS) [fts_fd_ring]: New member.
40840         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
40841         (FCHDIR): Add parentheses.
40842         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
40843         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
40844         When descending, rather than simply closing the previous
40845         fts_cwd_fd value, push that file descriptor onto the ring.
40846         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
40847         (fts_open): Initialize the new fd_ring member.
40848         (fts_close): Clear the ring.
40849         (fts_safe_changedir): When possible, use our new fd_ring to skip
40850         the diropen and fstat and dev/ino comparison that would normally
40851         accompany a virtual `chdir ("..")'.
40852
40853         * modules/fts (Depends-on): Add i-ring.
40854         * modules/i-ring: New module.
40855         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
40856         * m4/i-ring.m4: New file.
40857
40858 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40859
40860         * gnulib-tool (func_create_testdir): Fix replacement of
40861         `build-aux' in configure.ac.  Run autotools in gltests
40862         subdirectory.
40863         (func_create_testdir, func_create_megatestdir, test): There is
40864         no need for '--force' in most autotool invocations in a new
40865         tree.  Actually fail the whole test if any of the tools, or the
40866         configure or make stages fail.
40867
40868         Sync from Automake.
40869         * build-aux/gnupload: Revert last change.  Add pointer to upload
40870         instructions of the GNU Maintenance Instructions.
40871         Suggestion by Karl Berry.
40872
40873 2006-11-10  Jim Meyering  <jim@meyering.net>
40874
40875         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
40876
40877 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40878
40879         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
40880         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
40881         (bind_textdomain_codeset) [! ENABLE_NLS]:
40882         Evaluate all the arguments.  That way, callers get compatible behavior
40883         if the arguments have side effects.  Also, it avoids some GCC
40884         diagnostics in some cases; Joel E. Denny reported problems when Bison
40885         was configured with --enable-gcc-warnigs.
40886
40887 2006-11-10  Jim Meyering  <jim@meyering.net>
40888
40889         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
40890         relevant options in CFLAGS (like -O, -fno-inline) are taken into
40891         account.
40892
40893 2006-11-10  Jim Meyering  <jim@meyering.net>
40894
40895         * modules/inline: New file/module.
40896         * modules/xalloc (Files): Remove m4/inline.m4.
40897         (Depends-on): Add inline, instead.
40898         * modules/oset: Likewise.
40899         * modules/list: Likewise.
40900
40901 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
40902
40903         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
40904         Problem reported by Matthew Woehlke.
40905
40906 2006-11-09  Bruno Haible  <bruno@clisp.org>
40907
40908         * lib/tempname.c (gen_tempname): Remove variant that invokes
40909         __gen_tempname.
40910         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
40911         __gen_tempname.
40912
40913 2006-11-08  Bruno Haible  <bruno@clisp.org>
40914
40915         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
40916         to 'yes' instead of 'cross-compiling'.
40917
40918 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
40919
40920         * lib/quotearg.h (quotearg_free): New decl.
40921         * lib/quotearg.c (quotearg_free): New function.
40922         (slot0, nslots, slotvec0, slotvec):
40923         Now file-scope so that quotearg_free can get at them.
40924
40925 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40926
40927         Sync from Automake.
40928         * build-aux/gnupload: Add missing 'gnu' to example URL.
40929         Report by Karl Berry.
40930
40931 2006-11-08  Bruno Haible  <bruno@clisp.org>
40932
40933         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
40934         Suggested by Paul Eggert.
40935
40936 2006-11-08  Jim Meyering  <jim@meyering.net>
40937
40938         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
40939         It's already included if !_LIBC.
40940         (fts_safe_changedir): Add a comment.
40941
40942 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40943
40944         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
40945         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
40946         Matthew Woehlke.
40947
40948         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
40949         definitions up, to avoid colliding with change below.
40950         (static_inline) [HAVE_INLINE]: New macro.
40951         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
40952         Provide extern decls when !HAVE_INLINE.  Do not define unless
40953         static_inline is defined, either by us or by xmalloc.c.  Use
40954         static_inline rather than static inline.
40955         (XCALLOC): Optimize sizeof(T) = 1 case.
40956         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
40957
40958 2006-11-07  Bruno Haible  <bruno@clisp.org>
40959
40960         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
40961         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
40962         AC_C_INLINE.
40963         * modules/xalloc (Files): Add m4/inline.m4.
40964
40965 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40966
40967         * README: Fix typo.
40968         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
40969         (Miscellanous Notes): ...from this.
40970
40971 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
40972
40973         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
40974         Mention that offsetof should be used instead of sizeof.
40975         From Bruno Haible.
40976
40977 2006-11-07  Bruno Haible  <bruno@clisp.org>
40978
40979         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
40980
40981 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
40982
40983         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
40984         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
40985         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
40986         (gl_tree_add_before, gl_tree_add_after):
40987         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
40988         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
40989         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
40990         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
40991         (gl_linked_add_after, gl_linked_add_at): Likewise.
40992         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
40993         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
40994         (gl_tree_add_before, gl_tree_add_after): Likewise.
40995         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
40996         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
40997         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
40998
40999 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41000
41001         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41002
41003 2006-11-06  Bruno Haible  <bruno@clisp.org>
41004
41005         * m4/inline.m4: New file.
41006         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41007         * modules/list (Files): Add m4/inline.m4.
41008         * modules/oset (Files): Likewise.
41009
41010 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41011
41012         * lib/idcache.c: Include <stddef.h>, for offsetof.
41013         (struct userid.name): Change from char * to a flexible array member.
41014         All uses changed.
41015         * modules/idcache (Depends-on): Add flexmember.
41016
41017         * MODULES.html.sh (Core language properties): New module flexmember.
41018         * modules/flexmember, m4/flexmember.m4: New files.
41019
41020         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41021         inline functions that are identical with the old xnmalloc_inline,
41022         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41023         that we can avoid some unnecessary integer multiplications and
41024         divisions in the common case where the element size is known at
41025         compile time.
41026         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41027         needed.
41028         (xnboundedmalloc): Remove.
41029         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41030         arguments, for consistency with rest of this header.
41031         (xcharalloc): Rewrite using XNMALLOC.
41032         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41033         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41034         versions have been moved to lib/xalloc.h and renamed to be the
41035         non-*_inline versions.
41036         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41037         and xnrealloc functions, since those functions are now inline and
41038         now call us.
41039         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41040         renaming described above.
41041         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41042         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41043         captures the dependency in AC_C_INLINE.
41044
41045         New module canonicalize-lgpl, proposed by Charles Wilson in
41046         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41047         with a few small changes afterwards.
41048         * MODULES.html.sh (File system functions): New module
41049         canonicalize-lgpl.
41050         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41051         and canonicalize_file_name.
41052         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41053         * modules/canonicalize-lgpl: New files.
41054
41055 2006-11-05  Bruno Haible  <bruno@clisp.org>
41056
41057         * gnulib-tool (func_import, func_create_testdir): Create directories
41058         also for files in subdirectories of lib/.
41059
41060 2006-11-05  Bruno Haible  <bruno@clisp.org>
41061
41062         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41063         ANSI C compliant.
41064
41065 2006-11-03  Bruno Haible  <bruno@clisp.org>
41066
41067         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41068         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41069         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41070         (xnboundedmalloc): New inline function.
41071         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41072         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41073         xmalloc.
41074         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41075         xmalloc.
41076         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41077         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41078         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41079         xmalloc.
41080         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41081         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41082         xmalloc.
41083         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41084         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41085         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41086         xmalloc.
41087         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41088         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41089         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41090         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41091         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41092         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41093         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41094
41095 2006-11-03  Bruno Haible  <bruno@clisp.org>
41096
41097         * lib/c-ctype.h [C++]: Define functions without name mangling.
41098         * lib/fwriteerror.h [C++]: Likewise.
41099         * lib/gcd.h [C++]: Likewise.
41100         * lib/linebreak.h [C++]: Likewise.
41101
41102 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41103
41104         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41105         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41106         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41107         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41108         Check for functions and headers just once.
41109         Check for declaration of canonicalize_file_name.
41110         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41111
41112 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41113
41114         * gnulib-tool (func_import): Fix typo in actioncmd.
41115
41116 2006-11-02  Bruno Haible  <bruno@clisp.org>
41117
41118         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41119         newline sequence in the Makefile.am snippet as a space, like "make"
41120         does.
41121         Reported by Roger Persson <perrog@gmail.com>.
41122
41123 2006-11-01  Bruno Haible  <bruno@clisp.org>
41124
41125         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41126         already declared in <string.h>.
41127         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41128
41129 2006-11-01  Bruno Haible  <bruno@clisp.org>
41130
41131         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41132         * lib/strcase.h: Include <string.h>.
41133         (strcasecmp): Define to rpl_strcasecmp here.
41134
41135 2006-11-01  Bruno Haible  <bruno@clisp.org>
41136
41137         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41138
41139 2006-11-01  Eric Blake  <ebb9@byu.net>
41140
41141         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41142
41143         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41144
41145 2006-10-29  Bruno Haible  <bruno@clisp.org>
41146
41147         Make it compile in C++ mode.
41148         * lib/full-write.c (full_rw): Add a cast.
41149
41150 2006-11-01  Bruno Haible  <bruno@clisp.org>
41151
41152         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41153         be POSIX compliant.
41154         Reported by Roger Persson <perrog@gmail.com>.
41155
41156 2006-11-01  Eric Blake  <ebb9@byu.net>
41157
41158         * lib/getopt_.h: Fix comments.
41159
41160 2006-10-31  Eric Blake  <ebb9@byu.net>
41161
41162         * modules/tmpdir (Depends-on): Add sys_stat.
41163         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41164         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41165         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41166         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41167         tempname.
41168
41169 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41170
41171         Avoid some C++ diagnostics reported by Bruno Haible.
41172         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41173         xmalloc.
41174         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41175         (struct slotvec): Move to top level.
41176         (quotearg_n_options): Rewrite to avoid xmalloc.
41177         * lib/xalloc.h (xcharalloc): New function.
41178         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41179         [defined __cplusplus]: Add function template that provides result
41180         type propagation.  This part of the change is from Bruno Haible.
41181
41182 2006-10-29  Bruno Haible  <bruno@clisp.org>
41183
41184         Make it compile in C++ mode.
41185         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41186         * lib/strnlen1.c (strnlen1): Cast memchr result.
41187         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41188         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41189         (create_temp_dir): Rename local variable 'template'.
41190         (compile_csharp_using_sscli): Add cast.
41191         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41192         * lib/findprog.c (find_in_path): Likewise.
41193         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41194         * lib/wait-process.c (register_slave_subprocess): Likewise.
41195
41196 2006-10-22  Bruno Haible  <bruno@clisp.org>
41197
41198         * modules/tsearch: New file.
41199         * lib/tsearch.h: New file.
41200         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41201         * m4/tsearch.m4: New file.
41202         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41203
41204 2006-10-29  Eric Blake  <ebb9@byu.net>
41205
41206         * lib/arcfour.c: Assume config.h.
41207         * lib/arctwo.c: Likewise.
41208         * lib/base64.c: Likewise.
41209         * lib/check-version.c: Likewise.
41210         * lib/crc.c: Likewise.
41211         * lib/des.c: Likewise.
41212         * lib/gc-gnulib.c: Likewise.
41213         * lib/gc-libgcrypt.c: Likewise.
41214         * lib/gc-pbkdf2-sha1.c: Likewise.
41215         * lib/getaddrinfo.c: Likewise.
41216         * lib/getdelim.c: Likewise.
41217         * lib/getline.c: Likewise.
41218         * lib/hmac-md5.c: Likewise.
41219         * lib/hmac-sha1.c: Likewise.
41220         * lib/iconvme.c: Likewise.
41221         * lib/md2.c: Likewise.
41222         * lib/md4.c: Likewise.
41223         * lib/memxor.c: Likewise.
41224         * lib/read-file.c: Likewise.
41225         * lib/readline.c: Likewise.
41226         * lib/rijndael-alg-fst.c: Likewise.
41227         * lib/rijndael-api-fst.c: Likewise.
41228         * lib/xgetdomainname.c: Likewise.
41229
41230 2006-10-28  Eric Blake  <ebb9@byu.net>
41231
41232         * lib/xstrndup.c: Assume config.h.
41233
41234 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41235
41236         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41237         stat-macros.h is now for our own macros, whereas stat_h is for
41238         macros in the <sys/stat.h> name space.
41239         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41240         (STAT_MACROS_H): Remove.
41241         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41242         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41243         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41244         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41245         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41246         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41247         Move these macros to ...
41248         * lib/stat_.h: here.  Don't include stat-macros.h.
41249         * lib/canonicalize.c: Don't include stat-macros.h.
41250         * lib/chown.c: Likewise.
41251         * lib/euidaccess.c: Likewise.
41252         * lib/file-type.c: Likewise.
41253         * lib/filemode.c: Likewise.
41254         * lib/glob.c: Likewise.
41255         * lib/isapipe.c: Likewise.
41256         * lib/lchown.c: Likewise.
41257         * lib/lstat.c: Likewise.
41258         * lib/mkdir-p.c: Likewise.
41259         * lib/rmdir.c: Likewise.
41260         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41261         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41262         unless mkdir isn't declared, to speed up 'configure'.
41263         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41264         would define all the S_* symbols.
41265         * modules/canonicalize (Depends-on):
41266         Depend on sys_stat, not stat-macros.
41267         * modules/chown: Likewise.
41268         * modules/euidaccess: Likewise.
41269         * modules/filemode: Likewise.
41270         * modules/file-type: Likewise.
41271         * modules/glob: Likewise.
41272         * modules/isapipe: Likewise.
41273         * modules/lchown: Likewise.
41274         * modules/lstat: Likewise.
41275         * modules/mkancesdirs: Likewise.
41276         * modules/rmdir: Likewise.
41277         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41278         * modules/modechange: Likewise.
41279         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41280         (configure.ac): Remove gl_STAT_MACROS.
41281         * modules/sys_stat (Depends-on): Remove stat-macros.
41282
41283 2006-10-27  Bruno Haible  <bruno@clisp.org>
41284
41285         * m4/signed.m4: Remove file.
41286         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41287         invocation.
41288         * modules/vasnprintf (Files): Remove m4/signed.m4.
41289
41290 2006-10-27  Bruno Haible  <bruno@clisp.org>
41291
41292         Update to GNU gettext 0.16.
41293         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41294         m4/inttypes-h.m4, m4/signed.m4.
41295         * m4/gettext.m4: Update to GNU gettext 0.16.
41296         * m4/intl.m4: New file, from GNU gettext.
41297         * m4/intldir.m4: New file, from GNU gettext.
41298         * config/srclist.txt: Update
41299
41300 2006-10-27  Eric Blake  <ebb9@byu.net>
41301
41302         * MODULES.html.sh: Document tempname.
41303         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41304         dependencies.
41305         (Files): Move lib/tempname.c...
41306         * modules/tempname: ...to this new module.
41307         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41308         (gl_PREREQ_TEMPNAME): Move...
41309         * m4/tempname.m4: ...to this new file.
41310         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41311         * modules/sys_stat (Depends-on): Add stat-macros.
41312         * lib/stat_.h (includes): Pick up stat macros.
41313         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41314         if stat macros are broken.
41315         * lib/tempname.c (includes): No need to include "stat-macros.h".
41316         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41317         (direxists, __path_search) [!_LIBC]: Don't compile these in
41318         gnulib; the tmpdir module covers that.
41319         * lib/tempname.h: New file.
41320
41321 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41322
41323         * COPYING: Explain how gnulib-tool converts licence headers.
41324         Almost all wording by Eric Blake.
41325
41326 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41327
41328         * lib/mbchar.h (is_basic_table): Make read-only.
41329         * lib/mbchar.c (is_basic_table): Likewise.
41330         Reported by John Darrington.
41331
41332 2006-10-25  Bruno Haible  <bruno@clisp.org>
41333
41334         * lib/progname.h (set_program_name): Undefine before defining.
41335
41336 2006-10-25  Bruno Haible  <bruno@clisp.org>
41337
41338         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41339         false for non-gcc C++ compilers.
41340         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41341
41342 2006-10-24  Bruno Haible  <bruno@clisp.org>
41343
41344         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41345         iconv implementations like Irix iconv.
41346
41347 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41348
41349         * modules/vararrays: New file.
41350         * m4/vararrays.m4: New file, taken from diffutils.
41351         * MODULES.html.sh: New module vararrays.
41352
41353 2006-10-24  Karl Berry  <karl@gnu.org>
41354
41355         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41356         Don't call GNU Unix.
41357
41358 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41359
41360         * users.txt: Add Libtool.
41361
41362         Sync from Libtool:
41363
41364         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41365
41366         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41367         to gnulib's policy of including config.h unconditionally.
41368
41369 2006-10-24  Bruno Haible  <bruno@clisp.org>
41370
41371         * modules/wcwidth (Files): Add m4/wint_t.m4.
41372         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41373         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41374
41375 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41376
41377         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41378         to pacify GCC with some -W flags enabled.  Problem reported by
41379         Bruno Haible.
41380
41381 2006-10-24  Jim Meyering  <jim@meyering.net>
41382
41383         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41384         Reported by Karl Berry.
41385
41386 2006-10-23  Bruno Haible  <bruno@clisp.org>
41387
41388         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41389
41390 2006-10-24  Bruno Haible  <bruno@clisp.org>
41391
41392         * lib/gl_list.h: Use C comment style, not C++ comment style.
41393
41394 2006-10-23  Eric Blake  <ebb9@byu.net>
41395
41396         * lib/getaddrinfo.c (includes): Add missing include.
41397
41398 2006-10-23  Bruno Haible  <bruno@clisp.org>
41399             Paul Eggert  <eggert@cs.ucla.edu>
41400
41401         Ability to rename obstack_free.
41402         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41403         obstack_free.
41404         (obstack_free): Invoke the __obstack_free macro.
41405         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41406
41407 2006-10-23  Bruno Haible  <bruno@clisp.org>
41408             Paul Eggert  <eggert@cs.ucla.edu>
41409
41410         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41411         __argc, __argv from the declaration. (They are defined as macros on
41412         mingw.)
41413
41414 2006-10-22  Bruno Haible  <bruno@clisp.org>
41415
41416         * doc/gnulib-intro.texi: New file.
41417         * doc/gnulib.texi: Include it.
41418
41419 2006-10-21  Bruno Haible  <bruno@clisp.org>
41420
41421         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41422         "Introduction", "Miscellanous Notes", "Particular Modules".
41423
41424 2006-10-21  Bruno Haible  <bruno@clisp.org>
41425
41426         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41427         Change mostlyclean-local rule to avoid sh syntax error from bash
41428         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41429
41430 2006-10-23  Jim Meyering  <jim@meyering.net>
41431
41432         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41433         in place of snprintf.
41434
41435         * modules/inttostr (Files): Add lib/uinttostr.c.
41436         * lib/uinttostr.c (inttostr): New file/function.
41437         * lib/inttostr.h (uinttostr): Declare.
41438         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41439         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41440         Add uinttostr.
41441         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41442
41443 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41444
41445         * lib/canonicalize.c (ELOOP): Define if not already defined.
41446         Problem reported by Bruno Haible in
41447         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41448
41449 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41450
41451         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41452         Problem reported by Perry Smith and Ville Laurikari.
41453
41454         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41455         uses.
41456
41457 2006-10-19  Bruno Haible  <bruno@clisp.org>
41458
41459         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41460         for mingw.
41461
41462 2006-10-19  Bruno Haible  <bruno@clisp.org>
41463
41464         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41465         Needed for mingw.
41466
41467 2006-10-19  Bruno Haible  <bruno@clisp.org>
41468
41469         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41470
41471 2006-10-19  Bruno Haible  <bruno@clisp.org>
41472
41473         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41474         it.
41475
41476 2006-10-19  Bruno Haible  <bruno@clisp.org>
41477
41478         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41479         invocation.
41480
41481 2006-10-19  Bruno Haible  <bruno@clisp.org>
41482
41483         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41484         mountlist by default.
41485
41486 2006-10-16  Bruno Haible  <bruno@clisp.org>
41487
41488         * lib/c-strstr.c: Include c-strstr.h.
41489
41490 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41491
41492         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41493         in a slash.
41494
41495 2006-10-18  Bruno Haible  <bruno@clisp.org>
41496
41497         * lib/lock.h [C++]: Wrap definitions in extern "C".
41498
41499 2006-10-18  Bruno Haible  <bruno@clisp.org>
41500
41501         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41502         gl_LIBOBJS list.
41503
41504 2006-10-18  Bruno Haible  <bruno@clisp.org>
41505
41506         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41507
41508 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41509
41510         * lib/xstrtol.h: Include gettext.h.
41511         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41512         Problem reported by Eric Blake.
41513         * modules/xstrtol (Depends-on): Add gettext-h.
41514
41515 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41516
41517         * lib/strftime.c (advance): New macro.
41518         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41519         incomplete type, so you can't add 0 to it.  Problem and patch
41520         reported by Eelco Dolstra for dietlibc.
41521
41522 2006-10-18  Jim Meyering  <jim@meyering.net>
41523
41524         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41525         type for a local, and rename it: s/up/user_proc/.
41526
41527 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41528
41529         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41530         READ_UTMP_USER_PROCESS.
41531         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41532
41533 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41534
41535         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41536         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41537
41538 2006-10-17  Eric Blake  <ebb9@byu.net>
41539
41540         * lib/sigprocmask.c (sigprocmask): Fix typo.
41541
41542         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41543
41544         * modules/clean-temp (Makefile.am): Don't add to make output...
41545         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41546         config.h.
41547
41548 2006-10-17  Bruno Haible  <bruno@clisp.org>
41549
41550         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41551         differently if DEFAULT_TEXT_DOMAIN is set.
41552
41553 2006-10-16  Bruno Haible  <bruno@clisp.org>
41554
41555         * lib/clean-temp.c: Include fwriteerror.h.
41556
41557 2006-10-16  Bruno Haible  <bruno@clisp.org>
41558
41559         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41560
41561 2006-10-16  Bruno Haible  <bruno@clisp.org>
41562
41563         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41564         * lib/sigprocmask.h: Include <sys/types.h>.
41565         (sigset_t): Use the system's definition if present.
41566
41567 2006-10-17  Eric Blake  <ebb9@byu.net>
41568
41569         * lib/xvasprintf.c (includes): Assume config.h.
41570         * lib/xasprintf.c (includes): Likewise.
41571
41572 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41573
41574         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41575         at least as wide as intmax_t.
41576
41577 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41578
41579         (Imported from Automake.)
41580         * build-aux/gnupload: Update to version 1.1 of directive file.
41581
41582 2006-10-16  Eric Blake  <ebb9@byu.net>
41583
41584         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41585         match Automake 1.10a.
41586
41587 2006-10-14  Bruno Haible  <bruno@clisp.org>
41588
41589         * modules/sigprocmask: New file.
41590         * lib/sigprocmask.h: New file.
41591         * lib/sigprocmask.c: New file.
41592         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41593         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41594         request sigprocmask.o.
41595         (gl_PREREQ_SIGPROCMASK): New macro.
41596         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41597         (Depends-on): Add sigprocmask.
41598         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41599         gt_SIGNALBLOCKING. Test for 'raise' only once.
41600         * lib/fatal-signal.c: Include sigprocmask.h.
41601         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41602         unblock_fatal_signals): Define always.
41603         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41604         sigprocmask.
41605
41606 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41607
41608         Sync from Automake.
41609         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41610         which incorrectly sets the mode of an existing destination
41611         directory.  In some cases the unpatched install-sh could do the
41612         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41613         system.  We hope this is rare in practice, but it's clearly worth
41614         fixing.  Problem reported by Alex Unleashed in
41615         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41616         Also, don't bother to check for -m bugs unless we're using -m;
41617         suggested by Stepan Kasal.
41618
41619 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41620
41621         Sync from Automake.
41622         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41623         `-c' flag, so they appear at the same position as in %FASTDEP%
41624         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41625         which ignores unknown options only after the first non-option.
41626         Bug report against M4 by Nelson H. F. Beebe.
41627
41628 2006-10-13  Jim Meyering  <jim@meyering.net>
41629
41630         Fix a bug in yesterday's change.
41631         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41632         p->fts_statp->st_dev would be used uninitialized.
41633         Ensures that we always call fts_stat on the very first entry.
41634         Miklos Szeredi reported that find -xdev stopped working.
41635
41636 2006-10-12  Bruno Haible  <bruno@clisp.org>
41637
41638         * gnulib-tool (func_get_automake_snippet): Append an automatically
41639         computed EXTRA_DIST augmentation.
41640         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41641         * modules/alloca-opt (Makefile.am): Likewise.
41642         * modules/allocsa (Makefile.am): Likewise.
41643         * modules/arcfour (Makefile.am): Likewise.
41644         * modules/arctwo (Makefile.am): Likewise.
41645         * modules/argmatch (Makefile.am): Likewise.
41646         * modules/argz (Makefile.am): Likewise.
41647         * modules/atexit (Makefile.am): Likewise.
41648         * modules/backupfile (Makefile.am): Likewise.
41649         * modules/byteswap (Makefile.am): Likewise.
41650         * modules/c-strtod (Makefile.am): Likewise.
41651         * modules/c-strtold (Makefile.am): Likewise.
41652         * modules/calloc (Makefile.am): Likewise.
41653         * modules/canon-host (Makefile.am): Likewise.
41654         * modules/canonicalize (Makefile.am): Likewise.
41655         * modules/chdir-long (Makefile.am): Likewise.
41656         * modules/chdir-safer (Makefile.am): Likewise.
41657         * modules/check-version (Makefile.am): Likewise.
41658         * modules/chown (Makefile.am): Likewise.
41659         * modules/cloexec (Makefile.am): Likewise.
41660         * modules/close-stream (Makefile.am): Likewise.
41661         * modules/closeout (Makefile.am): Likewise.
41662         * modules/crc (Makefile.am): Likewise.
41663         * modules/csharpexec (Makefile.am): Likewise.
41664         * modules/cycle-check (Makefile.am): Likewise.
41665         * modules/des (Makefile.am): Likewise.
41666         * modules/dev-ino (Makefile.am): Likewise.
41667         * modules/dirfd (Makefile.am): Likewise.
41668         * modules/dirname (Makefile.am): Likewise.
41669         * modules/dup2 (Makefile.am): Likewise.
41670         * modules/eealloc (Makefile.am): Likewise.
41671         * modules/error (Makefile.am): Likewise.
41672         * modules/euidaccess (Makefile.am): Likewise.
41673         * modules/exclude (Makefile.am): Likewise.
41674         * modules/exitfail (Makefile.am): Likewise.
41675         * modules/fcntl-safer (Makefile.am): Likewise.
41676         * modules/fcntl (Makefile.am): Likewise.
41677         * modules/file-type (Makefile.am): Likewise.
41678         * modules/fileblocks (Makefile.am): Likewise.
41679         * modules/filemode (Makefile.am): Likewise.
41680         * modules/filenamecat (Makefile.am): Likewise.
41681         * modules/fnmatch (Makefile.am): Likewise.
41682         * modules/fopen-safer (Makefile.am): Likewise.
41683         * modules/fpending (Makefile.am): Likewise.
41684         * modules/fprintftime (Makefile.am): Likewise.
41685         * modules/free (Makefile.am): Likewise.
41686         * modules/fsusage (Makefile.am): Likewise.
41687         * modules/ftruncate (Makefile.am): Likewise.
41688         * modules/fts (Makefile.am): Likewise.
41689         * modules/gc-arcfour (Makefile.am): Likewise.
41690         * modules/gc-des (Makefile.am): Likewise.
41691         * modules/gc-hmac-md5 (Makefile.am): Likewise.
41692         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
41693         * modules/gc-md4 (Makefile.am): Likewise.
41694         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41695         * modules/gc-sha1 (Makefile.am): Likewise.
41696         * modules/gc (Makefile.am): Likewise.
41697         * modules/getaddrinfo (Makefile.am): Likewise.
41698         * modules/getcwd (Makefile.am): Likewise.
41699         * modules/getdelim (Makefile.am): Likewise.
41700         * modules/getdomainname (Makefile.am): Likewise.
41701         * modules/getgroups (Makefile.am): Likewise.
41702         * modules/gethostname (Makefile.am): Likewise.
41703         * modules/gethrxtime (Makefile.am): Likewise.
41704         * modules/getline (Makefile.am): Likewise.
41705         * modules/getloadavg (Makefile.am): Likewise.
41706         * modules/getlogin_r (Makefile.am): Likewise.
41707         * modules/getndelim2 (Makefile.am): Likewise.
41708         * modules/getopt (Makefile.am): Likewise.
41709         * modules/getpagesize (Makefile.am): Likewise.
41710         * modules/getpass-gnu (Makefile.am): Likewise.
41711         * modules/getpass (Makefile.am): Likewise.
41712         * modules/getsubopt (Makefile.am): Likewise.
41713         * modules/gettime (Makefile.am): Likewise.
41714         * modules/gettimeofday (Makefile.am): Likewise.
41715         * modules/getugroups (Makefile.am): Likewise.
41716         * modules/getusershell (Makefile.am): Likewise.
41717         * modules/glob (Makefile.am): Likewise.
41718         * modules/group-member (Makefile.am): Likewise.
41719         * modules/hard-locale (Makefile.am): Likewise.
41720         * modules/hash (Makefile.am): Likewise.
41721         * modules/hmac-md5 (Makefile.am): Likewise.
41722         * modules/hmac-sha1 (Makefile.am): Likewise.
41723         * modules/human (Makefile.am): Likewise.
41724         * modules/idcache (Makefile.am): Likewise.
41725         * modules/imaxabs (Makefile.am): Likewise.
41726         * modules/imaxdiv (Makefile.am): Likewise.
41727         * modules/inet_ntop (Makefile.am): Likewise.
41728         * modules/inet_pton (Makefile.am): Likewise.
41729         * modules/intprops (Makefile.am): Likewise.
41730         * modules/inttostr (Makefile.am): Likewise.
41731         * modules/inttypes (Makefile.am): Likewise.
41732         * modules/isapipe (Makefile.am): Likewise.
41733         * modules/javaversion (Makefile.am): Likewise.
41734         * modules/lchmod (Makefile.am): Likewise.
41735         * modules/lchown (Makefile.am): Likewise.
41736         * modules/localcharset (Makefile.am): Likewise.
41737         * modules/long-options (Makefile.am): Likewise.
41738         * modules/lstat (Makefile.am): Likewise.
41739         * modules/malloc (Makefile.am): Likewise.
41740         * modules/mathl (Makefile.am): Likewise.
41741         * modules/mbchar (Makefile.am): Likewise.
41742         * modules/md2 (Makefile.am): Likewise.
41743         * modules/md4 (Makefile.am): Likewise.
41744         * modules/md5 (Makefile.am): Likewise.
41745         * modules/memcasecmp (Makefile.am): Likewise.
41746         * modules/memchr (Makefile.am): Likewise.
41747         * modules/memcmp (Makefile.am): Likewise.
41748         * modules/memcoll (Makefile.am): Likewise.
41749         * modules/memcpy (Makefile.am): Likewise.
41750         * modules/memmem (Makefile.am): Likewise.
41751         * modules/memmove (Makefile.am): Likewise.
41752         * modules/mempcpy (Makefile.am): Likewise.
41753         * modules/memrchr (Makefile.am): Likewise.
41754         * modules/memset (Makefile.am): Likewise.
41755         * modules/memxor (Makefile.am): Likewise.
41756         * modules/mkancesdirs (Makefile.am): Likewise.
41757         * modules/mkdir-p (Makefile.am): Likewise.
41758         * modules/mkdir (Makefile.am): Likewise.
41759         * modules/mkdtemp (Makefile.am): Likewise.
41760         * modules/mkstemp (Makefile.am): Likewise.
41761         * modules/mktime (Makefile.am): Likewise.
41762         * modules/modechange (Makefile.am): Likewise.
41763         * modules/mountlist (Makefile.am): Likewise.
41764         * modules/nanosleep (Makefile.am): Likewise.
41765         * modules/obstack (Makefile.am): Likewise.
41766         * modules/openat (Makefile.am): Likewise.
41767         * modules/pagealign_alloc (Makefile.am): Likewise.
41768         * modules/pathmax (Makefile.am): Likewise.
41769         * modules/physmem (Makefile.am): Likewise.
41770         * modules/poll (Makefile.am): Likewise.
41771         * modules/posixtm (Makefile.am): Likewise.
41772         * modules/posixver (Makefile.am): Likewise.
41773         * modules/putenv (Makefile.am): Likewise.
41774         * modules/quote (Makefile.am): Likewise.
41775         * modules/quotearg (Makefile.am): Likewise.
41776         * modules/raise (Makefile.am): Likewise.
41777         * modules/read-file (Makefile.am): Likewise.
41778         * modules/readline (Makefile.am): Likewise.
41779         * modules/readlink (Makefile.am): Likewise.
41780         * modules/readtokens (Makefile.am): Likewise.
41781         * modules/readutmp (Makefile.am): Likewise.
41782         * modules/realloc (Makefile.am): Likewise.
41783         * modules/regex (Makefile.am): Likewise.
41784         * modules/rename-dest-slash (Makefile.am): Likewise.
41785         * modules/rename (Makefile.am): Likewise.
41786         * modules/rijndael (Makefile.am): Likewise.
41787         * modules/rmdir (Makefile.am): Likewise.
41788         * modules/rpmatch (Makefile.am): Likewise.
41789         * modules/safe-read (Makefile.am): Likewise.
41790         * modules/safe-write (Makefile.am): Likewise.
41791         * modules/same-inode (Makefile.am): Likewise.
41792         * modules/same (Makefile.am): Likewise.
41793         * modules/save-cwd (Makefile.am): Likewise.
41794         * modules/savedir (Makefile.am): Likewise.
41795         * modules/setenv (Makefile.am): Likewise.
41796         * modules/settime (Makefile.am): Likewise.
41797         * modules/sha1 (Makefile.am): Likewise.
41798         * modules/sig2str (Makefile.am): Likewise.
41799         * modules/snprintf (Makefile.am): Likewise.
41800         * modules/stat-macros (Makefile.am): Likewise.
41801         * modules/stat-time (Makefile.am): Likewise.
41802         * modules/stdbool (Makefile.am): Likewise.
41803         * modules/stdint (Makefile.am): Likewise.
41804         * modules/stdlib-safer (Makefile.am): Likewise.
41805         * modules/stpcpy (Makefile.am): Likewise.
41806         * modules/stpncpy (Makefile.am): Likewise.
41807         * modules/strcase (Makefile.am): Likewise.
41808         * modules/strcasestr (Makefile.am): Likewise.
41809         * modules/strchrnul (Makefile.am): Likewise.
41810         * modules/strcspn (Makefile.am): Likewise.
41811         * modules/strdup (Makefile.am): Likewise.
41812         * modules/strerror (Makefile.am): Likewise.
41813         * modules/strftime (Makefile.am): Likewise.
41814         * modules/strndup (Makefile.am): Likewise.
41815         * modules/strnlen (Makefile.am): Likewise.
41816         * modules/strpbrk (Makefile.am): Likewise.
41817         * modules/strsep (Makefile.am): Likewise.
41818         * modules/strstr (Makefile.am): Likewise.
41819         * modules/strtod (Makefile.am): Likewise.
41820         * modules/strtoimax (Makefile.am): Likewise.
41821         * modules/strtok_r (Makefile.am): Likewise.
41822         * modules/strtol (Makefile.am): Likewise.
41823         * modules/strtoll (Makefile.am): Likewise.
41824         * modules/strtoul (Makefile.am): Likewise.
41825         * modules/strtoull (Makefile.am): Likewise.
41826         * modules/strtoumax (Makefile.am): Likewise.
41827         * modules/strverscmp (Makefile.am): Likewise.
41828         * modules/sys_socket (Makefile.am): Likewise.
41829         * modules/sys_stat (Makefile.am): Likewise.
41830         * modules/sysexits (Makefile.am): Likewise.
41831         * modules/time_r (Makefile.am): Likewise.
41832         * modules/timegm (Makefile.am): Likewise.
41833         * modules/timespec (Makefile.am): Likewise.
41834         * modules/tmpfile-safer (Makefile.am): Likewise.
41835         * modules/trim (Makefile.am): Likewise.
41836         * modules/unistd-safer (Makefile.am): Likewise.
41837         * modules/unlinkdir (Makefile.am): Likewise.
41838         * modules/unlocked-io (Makefile.am): Likewise.
41839         * modules/userspec (Makefile.am): Likewise.
41840         * modules/utime (Makefile.am): Likewise.
41841         * modules/utimecmp (Makefile.am): Likewise.
41842         * modules/utimens (Makefile.am): Likewise.
41843         * modules/vasnprintf (Makefile.am): Likewise.
41844         * modules/vasprintf (Makefile.am): Likewise.
41845         * modules/vsnprintf (Makefile.am): Likewise.
41846         * modules/xalloc (Makefile.am): Likewise.
41847         * modules/xgetcwd (Makefile.am): Likewise.
41848         * modules/xnanosleep (Makefile.am): Likewise.
41849         * modules/xreadlink (Makefile.am): Likewise.
41850         * modules/xstrtod (Makefile.am): Likewise.
41851         * modules/xstrtol (Makefile.am): Likewise.
41852         * modules/xstrtold (Makefile.am): Likewise.
41853         * modules/yesno (Makefile.am): Likewise.
41854         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
41855
41856 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
41857
41858         * modules/error (Makefile.am): Distribute files through
41859         EXTRA_DIST, not lib_SOURCES.
41860
41861 2006-10-12  Eric Blake  <ebb9@byu.net>
41862
41863         * modules/error (Makefile.am): Distribute files in /lib.
41864         * modules/obstack (Makefile.am): Likewise.
41865
41866 2006-10-12  Bruno Haible  <bruno@clisp.org>
41867
41868         * modules/acl (Makefile.am): Distribute all files in lib/ through
41869         EXTRA_DIST.
41870         * modules/arcfour (Makefile.am): Likewise.
41871         * modules/arctwo (Makefile.am): Likewise.
41872         * modules/argmatch (Makefile.am): Likewise.
41873         * modules/argz (Makefile.am): Likewise.
41874         * modules/atexit (Makefile.am): Likewise.
41875         * modules/backupfile (Makefile.am): Likewise.
41876         * modules/c-strtod (Makefile.am): Likewise.
41877         * modules/c-strtold (Makefile.am): Likewise.
41878         * modules/calloc (Makefile.am): Likewise.
41879         * modules/canon-host (Makefile.am): Likewise.
41880         * modules/canonicalize (Makefile.am): Likewise.
41881         * modules/chdir-long (Makefile.am): Likewise.
41882         * modules/chdir-safer (Makefile.am): Likewise.
41883         * modules/check-version (Makefile.am): Likewise.
41884         * modules/chown (Makefile.am): Likewise.
41885         * modules/cloexec (Makefile.am): Likewise.
41886         * modules/close-stream (Makefile.am): Likewise.
41887         * modules/closeout (Makefile.am): Likewise.
41888         * modules/crc (Makefile.am): Likewise.
41889         * modules/cycle-check (Makefile.am): Likewise.
41890         * modules/des (Makefile.am): Likewise.
41891         * modules/dirfd (Makefile.am): Likewise.
41892         * modules/dirname (Makefile.am): Likewise.
41893         * modules/dup2 (Makefile.am): Likewise.
41894         * modules/euidaccess (Makefile.am): Likewise.
41895         * modules/exclude (Makefile.am): Likewise.
41896         * modules/exitfail (Makefile.am): Likewise.
41897         * modules/fcntl-safer (Makefile.am): Likewise.
41898         * modules/file-type (Makefile.am): Likewise.
41899         * modules/fileblocks (Makefile.am): Likewise.
41900         * modules/filemode (Makefile.am): Likewise.
41901         * modules/filenamecat (Makefile.am): Likewise.
41902         * modules/fnmatch (Makefile.am): Likewise.
41903         * modules/fopen-safer (Makefile.am): Likewise.
41904         * modules/fpending (Makefile.am): Likewise.
41905         * modules/fprintftime (Makefile.am): Likewise.
41906         * modules/free (Makefile.am): Likewise.
41907         * modules/fsusage (Makefile.am): Likewise.
41908         * modules/ftruncate (Makefile.am): Likewise.
41909         * modules/fts (Makefile.am): Likewise.
41910         * modules/gc (Makefile.am): Likewise.
41911         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
41912         * modules/getaddrinfo (Makefile.am): Likewise.
41913         * modules/getcwd (Makefile.am): Likewise.
41914         * modules/getdelim (Makefile.am): Likewise.
41915         * modules/getdomainname (Makefile.am): Likewise.
41916         * modules/getgroups (Makefile.am): Likewise.
41917         * modules/gethostname (Makefile.am): Likewise.
41918         * modules/gethrxtime (Makefile.am): Likewise.
41919         * modules/getline (Makefile.am): Likewise.
41920         * modules/getloadavg (Makefile.am): Likewise.
41921         * modules/getlogin_r (Makefile.am): Likewise.
41922         * modules/getopt (Makefile.am): Likewise.
41923         * modules/getpass (Makefile.am): Likewise.
41924         * modules/getpass-gnu (Makefile.am): Likewise.
41925         * modules/getsubopt (Makefile.am): Likewise.
41926         * modules/gettime (Makefile.am): Likewise.
41927         * modules/gettimeofday (Makefile.am): Likewise.
41928         * modules/getugroups (Makefile.am): Likewise.
41929         * modules/getusershell (Makefile.am): Likewise.
41930         * modules/glob (Makefile.am): Likewise.
41931         * modules/group-member (Makefile.am): Likewise.
41932         * modules/hard-locale (Makefile.am): Likewise.
41933         * modules/hash (Makefile.am): Likewise.
41934         * modules/hmac-md5 (Makefile.am): Likewise.
41935         * modules/hmac-sha1 (Makefile.am): Likewise.
41936         * modules/human (Makefile.am): Likewise.
41937         * modules/idcache (Makefile.am): Likewise.
41938         * modules/imaxabs (Makefile.am): Likewise.
41939         * modules/imaxdiv (Makefile.am): Likewise.
41940         * modules/inet_ntop (Makefile.am): Likewise.
41941         * modules/inet_pton (Makefile.am): Likewise.
41942         * modules/inttostr (Makefile.am): Likewise.
41943         * modules/isapipe (Makefile.am): Likewise.
41944         * modules/lchown (Makefile.am): Likewise.
41945         * modules/long-options (Makefile.am): Likewise.
41946         * modules/lstat (Makefile.am): Likewise.
41947         * modules/malloc (Makefile.am): Likewise.
41948         * modules/mathl (Makefile.am): Likewise.
41949         * modules/mbchar (Makefile.am): Likewise.
41950         * modules/md2 (Makefile.am): Likewise.
41951         * modules/md4 (Makefile.am): Likewise.
41952         * modules/md5 (Makefile.am): Likewise.
41953         * modules/memcasecmp (Makefile.am): Likewise.
41954         * modules/memchr (Makefile.am): Likewise.
41955         * modules/memcmp (Makefile.am): Likewise.
41956         * modules/memcoll (Makefile.am): Likewise.
41957         * modules/memcpy (Makefile.am): Likewise.
41958         * modules/memmem (Makefile.am): Likewise.
41959         * modules/memmove (Makefile.am): Likewise.
41960         * modules/mempcpy (Makefile.am): Likewise.
41961         * modules/memrchr (Makefile.am): Likewise.
41962         * modules/memset (Makefile.am): Likewise.
41963         * modules/memxor (Makefile.am): Likewise.
41964         * modules/mkancesdirs (Makefile.am): Likewise.
41965         * modules/mkdir (Makefile.am): Likewise.
41966         * modules/mkdir-p (Makefile.am): Likewise.
41967         * modules/mkdtemp (Makefile.am): Likewise.
41968         * modules/mkstemp (Makefile.am): Likewise.
41969         * modules/mktime (Makefile.am): Likewise.
41970         * modules/modechange (Makefile.am): Likewise.
41971         * modules/mountlist (Makefile.am): Likewise.
41972         * modules/nanosleep (Makefile.am): Likewise.
41973         * modules/openat (Makefile.am): Likewise.
41974         * modules/pagealign_alloc (Makefile.am): Likewise.
41975         * modules/physmem (Makefile.am): Likewise.
41976         * modules/poll (Makefile.am): Likewise.
41977         * modules/posixtm (Makefile.am): Likewise.
41978         * modules/posixver (Makefile.am): Likewise.
41979         * modules/putenv (Makefile.am): Likewise.
41980         * modules/quote (Makefile.am): Likewise.
41981         * modules/quotearg (Makefile.am): Likewise.
41982         * modules/raise (Makefile.am): Likewise.
41983         * modules/read-file (Makefile.am): Likewise.
41984         * modules/readline (Makefile.am): Likewise.
41985         * modules/readlink (Makefile.am): Likewise.
41986         * modules/readtokens (Makefile.am): Likewise.
41987         * modules/readutmp (Makefile.am): Likewise.
41988         * modules/realloc (Makefile.am): Likewise.
41989         * modules/regex (Makefile.am): Likewise.
41990         * modules/rename (Makefile.am): Likewise.
41991         * modules/rename-dest-slash (Makefile.am): Likewise.
41992         * modules/rijndael (Makefile.am): Likewise.
41993         * modules/rmdir (Makefile.am): Likewise.
41994         * modules/rpmatch (Makefile.am): Likewise.
41995         * modules/safe-read (Makefile.am): Likewise.
41996         * modules/safe-write (Makefile.am): Likewise.
41997         * modules/same (Makefile.am): Likewise.
41998         * modules/save-cwd (Makefile.am): Likewise.
41999         * modules/savedir (Makefile.am): Likewise.
42000         * modules/setenv (Makefile.am): Likewise.
42001         * modules/settime (Makefile.am): Likewise.
42002         * modules/sha1 (Makefile.am): Likewise.
42003         * modules/sig2str (Makefile.am): Likewise.
42004         * modules/snprintf (Makefile.am): Likewise.
42005         * modules/stdlib-safer (Makefile.am): Likewise.
42006         * modules/stpcpy (Makefile.am): Likewise.
42007         * modules/stpncpy (Makefile.am): Likewise.
42008         * modules/strcase (Makefile.am): Likewise.
42009         * modules/strcasestr (Makefile.am): Likewise.
42010         * modules/strchrnul (Makefile.am): Likewise.
42011         * modules/strcspn (Makefile.am): Likewise.
42012         * modules/strdup (Makefile.am): Likewise.
42013         * modules/strerror (Makefile.am): Likewise.
42014         * modules/strftime (Makefile.am): Likewise.
42015         * modules/strndup (Makefile.am): Likewise.
42016         * modules/strnlen (Makefile.am): Likewise.
42017         * modules/strpbrk (Makefile.am): Likewise.
42018         * modules/strsep (Makefile.am): Likewise.
42019         * modules/strstr (Makefile.am): Likewise.
42020         * modules/strtod (Makefile.am): Likewise.
42021         * modules/strtoimax (Makefile.am): Likewise.
42022         * modules/strtok_r (Makefile.am): Likewise.
42023         * modules/strtol (Makefile.am): Likewise.
42024         * modules/strtoll (Makefile.am): Likewise.
42025         * modules/strtoul (Makefile.am): Likewise.
42026         * modules/strtoull (Makefile.am): Likewise.
42027         * modules/strtoumax (Makefile.am): Likewise.
42028         * modules/strverscmp (Makefile.am): Likewise.
42029         * modules/time_r (Makefile.am): Likewise.
42030         * modules/timegm (Makefile.am): Likewise.
42031         * modules/tmpfile-safer (Makefile.am): Likewise.
42032         * modules/unistd-safer (Makefile.am): Likewise.
42033         * modules/unlinkdir (Makefile.am): Likewise.
42034         * modules/userspec (Makefile.am): Likewise.
42035         * modules/utime (Makefile.am): Likewise.
42036         * modules/utimecmp (Makefile.am): Likewise.
42037         * modules/utimens (Makefile.am): Likewise.
42038         * modules/vasnprintf (Makefile.am): Likewise.
42039         * modules/vasprintf (Makefile.am): Likewise.
42040         * modules/vsnprintf (Makefile.am): Likewise.
42041         * modules/xalloc (Makefile.am): Likewise.
42042         * modules/xgetcwd (Makefile.am): Likewise.
42043         * modules/xnanosleep (Makefile.am): Likewise.
42044         * modules/xreadlink (Makefile.am): Likewise.
42045         * modules/xstrtod (Makefile.am): Likewise.
42046         * modules/xstrtol (Makefile.am): Likewise.
42047         * modules/xstrtold (Makefile.am): Likewise.
42048         * modules/yesno (Makefile.am): Likewise.
42049
42050 2006-10-12  Jim Meyering  <jim@meyering.net>
42051
42052         * m4/getloadavg.m4: Revert the change below.
42053
42054         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42055         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42056         fail with a symlink, which is what coreutils' ./bootstrap now
42057         creates by default.
42058
42059 2006-10-12  Bruno Haible  <bruno@clisp.org>
42060
42061         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42062         mingw.
42063         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42064         MSVC and mingw explicitly.
42065
42066 2006-10-11  Simon Josefsson  <jas@extundo.com>
42067             Bruno Haible  <bruno@clisp.org>
42068
42069         Add support for multiple gnulib-tool invocations in the scope of a
42070         single configure.ac file.
42071         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42072         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42073         with the same contents as the _LIBADD variable.
42074         (func_emit_initmacro_start, func_emit_initmacro_end,
42075         func_emit_initmacro_done): New functions.
42076         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42077         gl_LIBOBJS and gl_LTLIBOBJS.
42078
42079 2006-10-11  Bruno Haible  <bruno@clisp.org>
42080
42081         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42082         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42083         autoreconf. Instead, invoke autopoint explicitly but move back the
42084         *.m4 files from gnulib.
42085
42086 2006-10-11  Bruno Haible  <bruno@clisp.org>
42087
42088         * gnulib-tool (func_usage): Make module names after --create-testdir
42089         optional.
42090         (func_create_testdir): If no module was specified, use nearly all
42091         modules.
42092
42093 2006-10-12  Jim Meyering  <jim@meyering.net>
42094
42095         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42096         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42097         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42098         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42099         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42100         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42101         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42102         (fts_set_stat_required): New function.
42103         (fts_open): Defer the calls to fts_stat, if possible or requested.
42104         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42105         into fts_stat itself.
42106         (fts_read): Perform any required (deferred) fts_stat call.
42107         (fts_build): Likewise, for the directory we're about to open and read.
42108         In the readdir loop, carefully decide whether each entry will require
42109         an eventual call to fts_stat, using dirent.d_type info if available.
42110         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42111         a command line argument into this function.  Update all callers.
42112         Map a return value of FTS_DOT to FTS_D for a command line argument.
42113         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42114         Thanks to Miklos Szeredi for his tenacity and for the initial
42115         bug report about "find" failing on a FUSE-based file system.
42116
42117         * lib/fts.c (fts_open): Use consistent indentation.
42118
42119 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42120
42121         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42122         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42123         reported by Jim Meyering.  All uses of cache variables renamed
42124         to match Autoconf's.
42125         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42126         the other one.
42127
42128         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42129         Fix misspelling in diagnostic.
42130
42131 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42132
42133         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42134         defined.  Problem reported by Matthew Woehlke.
42135
42136         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42137         Add support for Tandem NonStop R series.
42138         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42139         Use new macro.
42140
42141         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42142         (has_trailing_slash): Omit size arg; all callers changed.
42143         Omit 'inline', since it doesn't help performance and we'd
42144         need to configure it.
42145         Don't count //, ///, etc. as having a trailing slash.
42146         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42147         (rpl_rename_dest_slash): On failure, use rename's errno rather
42148         than (in some cases) an incorrect or junk errno.
42149         Simplify code by removing need to compute length; this does
42150         cause it to make two passes instead of one over the file name,
42151         but it's worth it.
42152
42153         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42154         change, since Autoconf's version may no longer be appropriate now
42155         that we are using CVS Autoconf's version.  Add support for Tandem.
42156
42157 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42158             Bruno Haible  <bruno@clisp.org>
42159
42160         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42161         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42162         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42163         gl_AC_TYPE_LONG_LONG.
42164
42165         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42166         instead of HAVE_LONG_LONG.
42167         * lib/printf-args.c (printf_fetchargs): Likewise.
42168         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42169         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42170         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42171         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42172         gl_AC_TYPE_LONG_LONG.
42173
42174 2006-10-11  Bruno Haible  <bruno@clisp.org>
42175
42176         * m4/longlong.m4: Add comments.
42177         * m4/ulonglong.m4: Likewise.
42178
42179 2006-10-10  Bruno Haible  <bruno@clisp.org>
42180
42181         Make it possible to #define stpcpy, strdup to aliases.
42182         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42183         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42184
42185 2006-10-10  Bruno Haible  <bruno@clisp.org>
42186
42187         Make it possible to #define gcd to an alias.
42188         * lib/gcd.c: Include config.h.
42189
42190 2006-10-10  Bruno Haible  <bruno@clisp.org>
42191
42192         Make it possible to #define c_isascii to an alias.
42193         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42194         defined. Undefine the macros before defining them, to avoid gcc
42195         warnings.
42196         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42197         define NO_C_CTYPE_MACROS early.
42198
42199 2006-10-10  Bruno Haible  <bruno@clisp.org>
42200
42201         Make it possible to #define set_program_name to an alias.
42202         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42203         ENABLE_RELOCATABLE early.
42204
42205 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42206
42207         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42208         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42209         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42210         More generally, don't assume that 64-bit signed int is available
42211         if unsigned int is, and vice versa.
42212         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42213         unsigned symbols, not on their signed counterparts.
42214         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42215         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42216         (UINT64_C, UINTMAX_C):
42217         Likewise.
42218         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42219         unsigned counterparts.
42220         (Have_long_long, Unsigned): New macros.
42221         (Int): Renamed from INT.
42222         (strtoimax): Use the new macros.
42223         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42224         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42225         * modules/inttypes (inttypes.h): Substitute
42226         HAVE_UNSIGNED_LONG_LONG_INT.
42227         * modules/stdint (stdint.h): Likewise.
42228         (Files): Add m4/ulonglong.m4.
42229
42230 2006-10-10  Bruno Haible  <bruno@clisp.org>
42231
42232         Fix a gcc -Wshadow warning.
42233         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42234         to 'bucket'.
42235         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42236         gl_linked_indexof_from_to): Likewise.
42237         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42238         Likewise.
42239         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42240         Likewise.
42241         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42242         Reported by Eric Blake.
42243
42244 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42245
42246         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42247         for NetBSD.  Problem reported by Bruno Haible.
42248
42249 2006-10-09  Jim Meyering  <jim@meyering.net>
42250
42251         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42252         Patch from Bruno Haible.
42253
42254 2006-10-09  Jim Meyering  <jim@meyering.net>
42255
42256         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42257         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42258         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42259
42260 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42261
42262         Don't include <config.h> twice; this doesn't work in some cases,
42263         e.g., when config.h has "#define intmax_t long long int" and
42264         we include <config.h>, <inttypes.h>, <config.h> in that order.
42265         Problem reported by Matthew Woehlke in:
42266         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42267         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42268         * lib/fts-cycle.c: Don't include config.h.
42269         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42270         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42271         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42272         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42273         inttypes.h.
42274         * lib/xstrtoumax.c: Likewise.
42275         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42276         __strtol and the like, so that this module is more like its siblings.
42277         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42278         Remove; no longer needed now that we assume gnulib inttypes.h.
42279
42280 2006-10-08  Bruno Haible  <bruno@clisp.org>
42281
42282         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42283         option.
42284
42285 2006-10-07  Jim Meyering  <jim@meyering.net>
42286
42287         * modules/inttypes (inttypes.h): Revert what seems to have been
42288         an inadvertent part of today's change: use "|", not "/" in the
42289         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42290
42291 2006-10-07  Bruno Haible  <bruno@clisp.org>
42292
42293         * modules/sublist: New file.
42294
42295 2006-10-07  Bruno Haible  <bruno@clisp.org>
42296
42297         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42298         * modules/argz (argz.h): Likewise.
42299         * modules/arpa_inet (arpa/inet.h): Likewise.
42300         * modules/byteswap (byteswap.h): Likewise.
42301         * modules/configmake (configmake.h): Likewise.
42302         * modules/fcntl (fcntl.h): Likewise.
42303         * modules/fnmatch (fnmatch.h): Likewise.
42304         * modules/getopt (getopt.h): Likewise.
42305         * modules/glob (glob.h): Likewise.
42306         * modules/inttypes (inttypes.h): Likewise.
42307         * modules/netinet_in (netinet/in.h): Likewise.
42308         * modules/poll (poll.h): Likewise.
42309         * modules/stdbool (stdbool.h): Likewise.
42310         * modules/stdint (stdint.h): Likewise.
42311         * modules/sys_select (sys/select.h): Likewise.
42312         * modules/sys_socket (sys/socket.h): Likewise.
42313         * modules/sys_stat (sys/stat.h): Likewise.
42314         * modules/sysexits (sysexits.h): Likewise.
42315         * modules/unistd (unistd.h): Likewise.
42316         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42317         Add a "DO NOT EDIT" comment to the generated file.
42318         (func_import): Likewise for gnulib-comp.m4.
42319
42320 2006-10-07  Bruno Haible  <bruno@clisp.org>
42321
42322         * lib/gl_sublist.h: New file.
42323         * lib/gl_sublist.c: New file.
42324
42325 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42326
42327         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42328         name (relative to the original working directory) and the file
42329         name component (relative to the temporary working directory).  All
42330         callers changed.
42331         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42332         * lib/mkdir-p.c (make_dir_parents): Likewise.
42333         * lib/mkdir-p.h (make_dir_parents): Likewise.
42334
42335 2006-10-06  Eric Blake  <ebb9@byu.net>
42336
42337         Define several macros for use by the clean-temp module.
42338         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42339         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42340         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42341
42342         * lib/clean-temp.h (close_stream_temp): New declaration.
42343         * lib/clean-temp.c (includes): Pull in headers according to what
42344         other modules are in use.
42345         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42346
42347 2006-10-06  Bruno Haible  <bruno@clisp.org>
42348
42349         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42350         instead of fopen, fwriteerror.
42351
42352 2006-10-06  Bruno Haible  <bruno@clisp.org>
42353
42354         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42355         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42356         int.
42357         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42358         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42359         Return an error indicator.
42360         Suggested by Eric Blake.
42361
42362 2006-10-06  Bruno Haible  <bruno@clisp.org>
42363
42364         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42365         Reported by Eric Blake.
42366
42367 2006-10-06  Bruno Haible  <bruno@clisp.org>
42368
42369         * modules/closeout (Description): Mention stderr too.
42370
42371 2006-10-06  Bruno Haible  <bruno@clisp.org>
42372         and Paul Eggert  <eggert@cs.ucla.edu>
42373
42374         * lib/closeout.c (close_stdout): Also close stderr.
42375         * lib/closeout.h: Update comment.
42376
42377 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42378
42379         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42380         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42381         * lib/dirchownmod.c: Include lchown.h.
42382         * lib/lchown.c: Don't include files that lchown.h now includes.
42383         Don't declare chown, since lchown.h now does that.
42384         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42385         (lchown): Define to rpl_chown if lchown is declared but
42386         does not exist.  Declare using a prototype if lchown is not
42387         declared.  Add a copyright notice.
42388         * lib/mkstemp.h: Include <unistd.h>.
42389         * lib/openat.c: Include lchown.h.
42390
42391         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42392         we now test for that separately.
42393         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42394         rather than O_NOFOLLOW, when testing whether it's possible to
42395         avoid a race condition reliably.
42396         * lib/savewd.c (savewd_chdir): Likewise.
42397
42398         Remove macros that are no longer needed now that stdint.h is
42399         reliable.
42400         * lib/fsusage.c (UINTMAX_MAX): Remove.
42401         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42402         * lib/utimecmp.c (SIZE_MAX): Remove.
42403
42404         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42405
42406         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42407         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42408         O_NOATIME works.
42409
42410 2006-10-05  Bruno Haible  <bruno@clisp.org>
42411
42412         * lib/gl_list.h (gl_sortedlist_search_from_to,
42413         gl_sortedlist_indexof_from_to): New declarations.
42414         (gl_list_implementation): New fields sortedlist_search_from_to,
42415         sortedlist_indexof_from_to.
42416         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42417         inline functions.
42418         * lib/gl_list.c (gl_sortedlist_search_from_to,
42419         gl_sortedlist_indexof_from_to): New functions.
42420         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42421         function.
42422         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42423         (gl_array_sortedlist_search_from_to): New function.
42424         (gl_array_list_implementation): Update.
42425         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42426         function.
42427         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42428         (gl_carray_sortedlist_search_from_to): New function.
42429         (gl_carray_list_implementation): Update.
42430         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42431         gl_linked_sortedlist_indexof_from_to): New functions.
42432         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42433         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42434         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42435         gl_tree_sortedlist_indexof_from_to): New functions.
42436         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42437         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42438         Update.
42439         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42440         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42441         Update.
42442
42443 2006-10-05  Bruno Haible  <bruno@clisp.org>
42444
42445         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42446         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42447         (struct gl_list_implementation): Add fields search_from_to,
42448         indexof_from_to. Remove fields search, indexof.
42449         (gl_list_search): Use the search_from_to method.
42450         (gl_list_search_from, gl_list_search_from_to): New functions.
42451         (gl_list_indexof): Use the indexof_from_to method.
42452         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42453         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42454         (gl_list_search_from, gl_list_search_from_to): New functions.
42455         (gl_list_indexof): Use the indexof_from_to method.
42456         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42457         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42458         gl_array_indexof. Add start_index, end_index arguments.
42459         (gl_array_search_from_to): Renamed from gl_array_search. Add
42460         start_index, end_index arguments.
42461         (gl_array_remove, gl_array_list_implementation): Update.
42462         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42463         gl_carray_indexof. Add start_index, end_index arguments.
42464         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42465         start_index, end_index arguments.
42466         (gl_carray_remove, gl_carray_list_implementation): Update.
42467         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42468         gl_linked_search. Add start_index, end_index arguments.
42469         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42470         start_index, end_index arguments.
42471         (gl_linked_remove): Update.
42472         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42473         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42474         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42475         field to 'size_t'.
42476         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42477         gl_tree_search. Add start_index, end_index arguments.
42478         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42479         start_index, end_index arguments.
42480         (gl_tree_remove): Update.
42481         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42482         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42483         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42484         function.
42485         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42486         gl_tree_search. Add start_index, end_index arguments.
42487         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42488         start_index, end_index arguments.
42489         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42490         Update.
42491         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42492
42493 2006-10-05  Bruno Haible  <bruno@clisp.org>
42494
42495         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42496
42497         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42498         fwriteerror_temp): New declarations.
42499         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42500         (descriptors): New variable.
42501         (cleanup): First, close the descriptors.
42502         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42503         fclose_temp, fwriteerror_temp): New functions.
42504
42505 2006-10-04  Jim Meyering  <jim@meyering.net>
42506
42507         * lib/fts.c (fts_open): Tiny comment change.
42508
42509 2006-10-04  Bruno Haible  <bruno@clisp.org>
42510
42511         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42512         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42513         gl_LOCK_BODY.
42514         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42515         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42516         gl_LOCK_EARLY_BODY.
42517         (gl_LOCK): Require gl_LOCK_BODY.
42518
42519 2006-10-04  Bruno Haible  <bruno@clisp.org>
42520
42521         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42522         (gl_oset_search_atleast): New declaration.
42523         (struct gl_oset_implementation): Add field 'search_atleast'.
42524         (gl_oset_search_atleast): New inline function.
42525         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42526         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42527         (gl_array_oset_implementation): Update.
42528         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42529         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42530         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42531
42532 2006-10-04  Bruno Haible  <bruno@clisp.org>
42533
42534         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42535
42536 2006-10-03  Bruno Haible  <bruno@clisp.org>
42537
42538         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42539         from gl_avltreehash_list_implementation.
42540
42541 2006-10-03  Bruno Haible  <bruno@clisp.org>
42542
42543         * lib/gl_oset.c (gl_oset_add): Fix return type.
42544
42545 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42546
42547         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42548
42549 2006-10-02  Eric Blake  <ebb9@byu.net>
42550
42551         * modules/strnlen (Depends-on): Add extensions.
42552
42553 2006-10-02  Eric Blake  <ebb9@byu.net>
42554
42555         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42556         definition in 2.60+.
42557
42558 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42559
42560         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42561         checks.
42562
42563 2006-10-02  Bruno Haible  <bruno@clisp.org>
42564
42565         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42566         to the AUTOMAKE_OPTIONS.
42567         Reported by Jim Meyering.
42568
42569 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42570
42571         Work around bug in Solaris 10 /proc file system:
42572         /proc/self/fd/NNN/.. isn't the parent directory of
42573         the directory whose file descriptor is NNN.  This needs to
42574         be worked around at run time, not compile time, since a
42575         program might be built on Solaris 8, where things work, and
42576         run on Solaris 10.
42577         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42578         to use the following interface instead:
42579         (OPENAT_BUFFER_SIZE): New macro.
42580         (openat_proc_name): New function.
42581         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42582         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42583         Likewise.
42584         * lib/openat-proc.c: New file.
42585         * modules/openat (Files): Add lib/openat-proc.c.
42586         (Depends-on): Add same-inode, stdbool.
42587         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42588
42589 2006-09-29  Bruno Haible  <bruno@clisp.org>
42590
42591         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42592         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42593         argument. Set stdout_closed before testing for ferror, not after.
42594         (fwriteerror, fwriteerror_no_ebadf): New functions.
42595
42596 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42597
42598         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42599
42600 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42601
42602         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42603         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42604
42605 2006-09-28  Jim Meyering  <jim@meyering.net>
42606
42607         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42608         Include <unistd.h>.
42609
42610 2006-09-28  Bruno Haible  <bruno@clisp.org>
42611
42612         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42613         * modules/linkedhash-list (Depends-on): Likewise.
42614         * modules/rbtreehash-list (Depends-on): Likewise.
42615
42616 2006-09-28  Bruno Haible  <bruno@clisp.org>
42617
42618         * lib/strndup.h: Simplify the redefinition of strndup.
42619         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42620         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42621
42622 2006-09-28  Bruno Haible  <bruno@clisp.org>
42623
42624         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42625         * lib/gl_linkedhash_list.c: Likewise.
42626         * lib/gl_rbtreehash_list.c: Likewise.
42627
42628 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42629
42630         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42631         getaddrinfo.
42632
42633         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42634         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42635         it causes <stdio_ext.h> to cause a compile-time error.
42636         Problem reported by Nelson H. F. Beebe.
42637         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42638         of HAVE_DECL___PENDING.
42639
42640         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42641         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42642         declaration.
42643
42644 2006-09-27  Jim Meyering  <jim@meyering.net>
42645
42646         This file could end up with a definition for a function
42647         named __strndup, rather than rpl_strndup on a system with
42648         incomplete weak_alias support.
42649         * lib/strndup.c (strndup): Rename from __strndup.
42650         Remove #defines that used to map __strndup to strndup.
42651         Don't use K&R prototypes.
42652         Remove LIBC-related code, since this file is not sync'd with glibc.
42653         * lib/strndup.h: Revamp, accordingly.
42654         * m4/strndup.m4: Modernize.
42655
42656 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42657
42658         * modules/savewd (Depends-on): Add 'raise'.
42659         * lib/savewd.c: Include <signal.h>, for 'raise'.
42660
42661 2006-09-26  Jim Meyering  <jim@meyering.net>
42662
42663         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
42664         when we detect Darwin 8.7.0's acl_get_file bug.
42665         Rearrange to perform the new (below) run-test while $LIBS
42666         contains any acl-related library.  Set USE_ACL at the end.
42667         (gl_ACL_GET_FILE): New function.
42668
42669 2006-09-26  Eric Blake  <ebb9@byu.net>
42670
42671         * lib/verror.c: Include <config.h> unconditionally.
42672
42673 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
42674
42675         * modules/clock-time (Maintainer): Add self.
42676         * modules/getlogin_r (Depends-on): Add extensions.
42677
42678 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42679
42680         * modules/clock-time: New module.
42681         * modules/nanosleep (Depends-on): Add clock-time.
42682         * modules/gethrxtime (Depends-on): Likewise.
42683         * modules/gettime (Depends-on): Likewise.
42684         * modules/settime (Depends-on): Likewise.
42685
42686         * modules/fts-lgpl: Depend on openat.
42687         * modules/mkancesdirs: Depend on savewd.
42688         * modules/mkdir-p: Likewise.
42689
42690 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42691
42692         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
42693
42694         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
42695         `gl_have_arbitrary_file_name_length_limit' to
42696         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
42697         actually works between configure runs.
42698
42699 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42700             Bruno Haible  <bruno@clisp.org>
42701
42702         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
42703
42704 2006-09-25  Jim Meyering  <jim@meyering.net>
42705
42706         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
42707         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
42708
42709 2006-09-25  Eric Blake  <ebb9@byu.net>
42710
42711         * gnulib-tool (func_import, func_create_testdir): Fix typos in
42712         exec's in 2006-09-18 patch when shuffling fds.
42713
42714 2006-09-25  Bruno Haible  <bruno@clisp.org>
42715
42716         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
42717         Reported by Jim Meyering.
42718
42719 2006-09-24  Jim Meyering  <jim@meyering.net>
42720
42721         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
42722         compare a pointer against a literal "0".  That caused failures with
42723         at least HP-UX's hpcc.
42724
42725 2006-09-22  Simon Josefsson  <jas@extundo.com>
42726
42727         * modules/gc-sha1:
42728         * modules/gc-md4:
42729         * modules/gc-hmac-sha1:
42730         * modules/gc-hmac-md5:
42731         * modules/gc-des:
42732         * modules/gc-arcfour: Distribute more files.
42733
42734 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42735
42736         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
42737         (gl_linked_iterator_from_to): Initialize struct completely.
42738         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
42739         (gl_tree_iterator_from_to): Likewise
42740         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
42741         * lib/gl_array_list.c [lint] (gl_array_iterator)
42742         (gl_array_iterator_from_to): Likewise.
42743         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
42744         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
42745         (gl_carray_iterator_from_to): Likewise.
42746
42747         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
42748         * lib/md4.c (md4_process_block): Remove unused variable.
42749         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
42750         parentheses for clarity.
42751
42752 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42753
42754         * modules/bison-i18n (Depends-on): Add gettext.
42755
42756 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42757
42758         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
42759         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
42760         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
42761         also add missing comma that caused broken test.
42762         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
42763         stdlib.h, for `abort'.
42764         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
42765         variables.
42766         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
42767         include unistd.h if present, for `rmdir'.
42768         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
42769         variables.
42770         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
42771         in the process include standard headers for prototypes.
42772         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
42773         gets declared on GNU/Linux.
42774         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
42775         unistd.h, for `rmdir'.
42776         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
42777
42778         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
42779         always true.
42780         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
42781
42782         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
42783
42784 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42785
42786         * gnulib-tool (func_version): Create output all at once.  This
42787         may help avoid triggering unnecessary SIGPIPEs, and at any
42788         rate it doesn't hurt.
42789
42790 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42791             Bruno Haible  <bruno@clisp.org>
42792
42793         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
42794         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42795         * m4/signed.m4 (bh_C_SIGNED): Likewise.
42796
42797         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
42798         (gl_FUNC_VASPRINTF): Invoke it.
42799
42800 2006-09-22  Bruno Haible  <bruno@clisp.org>
42801
42802         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
42803         getloadavg.c as first argument.
42804
42805 2006-09-22  Bruno Haible  <bruno@clisp.org>
42806
42807         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
42808         at the beginning of the gl_INIT macro.
42809         * modules/getloadavg (configure.ac): Pass $gl_source_base to
42810         gl_GETLOADAVG.
42811
42812 2006-09-22  Bruno Haible  <bruno@clisp.org>
42813
42814         * gnulib-tool (func_create_megatestdir): Don't include the config-h
42815         module.
42816         Suggested by Ralf Wildenhues.
42817
42818 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
42819
42820         Import this patch from libc:
42821
42822         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
42823
42824         * lib/regex_internal.c (re_string_reconstruct): Handle
42825         offset < pstr->valid_raw_len && pstr->offsets_needed case.
42826         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
42827         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
42828         re_string_context_at.
42829
42830         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
42831         now requires it.
42832         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
42833         gl_REGEX now does it for us.
42834         (gl_REGEX): Add test taken from
42835         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
42836
42837         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
42838         Check that large offsets work.  Modernize Autoconf usages.
42839         Prefer "yes" to mean a good thing rather than a bad.
42840         Don't put "#define mkstemp" in config.h, as this might interfere
42841         with standard system headers that "#define mkstemp mkstemp64".
42842
42843         * modules/mkstemp (Depends-on): Add extensions, so that
42844         mkstemp is visible on some platforms.
42845         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
42846         (Include): Change to "mkstemp.h" from <stdlib.h>.
42847         (Files): Add mkstemp.h.
42848
42849         * lib/mkstemp.h: New file, since some standard headers
42850         #define mkstemp.
42851         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
42852         Include "mkstemp.h".
42853         Make the _LIBC code resemble glibc original more,
42854         e.g., use K&R style.
42855         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
42856         (mkstemp): Remove, since mkstemp.h does this for us.
42857         * lib/stdlib--.h: Include mkstemp.h.
42858
42859         Import this patch from libc:
42860
42861         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42862
42863         * lib/tempname.c (__gen_tempname): Change attempts_min
42864         into a macro.  Use preprocessor to decide how to initialize
42865         attempts [Coverity CID 67].
42866
42867 2006-09-20  Bruno Haible  <bruno@clisp.org>
42868
42869         * lib/mkdtemp.c: Import from libc.
42870         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
42871                 * sysdeps/posix/tempname.c (__gen_tempname): Change
42872                 attempts_min into a macro.  Use preprocessor to decide how to
42873                 initialize attempts [Coverity CID 67].
42874         2001-11-27  Paul Eggert  <eggert@twinsun.com>
42875                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
42876                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
42877
42878 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42879
42880         * gnulib-tool (func_exit): New function, to allow to pass the
42881         exit status portably through the trap.  Use everywhere.
42882         (--help, --version): Signal a write error.
42883         (trap): catch SIGPIPE, for write errors.
42884         Exit at the end of the trap, with the correct exit status.
42885
42886 2006-09-19  Karl Berry  <karl@gnu.org>
42887
42888         * doc/gnulib.texi: note about the license texinfo files.
42889
42890 2006-09-19  Eric Blake  <ebb9@byu.net>
42891
42892         * gnulib-tool: Avoid space-tab.
42893
42894 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42895
42896         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
42897         that prevented coreutils 6.1 from building.  Problem reported
42898         by Petter Reinholdtsen.
42899
42900 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
42901
42902         * gnulib-tool (avoidlist): Fix typo that broke options like
42903         --avoid=lock that are used by coreutils bootstrap.
42904
42905 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
42906
42907         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
42908         more systematically.
42909
42910 2006-09-18  Jim Meyering  <jim@meyering.net>
42911
42912         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
42913
42914 2006-09-18  Bruno Haible  <bruno@clisp.org>
42915
42916         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
42917
42918 2006-09-18  Bruno Haible  <bruno@clisp.org>
42919
42920         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
42921         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
42922         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
42923         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
42924         * m4/gettext.m4: Require autoconf >= 2.52.
42925         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
42926         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
42927         of gl_cv_header_inttypes_h.
42928
42929 2006-09-18  Bruno Haible  <bruno@clisp.org>
42930
42931         * lib/javaversion.c: Include configmake.h.
42932
42933 2006-09-18  Bruno Haible  <bruno@clisp.org>
42934
42935         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
42936         avoid that the while loops be executed in a subshell.
42937
42938 2006-09-18  Bruno Haible  <bruno@clisp.org>
42939
42940         * MODULES.html.sh (func_module): Break long lines.
42941         Suggested by Bruce Korb <bkorb@gnu.org>.
42942
42943 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42944
42945         Speed up by a factor of 1.12.
42946         * gnulib-tool (nl): New variable.
42947         (func_import): Rewrite include directive extraction to only read each
42948         directive once.
42949
42950 2006-09-17  Bruno Haible  <bruno@clisp.org>
42951
42952         * modules/javaversion (Makefile.am): Remove DEFS setting.
42953         (Depends-on): Add configmake, for PKGDATADIR definition.
42954
42955 2006-09-17  Bruno Haible  <bruno@clisp.org>
42956
42957         * gnulib-tool (func_create_testdir): Rewrite all files at once.
42958
42959 2006-09-17  Bruno Haible  <bruno@clisp.org>
42960
42961         * gnulib-tool (func_append): New function, stolen from libtool.m4.
42962         (func_modules_transitive_closure, func_modules_add_dummy,
42963         func_modules_to_filelist, func_import, func_create_testdir,
42964         func_create_megatestdir, ...): Use it wherever possible.
42965         Suggested by Ralf Wildenhues.
42966
42967 2006-09-16  Karl Berry  <karl@gnu.org>
42968
42969         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
42970         to avoid sectioning errors.
42971         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
42972         [ifinfo]: blank line after @center-ed titles.
42973         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
42974         Spell FSF address consistently with others.
42975         (These changes approved by rms.)
42976
42977 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42978
42979         Speed up by a factor of 1.61.
42980         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
42981         already checked module names again.
42982
42983 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42984
42985         Speed up by a factor of 1.13.
42986         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
42987         for new_files, and the input to func_add_or_update.
42988
42989 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42990
42991         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
42992         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
42993
42994 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
42995
42996         * modules/mkancesdirs (Depends-on): Add fcntl.
42997         * modules/savewd: New file.
42998         * MODULES.html.sh (File system functions): Add savewd.
42999
43000         * modules/configmake (Makefile.am): Add support for the
43001         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43002
43003 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43004
43005         * m4/savewd.m4: New file.
43006
43007 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43008
43009         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43010         (dirchownmod): New arg FD.  All callers changed.
43011         Use FD rather than opening the directory ourself, as opening is
43012         now the caller's responsibility.
43013         * lib/dirchownmod.h: Likewise.
43014         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43015         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43016         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43017         (test_dir): Remove.
43018         (mkancesdirs): Return length of prefix of FILE that has already
43019         been made, or -2 if there is a child doing the work.  Redo
43020         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43021         ".", and treat ".." specially since it might stray back into
43022         already-created areas.  Use a subprocess if necessary.  New arg
43023         WD; all users changed.  MAKE_DIR function should now return 1
43024         if it creates a directory that is not readable.  Return -2 if
43025         a child process is spun off.
43026         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43027         Adjust signature to match code.
43028         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43029         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43030         all users changed.
43031         * lib/savewd.c, lib/savewd.h: New files.
43032
43033 2006-09-15  Jim Meyering  <jim@meyering.net>
43034
43035         * modules/rename-dest-slash: New module.
43036         * MODULES.html.sh (posix_compat): Add it here.
43037
43038         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43039
43040 2006-09-15  Jim Meyering  <jim@meyering.net>
43041
43042         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43043         file.
43044
43045         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43046
43047 2006-09-15  Jim Meyering  <jim@meyering.net>
43048
43049         * lib/rename-dest-slash.c (has_trailing_slash): Use
43050         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43051         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43052         test before testing whether SRC is a directory.
43053         Suggestions from Bruno Haible.
43054
43055         Avoid a warning about an unused variable.
43056         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43057         into the #ifdef block where it's used.
43058
43059         * lib/rename-dest-slash.c: New file.
43060
43061 2006-09-14  Bruno Haible  <bruno@clisp.org>
43062
43063         * lib/allocsa.c: Include <config.h> unconditionally.
43064         * lib/asnprintf.c: Likewise.
43065         * lib/asprintf.c: Likewise.
43066         * lib/c-strcasecmp.c: Likewise.
43067         * lib/c-strcasestr.c: Likewise.
43068         * lib/c-strncasecmp.c: Likewise.
43069         * lib/c-strstr.c: Likewise.
43070         * lib/classpath.c: Likewise.
43071         * lib/clean-temp.c: Likewise.
43072         * lib/concatpath.c: Likewise.
43073         * lib/copy-file.c: Likewise.
43074         * lib/csharpcomp.c: Likewise.
43075         * lib/csharpexec.c: Likewise.
43076         * lib/execute.c: Likewise.
43077         * lib/fatal-signal.c: Likewise.
43078         * lib/findprog.c: Likewise.
43079         * lib/fwriteerror.c: Likewise.
43080         * lib/gl_array_list.c: Likewise.
43081         * lib/gl_array_oset.c: Likewise.
43082         * lib/gl_avltree_list.c: Likewise.
43083         * lib/gl_avltree_oset.c: Likewise.
43084         * lib/gl_avltreehash_list.c: Likewise.
43085         * lib/gl_carray_list.c: Likewise.
43086         * lib/gl_linked_list.c: Likewise.
43087         * lib/gl_linkedhash_list.c: Likewise.
43088         * lib/gl_list.c: Likewise.
43089         * lib/gl_oset.c: Likewise.
43090         * lib/gl_rbtree_list.c: Likewise.
43091         * lib/gl_rbtree_oset.c: Likewise.
43092         * lib/gl_rbtreehash_list.c: Likewise.
43093         * lib/imaxabs.c: Likewise.
43094         * lib/imaxdiv.c: Likewise.
43095         * lib/javacomp.c: Likewise.
43096         * lib/javaexec.c: Likewise.
43097         * lib/javaversion.c: Likewise.
43098         * lib/linebreak.c: Likewise.
43099         * lib/localcharset.c: Likewise.
43100         * lib/lock.c: Likewise.
43101         * lib/mbchar.c: Likewise.
43102         * lib/mbswidth.c: Likewise.
43103         * lib/mkdtemp.c: Likewise.
43104         * lib/pipe.c: Likewise.
43105         * lib/printf-args.c: Likewise.
43106         * lib/printf-parse.c: Likewise.
43107         * lib/progname.c: Likewise.
43108         * lib/progreloc.c: Likewise.
43109         * lib/readlink.c: Likewise.
43110         * lib/sh-quote.c: Likewise.
43111         * lib/stpcpy.c: Likewise.
43112         * lib/stpncpy.c: Likewise.
43113         * lib/strcasecmp.c: Likewise.
43114         * lib/strcasestr.c: Likewise.
43115         * lib/strcspn.c: Likewise.
43116         * lib/striconv.c: Likewise.
43117         * lib/strncasecmp.c: Likewise.
43118         * lib/strnlen1.c: Likewise.
43119         * lib/strstr.c: Likewise.
43120         * lib/strtok_r.c: Likewise.
43121         * lib/tls.c: Likewise.
43122         * lib/tmpdir.c: Likewise.
43123         * lib/unicodeio.c: Likewise.
43124         * lib/unsetenv.c: Likewise.
43125         * lib/vasnprintf.c: Likewise.
43126         * lib/vasprintf.c: Likewise.
43127         * lib/wait-process.c: Likewise.
43128         * lib/xallocsa.c: Likewise.
43129         * lib/xsetenv.c: Likewise.
43130         * lib/xstriconv.c: Likewise.
43131
43132 2006-09-13  Simon Josefsson  <jas@extundo.com>
43133
43134         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43135         that internally, suggested by Ralf Wildenhues
43136         <Ralf.Wildenhues@gmx.de>.
43137
43138 2006-09-13  Simon Josefsson  <jas@extundo.com>
43139
43140         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43141         @LIBOBJS@.
43142         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43143
43144 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43145
43146         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43147         longer worry about uses that don't define HAVE_CONFIG_H.
43148         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43149         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43150         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43151         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43152         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43153         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43154         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43155         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43156         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43157         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43158         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43159         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43160         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43161         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43162         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43163         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43164         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43165         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43166         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43167         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43168         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43169         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43170         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43171         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43172         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43173         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43174         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43175         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43176         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43177         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43178         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43179         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43180         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43181         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43182         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43183         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43184         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43185         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43186         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43187         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43188         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43189         Likewise.
43190
43191 2006-09-13  Eric Blake  <ebb9@byu.net>
43192
43193         * lib/getopt.c: Fix typo in last commit.
43194
43195 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43196
43197         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43198         dgettext.
43199
43200 2006-09-12  Jim Meyering  <jim@meyering.net>
43201
43202         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43203         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43204         Reported by Nelson H. F. Beebe.
43205
43206 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43207
43208         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43209         program_invocation_name and program_invocation_short_name are
43210         initialized.
43211         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43212         and program_invocation_short_name to argp.h, so they are visible
43213         to user programs.
43214         * lib/argp.h: Likewise
43215
43216 2006-09-10  Bruno Haible  <bruno@clisp.org>
43217
43218         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43219         m4/inttypes_h.m4, m4/uintmax_t.m4.
43220
43221 2006-09-10  Bruno Haible  <bruno@clisp.org>
43222
43223         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43224         gl_AC_TYPE_UINTMAX_T.
43225
43226 2006-09-10  Bruno Haible  <bruno@clisp.org>
43227
43228         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43229
43230 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43231
43232         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43233         convention.  Text proposed by Bruno Haible.
43234         (struct argp_option): Document the use of N_() wrappers.
43235
43236         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43237         '\v', and translate the two parts separately, instead of feeding
43238         the whole string to gettext.  This allows to exclude
43239         '\v' from the strings visible to the translator by writing doc
43240         strings as N_("..") "\v" N_("..").
43241
43242 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43243
43244         * config/srclist.txt: Undo latest change; the bug was fixed.
43245
43246 2006-09-09  Bruno Haible  <bruno@clisp.org>
43247
43248         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43249         assignments if building a library without libtool.
43250         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43251         in func_emit_lib_Makefile_am.
43252         (func_import): When building a static library libfoo.a, arrange to
43253         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43254         (func_create_testdir): Likewise.
43255         * modules/gc (configure.ac, Makefile.am): If building statically,
43256         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43257         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43258         * modules/striconv (configure.ac, Makefile.am): Likewise.
43259         Based on a suggestion by Ralf Wildenhues.
43260
43261 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43262
43263         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43264         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43265         Also:
43266
43267         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43268         Add year_2050_test to catch glibc bug 2821
43269         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43270
43271         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43272         Prefer #ifdef to #if.
43273
43274         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43275         Return from 'main' instead of calling 'exit'.
43276
43277 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43278
43279         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43280         returned the maximum time_t value rather than (time_t) -1.
43281         Problem originally reported by William Bardwell
43282         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43283
43284         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43285         Moved to here ...
43286         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43287         ... from here.
43288
43289 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43290
43291         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43292         2821 is fixed.
43293
43294 2006-09-08  Jim Meyering  <jim@meyering.net>
43295
43296         Don't make generated files read-only.  That would bother too many
43297         people.  However, do retain the ability to work when targets are
43298         read-only: remove the destination and temporary files before writing
43299         them (when generated via sed or echo), or by using the -f option for
43300         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43301         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43302         * modules/byteswap, modules/configmake, modules/fcntl:
43303         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43304         * modules/localcharset, modules/netinet_in, modules/poll:
43305         * modules/stdbool, modules/stdint, modules/sys_select:
43306         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43307
43308 2006-09-08  Jim Meyering  <jim@meyering.net>
43309
43310         Avoid new build failure on FreeBSD 6.0.
43311         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43312         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43313         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43314
43315 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43316
43317         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43318
43319 2006-09-07  Jim Meyering  <jim@meyering.net>
43320
43321         Fix global typo in last change: use chmod u-w, not chmod u-x.
43322         Spotted by Paul Eggert and Bruce Korb.
43323         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43324         * modules/byteswap, modules/configmake, modules/fcntl:
43325         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43326         * modules/localcharset, modules/netinet_in, modules/poll:
43327         * modules/stdbool, modules/stdint, modules/sys_select:
43328         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43329
43330 2006-09-06  Jim Meyering  <jim@meyering.net>
43331
43332         Make generated files be read-only.
43333         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43334         Ensure that each generated file is now read-only.
43335         * modules/argz: Likewise.
43336         * modules/arpa_inet: Likewise.
43337         * modules/byteswap: Likewise.
43338         * modules/configmake: Likewise.
43339         * modules/fcntl: Likewise.
43340         * modules/fnmatch: Likewise.
43341         * modules/getopt: Likewise.
43342         * modules/glob: Likewise.
43343         * modules/inttypes: Likewise.
43344         * modules/netinet_in: Likewise.
43345         * modules/poll: Likewise.
43346         * modules/stdbool: Likewise.
43347         * modules/stdint: Likewise.
43348         * modules/sys_select: Likewise.
43349         * modules/sys_socket: Likewise.
43350         * modules/sys_stat: Likewise.
43351         * modules/sysexits: Likewise.
43352         * modules/localcharset: Same as above, but continue using temporary
43353         file named "t-$@" (why different?) rather than the "$@-t" used
43354         everywhere else.
43355
43356         * modules/sysexits (Makefile.am): Replace literal occurrences
43357         of "sysexit.h" more readable, and more consistent, "$@".
43358
43359 2006-09-06  Bruno Haible  <bruno@clisp.org>
43360
43361         * modules/striconv: New file.
43362         * modules/xstriconv: New file.
43363         * MODULES.html.sh (Internationalization functions): Add striconv,
43364         xstriconv.
43365
43366 2006-09-06  Bruno Haible  <bruno@clisp.org>
43367
43368         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43369         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43370         not using libtool correctly.
43371
43372 2006-09-06  Bruno Haible  <bruno@clisp.org>
43373
43374         * lib/striconv.h: New file.
43375         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43376         iconvstring.c.
43377         * lib/xstriconv.h: New file.
43378         * lib/xstriconv.c: New file.
43379
43380 2006-09-06  Bruno Haible  <bruno@clisp.org>
43381
43382         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43383         lib_..._LDFLAGS.
43384
43385 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43386
43387         * lib/argz_.h: Sync from Libtool.
43388
43389         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43390                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43391
43392         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43393
43394 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43395
43396         * modules/trim: New file.
43397
43398 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43399
43400         * lib/trim.h: New file.
43401         * lib/trim.c: New file.
43402
43403 2006-09-05  Bruno Haible  <bruno@clisp.org>
43404
43405         * MODULES.html.sh (String handling): Add trim.
43406
43407 2006-09-04  Karl Berry  <karl@gnu.org>
43408
43409         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43410         until next release.
43411
43412 2006-09-03  Bruno Haible  <bruno@clisp.org>
43413
43414         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43415         correctly.
43416
43417 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43418
43419         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43420         not gl_GETLOADAVG.  Omit unneeded semicolons.
43421         Problems reported by Ralf Wildenhues in
43422         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43423         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43424         at the end, which is the usual gnulib style.
43425
43426         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43427         of doing all the work ourselves.
43428         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43429         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43430
43431 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43432
43433         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43434         Problem reported by Ralf Wildenhues in
43435         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43436
43437         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43438         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43439
43440 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43441
43442         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43443         yesterday's patch by changing test -n to test -z.
43444
43445 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43446
43447         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43448         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43449         the former is now obsolescent.
43450
43451         * modules/chdir-long (Depends-on): Add fcntl.
43452
43453 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43454
43455         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43456         obsolescent, and programs should use gnulib instead.
43457         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43458         but with prefixes changed.
43459
43460 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43461
43462         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43463         or stdbool.h, because they might not exist while configuring.
43464
43465         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43466         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43467         does that for us.
43468         (O_DIRECTORY): Remove.
43469
43470 2006-08-31  Eric Blake  <ebb9@byu.net>
43471
43472         * gnulib-tool: Don't let emacs change spaces to TAB.
43473
43474 2006-08-31  Bruno Haible  <bruno@clisp.org>
43475
43476         * gnulib-tool: When calling func_import more than once, do it in a
43477         subshell.
43478         Reported by Eric Blake <ebb9@byu.net>.
43479
43480 2006-08-31  Bruno Haible  <bruno@clisp.org>
43481
43482         * gnulib-tool (nl): Remove variable.
43483         (sed_transform_lib_file): Use more robust test for config-h module.
43484         (func_import): Fix typo in 2006-08-25 patch.
43485
43486 2006-08-31  Bruno Haible  <bruno@clisp.org>
43487
43488         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43489         specified, augment Makefile.am variables instead of assigning them.
43490
43491 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43492
43493         Work around a bug in both the Linux and SunOS 64-bit kernels:
43494         nanosleep mishandles sleeps for longer than 2**31 seconds.
43495         Problem reported by Frank v Waveren in
43496         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43497         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43498         Check for nanosleep bug.
43499         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43500
43501 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43502
43503         Work around a bug in both the Linux and SunOS 64-bit kernels:
43504         nanosleep mishandles sleeps for longer than 2**31 seconds.
43505         Problem reported by Frank v Waveren in
43506         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43507         * lib/nanosleep.c (BILLION): New constant.
43508         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43509         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43510         implementation.
43511
43512 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43513
43514         * modules/nanosleep (Depends-on): Add gettime.
43515
43516 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43517         and Simon Josefsson  <jas@extundo.com>
43518         and Oskar Liljeblad  <oskar@osk.mine.nu>
43519
43520         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43521         * gnulib-tool (func_import): New license type 'unmodifiable license
43522         text'.
43523         * modules/fdl: Use it.  Longer description.
43524         * module/gpl, module/lgpl: New files.
43525
43526 2006-08-30  Jim Meyering  <jim@meyering.net>
43527
43528         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43529         shadowing the parameter.
43530
43531 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43532
43533         Sync from Libtool:
43534
43535         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43536
43537         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43538         sharing with gnulib.  Report by Eric Blake.
43539
43540 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43541
43542         * modules/isapipe: New file.
43543         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43544
43545 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43546
43547         * modules/configmake (Makefile.am): Add a comment, and omit
43548         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43549         by Bruno Haible.
43550
43551 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43552
43553         * m4/isapipe.m4: New file.
43554
43555 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43556
43557         * lib/isapipe.c, lib/isapipe.h: New files.
43558
43559 2006-08-29  Jim Meyering  <jim@meyering.net>
43560
43561         * modules/configmake (Makefile.am): Make configmake.h depend on
43562         Makefile.  Otherwise, a stale configmake.h could hang around.
43563
43564 2006-08-29  Eric Blake  <ebb9@byu.net>
43565
43566         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43567         resolution of upstream bug 3044.
43568
43569 2006-08-29  Bruno Haible  <bruno@clisp.org>
43570
43571         * modules/localcharset (Depends-on): Add configmake.
43572         (Makefile.am): Remove setting of LIBDIR through DEFS.
43573
43574 2006-08-29  Bruno Haible  <bruno@clisp.org>
43575
43576         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43577         defined.
43578
43579 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43580
43581         * modules/fcntl: New file.
43582         * modules/chdir-safer (Depends-on): Add fcntl.
43583         * modules/fts: Likewise.
43584         * modules/mkdir-p: Likewise.
43585
43586         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43587         This undoes the most recent change, since we're now addressing the
43588         problem in a different way.
43589
43590         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43591         into output, since the output might be called Makefile.am even
43592         if $makefile_name is something different.
43593         (func_import): Use $makefile_am rather than
43594         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43595         empty.
43596
43597         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43598
43599 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43600
43601         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43602         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43603         recent change to stdint.m4, since we're now addressing the problem in a
43604         different way.
43605
43606 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43607
43608         * m4/fcntl_h.m4: New file.
43609
43610 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43611
43612         * lib/fcntl_.h: New file.
43613         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43614         the fcntl module.
43615         * lib/dirchownmod.c: Likewise.
43616         * lib/fts.c: Likewise.
43617
43618         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43619         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43620         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43621         just before including <inttypes.h>, to avoid circular inclusion.
43622
43623 2006-08-28  Jim Meyering  <jim@meyering.net>
43624
43625         * doc/visibility.texi: Actually read and correct the grammar of the
43626         sentence affected by yesterday's change.
43627
43628 2006-08-28  Eric Blake  <ebb9@byu.net>
43629
43630         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43631         needs wrapper.
43632
43633 2006-08-28  Eric Blake  <ebb9@byu.net>
43634
43635         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43636
43637 2006-08-28  Eric Blake  <ebb9@byu.net>
43638
43639         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43640
43641 2006-08-28  Bruno Haible  <bruno@clisp.org>
43642
43643         * modules/c-strstr: New file, from GNU gettext.
43644         * MODULES.html.sh (String handling): Add c-strstr.
43645
43646 2006-08-28  Bruno Haible  <bruno@clisp.org>
43647
43648         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43649         macros.
43650         Reported by Eric Blake.
43651
43652 2006-08-28  Bruno Haible  <bruno@clisp.org>
43653
43654         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43655         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43656         * lib/vasprintf.c: Include errno.h, limits.h.
43657         (EOVERFLOW): New fallback definition.
43658         (vasprintf): Test here whether the string length is > INT_MAX.
43659         * lib/vsnprintf.c: Include errno.h, limits.h.
43660         (EOVERFLOW): New fallback definition.
43661         (vsnprintf): Fix bug when generated string was too long for the buffer.
43662         Test here whether the string length is > INT_MAX.
43663
43664 2006-08-28  Bruno Haible  <bruno@clisp.org>
43665
43666         * lib/inttypes_.h (SCNX*): Remove definitions.
43667         Reported by Eric Blake.
43668
43669 2006-08-28  Bruno Haible  <bruno@clisp.org>
43670
43671         * lib/c-strstr.h: New file, from GNU gettext.
43672         * lib/c-strstr.c: New file, from GNU gettext.
43673
43674 2006-08-28  Bruno Haible  <bruno@clisp.org>
43675
43676         * gnulib-tool: Reorder some statements.
43677
43678 2006-08-28  Bruno Haible  <bruno@clisp.org>
43679
43680         * gnulib-tool: New option --makefile-name.
43681         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
43682         $makefile_name.
43683         (func_import): Write $makefile_name to the cache file, and read it from
43684         there unless explicitly specified. Use $makefile_name as file name
43685         instead of Makefile.am. Adjust the recommendations accordingly.
43686
43687 2006-08-28  Bruno Haible  <bruno@clisp.org>
43688
43689         * gnulib-tool (func_verify_module): Check against misapplying patch.
43690
43691 2006-08-28  Bruno Haible  <bruno@clisp.org>
43692
43693         * gnulib-tool (func_relativize, func_relconcat): New functions.
43694         Give an error if --local-dir is given with --update.
43695         Remove trailing slashes from $local_gnulib_dir.
43696         (func_import): Store the relativized $local_gnulib_dir in
43697         gnulib-cache.m4, and read it from there if not specified explicitly.
43698
43699 2006-08-28  Bruno Haible  <bruno@clisp.org>
43700
43701         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
43702         is the current directory. Respect also $local_gnulib_dir.
43703
43704 2006-08-28  Bruno Haible  <bruno@clisp.org>
43705             Simon Josefsson  <jas@extundo.com>
43706
43707         BeOS portability.
43708         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
43709
43710 2006-08-27  Jim Meyering  <jim@meyering.net>
43711
43712         * doc/visibility.texi: Remove duplicate word: "pointer".
43713
43714 2006-08-26  Bruno Haible  <bruno@clisp.org>
43715
43716         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
43717         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
43718         (Makefile.am): Create inttypes.h from inttypes_.h.
43719         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
43720
43721         * modules/imaxabs: New file.
43722
43723         * modules/imaxdiv: New file.
43724
43725 2006-08-26  Bruno Haible  <bruno@clisp.org>
43726
43727         * m4/inttypes.m4: New file.
43728         * m4/_inttypes_h.m4: Remove file.
43729         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
43730         PRI_MACROS_BROKEN.
43731         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
43732
43733         * m4/imaxabs.m4: New file.
43734
43735         * m4/imaxdiv.m4: New file.
43736
43737 2006-08-26  Bruno Haible  <bruno@clisp.org>
43738
43739         * lib/inttypes_.h: New file.
43740         * lib/inttypes.h: Remove file.
43741         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
43742
43743         * lib/imaxabs.c: New file.
43744
43745         * lib/imaxdiv.c: New file.
43746
43747 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43748
43749         New config-h module, so that "make" output needn't be cluttered
43750         by -DHAVE_CONFIG_H.
43751         * MODULES.html.sh (Support for building libraries and executables):
43752         Add config-h.
43753         * modules/config-h: New file.
43754         * gnulib-tool (nl, sed_transform_lib_file): New vars.
43755         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
43756         the config-h module is used.
43757
43758         New configmake module, so that "make" output needn't be cluttered
43759         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
43760         * MODULES.html.sh (Support for building libraries and executables):
43761         Add configmake.
43762         * modules/configmake: New file.
43763
43764 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
43765
43766         * m4/config-h.m4: New file.
43767
43768 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43769
43770         * config/srclist.txt: Add elisp-comp.
43771
43772 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
43773
43774         * MODULES.html.sh (Support for building libraries and executables):
43775         Add elisp-comp.
43776         * build-aux/elisp-comp: New file.
43777         * modules/elisp-comp: New file.
43778
43779 2006-08-24  Bruno Haible  <bruno@clisp.org>
43780
43781         * gnulib-tool (func_create_testdir): Use non-default values of
43782         sourcebase and m4base.
43783
43784 2006-08-24  Bruno Haible  <bruno@clisp.org>
43785
43786         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
43787         HTML structure.
43788
43789 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
43790
43791         * modules/openat (Depends-on): Add lchown.
43792
43793 2006-08-23  Bruno Haible  <bruno@clisp.org>
43794
43795         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
43796         of gl_LOCK_EARLY instead of gl_LOCK.
43797
43798 2006-08-23  Bruno Haible  <bruno@clisp.org>
43799
43800         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
43801         on OSF/1 to no.
43802         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
43803
43804 2006-08-23  Bruno Haible  <bruno@clisp.org>
43805
43806         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
43807         as unusable.
43808
43809         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
43810         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
43811         (gl_LOCK): New macro.
43812
43813 2006-08-22  Simon Josefsson  <jas@extundo.com>
43814
43815         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
43816         to md5 module.
43817
43818 2006-08-22  Simon Josefsson  <jas@extundo.com>
43819
43820         * MODULES.html.sh: Add "Support for maintaining and release
43821         projects".
43822
43823         * build-aux/gnupload: New file, from coreutils.
43824
43825 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43826
43827         Avoid the need for AC_LIBSOURCES in m4 macros.
43828         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
43829         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
43830         * modules/check-version (EXTRA_DIST): Add check-version.h.
43831         * modules/crc (EXTRA_DIST): Add crc.h.
43832         * modules/des (EXTRA_DIST): Add des.h.
43833         * modules/gc (EXTRA_DIST): Add gc.h.
43834         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
43835         * modules/getline (EXTRA_DIST): Add getline.h.
43836         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
43837         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
43838         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
43839         * modules/md2 (EXTRA_DIST): Add md2.h.
43840         * modules/md4 (EXTRA_DIST): Add md4.h.
43841         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
43842         * modules/read-file (EXTRA_DIST): Add read-file.h.
43843         * modules/readline (EXTRA_DIST): Add readline.h.
43844         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
43845         rijndael-api-fst.h.
43846
43847 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43848
43849         * m4/rijndael.m4 (gl_ARCFOUR):
43850         * m4/arctwo.m4 (gl_ARCTWO):
43851         * m4/check-version.m4 (gl_CHECK_VERSION):
43852         * m4/crc.m4 (gl_CRC):
43853         * m4/des.m4 (gl_DES):
43854         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
43855         * m4/gc.m4 (gl_GC):
43856         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
43857         * m4/getline.m4 (gl_FUNC_GETLINE):
43858         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
43859         * m4/hmac-md5.m4 (gl_HMAC_MD5):
43860         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
43861         * m4/md2.m4 (gl_MD2):
43862         * m4/md4.m4 (gl_MD4):
43863         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
43864         * m4/read-file.m4 (gl_FUNC_READ_FILE):
43865         * m4/readline.m4 (gl_FUNC_READLINE):
43866         * m4/rijndael.m4 (gl_RIJNDAEL):
43867         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
43868         to get the necessary .h files and whatnot.
43869
43870 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
43871
43872         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
43873         gnulib rather than the other way around.
43874         * config/srclistvars.sh (COREUTILS): Remove.
43875
43876 2006-08-22  Jim Meyering  <jim@meyering.net>
43877
43878         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
43879
43880         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
43881
43882 2006-08-22  Eric Blake  <ebb9@byu.net>
43883
43884         * modules/regexprops-generic: New file.
43885         * MODULES.html.sh (Support for building documentation): List it.
43886
43887 2006-08-22  Eric Blake  <ebb9@byu.net>
43888
43889         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
43890         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
43891         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
43892         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
43893
43894 2006-08-22  Bruno Haible  <bruno@clisp.org>
43895
43896         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
43897         and lib_LTLIBRARIES like the other lib_* variables.
43898
43899 2006-08-22  Bruno Haible  <bruno@clisp.org>
43900
43901         * build-aux/x-to-1.in: New file, from GNU gettext.
43902
43903 2006-08-22  Bruno Haible  <bruno@clisp.org>
43904
43905         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
43906         <utmpx.h> exists.
43907
43908 2006-08-22  Bruno Haible  <bruno@clisp.org>
43909
43910         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
43911         <utmpx.h> exists.
43912
43913 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43914
43915         BeOS portability.
43916         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
43917         exist.
43918         Problem reported by Bruno Haible.
43919
43920 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
43921
43922         Avoid the need for AC_LIBSOURCES in m4 macros.
43923         * modules/acl (EXTRA_DIST): Add acl.h.
43924         * modules/argmatch (Files): Add m4/argmatch.m4.
43925         (configure.ac): Add gl_ARGMATCH.
43926         (EXTRA_DIST): Renamed from lib_SOURCES, for
43927         consistency with the other modules.  Remove argmatch.c.
43928         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
43929         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
43930         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
43931         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
43932         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
43933         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
43934         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
43935         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
43936         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
43937         * modules/closeout (EXTRA_DIST): Add closeout.h.
43938         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
43939         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
43940         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
43941         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
43942         dirname.h; remove basename.c and stripslash.c.
43943         * modules/exclude (EXTRA_DIST): Add exclude.h.
43944         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
43945         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
43946         * modules/file-type (EXTRA_DIST): Add file-type.h.
43947         * modules/filemode (EXTRA_DIST): Add filemode.h.
43948         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
43949         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
43950         * modules/fpending (EXTRA_DIST): Add __fpending.h.
43951         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
43952         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
43953         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
43954         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
43955         * modules/getdate (EXTRA_DIST): Add getdate.c.
43956         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
43957         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
43958         * modules/getpass (EXTRA_DIST): Add getpass.h.
43959         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
43960         * modules/group-member (EXTRA_DIST): Add group-member.h.
43961         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
43962         * modules/hash (EXTRA_DIST): Add hash.h.
43963         * modules/human (EXTRA_DIST): Add human.h.
43964         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
43965         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
43966         * modules/lchown (EXTRA_DIST): Add lchown.h.
43967         * modules/long-options (EXTRA_DIST): Add long-options.h.
43968         * modules/lstat (EXTRA_DIST): Add lstat.h.
43969         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
43970         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
43971         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
43972         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
43973         * modules/memxor (EXTRA_DIST): Add memxor.h.
43974         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
43975         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
43976         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
43977         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
43978         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
43979         * modules/physmem (EXTRA_DIST): Add physmem.h.
43980         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
43981         * modules/posixver (EXTRA_DIST): Add posixver.h.
43982         * modules/quote (EXTRA_DIST): Add quote.h.
43983         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
43984         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
43985         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
43986         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
43987         regex_internal.h regexec.c.
43988         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
43989         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
43990         * modules/same (EXTRA_DIST): Add same.h.
43991         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
43992         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
43993         * modules/savedir (EXTRA_DIST): Add savedir.h.
43994         * modules/sha1 (EXTRA_DIST): Add sha1.h.
43995         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
43996         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
43997         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
43998         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
43999         * modules/strdup (EXTRA_DIST): Add strdup.h.
44000         * modules/strftime (EXTRA_DIST): Add strftime.h.
44001         * modules/strndup (EXTRA_DIST): Add strndup.h.
44002         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44003         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44004         * modules/time_r (EXTRA_DIST): Add time_r.h.
44005         * modules/timespec (EXTRA_DIST): Add timespec.h.
44006         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44007         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44008         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44009         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44010         * modules/userspec (EXTRA_DIST): Add userspec.h.
44011         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44012         * modules/utimens (EXTRA_DIST): Add utimens.h.
44013         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44014         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44015         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44016         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44017         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44018         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44019         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44020         * modules/yesno (EXTRA_DIST): Add yesno.h.
44021
44022 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44023
44024         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44025
44026         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44027         * m4/dev-ino.m4, same-inode.m4: Remove.
44028
44029         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44030         * m4/acl.m4 (AC_FUNC_ACL):
44031         * m4/backupfile.m4 (gl_BACKUPFILE):
44032         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44033         * m4/canon-host.m4 (gl_CANON_HOST):
44034         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44035         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44036         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44037         * m4/cloexec.m4 (gl_CLOEXEC):
44038         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44039         * m4/closeout.m4 (gl_CLOSEOUT):
44040         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44041         * m4/dirname.m4 (gl_DIRNAME):
44042         * m4/exclude.m4 (gl_EXCLUDE):
44043         * m4/exitfail.m4 (gl_EXITFAIL):
44044         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44045         * m4/file-type.m4 (gl_FILE_TYPE):
44046         * m4/filemode.m4 (gl_FILEMODE):
44047         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44048         * m4/fpending.m4 (gl_FUNC_FPENDING):
44049         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44050         * m4/fts.m4 (gl_FUNC_FTS):
44051         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44052         * m4/getdate.m4 (gl_GETDATE):
44053         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44054         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44055         * m4/getpass.m4 (gl_FUNC_GETPASS):
44056         * m4/gettime.m4 (gl_GETTIME):
44057         * m4/getugroups.m4 (gl_GETUGROUPS):
44058         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44059         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44060         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44061         * m4/hash.m4 (gl_HASH):
44062         * m4/idcache.m4 (gl_IDCACHE):
44063         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44064         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44065         * m4/long-options.m4 (gl_LONG_OPTIONS):
44066         * m4/lstat.m4 (gl_FUNC_LSTAT):
44067         * m4/md5.m4 (gl_MD5):
44068         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44069         * m4/memcoll.m4 (gl_MEMCOLL):
44070         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44071         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44072         * m4/memxor.m4 (gl_MEMXOR):
44073         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44074         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44075         * m4/modechange.m4 (gl_MODECHANGE):
44076         * m4/mountlist.m4 (gl_MOUNTLIST):
44077         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44078         * m4/openat.m4 (gl_FUNC_OPENAT):
44079         * m4/pathmax.m4 (gl_PATHMAX):
44080         * m4/physmem.m4 (gl_PHYSMEM):
44081         * m4/posixtm.m4 (gl_POSIXTM):
44082         * m4/posixver.m4 (gl_POSIXVER):
44083         * m4/quote.m4 (gl_QUOTE):
44084         * m4/quotearg.m4 (gl_QUOTEARG):
44085         * m4/readtokens.m4 (gl_READTOKENS):
44086         * m4/readutmp.m4 (gl_READUTMP):
44087         * m4/regex.m4 (gl_REGEX):
44088         * m4/safe-read.m4 (gl_SAFE_READ):
44089         * m4/safe-write.m4 (gl_SAFE_WRITE):
44090         * m4/same.m4 (gl_SAME):
44091         * m4/save-cwd.m4 (gl_SAVE_CWD):
44092         * m4/savedir.m4 (gl_SAVEDIR):
44093         * m4/settime.m4 (gl_SETTIME):
44094         * m4/sha1.m4 (gl_SHA1):
44095         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44096         * m4/stat-macros.m4 (gl_STAT_MACROS):
44097         * m4/stat-time.m4 (gl_STAT_TIME):
44098         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44099         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44100         * m4/strdup.m4 (gl_FUNC_STRDUP):
44101         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44102         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44103         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44104         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44105         * m4/time_r.m4 (gl_TIME_R):
44106         * m4/timespec.m4 (gl_TIMESPEC):
44107         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44108         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44109         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44110         * m4/userspec.m4 (gl_USERSPEC):
44111         * m4/utimecmp.m4 (gl_UTIMECMP):
44112         * m4/utimens.m4 (gl_UTIMENS):
44113         * m4/xalloc.m4 (gl_XALLOC):
44114         * m4/xgetcwd.m4 (gl_XGETCWD):
44115         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44116         * m4/xreadlink.m4 (gl_XREADLINK):
44117         * m4/xstrtod.m4 (gl_XSTRTOD):
44118         * m4/yesno.m4 (gl_YESNO):
44119         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44120         to get the necessary .h files and whatnot.
44121
44122 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44123             Bruno Haible  <bruno@clisp.org>
44124
44125         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44126         /bin/sh understanding of '!' conditional negation.
44127
44128 2006-08-21  Jim Meyering  <jim@meyering.net>
44129
44130         * modules/openat (Depends-on): Really alphabetize.
44131
44132         * modules/acl (Depends-on): Add error and quote.
44133
44134         * check-module (find_included_lib_files): Add at-func.c to the
44135         ok-to-include-more-than-once white list.
44136
44137         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44138
44139 2006-08-21  Bruno Haible  <bruno@clisp.org>
44140
44141         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44142         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44143         Reported by Martin Lambers <marlam@marlam.de>.
44144
44145 2006-08-21  Bruno Haible  <bruno@clisp.org>
44146
44147         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44148         specify an installation location, don't emit a noinst_LIBRARIES or
44149         noinst_LTLIBRARIES assignment.
44150
44151 2006-08-21  Bruno Haible  <bruno@clisp.org>
44152
44153         BeOS portability.
44154         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44155         BeOS has mbrtowc() but no <wctype.h>.
44156
44157 2006-08-21  Bruno Haible  <bruno@clisp.org>
44158
44159         BeOS portability.
44160         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44161         exist.
44162
44163 2006-08-21  Bruno Haible  <bruno@clisp.org>
44164
44165         BeOS portability.
44166         * lib/mbchar.h: Include <wctype.h> only if it exists.
44167
44168 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44169
44170         Remove files that are no longer needed by their respective modules.
44171         * m4/obstack.m4: Remove.
44172         * m4/strerror_r.m4: Remove.
44173         * m4/uint32_t.m4: Remove.
44174         * m4/uintptr_t.m4: Remove.
44175         * m4/ullong_max.m4: Remove.
44176         * m4/xstrtoimax.m4: Remove.
44177         * m4/xstrtoumax.m4: Remove.
44178
44179         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44180         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44181         dependencies now capture this.
44182
44183         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44184         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44185         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44186         * m4/human.m4 (gl_HUMAN): Likewise.
44187         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44188         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44189
44190         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44191
44192         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44193         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44194         stdint.
44195         * m4/human.m4 (gl_HUMAN): Likewise.
44196         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44197         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44198         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44199         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44200         * m4/xstrtol (gl_XSTRTOL): Likewise.
44201
44202         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44203         AC_TYPE_LONG_LONG_INT.
44204         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44205         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44206         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44207         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44208
44209         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44210         on stdbool.
44211
44212         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44213         (gl_PREREQ_XSTRTOUL): Remove.
44214
44215         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44216
44217         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44218         mode.
44219
44220 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44221
44222         Add and change modules to make it easier for coreutils to use
44223         gnulib-tool.
44224         * modules/backupfile (Files): Remove m4/d-ino.m4.
44225         (Depends-on): Add d-ino.
44226         * modules/cycle-check (Depends-on): Add stdint.
44227         (lib_SOURCES): Add cycle-check.h.
44228         * modules/d-ino: New module.
44229         * modules/d-type: New module.
44230         * modules/error (Files): Remove m4/strerror_r.m4.
44231         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44232         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44233         m4/inttypes_h.m4, m4/uintmax_t.m4.
44234         (Depends-on): Add stdint.
44235         (lib_SOURCES): Add fsusage.h.
44236         * modules/getcwd (Files): Remove d-ino.m4.
44237         (Depends-on): Add d-ino.
44238         * modules/getndelim2 (Depends-on): Add stdint.
44239         * modules/glob (Files): Remove m4/d-type.m4.
44240         (Depends-on): Add d-type.
44241         * modules/host-os: New module.
44242         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44243         m4/inttypes_h.m4, m4/uintmax_t.m4.
44244         * Depends-on: Add stdint.
44245         (lib_SOURCES): Add human.h.
44246         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44247         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44248         m4/uintmax_t.m4, m4/ulonglong.m4.
44249         (Depends-on): Add stdint.
44250         (EXTRA_DIST): Add inttostr.h.
44251         * modules/lchmod: New module.
44252         * modules/link-follow: New module.
44253         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44254         (Depends-on): Add lchmod.
44255         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44256         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44257         (Depends-on): Add stdint.
44258         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44259         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44260         (Depends-on): Add stdint.
44261         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44262         * modules/perl: New module.
44263         * modules/regex (Depends-on): Add stdint.
44264         * modules/rmdir-errno: New module.
44265         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44266         m4/intmax_t.m4.
44267         (Depends-on): Add stdint.
44268         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44269         m4/uintmax_t.m4.
44270         (Depends-on): Add stdint.
44271         * modules/unlink-busy: New module.
44272         * modules/utimecmp (Depends-on): Add stdint.
44273         * modules/uptime: New module.
44274         * modules/winsz-ioctl: New module.
44275         * modules/winsz-termios: New module.
44276         * modules/xnanosleep (Depends-on): Add nanosleep.
44277         * modules/ullong_max: Remove.
44278         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44279         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44280         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44281         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44282         (Depends-on): Add inttypes.
44283         (lib_SOURCES): Add xstrtol.h.
44284         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44285         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44286         * MODULES.html.sh: Move 'assert' into the assert section.
44287         Move 'dummy' into the linking section.
44288         Remove ullong_max.
44289         Add section for compatibility checks for POSIX:2001 functions,
44290         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44291         winsz-ioctl, and winsz-termios into it.
44292         Add lchmod.
44293         Add top-level Misc section and put host-os, perl, and uptime
44294         into it.
44295
44296 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44297
44298         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44299         now assume the stdint module.  Do not include inttypes.h.
44300         * lib/fsusage.h: Likewise.
44301         * lib/getndelim2.c: Likewise.
44302         * lib/human.h: Likewise.
44303         * lib/inttostr.h: Likewise.
44304         * lib/obstack.c: Likewise.
44305         * lib/regex_internal.h: Likewise.
44306         * lib/tempname.c: Likewise.
44307         * lib/utimecmp.c: Likewise.
44308         * lib/xstrtol.h: Likewise.
44309
44310         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44311
44312         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44313         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44314         * lib/xtime.h: Likewise.
44315
44316 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44317
44318         * modules/openat (Files): Add lib/fchmodat.c.
44319         Fixes problem reported by Jay Youngman.
44320
44321 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44322
44323         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44324         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44325
44326 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44327             Bruno Haible  <bruno@clisp.org>
44328
44329         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44330         and is a script that invokes bison. Tighten the code. Add comments.
44331
44332 2006-08-18  Jim Meyering  <jim@meyering.net>
44333
44334         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44335         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44336         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44337         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44338
44339 2006-08-18  Bruno Haible  <bruno@clisp.org>
44340
44341         * modules/bison-i18n: New file.
44342         * MODULES.html.sh (Internationalization functions): Add it.
44343
44344 2006-08-18  Bruno Haible  <bruno@clisp.org>
44345
44346         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44347         sys/statvfs.h. When getmntinfo was found, check its declaration and
44348         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44349
44350 2006-08-18  Bruno Haible  <bruno@clisp.org>
44351
44352         * m4/bison-i18n.m4: New file, from bison.
44353
44354 2006-08-18  Bruno Haible  <bruno@clisp.org>
44355
44356         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44357         (ME_DUMMY): Treat "kernfs" as a dummy.
44358         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44359
44360 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44361
44362         Update from coreutils.
44363
44364         2006-08-15  Jim Meyering  <jim@meyering.net>
44365
44366         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44367
44368         2006-01-17  Jim Meyering  <jim@meyering.net>
44369
44370         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44371
44372         2006-01-11  Jim Meyering  <jim@meyering.net>
44373
44374         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44375         Check for the lchmod function.
44376
44377 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44378
44379         Update from coreutils.
44380
44381         * lib/__fpending.h: Add copyright notice.
44382         * lib/fprintftime.h: Likewise.
44383         * lib/savedir.c: Use (C) in copyright notice.
44384         * lib/savedir.h: Likewise.
44385
44386         2006-08-15  Jim Meyering  <jim@meyering.net>
44387
44388         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44389         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44390         in support of the EXPECTED_ERRNO macro.
44391         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44392         definitions.  Instead, define the appropriate symbols and include
44393         "at-func.c".
44394         * lib/mkdirat.c (mkdirat): Likewise.
44395         * lib/fchmodat.c (fchmodat): Likewise.
44396         (ENOSYS): Remove definition.
44397         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44398         it.  Don't include "unistd--.h" -- it wasn't ever used.
44399
44400         2006-01-17  Jim Meyering  <jim@meyering.net>
44401
44402         Rewrite fts.c not to change the current working directory,
44403         by using openat, fstatat, fdopendir, etc..
44404
44405         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44406         (HAVE_OPENAT_SUPPORT): Define.
44407         [_LIBC] (fchdir): Don't undef or define; no longer used.
44408         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44409         Now, this `function' always succeeds, and consumes its file descriptor
44410         parameter -- so callers must not close such FDs.  Update callers.
44411         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44412         (diropen): Add parameter, SP.  Adjust all callers.
44413         Implement using diropen_fd, rather than open.
44414         (fts_open): Initialize new member, fts_cwd_fd.
44415         Remove fts_rft-setting code.
44416         (fts_close): Close fts_cwd_fd, if necessary.
44417         (__opendir2): Define in terms of opendir or opendirat,
44418         depending on whether the FST_NOCHDIR flag is set.
44419         (fts_build): Since fts_safe_changedir consumes its FD, and since
44420         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44421         and close the dup'd file descriptor upon failure.
44422         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44423         (fts_safe_changedir): Tweak semantics to reflect that this function
44424         now calls cwd_advance_fd and hence consumes its FD argument.
44425         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44426         [struct FTS] (fts_rft): Remove now-unused member.
44427         [struct FTS] (fts_cycle.state): Improve comment.
44428
44429         * lib/openat.c (openat_needs_fchdir): New function.
44430         * lib/openat.h (openat_needs_fchdir): Declare it.
44431
44432 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44433
44434         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44435         Problem and fix reported by Pádraig Brady in
44436         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44437
44438 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44439
44440         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44441
44442 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44443
44444         * lib/memcoll.c (memcoll): Optimize for the common case where the
44445         arguments are bytewise equal.
44446
44447 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44448
44449         * doc/regexprops-generic.texi: Add a copyright notice.
44450
44451 2006-08-15  Bruno Haible  <bruno@clisp.org>
44452
44453         * modules/tmpdir (License): Change to LGPL.
44454
44455 2006-08-15  Bruno Haible  <bruno@clisp.org>
44456
44457         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44458         module.
44459
44460 2006-08-14  Simon Josefsson  <jas@extundo.com>
44461
44462         * config/srclist.txt: Add gnupload.
44463
44464 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44465
44466         Change copyright notice from LGPL 2 to GPL 2, since that's the
44467         standard form used in the gnulib repository.
44468         * tests/test-lock.c: Likewise.
44469         * tests/test-stdint.c: Likewise.
44470         * tests/test-tls.c: Likewise.
44471
44472         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44473         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44474         Add copyright notice.
44475
44476         * check-module: Add copyright notice.  Output a copyright
44477         notice if "--version" is specified.
44478         * modules/COPYING: New file.
44479         * tests/test-getaddrinfo.c: Add copyright notice.
44480         * tests/test-verify.c: Likewise.
44481
44482 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44483
44484         Change copyright notice from LGPL 2 to GPL 2, since that's the
44485         standard form used in the gnulib repository.
44486         * lib/lock.c: LGPL -> GPL.
44487         * lib/lock.h: Likewise.
44488         * lib/strnlen1.c: Likewise.
44489         * lib/strnlen1.h: Likewise.
44490         * lib/tls.c: Likewise.
44491         * lib/tls.h: Likewise.
44492         * lib/tmpdir.c: Likewise.
44493
44494         * lib/TODO: Remove; this belongs only in coreutils.
44495
44496 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44497
44498         Add copyright notices to long-enough files that lack them, since
44499         otherwise the files aren't clearly free.  Use the same notice that
44500         getdate.texi already uses.
44501         * doc/alloca-opt.texi: Add copyright notice.
44502         * doc/alloca.texi: Likewise.
44503         * doc/ctime.texi: Likewise.
44504         * doc/functions.texi: Likewise.
44505         * doc/gcd.texi: Likewise.
44506         * doc/gnulib-tool.texi: Likewise.
44507         * doc/inet_ntoa.texi: Likewise.
44508         * doc/visibility.texi: Likewise.
44509
44510         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44511         * doc/quote.texi: Add copyright notice.
44512
44513         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44514         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44515         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44516         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44517         is now obsolete, and give a pointer to the Sun list.
44518         Add copyright notice.
44519
44520 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44521
44522         * config/srclistvars.sh: Add copyright notice.
44523
44524 2006-08-14  Eric Blake  <ebb9@byu.net>
44525
44526         Import the following change from libc:
44527
44528         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44529
44530         Upstream bug 2997.
44531         * lib/misc/error.c: Add space between program name and message if file
44532         name is missing.
44533
44534 2006-08-12  Karl Berry  <karl@gnu.org>
44535
44536         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44537         remove, these originate in gnulib now.
44538
44539 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44540
44541         * doc/Makefile (standards.info standards.html standards.dvi):
44542         Also depend on make-stds.texi.
44543
44544 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44545
44546         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44547         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44548
44549         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44550         in wchar_t.  Problem reported by Eric Blake.
44551
44552         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44553         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44554         Also, help the compiler to keep LEN in a register.
44555
44556 2006-08-11  Eric Blake  <ebb9@byu.net>
44557
44558         * users.txt: Sort.  Add tar.
44559
44560 2006-08-11  Bruno Haible  <bruno@clisp.org>
44561
44562         * users.txt: New file.
44563
44564 2006-08-11  Bruno Haible  <bruno@clisp.org>
44565
44566         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44567         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44568
44569 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44570
44571         * modules/snprintf (Depends-on): Remove minmax.
44572         (Maintainer): Add self and Bruno.
44573
44574 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44575
44576         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44577         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44578         (EOVERFLOW): Define if the system does not.
44579         Do not include "minmax.h"; it wasn't used.
44580         (snprintf): Don't assume size_t promotes to an unsigned type.
44581         Fix bug when generated string was too long for the buffer: the
44582         buffer's contents are supposed to be the initial prefix of the
44583         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44584         exceeds INT_MAX; do the check ourselves.
44585
44586         Import the following changes from libc:
44587
44588         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44589
44590         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44591         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44592         set wc to the byte which couldn't be converted.
44593         (re_string_reconstruct): Don't clear valid_raw_len before calling
44594         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44595         tip_context using re_string_context_at.
44596
44597         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44598
44599         * lib/posix/regex.h: g++ still cannot handled [restrict].
44600
44601         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44602
44603         * lib/posix/regex.h: Remove special handling for VMS.
44604
44605 2006-08-10  Jim Meyering  <jim@meyering.net>
44606
44607         * modules/same-inode: New module.
44608         * modules/dev-ino: New module.
44609         * modules/cycle-check: Depend on these modules, rather than simply
44610         including their .h files.
44611         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44612         required via m4/cycle-check.m4.
44613         * modules/same: Depend on new same-inode module, rather than
44614         including same-inode.h.
44615         * modules/chdir-safer: New file.
44616
44617         * modules/chown (Depends-on): Add stat-macros.
44618
44619 2006-08-10  Jim Meyering  <jim@meyering.net>
44620
44621         * m4/cycle-check.m4: New file.
44622         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44623         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44624
44625 2006-08-10  Eric Blake  <ebb9@byu.net>
44626
44627         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44628         in from original proposal.
44629
44630 2006-08-10  Eric Blake  <ebb9@byu.net>
44631         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44632
44633         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44634         namespace.
44635
44636 2006-08-10  Bruno Haible  <bruno@clisp.org>
44637
44638         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44639         as well.
44640
44641 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44642
44643         Sync from coreutils.
44644
44645         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44646
44647         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44648         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44649
44650 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44651
44652         * modules/restrict: Remove; no longer needed now that we assume
44653         Autoconf 2.59 or later.
44654         * MODULES.html.sh: Remove 'restrict'.
44655         * modules/argp (Depends-on): Remove 'restrict'.
44656         * modules/base64 (Depends-on): Likewise.
44657         * modules/gc (Depends-on): Likewise.
44658         * modules/getaddrinfo (Depends-on): Likewise.
44659         * modules/glob (Depends-on): Likewise.
44660         * modules/inet_ntop (Depends-on): Likewise.
44661         * modules/inet_pton (Depends-on): Likewise.
44662         * modules/memxor (Depends-on): Likewise.
44663         * modules/regex (Depends-on): Likewise.
44664         * modules/strtok_r (Depends-on): Likewise.
44665         * modules/time_r (Depends-on): Likewise.
44666
44667 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44668
44669         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
44670         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
44671         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
44672         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
44673         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
44674         * m4/memxor.m4 (gl_MEMXOR): Likewise.
44675         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
44676         gl_C_RESTRICT replaced by AC_C_RESTRICT.
44677
44678         Merge from coreutils.
44679         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
44680         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
44681         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
44682         * m4/time_r.m4 (gl_TIME_R): Likewise.
44683
44684 2006-08-09  Karl Berry  <karl@gnu.org>
44685
44686         * config/srclist.txt: no more gettext-tools, per Bruno.
44687
44688 2006-08-08  Eric Blake  <ebb9@byu.net>
44689
44690         * modules/verror: New module.
44691         * MODULES.html.sh: Document it.
44692
44693 2006-08-08  Eric Blake  <ebb9@byu.net>
44694
44695         * lib/verror.h, lib/verror.c: New files.
44696
44697 2006-08-08  Eric Blake  <ebb9@byu.net>
44698
44699         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
44700         verror_at_line output complies with GNU Coding Standards even when
44701         file is NULL.
44702
44703 2006-08-07  Bruno Haible  <bruno@clisp.org>
44704
44705         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
44706         versions of AIX.
44707         Reported by Ralf Wildenhues.
44708
44709 2006-08-07  Bruno Haible  <bruno@clisp.org>
44710
44711         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
44712         in an AC_DEFUN. Needed so that the autoconf snippets can use
44713         AC_REQUIRE.
44714
44715 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44716
44717         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44718         Initialize pkgdata_DATA.
44719         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
44720         overriding it.
44721
44722 2006-08-06  Eric Blake  <ebb9@byu.net>
44723
44724         * lib/error.h: Fold in some upstream changes from glibc.
44725         * lib/error.c: Likewise.
44726
44727 2006-08-04  Bruno Haible  <bruno@clisp.org>
44728
44729         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44730         Make the mostlyclean-local rule depend on mostlyclean-generic.
44731         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
44732
44733 2006-07-31  Bruno Haible  <bruno@clisp.org>
44734
44735         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
44736         <stdlib.h>, <string.h>.
44737
44738 2006-07-30  Bruno Haible  <bruno@clisp.org>
44739
44740         * modules/readlink (License): Change to LGPL.
44741
44742 2006-07-30  Bruno Haible  <bruno@clisp.org>
44743
44744         * modules/javaversion (Makefile.am): Distribute javaversion.java and
44745         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
44746         set PKGDATADIR to point to it.
44747
44748 2006-07-30  Bruno Haible  <bruno@clisp.org>
44749
44750         * modules/csharpexec (configure.ac): Comment out macro invocation.
44751         * modules/javaexec (configure.ac): Likewise.
44752         * modules/javacomp-script (configure.ac): Likewise.
44753
44754         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
44755
44756 2006-07-30  Bruno Haible  <bruno@clisp.org>
44757
44758         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
44759         linked-list.
44760
44761 2006-07-30  Bruno Haible  <bruno@clisp.org>
44762
44763         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
44764
44765 2006-07-30  Bruno Haible  <bruno@clisp.org>
44766
44767         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44768         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
44769         get removed.
44770
44771 2006-07-29  Bruno Haible  <bruno@clisp.org>
44772
44773         Make it possible for gnulib-tool to work with locally modified or
44774         augmented gnulib repositories.
44775         * gnulib-tool (func_usage): Document --local-dir option.
44776         (local_gnulib_dir): New variable.
44777         Handle --local-dir option.
44778         (func_lookup_file): New function.
44779         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
44780         (func_get_description, func_get_filelist, func_get_description,
44781         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
44782         func_get_automake_snippet, func_get_include_directive,
44783         func_get_license, func_get_maintainer): Use func_lookup_file.
44784         (func_import, func_create_testdir): Use func_lookup_file.
44785
44786 2006-07-29  Bruno Haible  <bruno@clisp.org>
44787
44788         * modules/setenv (Depends-on): Add unistd.
44789
44790 2006-07-29  Bruno Haible  <bruno@clisp.org>
44791
44792         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
44793
44794 2006-07-29  Bruno Haible  <bruno@clisp.org>
44795
44796         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
44797
44798 2006-07-29  Bruno Haible  <bruno@clisp.org>
44799
44800         * gnulib-tool (import, update): If there is no Makefile.am, look at
44801         aclocal.m4, instead of bailing out.
44802
44803 2006-07-29  Bruno Haible  <bruno@clisp.org>
44804
44805         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
44806         Categorize the options by when they are useful.
44807
44808 2006-07-29  Bruno Haible  <bruno@clisp.org>
44809
44810         * gnulib-tool (func_usage): Document option --no-libtool.
44811         Handle option --no-libtool.
44812         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
44813         for changed semantics of $libtool variable.
44814         (func_import): Likewise. If libtool is not used, show this through
44815         an option --no-libtool.
44816         (func_create_testdir): Update.
44817
44818 2006-07-29  Bruno Haible  <bruno@clisp.org>
44819
44820         * gnulib-tool (func_import): Extend error message about missing
44821         --doc-base.
44822
44823 2006-07-29  Bruno Haible  <bruno@clisp.org>
44824
44825         * gnulib-tool (func_import): Don't create the $docbase directory if
44826         there is no file to store there.
44827
44828 2006-07-29  Bruno Haible  <bruno@clisp.org>
44829
44830         * gnulib-tool (autoconf_minversion): If a --dir option is given and
44831         relevant, look for configure.ac there, not in the current directory.
44832         Also use a simple search for AC_PREREQ, not "autoconf --trace".
44833
44834 2006-07-29  Bruno Haible  <bruno@clisp.org>
44835
44836         * gnulib-tool (SORT): New variable.
44837         (func_usage): Undocument --assume-autoconf option.
44838         Remove --assume-autoconf option handling.
44839         (autoconf_minversion): Determine from the contents of configure.ac.
44840         (func_import): Remove autoconf_minversion handling.
44841         Suggested by Eric Blake.
44842
44843 2006-07-29  Bruno Haible  <bruno@clisp.org>
44844
44845         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
44846
44847 2006-07-29  Bruno Haible  <bruno@clisp.org>
44848
44849         * config/srclist.txt (*setenv.[ch]): Remove rules.
44850
44851 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44852
44853         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
44854
44855 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
44856
44857         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
44858         arpa/inet.h.
44859
44860 2006-07-28  Simon Josefsson  <jas@extundo.com>
44861
44862         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
44863         * modules/inet_pton (Depends-on): Likewise.
44864
44865 2006-07-28  Simon Josefsson  <jas@extundo.com>
44866
44867         * m4/netinet_in_h.m4: New file.
44868
44869 2006-07-28  Simon Josefsson  <jas@extundo.com>
44870
44871         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
44872         #include's.
44873
44874 2006-07-28  Simon Josefsson  <jas@extundo.com>
44875
44876         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
44877         #include's.
44878
44879 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
44880
44881         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
44882         setgid on directories only if they set these bits.
44883         * lib/modechange.h: Remove obsolete comment about masks.
44884
44885 2006-07-28  Eric Blake  <ebb9@byu.net>
44886
44887         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
44888         macro expansion.
44889
44890 2006-07-28  Bruno Haible  <bruno@clisp.org>
44891
44892         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
44893
44894 2006-07-28  Bruno Haible  <bruno@clisp.org>
44895
44896         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
44897
44898 2006-07-28  Bruno Haible  <bruno@clisp.org>
44899
44900         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
44901         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
44902         Define fallbacks.
44903         Avoids link error on FreeBSD 4.x.
44904         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
44905
44906         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
44907         encoding.
44908         * lib/mbswidth.c (iswcntrl): Likewise.
44909
44910 2006-07-27  Bruno Haible  <bruno@clisp.org>
44911
44912         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
44913         test.
44914
44915 2006-07-27  Bruno Haible  <bruno@clisp.org>
44916
44917         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
44918         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
44919         defined.
44920
44921 2006-07-26  Eric Blake  <ebb9@byu.net>
44922
44923         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
44924
44925 2006-07-26  Eric Blake  <ebb9@byu.net>
44926
44927         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
44928         like mingw that lack mkstemp.
44929         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
44930         avoid compilation warning on mingw.
44931
44932 2006-07-26  Bruno Haible  <bruno@clisp.org>
44933
44934         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
44935         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
44936         INT_FAST*_MIN, INTPTR_MIN.
44937
44938 2006-07-25  Bruno Haible  <bruno@clisp.org>
44939
44940         * modules/version-etc (Depends-on): Add stdarg.
44941
44942 2006-07-25  Bruno Haible  <bruno@clisp.org>
44943
44944         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
44945         complex commands.
44946
44947 2006-07-25  Bruno Haible  <bruno@clisp.org>
44948
44949         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
44950         defined in <stdarg.h> or config.h.
44951
44952 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44953
44954         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
44955         (gl_STDIO_SAFER): Remove.
44956
44957 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
44958
44959         * MODULES.html.sh (File stream based Input/Output):
44960         Add fopen-safer, tmpfile-safer; remove stdio-safer.
44961         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
44962         * modules/fopen-safer, modules/tmpfile-safer: New files.
44963         * modules/stdio-safer: Remove.
44964
44965 2006-07-24  Bruno Haible  <bruno@clisp.org>
44966
44967         * modules/tmpdir: New file.
44968         * MODULES.html.sh (File system functions): Add it.
44969
44970 2006-07-24  Bruno Haible  <bruno@clisp.org>
44971
44972         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
44973         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
44974
44975 2006-07-24  Bruno Haible  <bruno@clisp.org>
44976
44977         * modules/clean-temp: New file.
44978
44979 2006-07-24  Bruno Haible  <bruno@clisp.org>
44980
44981         * m4/tmpdir.m4: New file, from GNU gettext.
44982
44983 2006-07-24  Bruno Haible  <bruno@clisp.org>
44984
44985         * lib/tmpdir.h: New file, from GNU gettext.
44986         * lib/tmpdir.c: New file, from GNU gettext.
44987
44988 2006-07-24  Bruno Haible  <bruno@clisp.org>
44989
44990         * lib/clean-temp.h: New file, from GNU gettext.
44991         * lib/clean-temp.c: New file, from GNU gettext.
44992
44993 2006-07-23  Eric Blake  <ebb9@byu.net>
44994
44995         * modules/stdio-safer (Files): Add tmpfile-safer.c.
44996         (Depends-on): Add binary-io.
44997
44998 2006-07-23  Eric Blake  <ebb9@byu.net>
44999
45000         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45001
45002 2006-07-23  Eric Blake  <ebb9@byu.net>
45003
45004         * lib/tmpfile-safer.c: New file.
45005         * lib/stdio-safer.h (fopen_safer): Add prototype.
45006         * lib/stdio--.h (tmpfile): Make safer.
45007
45008 2006-07-23  Bruno Haible  <bruno@clisp.org>
45009
45010         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45011         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45012         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45013         gl_linked_remove_at): Use it.
45014
45015 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45016         and Simon Josefsson <jas@extundo.com>
45017
45018         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45019
45020         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45021
45022 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45023
45024         * modules/close-stream: New file.
45025         * modules/closeout (Description): Make it clear that it exits
45026         with a diagnostic on error.
45027         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45028         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45029
45030 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45031
45032         * m4/close-stream.m4: New file.
45033
45034 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45035
45036         * lib/close-stream.c, lib/close-stream.h: New files.
45037
45038 2006-07-22  Bruno Haible  <bruno@clisp.org>
45039
45040         Merge from GNU gettext 0.15.
45041
45042         2006-05-01  Bruno Haible  <bruno@clisp.org>
45043
45044                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45045
45046         2006-07-22  Bruno Haible  <bruno@clisp.org>
45047
45048                 * modules/javaversion: New file.
45049                 * MODULES.html.sh (Java): Add javaversion.
45050
45051         2006-03-12  Bruno Haible  <bruno@clisp.org>
45052
45053                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45054
45055         2005-12-04  Bruno Haible  <bruno@clisp.org>
45056
45057                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45058                 (untested).
45059
45060         2006-06-21  Bruno Haible  <bruno@clisp.org>
45061
45062                 Avoid warnings from recent versions of mcs.
45063                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45064                 -o, -L, -r any more. Use options documented since mcs-1.0
45065                 instead. Similarly for -g.
45066
45067         2005-12-04  Bruno Haible  <bruno@clisp.org>
45068
45069                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45070                 .resources, not .resource.
45071
45072         2005-07-09  Bruno Haible  <bruno@clisp.org>
45073
45074                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45075                 add a .dll suffix.
45076                 Reported by Mark Junker <mjscod@gmx.de>.
45077
45078         2006-07-22  Bruno Haible  <bruno@clisp.org>
45079
45080                 * modules/gettext: Upgrade to gettext-0.15.
45081                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45082                 m4/visibility.m4.
45083                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45084
45085 2006-07-22  Bruno Haible  <bruno@clisp.org>
45086
45087         Merge from GNU gettext 0.15.
45088
45089         2006-03-25  Bruno Haible  <bruno@clisp.org>
45090
45091                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45092
45093         2006-07-21  Bruno Haible  <bruno@clisp.org>
45094
45095                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45096                 "1.1".
45097
45098         2006-05-09  Bruno Haible  <bruno@clisp.org>
45099
45100                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45101                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45102                 for the conftestver execution.
45103
45104         2006-05-01  Bruno Haible  <bruno@clisp.org>
45105
45106                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45107                 optional target-version argument. Verify that the compiler
45108                 groks source of the specified source-version, or add -source
45109                 option as necessary. Verify that the compiler produces
45110                 bytecode in the specified target-version, or add -target and
45111                 -source options as necessary. Make the result of the test
45112                 available as variable CONF_JAVAC. Also log error output in
45113                 config.log.
45114
45115         2006-03-11  Bruno Haible  <bruno@clisp.org>
45116
45117                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45118
45119         2006-05-09  Bruno Haible  <bruno@clisp.org>
45120
45121                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45122                 CLASSPATH_SEPARATOR to a semicolon.
45123
45124         2006-03-12  Bruno Haible  <bruno@clisp.org>
45125
45126                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45127                 available as variable CONF_JAVA, for subsequent autoconf
45128                 tests. Also log error output in config.log.
45129
45130         2006-07-19  Bruno Haible  <bruno@clisp.org>
45131
45132                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45133                 that getline works on glibc2 systems. Needed to avoid trouble
45134                 in relocatable.c.
45135                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45136
45137         2005-12-04  Bruno Haible  <bruno@clisp.org>
45138
45139                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45140                 launcher (untested).
45141
45142         2005-12-04  Bruno Haible  <bruno@clisp.org>
45143
45144                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45145
45146         2006-07-22  Bruno Haible  <bruno@clisp.org>
45147
45148                 * gettext.m4: Update from GNU gettext-0.15.
45149                 * nls.m4: Likewise.
45150                 * po.m4: Likewise.
45151                 * inttypes-pri.m4: Likewise.
45152                 * inttypes-h.m4: Renamed from inttypes.m4.
45153                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45154
45155 2006-07-22  Bruno Haible  <bruno@clisp.org>
45156
45157         Merge from GNU gettext 0.15.
45158
45159         2005-07-05  Bruno Haible  <bruno@clisp.org>
45160
45161                 * printf-args.c (printf_fetchargs): Work around broken
45162                 definition of wint_t on mingw.
45163
45164         2005-02-12  Bruno Haible  <bruno@clisp.org>
45165
45166                 * xallocsa.h: Add extern "C" for C++.
45167
45168         2006-05-17  Bruno Haible  <bruno@clisp.org>
45169
45170                 Cygwin portability.
45171                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45172
45173         2006-04-30  Bruno Haible  <bruno@clisp.org>
45174
45175                 * progreloc.c: Include <mach-o/dyld.h> if available.
45176                 (find_executable): Use _NSGetExecutablePath when possible.
45177
45178         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45179
45180                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45181                 function.
45182
45183         2005-12-29  Bruno Haible  <bruno@clisp.org>
45184
45185                 * progreloc.c (set_program_name_and_installdir): Fix
45186                 compilation error.
45187
45188         2005-12-04  Bruno Haible  <bruno@clisp.org>
45189
45190                 Cygwin portability.
45191                 * progreloc.c: Include <windows.h> also on Cygwin.
45192                 (find_executable): Add support for Cygwin.
45193                 (set_program_name_and_installdir): Handle also platforms with
45194                 nonempty EXEEXT.
45195
45196         2006-07-11  Bruno Haible  <bruno@clisp.org>
45197
45198                 * javacomp.c: Fix a comment.
45199                 Reported by Jim Meyering.
45200
45201         2006-04-30  Bruno Haible  <bruno@clisp.org>
45202
45203                 * javacomp.h (compile_java_class): Add source_version,
45204                 target_version arguments.
45205                 * javacomp.c: Rewritten to choose only a compiler that
45206                 respects the specified source_version and target_version.
45207
45208         2006-06-27  Bruno Haible  <bruno@clisp.org>
45209
45210                 Assume correct S_ISDIR macro.
45211                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45212
45213         2006-07-22  Bruno Haible  <bruno@clisp.org>
45214
45215                 * javaversion.h: New file, from GNU gettext.
45216                 * javaversion.c: New file, from GNU gettext.
45217                 * javaversion.java: New file, from GNU gettext.
45218                 * javaversion.class: New file, from GNU gettext.
45219
45220         2006-05-17  Bruno Haible  <bruno@clisp.org>
45221
45222                 Cygwin portability.
45223                 * javaexec.c (execute_java_class): Test for jview program
45224                 also on Cygwin.
45225
45226         2006-04-09  Bruno Haible  <bruno@clisp.org>
45227
45228                 * fatal-signal.c: Don't include string.h.
45229                 (at_fatal_signal): Use a copying loop instead of memcpy.
45230
45231         2005-12-04  Bruno Haible  <bruno@clisp.org>
45232
45233                 * csharpexec.c: Add support for 'clix' launcher (untested).
45234                 (execute_csharp_using_sscli): New function.
45235                 (execute_csharp_program): Call it.
45236
45237         2006-06-21  Bruno Haible  <bruno@clisp.org>
45238
45239                 Avoid warnings from recent versions of mcs.
45240                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45241                 -o, -L, -r any more. Use options documented since mcs-1.0
45242                 instead. Similarly for -g.
45243
45244         2005-07-09  Bruno Haible  <bruno@clisp.org>
45245
45246                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45247                 add a .dll suffix.
45248                 Reported by Mark Junker <mjscod@gmx.de>.
45249
45250         2006-06-17  Bruno Haible  <bruno@clisp.org>
45251
45252                 * config.charset: Update for NetBSD 3.0.
45253
45254         2006-05-17  Bruno Haible  <bruno@clisp.org>
45255
45256                 Cygwin portability.
45257                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45258
45259         2006-05-16  Bruno Haible  <bruno@clisp.org>
45260
45261                 * localcharset.c [CYGWIN]: Include <windows.h>.
45262                 (get_charset_aliases): For Cygwin, return the same CPxxx
45263                 aliases list as under WIN32.
45264                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45265                 the environment variables. Fall back to GetACP().
45266
45267         2006-04-05  Bruno Haible  <bruno@clisp.org>
45268
45269                 * config.charset: Update Juan Manuel Guerrero's address.
45270
45271         2005-02-12  Bruno Haible  <bruno@clisp.org>
45272
45273                 * allocsa.h: Add extern "C" for C++.
45274
45275         2005-02-10  Bruno Haible  <bruno@clisp.org>
45276
45277                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45278                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45279
45280         2006-07-22  Bruno Haible  <bruno@clisp.org>
45281
45282                 * gettext.h: Update to GNU gettext-0.15.
45283
45284 2006-07-22  Bruno Haible  <bruno@clisp.org>
45285
45286         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45287         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45288         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45289
45290 2006-07-21  Eric Blake  <ebb9@byu.net>
45291
45292         * modules/stdlib-safer: New file.
45293         * MODULES.html.sh (File stream based Input/Output): Add
45294         stdlib-safer.
45295
45296 2006-07-21  Eric Blake  <ebb9@byu.net>
45297
45298         * lib/stdlib-safer.h: New file from coreutils, required by
45299         stdlib--.h.
45300
45301 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45302
45303         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45304
45305 2006-07-20  Bruno Haible  <bruno@clisp.org>
45306
45307         * gnulib-tool: Recognize new option --assume-autoconf.
45308         (autoconf_minversion): New variable.
45309         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45310
45311 2006-07-20  Bruno Haible  <bruno@clisp.org>
45312
45313         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45314
45315 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45316
45317         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45318         Reindent and repaginate.
45319
45320 2006-07-19  Derek Price  <derek@ximbiot.com>
45321
45322         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45323         Correct grammar.
45324
45325 2006-07-17  Bruno Haible  <bruno@clisp.org>
45326
45327         * modules/list: New file.
45328         * modules/array-list: New file.
45329         * modules/carray-list, modules/carray-list-tests: New files.
45330         * modules/linked-list, modules/linked-list-tests: New files.
45331         * modules/avltree-list, modules/avltree-list-tests: New files.
45332         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45333         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45334         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45335         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45336         * modules/oset: New file.
45337         * modules/array-oset: New file.
45338         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45339         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45340         * tests/test-carray_list.c: New file.
45341         * tests/test-linked_list.c: New file.
45342         * tests/test-avltree_list.c: New file.
45343         * tests/test-rbtree_list.c: New file.
45344         * tests/test-linkedhash_list.c: New file.
45345         * tests/test-avltreehash_list.c: New file.
45346         * tests/test-rbtreehash_list.c: New file.
45347         * tests/test-avltree_oset.c: New file.
45348         * tests/test-rbtree_oset.c: New file.
45349         * MODULES.html.sh (Container data structures): New section.
45350
45351 2006-07-17  Bruno Haible  <bruno@clisp.org>
45352
45353         * m4/gl_list.m4: New file.
45354
45355 2006-07-17  Bruno Haible  <bruno@clisp.org>
45356
45357         * lib/gl_list.h: New file.
45358         * lib/gl_list.c: New file.
45359         * lib/gl_array_list.h: New file.
45360         * lib/gl_array_list.c: New file.
45361         * lib/gl_carray_list.h: New file.
45362         * lib/gl_carray_list.c: New file.
45363         * lib/gl_linked_list.h: New file.
45364         * lib/gl_linked_list.c: New file.
45365         * lib/gl_anylinked_list1.h: New file.
45366         * lib/gl_anylinked_list2.h: New file.
45367         * lib/gl_avltree_list.h: New file.
45368         * lib/gl_avltree_list.c: New file.
45369         * lib/gl_anyavltree_list1.h: New file.
45370         * lib/gl_anyavltree_list2.h: New file.
45371         * lib/gl_rbtree_list.h: New file.
45372         * lib/gl_rbtree_list.c: New file.
45373         * lib/gl_anyrbtree_list1.h: New file.
45374         * lib/gl_anyrbtree_list2.h: New file.
45375         * lib/gl_anytree_list1.h: New file.
45376         * lib/gl_anytree_list2.h: New file.
45377         * lib/gl_linkedhash_list.h: New file.
45378         * lib/gl_linkedhash_list.c: New file.
45379         * lib/gl_anyhash_list1.h: New file.
45380         * lib/gl_anyhash_list2.h: New file.
45381         * lib/gl_avltreehash_list.h: New file.
45382         * lib/gl_avltreehash_list.c: New file.
45383         * lib/gl_rbtreehash_list.h: New file.
45384         * lib/gl_rbtreehash_list.c: New file.
45385         * lib/gl_anytreehash_list1.h: New file.
45386         * lib/gl_anytreehash_list2.h: New file.
45387
45388         * lib/gl_oset.h: New file.
45389         * lib/gl_oset.c: New file.
45390         * lib/gl_array_oset.h: New file.
45391         * lib/gl_array_oset.c: New file.
45392         * lib/gl_avltree_oset.h: New file.
45393         * lib/gl_avltree_oset.c: New file.
45394         * lib/gl_rbtree_oset.h: New file.
45395         * lib/gl_rbtree_oset.c: New file.
45396         * lib/gl_anytree_oset.h: New file.
45397
45398 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45399
45400         * m4/mkancesdirs.m4: New file.
45401         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45402         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45403         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45404         it.
45405
45406 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45407
45408         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45409         * lib/mkancesdirs.h: New files.
45410         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45411         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45412         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45413         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45414         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45415         callers changed.  Revamp internals significantly, by not
45416         attempting to create directories that are temporarily more
45417         permissive than the final results.  Do not attempt to use
45418         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45419         This removes some race conditions, fixes some bugs, and simplifies
45420         things.  Use new dirchownmod function to do owner and mode changes.
45421         * lib/mkdir-p.h: Likewise.
45422         * lib/modechange.c (octal_to_mode): New function.
45423         (struct mode_change): New member mentioned.
45424         (make_node_op_equals): New arg mentioned.  All callers changed.
45425         (mode_compile): Keep track of which mode bits the user has explicitly
45426         mentioned.
45427         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45428         New arg PMODE_BITS, to keep track of which mode bits the user
45429         mentioned; it treats S_ISUID and S_ISGID speciall.
45430         All callers changed.
45431         * lib/modechange.h: Likewise.
45432
45433 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45434
45435         * MODULES.html.sh: Add mkancestors.
45436         * modules/mkancesdirs: New module.
45437         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45438         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45439         The chdir-safer and afs files are now orphans; I'll remove them
45440         unless someone speaks up.
45441         Add lib/dirchownmod.c, lib/dirchownmod.h.
45442         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45443         Add lchown, mkancesdirs.
45444         (Maintainer): Add self.
45445
45446 2006-07-15  Karl Berry  <karl@gnu.org>
45447
45448         * gnulib-tool: help message wording/arrangement.
45449
45450 2006-07-14  Simon Josefsson  <jas@extundo.com>
45451
45452         * doc/gnulib.texi (Libtool and Windows): New section.
45453
45454 2006-07-12  Simon Josefsson  <jas@extundo.com>
45455
45456         * modules/gendocs (License): Fix license, approved by Karl.
45457
45458 2006-07-12  Eric Blake  <ebb9@byu.net>
45459
45460         * MODULES.html.sh: Add gendocs.
45461
45462 2006-07-11  Eric Blake  <ebb9@byu.net>
45463
45464         * modules/fdl: New module, to install doc/fdl.texi.
45465         * MODULES.html.sh: Add new section for documentation modules.
45466         * gnulib-tool: Avoid space-tab.
45467         (--doc-base): New option, to manage files from doc.
45468
45469 2006-07-11  Eric Blake  <ebb9@byu.net>
45470
45471         * m4/absolute-header.m4: Fix comments to match recent change.
45472
45473 2006-07-11  Eric Blake  <ebb9@byu.net>
45474
45475         * gnulib-tool: List --doc-base before --tests-base.
45476
45477 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45478
45479         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45480
45481 2006-07-11  Bruno Haible  <bruno@clisp.org>
45482
45483         * README: Mention where to put documentation.
45484
45485 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45486
45487         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45488
45489 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45490
45491         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45492         to stdint.m4.
45493
45494 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45495
45496         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45497         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45498         "no/such/file/stdint.h" when there is no such file, so that
45499         the resulting C code can be parsed by dodgy compilers.
45500         Problems reported by Bob Proulx.
45501
45502 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45503
45504         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45505         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45506         macros into the GNU _D_EXACT_NAMLEN.
45507         * lib/savedir.c:  Likewise.
45508         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45509
45510 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45511         and Paul Eggert  <eggert@cs.ucla.edu>
45512
45513         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45514         * m4/savedir.m4:
45515         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45516         macros into the GNU _D_EXACT_NAMLEN.
45517
45518 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45519
45520         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45521         around the absolute name, to work around a problem with the HP-UX
45522         11.23 native C compiler, reported by Bob Proulx.
45523
45524 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45525
45526         * doc/maintain.texi, make-stds.texi: Sync from
45527         <http://savannah.gnu.org/projects/gnustandards>.
45528
45529 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45530
45531         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45532
45533 2006-07-09  Jim Meyering  <jim@meyering.net>
45534
45535         * m4/glob.m4: Remove a doubled word in a comment.
45536
45537 2006-07-09  Jim Meyering  <jim@meyering.net>
45538
45539         * lib/argp-pv.c: Remove a doubled word in a comment.
45540         * lib/check-version.c (check_version): Likewise.
45541         * lib/javacomp.c (compile_java_class): Likewise.
45542
45543 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45544
45545         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45546         for the benefit of people using Autoconf 2.60.  If you want to
45547         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45548         (or m4/onceonly.m4, if pre-2.57) manually.
45549
45550 2006-07-08  Jim Meyering  <jim@meyering.net>
45551
45552         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45553         comment.
45554         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45555         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45556         comment.
45557
45558 2006-07-08  Jim Meyering  <jim@meyering.net>
45559
45560         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45561
45562 2006-07-07  Simon Josefsson  <jas@extundo.com>
45563
45564         * tests/test-crc.c: Change expected crc value, the test vector
45565         were probably computed using the old broken crc.c?
45566
45567 2006-07-06  Simon Josefsson  <jas@extundo.com>
45568
45569         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45570         now the canonical place for the M4 file).
45571
45572         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45573         from the sys_socket dependency now.
45574
45575         * modules/inet_pton (Files): Ditto.
45576
45577         * modules/inet_ntop (Files): Ditto.
45578
45579 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45580
45581         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45582         not gl_PREREQ_GETUSERSHELL.
45583
45584 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45585
45586         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45587         with only one argument, for Autoconf 2.60.
45588         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45589         expand to nothing, so add a shell command to avoid syntax error.
45590         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45591
45592 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45593
45594         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45595
45596 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45597
45598         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45599         no longer needed.  Check for isblank decl.
45600         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45601         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45602         of existence.
45603
45604 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45605
45606         * lib/getloadavg.c: Use __VMS, not VMS.
45607         * lib/getopt.c: Likewise.
45608         * lib/getpagesize.h: Likewise.
45609         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45610         and probably does not work.
45611
45612 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45613
45614         * lib/.cppi-disable: Add wcwidth.
45615         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45616         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45617         (ISGRAPH): Remove.  All uses changed to isgraph.
45618         (FOLD) [!defined _LIBC]: Remove special case.
45619         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45620         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45621         HAVE_ISBLANK.
45622         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45623         case.
45624
45625 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45626
45627         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45628         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45629         brackets.  Other minor changes to suppress some compiler
45630         warnings.
45631
45632 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45633         and Paul Eggert  <eggert@cs.ucla.edu>
45634
45635         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45636         of invoking obsolescent AC_HEADER_DIRENT macro.
45637         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45638         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45639         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45640         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45641         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45642         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45643         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45644         * m4/readdir.m4: Remove; no longer needed.
45645
45646 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45647         and Paul Eggert  <eggert@cs.ucla.edu>
45648
45649         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45650         Don't worry about this obsolete case any more.
45651         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45652         directories.
45653         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45654         worry about this obsolete case any more.
45655         * lib/fts.c: Likewise.
45656         * lib/getcwd.c: Likewise.
45657         * lib/glob.h: Likewise.
45658         * lib/savedir.c: Likewise.
45659
45660 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45661
45662         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
45663         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
45664         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
45665         needed.
45666         All uses removed.
45667         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45668         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45669         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
45670         needed.
45671         * m4/getdate.m4 (gl_GETDATE): Likewise.
45672         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45673         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45674         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45675         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45676         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
45677         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45678         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
45679         needed.
45680
45681 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
45682
45683         * lib/memcasecmp.c: Include <limits.h>.
45684         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
45685         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
45686         Don't assume isdigit succeeds only on '0' through '9'.
45687
45688 2006-07-05  Eric Blake  <ebb9@byu.net>
45689
45690         * modules/getaddrinfo (Depends-on): Add snprintf.
45691
45692 2006-07-05  Eric Blake  <ebb9@byu.net>
45693
45694         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
45695         to avoid 'header present but could not be compiled' on cygwin.
45696
45697 2006-07-05  Eric Blake  <ebb9@byu.net>
45698
45699         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
45700         missing from netdb.h.
45701         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
45702
45703 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45704
45705         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
45706         no longer needed.
45707         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
45708         * m4/getdate.m4 (gl_GETDATE): Likewise.
45709         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
45710         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
45711         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
45712         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
45713         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
45714
45715 2006-07-05  Derek R. Price  <derek@ximbiot.com>
45716
45717         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
45718         All uses of is_space replaced by isspace.
45719         * lib/exit.h: Don't talk about STDC_HEADERS.
45720         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
45721         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
45722         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
45723         replaced by isprint etc.
45724         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
45725         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45726         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
45727         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
45728         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
45729         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
45730
45731 2006-07-05  Bruno Haible  <bruno@clisp.org>
45732
45733         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
45734         the function exists, before testing against AIX.
45735         Reported by Martin Lambers <marlam@marlam.de>.
45736
45737 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45738
45739         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
45740         From Mark D. Baushke.
45741
45742 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
45743
45744         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
45745         to the absolute name, not just one, to bypass Sun C 5.8's
45746         "warning: #include of /usr/include/... may be non-portable".
45747
45748 2006-07-04  Eric Blake  <ebb9@byu.net>
45749
45750         * modules/dirname-tests: New test module.
45751         * tests/test-dirname.c: New file, replacing dirname.c
45752         TEST_DIRNAME section that was recently deleted.
45753
45754 2006-07-04  Bruno Haible  <bruno@clisp.org>
45755
45756         Assume ANSI C header files and <ctype.h> functions.
45757         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
45758         (mbsnwidth): Use isprint, iscntrl instead.
45759
45760 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45761
45762         Merge from coreutils.
45763         * MODULES.html.sh: Add xstrtold.
45764         * modules/xstrtold: New file.
45765         * modules/cycle-check (Files): Add lib/same-inode.h.
45766         * modules/dirname (Files): Add m4/double-slash-root.m4.
45767         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
45768         * modules/mkdir-p (Files): Add lib/same-inode.h.
45769         * modules/same (Files): Add lib/same-inode.h.
45770
45771 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45772
45773         * m4/absolute-header.m4: Renamed from full-header-path.m4.
45774         This is to keep the terminology clean; POSIX talks about
45775         "absolute pathnames", not "full pathnames", but the GNU
45776         Coding Standards say to use "path" for something else;
45777         so use "absolute" to keep both sides happy.
45778         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
45779         Set gl_absolute_header, not gl_full_header_path.
45780         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
45781         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
45782         All uses changed.
45783
45784         Merge from coreutils.
45785
45786         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45787
45788         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
45789         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
45790         want to require the building of c-strtod.o.
45791         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
45792         needs -lm directly.
45793         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
45794
45795         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
45796
45797         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
45798         --as-needed option if available.  Problem reported by Albert Chin in
45799         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
45800         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
45801         cc merely issues a bunch of annoying warnings for --as-needed
45802         (this problem was reported by Bob Proulx).  Also, try linking with
45803         -lm to detect a bug in binutils 2.16 (this problem was reported
45804         by Ralf Wildenhues).
45805
45806         2006-06-18  Jim Meyering  <jim@meyering.net>
45807
45808         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
45809         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
45810         macro.
45811         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
45812         also check for glibc-2.4's abort-inducing bug.
45813
45814         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
45815         Low-probability clean-up should be to use rmdir to get rid of
45816         the just-created directory, not unlink.
45817
45818         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
45819         configure fail, and request a bug report to inform us about it.
45820         Add a comment that, barring reports to the contrary, in 2007 we'll
45821         assume ftruncate is universally available.
45822
45823         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45824
45825         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
45826
45827         2006-03-12  Jim Meyering  <jim@meyering.net>
45828
45829         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
45830         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
45831         * m4/same.m4 (gl_SAME): Likewise.
45832         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
45833
45834         2006-03-11  Eric Blake  <ebb9@byu.net>
45835
45836         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
45837         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
45838         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
45839         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
45840
45841 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
45842
45843         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
45844         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
45845         reported by Mark D. Baushke, one in
45846         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
45847
45848         Merge from coreutils.
45849
45850         * lib/.cppi-disable: Add stdint_.h.
45851         * lib/.cvsignore: Add stdint.h.
45852
45853         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
45854
45855         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
45856         both double and long double versions.
45857         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
45858         * lib/xstrtold.c: New file.
45859         * lib/xstrtod.h (xstrtold): New decl.
45860
45861         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
45862
45863         * lib/filemode.c (setst): Remove.
45864         (strmode): Rewrite to avoid setst.  This makes the code shorter,
45865         (arguably) clearer, and the generated code is a bit smaller on my
45866         Debian GNU/Linux stable x86 host.
45867
45868         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
45869
45870         * lib/filemode.c: Include "filemode.h" first, to test the interface.
45871         Assume that filemode.h includes sys/types.h and sys/stat.h.
45872         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
45873         (ftypelet): Reorder to put common cases first, for efficiency.
45874         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
45875         to do 'M'.
45876         (strmode): Renamed from mode_string, and now stores 12 bytes instead
45877         of 10, for compatibility with FreeBSD.  All callers changed.
45878         (filemodestring): Now stores 12 bytes instead of 10, and sets file
45879         types that can't be deduced solely from st_mode.  First arg is now a
45880         const pointer.
45881         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
45882         (strmode): Renamed from mode_string.
45883         (filemodestring): New decl.
45884         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
45885         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
45886         needed.
45887         (S_ISPORT, S_ISWHT): New macros, if not already defined.
45888
45889         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
45890
45891         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
45892         fsusage.h now does that.  Include fsusage.h first, to test interface.
45893         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
45894         at most one method (the old code could have generated decls that
45895         didn't conform to C89, not that this was ever exercised).
45896         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
45897
45898         2006-03-19  Jim Meyering  <jim@meyering.net>
45899
45900         Work even in a chroot where d_ino values for entries in "/"
45901         don't match the stat.st_ino values for the same names.
45902         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
45903         number, iterate through all entries again, using lstat instead.
45904         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
45905         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
45906
45907         * lib/getcwd.c (__getcwd): Clarify a comment.
45908         Use memcpy in place of a call to strcpy.
45909
45910         2006-03-12  Jim Meyering  <jim@meyering.net>
45911
45912         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
45913         matches that of the current directory (which we're about to chdir ".."
45914         out of), then save the dev-ino of the parent, instead.
45915
45916         * lib/same-inode.h (SAME_INODE): New file/macro.
45917         * lib/chdir-safer.c (SAME_INODE): Remove definition.
45918         Include "same-inode.h", instead.
45919         * lib/same.c: Likewise.
45920         * lib/cycle-check.h: Include "same-inode.h".
45921         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
45922         * lib/cycle-check.c (SAME_INODE): Remove definition.
45923         * lib/root-dev-ino.h: Include "same-inode.h".
45924
45925         2006-03-11  Eric Blake  <ebb9@byu.net>
45926
45927         * lib/same.c (same_name): s/base_name/last_component/
45928         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
45929         * lib/filenamecat.c (file_name_concat): Likewise.
45930
45931         2006-03-11  Eric Blake  <ebb9@byu.net>,
45932                     Paul Eggert  <eggert@cs.ucla.edu>
45933
45934         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
45935         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
45936         drive prefix.
45937         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
45938         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
45939         (last_component): New method.
45940         * lib/dirname.c (dir_len): Determine when drive letters need a
45941         subsequent slash.  Preserve // when it is special.
45942         (dir_name): Don't append dot when drive letter is absolute.
45943         [TEST_DIRNAME]: Move into a full-blown gnulib test.
45944         * lib/basename.c (base_name): New semantics - malloc the result.
45945         Preserve // when it is special.  Preserve relative files that look
45946         like drive letters.
45947         (base_len): Preserve // when it is special.
45948         (last_component): New method, similar to old base_name semantics.
45949         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
45950         base_name.  Strip redundant slashes from ///.
45951
45952 2006-07-03  Jim Meyering  <jim@meyering.net>
45953
45954         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
45955         macro is used before the first cycle_check call.
45956
45957 2006-07-03  Eric Blake  <ebb9@byu.net>
45958
45959         * modules/dirname (Depends-on): Add xstrndup.
45960
45961 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45962
45963         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
45964         test cases, so that config.log is a bit easier to follow.
45965
45966 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
45967
45968         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
45969         both are 64 bits, since this seems to be the tradition, and this
45970         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
45971         we ever run into a host that prefers long long to long in this
45972         case, we'll need another configure-time test.  Problem reported by
45973         Jim Meyering.
45974
45975 2006-07-02  Eric Blake  <ebb9@byu.net>
45976
45977         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
45978
45979 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45980
45981         * modules/inttypes (Depends-on): No longer depends on stdint.
45982         * modules/stdint (Description): Say more about assumptions.
45983         Say that the fast types might differ.  Say macros are used.
45984         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
45985         (Makefile.am): Revise list of substituted symbols to match
45986         new stdint.m4.
45987         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
45988         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
45989         * tests/test-stdint.c (verify_same_types)
45990         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
45991         the code conforms to C99/C89.
45992         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
45993         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
45994
45995 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
45996
45997         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
45998         but fix a bug, by requiring at least 64 bits.
45999         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46000         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46001         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46002         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46003
46004         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46005         changes.  Make 2.59 a prerequisite.  Check and substitute for
46006         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46007         inttypes.h.  Do not use special include files; just use the
46008         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46009         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46010         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46011         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46012         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46013         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46014         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46015         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46016         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46017         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46018         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46019         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46020         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46021         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46022         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46023         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46024         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46025         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46026         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46027         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46028         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46029         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46030         not check for things that C99 does not require, e.g., int8_t.  If
46031         a test isn't needed unless <stdint.h> isn't working, and is
46032         unlikely to be needed for any other reason, then don't do it
46033         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46034         size_t, since we assume C89 freestanding at least.  Do not check
46035         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46036         the right thing even if the types are not defined.  Instead use:
46037         (gl_STDINT_TYPE_PROPERTIES): New macro.
46038         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46039         testing whether <sys/types.h> clashes, as Autoconf does this for
46040         us now.  All uses removed.
46041         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46042         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46043         (gl_CHECK_TYPE_SAME):
46044         Remove; no longer needed.
46045         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46046         exists, since we'll return 0 anyway in that case.
46047         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46048
46049 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46050
46051         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46052         possible collision with system files.
46053         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46054         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46055         WCHAR_MIN and WCHAR_MAX in this case.
46056         (<stddef.h>): Do not include; no longer needed.
46057         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46058         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46059         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46060         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46061         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46062         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46063         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46064         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46065         !defined(__c99))]: Include in this case too, since it's harmless
46066         now.
46067         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46068         dangerous to do so.
46069         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46070         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46071         (_STDINT_MIN, _STDINT_MAX): New macros.
46072         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46073         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46074         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46075         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46076         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46077         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46078         macros, not typedefs; this simplifies things quite a bit.
46079         Use long int for all types narrower than int64_t.
46080         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46081         Define in terms of long long int or int64_t or long int,
46082         not int64_t or int32_t.  This saves some compile-time testing.
46083         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46084         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46085         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46086         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46087         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46088         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46089         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46090         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46091         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46092         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46093         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46094         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46095         undef any previous version and define our own version, for
46096         simplicity and consistency with the new macros for types.
46097         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46098         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46099         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46100         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46101         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46102         @WINT_T_SUFFIX@ to keep things simple here.
46103         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46104         Simplify by assuming typical 8/16/32/64 host, since we're
46105         already doing that elsewhere anyway.
46106         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46107         and assume long long int is 64 bits if available.  This
46108         speeds up 'configure'.
46109
46110 2006-07-01  Eric Blake  <ebb9@byu.net>
46111
46112         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46113         Reported by Andreas Buening.
46114
46115 2006-07-01  Eric Blake  <ebb9@byu.net>
46116
46117         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46118
46119 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46120
46121         * lib/getaddrinfo.c: fixed typo
46122
46123 2006-06-29  Jim Meyering  <jim@meyering.net>
46124
46125         * modules/strftime (Maintainer): Add my name, since with the
46126         FPRINTFTIME changes strftime.c has forked from glibc.
46127
46128 2006-06-29  Eric Blake  <ebb9@byu.net>
46129
46130         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46131
46132 2006-06-29  Eric Blake  <ebb9@byu.net>
46133
46134         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46135
46136 2006-06-29  Eric Blake  <ebb9@byu.net>
46137
46138         * lib/stat_.h: New file.
46139
46140 2006-06-29  Eric Blake  <ebb9@byu.net>
46141
46142         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46143         unused static function.
46144
46145 2006-06-29  Eric Blake  <ebb9@byu.net>
46146
46147         * doc/functions.texi (Function Portability): Document missing lstat
46148         on mingw.
46149
46150 2006-06-29  Eric Blake  <ebb9@byu.net>
46151
46152         * MODULES.html.sh: Add sys_stat.
46153         * modules/sys_stat: New module.
46154         * modules/mkstemp (Depends-on): Add sys_stat.
46155
46156 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46157
46158         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46159
46160 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46161
46162         * m4/c-bs-a.m4: Removed.
46163
46164 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46165
46166         * lib/strftime.c: Assume strftime() exists.
46167
46168 2006-06-29  Derek Price  <derek@ximbiot.com>
46169
46170         * modules/c-bs-a: Removed - \a is C89.
46171         * MODULES.html.sh: Remove c-bs-a.
46172
46173 2006-06-29  Bruno Haible  <bruno@clisp.org>
46174
46175         * modules/wcwidth (License): Change to LGPL.
46176
46177 2006-06-28  Simon Josefsson  <jas@extundo.com>
46178
46179         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46180         on _WIN32.
46181
46182         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46183         getnameinfo.
46184
46185 2006-06-28  Simon Josefsson  <jas@extundo.com>
46186
46187         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46188
46189 2006-06-28  Simon Josefsson  <jas@extundo.com>
46190
46191         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46192         functions there.  It will succeed on Windows XP, but on Windows
46193         2000 and (presumably) earlier, it will fail, and use the internal
46194         re-implementation.
46195         (use_win32_p): New function.
46196         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46197         Support AI_NUMERICSERV to disable getservbyname.
46198         (getnameinfo): New function, only supports
46199         NI_NUMERICHOST|NI_NUMERICSERV for now.
46200
46201         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46202         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46203         getnameinfo.
46204
46205 2006-06-28  Eric Blake  <ebb9@byu.net>
46206
46207         * modules/wcwidth: New file.
46208         * modules/mbchar (Depends-on): Add wcwidth.
46209         * modules/mbswidth (Depends-on): Add wcwidth.
46210         * MODULES.html.sh: Add wcwidth.
46211
46212 2006-06-28  Eric Blake  <ebb9@byu.net>
46213
46214         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46215         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46216
46217 2006-06-28  Eric Blake  <ebb9@byu.net>
46218
46219         * lib/xvasprintf.h: Fix comments.
46220
46221 2006-06-28  Eric Blake  <ebb9@byu.net>
46222
46223         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46224         * lib/mbswidth.c (wcwidth): Move from here...
46225         * lib/wcwidth.h: ...to this new file.
46226
46227 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46228
46229         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46230
46231         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46232         it's obsolete.
46233         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46234
46235 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46236
46237         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46238         Autoconf 2.60 says this stuff was obsolete.
46239
46240 2006-06-28  Bruno Haible  <bruno@clisp.org>
46241
46242         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46243
46244 2006-06-28  Bruno Haible  <bruno@clisp.org>
46245
46246         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46247         gt_TYPE_WCHAR_T.
46248
46249 2006-06-28  Bruno Haible  <bruno@clisp.org>
46250
46251         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46252         declaration for wcwidth.
46253         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46254
46255 2006-06-28  Bruno Haible  <bruno@clisp.org>
46256
46257         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46258         (mkdir): Define using _mkdir.
46259
46260 2006-06-28  Bruno Haible  <bruno@clisp.org>
46261
46262         * lib/getaddrinfo.h: Fix POSIX URL.
46263         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46264         _WIN32.
46265         (use_win32_p): Make static.
46266         (getaddrinfo): Reject service name if it is empty or does not consist
46267         solely of decimal digits, or if its value is > 65535.
46268         (getnameinfo): Remove useless casts.
46269
46270 2006-06-27  Simon Josefsson  <jas@extundo.com>
46271
46272         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46273         Eggert and Martin Lambers.
46274
46275 2006-06-27  Simon Josefsson  <jas@extundo.com>
46276
46277         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46278         Eggert and Martin Lambers.
46279
46280 2006-06-27  Bruno Haible  <bruno@clisp.org>
46281
46282         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46283         result to 0, not to empty.
46284         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46285
46286 2006-06-27  Bruno Haible  <bruno@clisp.org>
46287
46288         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46289
46290 2006-06-26  Simon Josefsson  <jas@extundo.com>
46291
46292         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46293         present.
46294
46295 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46296
46297         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46298         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46299         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46300
46301 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46302
46303         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46304
46305 2006-06-26  Bruno Haible  <bruno@clisp.org>
46306
46307         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46308
46309 2006-06-26  Bruno Haible  <bruno@clisp.org>
46310
46311         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46312
46313 2006-06-26  Bruno Haible  <bruno@clisp.org>
46314
46315         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46316         SGI C compiler in pre-C99 mode.
46317         Suggested by Mark D. Baushke and Larry Jones.
46318
46319 2006-06-26  Bruno Haible  <bruno@clisp.org>
46320
46321         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46322         WCHAR_MAX.
46323         Reported by Mark D. Baushke and Larry Jones.
46324
46325 2006-06-26  Bruno Haible  <bruno@clisp.org>
46326
46327         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46328         in pre-C99 mode.
46329         Suggested by Mark D. Baushke and Larry Jones.
46330
46331 2006-06-23  Simon Josefsson  <jas@extundo.com>
46332             Bruno Haible  <bruno@clisp.org>
46333
46334         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46335         Emit mostlyclean-local rule.
46336         (func_emit_tests_Makefile_am): Likewise.
46337         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46338
46339 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46340
46341         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46342
46343 2006-06-23  Bruno Haible  <bruno@clisp.org>
46344
46345         * tests/test-stdint.c: Update to match ISO C 99 Technical
46346         Corrigendum 1.
46347
46348 2006-06-23  Bruno Haible  <bruno@clisp.org>
46349
46350         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46351
46352 2006-06-23  Bruno Haible  <bruno@clisp.org>
46353
46354         * lib/stdint_.h: Treat IRIX like OpenBSD.
46355
46356 2006-06-23  Bruno Haible  <bruno@clisp.org>
46357
46358         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46359         ISO C 99 Technical Corrigendum 1.
46360
46361 2006-06-22  Simon Josefsson  <jas@extundo.com>
46362
46363         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46364         MinGW.
46365
46366 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46367
46368         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46369         needed.  Some compiler complained about some of them.  Problem reported
46370         by Larry Jones in
46371         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46372
46373 2006-06-21  Simon Josefsson  <jas@extundo.com>
46374
46375         * tests/test-getaddrinfo.c: New file.
46376
46377         * modules/getaddrinfo-tests: New file.
46378
46379         * MODULES.html.sh: Add inet_pton.
46380
46381         * modules/inet_pton: New file.
46382
46383 2006-06-21  Simon Josefsson  <jas@extundo.com>
46384
46385         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46386         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46387         of using the (limited) gnulib implementation on Windows XP.
46388
46389         * m4/inet_pton.m4: New file.
46390
46391 2006-06-21  Simon Josefsson  <jas@extundo.com>
46392
46393         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46394         variable.
46395
46396         * lib/socket_.h: Don't define WINVER.
46397
46398         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46399         slightly modified to work in gnulib.
46400
46401 2006-06-21  Simon Josefsson  <jas@extundo.com>
46402
46403         * doc/gnulib.texi (Windows sockets): Add.
46404
46405 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46406
46407         * lib/read-file.c (fread_file): Start with buffer allocation of
46408         0 bytes rather than 1 byte; this simplifies the code.
46409         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46410         code to free buffer and save/restore errno.
46411         (internal_read_file): Remove unused local.
46412
46413 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46414
46415         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46416         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46417         Problem reported by Denis Excoffier in
46418         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46419
46420 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46421
46422         * modules/sys_socket, modules/socklen: Include sys/types since
46423         FreeBSD 4.x's sys/socket.h needs it.
46424
46425 2006-06-19  Simon Josefsson  <jas@extundo.com>
46426
46427         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46428
46429 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46430
46431         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46432
46433 2006-06-19  Bruno Haible  <bruno@clisp.org>
46434
46435         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46436         and FULL_PATH_INTTYPES_H in angle brackets.
46437         Reported by Mark D. Baushke <mdb@gnu.org>.
46438
46439 2006-06-17  Eric Blake  <ebb9@byu.net>
46440
46441         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46442         errno.
46443
46444 2006-06-17  Bruno Haible  <bruno@clisp.org>
46445
46446         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46447         <sys/inttypes.h>.
46448
46449 2006-06-17  Bruno Haible  <bruno@clisp.org>
46450
46451         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46452         whether errno is declared. Assume <errno.h> declares errno.
46453
46454 2006-06-17  Bruno Haible  <bruno@clisp.org>
46455
46456         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46457
46458 2006-06-17  Bruno Haible  <bruno@clisp.org>
46459
46460         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46461         problem on Solaris 2.5.1.
46462
46463 2006-06-16  Eric Blake  <ebb9@byu.net>
46464
46465         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46466         * lib/unicodeio.c [!defined errno]: Likewise.
46467         * lib/strtol.c [!defined errno]: Likewise.
46468         * lib/strtod.c [!defined errno]: Likewise.
46469
46470 2006-06-15  Eric Blake  <ebb9@byu.net>
46471
46472         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46473
46474 2006-06-15  Eric Blake  <ebb9@byu.net>
46475
46476         * config/srclist.txt (ssize_t.m4): Lose sync.
46477
46478 2006-06-15  Bruno Haible  <bruno@clisp.org>
46479
46480         * modules/stdint (Files): Include m4/full-header-path.m4,
46481         m4/size_max.m4, m4/wchar_t.m4.
46482         (Makefile.am): Many more substitutions.
46483         * modules/stdint-tests: New file.
46484         * tests/test-stdint.c: New file.
46485
46486 2006-06-15  Bruno Haible  <bruno@clisp.org>
46487
46488         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46489         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46490         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46491         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46492         gl_CHECK_TYPE_SAME): New macros.
46493
46494 2006-06-15  Bruno Haible  <bruno@clisp.org>
46495
46496         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46497
46498 2006-06-15  Bruno Haible  <bruno@clisp.org>
46499
46500         * lib/stdint_.h: Rewritten to be fully auto-configured.
46501         Fixes bug on HP-UX/IA64.
46502
46503 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46504
46505         * lib/getdate.y (__attribute__): Don't define if already defined.
46506         Problem reported by Larry Jones.
46507         * lib/utimens.c (__attribute__): Likewise.
46508
46509 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46510
46511         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46512         reported by Andreas Schwab.
46513
46514 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46515             Bruno Haible  <bruno@clisp.org>
46516
46517         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46518         check for the declaration of strnlen and a run test that exposes the
46519         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46520         rpl_strndup.
46521
46522 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46523             Bruno Haible  <bruno@clisp.org>
46524
46525         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46526
46527 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46528
46529         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46530         compile test, for Tru64 4.0D.
46531
46532 2006-05-28  Karl Berry  <karl@gnu.org>
46533
46534         * config/srclist.txt (printf-args.c): lose sync.
46535
46536 2006-05-26  Martin Lambers  <marlam@marlam.de>
46537
46538         * lib/getpass.c: Updates the test for the native W32 API, and adds
46539         missing includes, thus fixing compilation warnings.
46540
46541 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46542
46543         * lib/exclude.c (exclude_fnmatch): New function.
46544         (excluded_file_name): Call exclude_fnmatch.
46545         * lib/exclude.h (excluded_file_name): New prototype
46546
46547 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46548
46549         * lib/tempname.c (small_open, large_open): New macros.
46550         (__open, __open64) [!_LIBC]: Remove.
46551         (__gen_tempname): Use small_open and large_open instead of __open
46552         and __open64.  This fixes a portability bug on HP-UX 11.11i
46553         reported by Simon Wing-Tang in
46554         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46555
46556 2006-05-24  Bruno Haible  <bruno@clisp.org>
46557
46558         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46559         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46560         Reported by Thorsten Maerz <torte@netztorte.de> via
46561         Aaron Stone <aaron@serendipity.cx>.
46562
46563 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46564
46565         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46566         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46567         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46568         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46569         not really conditional on the cache.
46570         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46571
46572 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46573
46574         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46575         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46576         (my_usleep): Don't mishandle maximum value.
46577
46578 2006-05-19  Jim Meyering  <jim@meyering.net>
46579
46580         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46581
46582 2006-05-17  Bruno Haible  <bruno@clisp.org>
46583
46584         Cygwin portability.
46585         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46586
46587 2006-05-17  Bruno Haible  <bruno@clisp.org>
46588
46589         * lib/stdint_.h: Fix recognition of Cygwin.
46590
46591 2006-05-15  Bruno Haible  <bruno@clisp.org>
46592
46593         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46594         on libtool patch by Ralf Wildenhues.
46595
46596 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46597
46598         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46599         test for C99 conformance; (bool) 0.5 is an integer constant
46600         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46601         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46602
46603 2006-05-11  Simon Josefsson  <jas@extundo.com>
46604
46605         * m4/xvasprintf.m4: Fix obvious typo.
46606
46607 2006-05-11  Jim Meyering  <jim@meyering.net>
46608
46609         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46610         James Lemley.
46611
46612 2006-05-10  Simon Josefsson  <jas@extundo.com>
46613
46614         * lib/md4.c: Typo fix, update copyright years.
46615         (K1, K2): Don't use L because it turn computations into 64-bit on
46616         64-bit platforms.
46617
46618 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46619
46620         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46621         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46622         unwanted sign propagation, e.g., on hosts with 64-bit int.
46623         There still are some problems with reeelly weird theoretical hosts
46624         (e.g., 33-bit int) but it's not worth worrying about now.
46625         * lib/sha1.c (rol): Likewise.
46626         (K1, K2, K3, K4): Remove unnecessary L suffix.
46627
46628 2006-05-10  Bruno Haible  <bruno@clisp.org>
46629
46630         * lib/des.c: Cast to avoid warnings.
46631
46632 2006-05-09  Bruno Haible  <bruno@clisp.org>
46633
46634         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46635         (Depends-on): Depend also on xsize, stdarg.
46636         (configure.ac): Add gl_XVASPRINTF.
46637
46638 2006-05-09  Bruno Haible  <bruno@clisp.org>
46639
46640         * m4/xvasprintf.m4: New file.
46641
46642 2006-05-09  Bruno Haible  <bruno@clisp.org>
46643
46644         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46645         (EOVERFLOW): Define fallback value.
46646         (xstrcat): New function.
46647         (xvasprintf): Recognize the special case of a string concatenation.
46648
46649 2006-05-08  Eric Blake  <ebb9@byu.net>
46650
46651         * gnulib-tool (func_version): Base copyright year on CVS date.
46652         (func_emit_copyright_notice): New function.
46653         (func_emit_lib_Makefile_am): Use it.
46654         (func_emit_tests_Makefile_am): Likewise.
46655         (func_import): Likewise.
46656
46657 2006-05-08  Bruno Haible  <bruno@clisp.org>
46658
46659         * modules/stdarg: New file.
46660         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
46661
46662 2006-05-08  Bruno Haible  <bruno@clisp.org>
46663
46664         * m4/stdarg.m4: New file, from GNU gettext.
46665
46666 2006-05-08  Bruno Haible  <bruno@clisp.org>
46667
46668         * config/srclist.txt (build-aux/config.rpath): different from latest
46669         release.
46670
46671 2006-05-08  Bruno Haible  <bruno@clisp.org>
46672
46673         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
46674
46675 2006-05-05  Jim Meyering  <jim@meyering.net>
46676
46677         * m4/warning.m4: New file, derived from bison's file by the same name.
46678
46679 2006-05-03  Bruno Haible  <bruno@clisp.org>
46680
46681         * lib/stdint_.h: Shorter URL.
46682         * lib/inttypes.h: Likewise.
46683
46684 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46685
46686         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
46687
46688 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46689
46690         * lib/verify.h: Document the internals better.  Most of this change
46691         was written by Bruno Haible.
46692
46693 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
46694
46695         * doc/verify.texi: New file, partly based on a proposal by
46696         Bruno Haible.
46697
46698 2006-05-02  Bruno Haible  <bruno@clisp.org>
46699
46700         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
46701         test from here...
46702         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
46703
46704 2006-04-29  Bruno Haible  <bruno@clisp.org>
46705
46706         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
46707         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
46708
46709 2006-04-29  Bruno Haible  <bruno@clisp.org>
46710
46711         * gnulib-tool: Make --update option actually work.
46712
46713 2006-04-29  Bruno Haible  <bruno@clisp.org>
46714
46715         * doc/gcd.texi: New file.
46716         * doc/gnulib.texi: Include it.
46717
46718 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
46719
46720         * lib/getdate.y (get_date): When adding relative date, start with the
46721         initial time, not with the result of the first mktime call.
46722
46723 2006-04-25  Bruno Haible  <bruno@clisp.org>
46724
46725         * gnulib-tool (func_import): Output the include directives in three
46726         blocks, sorted separately.
46727         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46728
46729 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46730
46731         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
46732         to define main with arguments, for C++.  Reported by Eric Blake.
46733         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
46734         Prefer 'int main ()' to 'int main (void)', for C++.
46735         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
46736         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
46737         for 'main', for C99 and C++.
46738
46739 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
46740
46741         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
46742         Don't assume that exit status -1 is valid.
46743         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
46744         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
46745         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
46746         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
46747         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
46748         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
46749         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
46750         functions can be used without declaring them, or that you can
46751         exit with status -1.
46752         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
46753
46754 2006-04-24  Karl Berry  <karl@gnu.org>
46755
46756         * config/srclist.txt (longdouble.m4): sync lost.
46757
46758 2006-04-24  Eric Blake  <ebb9@byu.net>
46759
46760         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
46761
46762 2006-04-24  Bruno Haible  <bruno@clisp.org>
46763
46764         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
46765         poll() implementation in AIX.
46766         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
46767
46768 2006-04-24  Bruno Haible  <bruno@clisp.org>
46769
46770         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
46771         assigned exactly once.
46772
46773 2006-04-23  Claudio Fontana  <claudio@gnu.org>
46774             Bruno Haible  <bruno@clisp.org>
46775
46776         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
46777         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
46778         for AM_CPPFLAGS.
46779
46780 2006-04-23  Bruno Haible  <bruno@clisp.org>
46781
46782         * modules/copy-file: Depend on unistd.
46783         * modules/execute: Likewise.
46784         * modules/fatal-signal: Likewise.
46785         * modules/findprog: Likewise.
46786         * modules/mkdtemp : Likewise.
46787         * modules/pipe: Likewise.
46788         * modules/wait-process: Likewise.
46789
46790 2006-04-23  Bruno Haible  <bruno@clisp.org>
46791
46792         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
46793         condition was already detected.
46794         Reported by Ben Pfaff <blp@cs.stanford.edu>.
46795
46796 2006-04-23  Bruno Haible  <bruno@clisp.org>
46797
46798         * lib/copy-file.c: Include <unistd.h> unconditionally.
46799         * lib/execute.c: Likewise.
46800         * lib/fatal-signal.c: Likewise.
46801         * lib/findprog.c: Likewise.
46802         * lib/mkdtemp.c: Likewise.
46803         * lib/pipe.h: Likewise.
46804         * lib/pipe.c: Likewise.
46805         * lib/wait-process.h: Likewise.
46806
46807 2006-04-23  Bruno Haible  <bruno@clisp.org>
46808
46809         * gnulib-tool (func_usage): Fix --import description. Document
46810         --update.
46811         (func_import): Create temporary file in a temporary directory, if
46812         --dry-run is specified. Silence errors from 'grep' when there are no
46813         m4 files in $m4dir.
46814         (func_create_testdir): Silence errors from 'grep' when there are no
46815         m4 files in $m4dir.
46816         Reported by Karl Berry <karl@freefriends.org>.
46817
46818 2006-04-20  Bruno Haible  <bruno@clisp.org>
46819
46820         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
46821         one argument, so that the code will be portable to Autoconf 2.60.
46822         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
46823         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
46824         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
46825
46826 2006-04-19  Derek Price  <derek@ximbiot.com>
46827             Eric Blake  <ebb9@byu.net>
46828
46829         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
46830         rather than "/full/path.h".  Update comment to match.  Shorten &
46831         generalize m4_translit call via AS_TR_CPP.
46832
46833 2006-04-19  Derek Price  <derek@ximbiot.com>
46834             Eric Blake  <ebb9@byu.net>
46835
46836         * lib/inttypes.h: Correct grammar in comment.
46837
46838 2006-04-18  Derek Price  <derek@ximbiot.com>
46839             Paul Eggert  <eggert@cs.ucla.edu>
46840
46841         * modules/inttypes: New file.
46842         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
46843
46844 2006-04-18  Derek Price  <derek@ximbiot.com>
46845             Paul Eggert  <eggert@cs.ucla.edu>
46846
46847         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
46848         New files.
46849
46850 2006-04-18  Derek Price  <derek@ximbiot.com>
46851             Paul Eggert  <eggert@cs.ucla.edu>
46852
46853         * lib/inttypes.h: New file.
46854         * lib/strtoimax.c: Assume <inttypes.h>.
46855
46856 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
46857
46858         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
46859         isn't mounted.  Problem reported by Kir Kolyshkin.
46860
46861 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
46862
46863         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
46864         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
46865         Derek R. Price.
46866         * lib/regex.h (RE_DUP_MAX): Update comment to match current
46867         implementation.
46868
46869 2006-04-12  Eric Blake  <ebb9@byu.net>
46870
46871         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
46872         is now done automatically by the corresponding Autoconf macro.
46873
46874 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
46875
46876         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
46877         time_r.h.
46878
46879 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
46880
46881         Merge regex changes from libc, removing some of our
46882         POSIX-conformance changes that were rejected and redoing them in a
46883         less-intrusive way.
46884
46885         * lib/regcomp.c (re_compile_internal, init_dfa):
46886         Length arg is now size_t, not Idx.  All uses changed.
46887         (peek_token): Forward decl now says internal_function.
46888         (__re_error_msgid, __re_error_msgid_idx):
46889         Now static rather than extern with attribute_hidden.
46890         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
46891         For some reason libc prefers K&R style defns for external functions.
46892         (regerror) [!defined _LIBC]: Likewise.
46893         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
46894         (seek_collating_symbol_entry, lookup_collation_sequence_value):
46895         (build_range_exp, build_collating_symbol):
46896         Use K&R-style defn.
46897         (re_compile_fastmap): Use '\0' to memset, not 0.
46898         (utf8_sb_map): Make the calculations more obvious.
46899         (init_dfa, parse_bracket_exp, build_charclass_op):
46900         Call calloc and cast result, as glibc does.
46901         (init_word_char, fetch_token, peek_token, peek_token_bracket):
46902         (build_range_exp, build_collating_symbol):
46903         Now internal functions.
46904
46905         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
46906
46907         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
46908         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
46909         Don't depend on VMS; depend on __VMS instead, for POSIX
46910         namespace cleanness.
46911         (regoff_t): Define to ssize_t, not long int.
46912
46913         Remove the REG_ macros named below.  Instead, make the old names
46914         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
46915         __USE_GNU_REGEX.
46916         (REG_BACKSLASH_ESCAPE_IN_LISTS):
46917         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
46918         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
46919         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
46920         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
46921         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
46922         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
46923         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
46924         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
46925         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
46926         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
46927         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
46928         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
46929         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
46930         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
46931         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
46932         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
46933         (REG_NREGS):
46934         Remove.  All uses replaced by the old RE_* names.
46935         (RE_BACKSLASH_ESCAPE_IN_LISTS):
46936         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
46937         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
46938         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
46939         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
46940         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
46941         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
46942         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
46943         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
46944         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
46945         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
46946         Don't bother having these macros be independent of each others'
46947         values, since they no longer exist in the POSIX name space.
46948
46949         Rename the following member names back to their old names,
46950         unless !__USE_GNU_REGEX.  All uses changed back.
46951         (buffer): Renamed from re_buffer.
46952         (allocated): Renamed from re_allocated.
46953         (used): Renamed from re_used.
46954         (syntax): Renamed from re_syntax.
46955         (fastmap): Renamed from re_fastmap.
46956         (translate): Renamed from re_translate.
46957         (can_be_null): Renamed from re_can_be_null.
46958         (regs_allocated): Renamed from re_regs_allocated.
46959         (fastmap_accurate): Renamed from re_fastmap_accurate.
46960         (no_sub): Renamed from re_no_sub.
46961         (not_bol): Renamed from re_not_bol.
46962         (not_eol): Renamed from re_not_eol.
46963         (newline_anchor): Renamed from re_newline_anchor.
46964         (num_regs): Renamed from rm_num_regs.
46965         (start): Renamed from rm_start.
46966         (end): Renamed from rm_end.
46967
46968         (free_state): Move up a bit.
46969
46970         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
46971         #define to be empty.
46972         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
46973         when that is what is intended.
46974         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
46975         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
46976         (MAX): New macro.
46977         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
46978         All uses changed back to re_malloc, etc.  It's now the caller's
46979         responsibility to check for overflow; all callers changed.
46980         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
46981         (re_x2nrealloc): Remove.
46982         (free_state): Remove decl.
46983
46984         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
46985         (re_set_registers, re_exec):
46986         Use K&R-style defn.
46987
46988         2006-01-31  Roland McGrath  <roland@redhat.com>
46989
46990         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
46991         Reported by Mike Frysinger <vapier@gentoo.org>.
46992
46993         2006-01-15  Andreas Jaeger  <aj@suse.de>
46994
46995         [BZ #1950]
46996         * lib/regex_internal.c (re_string_reconstruct): Adjust for
46997         build_wcs_upper_buffer change.
46998         (build_wcs_upper_buffer): Change return type.
46999
47000         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47001
47002         * lib/regex_internal.h: Include <stdint.h> if available.
47003
47004         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47005
47006         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47007
47008         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47009
47010         * lib/regcomp.c: Adjust for changed secondary hash function.
47011
47012         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47013
47014         * lib/regex.h: Pretty printing.
47015         Clean up namespace a bit.
47016
47017         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47018
47019         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47020         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47021
47022         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47023                     Ulrich Drepper  <drepper@redhat.com>
47024
47025         [BZ #1302]
47026         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47027         changed.
47028         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47029
47030         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47031
47032         [BZ #281]
47033         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47034         * lib/regcomp.c: Remove unnecessary uses of
47035         unsigned RE_TRANSLATE_TYPE.
47036         * lib/regex_internal.h: Likewise.
47037         * lib/regex_internal.c: Likewise.
47038         * lib/regexec.c: Likewise.
47039         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47040
47041         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47042
47043         * lib/regexec.c (find_recover_state): Remove unnecessary
47044         initialization.
47045         (transit_state_bkref): Make DFA a const pointer.
47046         (get_subexp): Likewise.
47047         (check_arrival): Likewise.
47048         (update_cur_sifted_state): Likewise.
47049         (re_search_internal): Likewise.
47050         (prune_impossible_nodes): Likewise.
47051         (acquire_init_state_context): Likewise.
47052         (proceed_next_node): Likewise.
47053         (set_regs): Likewise.
47054         (free_fail_stack_return): Likewise.
47055         (check_arrival_expand_ecl): Mark DFA parameter as const.
47056         (check_arrival_expand_ecl_sub): Likewise.
47057         (check_subexp_limits): Likewise.
47058         (sub_epsilon_src_nodes):  Likewise.
47059         (add_epsilon_src_nodes):  Likewise.
47060         (merge_state_array): Likewise.
47061         (update_regs): Likewise.
47062         (build_trtable): Likewise.
47063         (sift_states_backward): Mark MCTX parameter as const.
47064         (build_sifted_states): Likewise.
47065         (update_cur_sifted_state): Likewise.
47066         (sift_states_mkref): Likewise.
47067         (check_arrival_expand_ecl): Mark eclosure as const.
47068         (check_dst_limits_calc_pos_1): Likewise.
47069         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47070         pointer.
47071
47072         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47073
47074         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47075         (transit_state_sb): Likewise.
47076         (transit_state_mb): Likewise.
47077         (sift_states_iter_mb): Likewise.
47078         (check_arrival_add_next_nodes): Likewise.
47079         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47080         [_LIBC] (re_search_2_stub): Use mempcpy.
47081
47082         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47083         mbrtowc for very simple UTF-8 case.
47084
47085         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47086         a pointer-to-const.
47087         (re_acquire_state_context): Likewise.
47088         * lib/regex_internal.h: Adjust prototypes.
47089
47090         * lib/regex.c: Prevent using C++ compilers.
47091
47092         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47093         (re_acquire_state_context): Likewise.
47094
47095 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47096
47097         * modules/regex (Depends-on): Add ssize_t.
47098
47099 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47100
47101         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47102         translation table.
47103
47104 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47105
47106         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47107
47108 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47109             Bruno Haible  <bruno@clisp.org>
47110
47111         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47112         <sys/types.h> and <inttypes.h>.
47113
47114 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47115
47116         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47117         `__error_t_defined', so argp.h will not typedef the former.
47118
47119 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47120
47121         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47122         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47123         glibc names.  Even if glibc is changed to conform to POSIX, the
47124         traditional names will be available anyway, since regex depends on
47125         the extensions module.  Also, fix a longstanding typo in the
47126         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47127         reported by Emanuele Giaquinta.  Also, change sense of cached
47128         variable, so that the message makes sense.
47129
47130 2006-03-24  Simon Josefsson  <jas@extundo.com>
47131
47132         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47133         including some doc fixes.
47134         (base64_encode_alloc): Fix +1 bug on allocation failures.
47135
47136 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47137
47138         * lib/base64.c (base64_encode): Do not read past end of array with
47139         unsanitized input on systems with CHAR_BIT > 8.
47140
47141 2006-03-24  Eric Blake  <ebb9@byu.net>
47142
47143         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47144
47145 2006-03-22  Karl Berry  <karl@gnu.org>
47146
47147         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47148         * config/srclistvars.sh (COREUTILS): new var.
47149
47150 2006-03-17  Jim Meyering  <jim@meyering.net>
47151
47152         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47153         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47154
47155 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47156
47157         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47158         no longer needs it.  Instead, check that regoff_t is as least
47159         as wide as ptrdiff_t.
47160
47161         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47162         so that our regex.h stays compatible with the installed regex.
47163         This is helpful for installers who configure --without-included-regex.
47164         Problem reported by Emanuele Giaquinta.
47165
47166 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47167
47168         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47169         Typedef to long int, not to off_, as POSIX will likely change
47170         in that direction.
47171
47172 2006-03-15  Eric Blake  <ebb9@byu.net>
47173
47174         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47175
47176 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47177
47178         * lib/argp-help.c (validate_uparams): Fix typo
47179         * lib/argp-parse.c (argp_default_options): Consistently begin help
47180         messages with a lowercase letter.
47181
47182 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47183
47184         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47185         overrun buffers and shouldn't be used (much as gets shouldn't be
47186         used).
47187         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47188
47189 2006-03-08  Simon Josefsson  <jas@extundo.com>
47190
47191         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47192         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47193
47194 2006-03-08  Simon Josefsson  <jas@extundo.com>
47195
47196         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47197         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47198
47199 2006-03-08  Simon Josefsson  <jas@extundo.com>
47200
47201         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47202         signal that configure disabled the device.
47203
47204 2006-03-08  Simon Josefsson  <jas@extundo.com>
47205
47206         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47207         languages.
47208
47209 2006-03-07  Simon Josefsson  <jas@extundo.com>
47210
47211         * modules/getopt (Depends-on): Add unistd.
47212
47213         * modules/unistd: New file.
47214
47215 2006-03-07  Simon Josefsson  <jas@extundo.com>
47216
47217         * modules/gc-random: New file.
47218
47219 2006-03-07  Simon Josefsson  <jas@extundo.com>
47220
47221         * m4/unistd_h.m4: New file.
47222
47223 2006-03-07  Simon Josefsson  <jas@extundo.com>
47224
47225         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47226         test to be side-effect free by storing the result in the cache
47227         variable gl_cv_lib_readline, and moving the assignment of
47228         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47229         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47230
47231 2006-03-07  Simon Josefsson  <jas@extundo.com>
47232
47233         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47234         error on missing devices (the functions will return an error).
47235
47236         * m4/gc.m4: Move random stuff to gc-random.m4
47237
47238 2006-03-07  Simon Josefsson  <jas@extundo.com>
47239
47240         * lib/unistd_.h: New file.
47241
47242 2006-03-07  Simon Josefsson  <jas@extundo.com>
47243
47244         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47245
47246 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47247
47248         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47249         Problem reported by Juan Manuel Guerrero.
47250
47251 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47252
47253         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47254         the unistd module.
47255         * lib/getlogin_r.c: Likewise.
47256         * lib/getlogin_r.h: Likewise.
47257         * lib/glob.c: Likewise.
47258         * lib/pagealign_alloc.c: Likewise.
47259         * lib/unistd_.h: Remove; no longer needed.
47260
47261 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47262
47263         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47264         Add unistd.
47265         * modules/c-stack (Depends-on): Add unistd.
47266         * modules/getlogin_r: Likewise.
47267         * modules/glob: Likewise.
47268         * modules/pagealign_alloc: Likewise.
47269         * modules/unistd (Files): Remove lib/unistd_.h.
47270         (EXTRA_DIST): Remove.
47271         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47272         need unistd_.h.
47273         (MOSTLYCLEANFILES): Remove unistd.h-t.
47274
47275 2006-03-03  Simon Josefsson  <jas@extundo.com>
47276
47277         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47278
47279 2006-03-03  Simon Josefsson  <jas@extundo.com>
47280
47281         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47282         libidn and bison.
47283
47284 2006-03-03  Simon Josefsson  <jas@extundo.com>
47285
47286         * build-aux/maint.mk: Add indent target.
47287
47288 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47289
47290         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47291         our replacement poll.h in any case, to avoid a differing
47292         declaration from a system header.  Seen on AIX.
47293
47294 2006-03-01  Simon Josefsson  <jas@extundo.com>
47295
47296         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47297         <kasal@ucw.cz>.
47298
47299 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47300
47301         * modules/gettime (Depends-on): Add extensions module.
47302         * modules/nanosleep (Depends-on): Likewise.
47303         * modules/settime (Depends-on): Likewise.
47304
47305 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47306
47307         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47308         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47309         pedantically.
47310         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47311         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47312
47313         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47314         not "==".  Reported by Ralf Wildenhues.
47315
47316 2006-03-01  Karl Berry  <karl@gnu.org>
47317
47318         * doc/Copyright/request-*: new files, synced from gnuorg.
47319
47320 2006-03-01  Karl Berry  <karl@gnu.org>
47321
47322         * config/srclist.txt (Copyright/*): new entries.
47323
47324 2006-02-28  Simon Josefsson  <jas@extundo.com>
47325
47326         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47327
47328 2006-02-27  Simon Josefsson  <jas@extundo.com>
47329
47330         * lib/base64.h: Indent #define's.  From Jim Meyering
47331         <jim@meyering.net>.
47332
47333 2006-02-27  Jim Meyering  <jim@meyering.net>
47334
47335         Revert the change of 2006-02-24, so these files can continue
47336         to be sync'd from gettext.
47337         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47338         of `config.h'.
47339
47340 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47341
47342         * modules/intprops: New file.
47343         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47344         Add intprops.
47345         * modules/getloadavg (Files): Remove lib/intprops.h.
47346         (Depends-on): Add intprops.
47347         * modules/human: Likewise.
47348         * modules/inttostr: Likewise.
47349         * modules/openat: Likewise.
47350         * modules/sig2str: Likewise.
47351         * modules/userspec: Likewise.
47352         * modules/utimecmp: Likewise.
47353         * modules/xnanosleep: Likewise.
47354         * modules/xstrtol: Likewise.
47355
47356 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47357
47358         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47359         * modules/lock-tests (TESTS): Use $(EXEEXT).
47360         * modules/tls-tests: Likewise.
47361         * modules/argp-tests: Likewise.
47362         (check_PROGRAMS): New var, replacing...
47363         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47364
47365 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47366
47367         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47368         `config.h'.
47369
47370 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47371
47372         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47373
47374 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47375
47376         Sync from coreutils.
47377         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47378         gl_CHDIR_SAFER.
47379
47380 2006-02-22  Jim Meyering  <jim@meyering.net>
47381
47382         Sync from coreutils.
47383         * m4/chdir-safer.m4: New file.
47384
47385 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47386
47387         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47388         AT_FDCWD exceeds INT_MAX.
47389         * lib/openat.h (AT_FDCWD): Likewise.
47390
47391 2006-02-17  Eric Blake  <address@hidden>
47392
47393         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47394
47395 2006-02-16  Simon Josefsson  <jas@extundo.com>
47396
47397         * modules/getaddrinfo (Depends-on): Add sys_socket.
47398
47399 2006-02-15  Simon Josefsson  <jas@extundo.com>
47400
47401         * build-aux/maint.mk: Add dsyntax-check rule.
47402
47403 2006-02-15  Eric Blake  <ebb9@byu.net>
47404
47405         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47406         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47407         'present but cannot compile' warnings on cygwin.
47408         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47409         use ws2tcpip.h if sys/socket.h works.
47410         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47411         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47412
47413 2006-02-14  Simon Josefsson  <jas@extundo.com>
47414
47415         * modules/maintainer-makefile (Files): Rename.
47416
47417         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47418         and (the local) Makefile.cfg to maint-cfg.mk.
47419
47420         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47421         to the latter.
47422
47423         * modules/maintainer-makefile: New module.
47424
47425         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47426         severaly stripped to make it possible to build it up from scratch
47427         with reliable tests.
47428
47429         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47430         fixes to permit overriding the default actions when configure and
47431         makefile are not available.
47432
47433 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47434
47435         Sync from coreutils.
47436         * modules/lstat (Depends-on): Don't depend on xalloc.
47437         (License): Change from GPL to LGPL, since this is now simply a
47438         replacement for a libc function.
47439
47440 2006-02-14  Jim Meyering  <jim@meyering.net>
47441
47442         Sync from coreutils.
47443
47444         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47445         failure on deficient systems, and simplify gnulib lgpl dependencies.
47446         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47447         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47448
47449         * lib/xalloc-die.c: Remove unused definition of N_.
47450
47451 2006-02-14  Jim Meyering  <jim@meyering.net>
47452
47453         Sync from coreutils.
47454         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47455         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47456         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47457         double-quote uses of that variable, to accommodate the rare case in
47458         which getmntent is available in none of the libraries checked.  This
47459         happens at least on FreeBSD 5.0.
47460
47461 2006-02-13  Simon Josefsson  <jas@extundo.com>
47462
47463         * gnulib-tool (Usage): Fix --import, from
47464         karl@freefriends.org (Karl Berry).
47465
47466 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47467
47468         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47469
47470 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47471
47472         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47473         "autoupdate" on 2005-12-12.
47474
47475 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47476
47477         * modules/closeout (Depends-on): Remove atexit.
47478
47479 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47480
47481         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47482         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47483
47484 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47485
47486         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47487         __EXTENSIONS__ if this causes compilation to fail.  Problem
47488         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47489         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47490
47491 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47492
47493         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47494         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47495         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47496         All uses changed.
47497
47498 2006-01-26  Simon Josefsson  <jas@extundo.com>
47499
47500         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47501         prototype is visible on mingw32.
47502
47503         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47504         for mingw32.
47505
47506         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47507         mingw32).
47508
47509 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47510
47511         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47512         attempt to open for write; this always fails, at least on POSIX
47513         hosts.  This reinstates the 2006-01-09 change, which was
47514         inadvertently removed.
47515
47516 2006-01-26  Bruno Haible  <bruno@clisp.org>
47517
47518         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47519         Reported by Paul Eggert.
47520
47521 2006-01-26  Bruno Haible  <bruno@clisp.org>
47522             Paul Eggert  <eggert@cs.ucla.edu>
47523
47524         * lib/stdbool_.h (_Bool)
47525         [(! (defined __cplusplus || defined __BEOS__)
47526           && !defined __GNUC__
47527           && !(defined __HP_cc || defined __xlc__
47528                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47529                || defined __sgi))]:
47530         #define to signed char in these cases too; this simplifies
47531         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47532         etc., separately) and makes it more conservative.
47533
47534 2006-01-25  Simon Josefsson  <jas@extundo.com>
47535
47536         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47537         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47538         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47539
47540 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47541
47542         * lib/argp-namefrob.h: Bugfix. Remove stray #
47543
47544 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47545
47546         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47547         so that we test the test.
47548         Check for yet another HP-UX cc bug involving *bool |= bool.
47549
47550 2006-01-25  Karl Berry  <karl@gnu.org>
47551
47552         * config/srclist.txt (vasnprintf.c): sync lost.
47553
47554 2006-01-25  Jim Meyering  <jim@meyering.net>
47555
47556         Sync from the stable (b5) branch of coreutils:
47557
47558         * lib/fts.c (fts_children): Don't let close() clobber errno from
47559         failed fchdir().
47560
47561         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47562         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47563         a dangling symlink.  That can also happen at least for ELOOP.
47564         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47565         FYI, this bug predates the inclusion of fts.c in coreutils.
47566
47567         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47568         in their own block, so pre-c99 compilers don't object.
47569
47570         Avoid the double-free (first in fts_read, second in fts_close) that
47571         would occur when an `active' directory is made inaccessible (e.g.,
47572         via chmod a-x) during a traversal.
47573         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47574         before returning.  Reproduce this failure by
47575         mkdir -p a/b; cd a; chmod a-x . b
47576         Reported by Stavros Passas.
47577
47578 2006-01-25  Jim Meyering  <jim@meyering.net>
47579
47580         * lib/fileblocks.c: Remove more useless parentheses.
47581         * lib/readutmp.h: Likewise.
47582
47583 2006-01-25  Bruno Haible  <bruno@clisp.org>
47584
47585         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47586         warnings.
47587         Reported by Paul Eggert.
47588
47589 2006-01-25  Bruno Haible  <bruno@clisp.org>
47590
47591         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47592         rid of a trap command. For Solaris sh.
47593         Reported by Mark D. Baushke <mdb@gnu.org>.
47594
47595 2006-01-24  Simon Josefsson  <jas@extundo.com>
47596
47597         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47598         Bruno.
47599
47600 2006-01-24  Karl Berry  <karl@gnu.org>
47601
47602         * config/srclist.txt (argp-namefrob.h): sync lost.
47603
47604 2006-01-24  Jim Meyering  <jim@meyering.net>
47605
47606         * modules/openat (Files): Add lib/intprops.h.
47607         From Mark D. Baushke.
47608
47609 2006-01-24  Jim Meyering  <jim@meyering.net>
47610
47611         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47612         Reported by Mark D. Baushke.
47613
47614 2006-01-24  Jim Meyering  <jim@meyering.net>
47615
47616         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47617
47618 2006-01-24  Bruno Haible  <bruno@clisp.org>
47619
47620         * modules/strnlen (Maintainer): Change from glibc to all.
47621
47622 2006-01-24  Bruno Haible  <bruno@clisp.org>
47623
47624         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47625         Patch by Paul Eggert.
47626
47627 2006-01-24  Bruno Haible  <bruno@clisp.org>
47628
47629         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47630         already has it.
47631         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47632         2005-11-26.
47633
47634         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47635         'signed char' to avoid problems with the built-in _Bool type.
47636         Reported by Paul Eggert on 2005-11-26.
47637
47638 2006-01-24  Bruno Haible  <bruno@clisp.org>
47639
47640         * gnulib-tool (func_import): Avoid constructing complicated sed
47641         expressions inside backquote.
47642         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47643
47644 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47645
47646         These changes imported from libc.
47647         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47648         test and two separate function calls.
47649         * lib/strndup.c (__strndup): Add libc_hidden_def.
47650
47651 2006-01-23  Simon Josefsson  <jas@extundo.com>
47652
47653         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47654         Remove the test_*_SOURCES variable: automake infers it by default.
47655         * modules/tls-tests: Likewise.
47656
47657 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47658
47659         Work around porting bugs reported by Dieter in
47660         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
47661         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
47662         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
47663         Include "getopt.h" first, to check interface.
47664         (getenv): Declare only if defined HAVE_DECL_GETENV &&
47665         !HAVE_DECL_GETENV.
47666         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
47667         (__strndup): Revert to K&R-style function dfns, the glibc style.
47668         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
47669         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
47670         Include strnlen.h first, to get prototype properly.
47671         (strnlen): Renamed from __strnlen.
47672         Remove weak alias.
47673
47674 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47675
47676         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
47677
47678 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47679
47680         * config/srclist.txt: Adjust to reflect glibc reorganization.
47681         This affects only comments.
47682
47683 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47684
47685          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
47686          Reported by Bruce Korb <bkorb@gnu.org>.
47687
47688 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
47689
47690         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
47691         to pacify gcc -Wswitch-default.
47692
47693 2006-01-22  Bruno Haible  <bruno@clisp.org>
47694
47695         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
47696         temporary buffer for sprintf, take into account the precision also
47697         for 'd', 'i', 'u', 'o', 'x', 'X'.
47698
47699 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47700
47701         * modules/argp-tests: New module
47702         * tests/test-argp.c: New file
47703         * tests/test-argp-2.sh: New file
47704
47705 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
47706
47707         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
47708         (__argp_base_name): Removed
47709         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
47710         typo.
47711         (__argp_base_name): Provide macro definition or extern declaration
47712         depending on the configuration
47713
47714 2006-01-20  Simon Josefsson  <jas@extundo.com>
47715
47716         * modules/inet_ntop (Depends-on): Depend on sys_socket.
47717
47718 2006-01-20  Simon Josefsson  <jas@extundo.com>
47719
47720         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
47721
47722 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
47723
47724         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
47725         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
47726         Suggested by Bruno Haible.
47727
47728 2006-01-20  Karl Berry  <karl@gnu.org>
47729
47730         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
47731         until changes propagate, I guess.
47732
47733 2006-01-19  Simon Josefsson  <jas@extundo.com>
47734
47735         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
47736
47737 2006-01-19  Simon Josefsson  <jas@extundo.com>
47738
47739         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
47740
47741 2006-01-19  Simon Josefsson  <jas@extundo.com>
47742
47743         * gnulib-tool: Set check_PROGRAMS.
47744
47745         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47746         modules/des-tests, modules/gc-arcfour-tests,
47747         modules/gc-arctwo-tests, modules/gc-des-tests,
47748         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47749         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47750         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47751         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47752         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47753         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
47754         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
47755         test_*_SOURCES.
47756
47757 2006-01-18  Simon Josefsson  <jas@extundo.com>
47758
47759         * modules/socklen (Depends-on): Depend on sys_socket.
47760
47761 2006-01-18  Simon Josefsson  <jas@extundo.com>
47762
47763         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
47764         modules/des-tests, modules/gc-arcfour-tests,
47765         modules/gc-arctwo-tests, modules/gc-des-tests,
47766         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
47767         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
47768         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
47769         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
47770         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
47771         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
47772         $(EXEEXT) to automake TESTS variable, for mingw32.
47773
47774 2006-01-17  Simon Josefsson  <jas@extundo.com>
47775
47776         * modules/socklen (Include): Need sys/socket.h.
47777
47778 2006-01-17  Bruno Haible  <bruno@clisp.org>
47779
47780         * modules/ssize_t (Include): Add <sys/types.h>.
47781
47782 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
47783
47784         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
47785         it's not portable and it doesn't work with cross-compiles.
47786         Problem reported by Bruno Haible.  Fix missing-$ typo in
47787         'test "gl_cv_ignore_unused_libraries" ...' that prevented
47788         -zignore from being used with Sun's C compiler.
47789
47790 2006-01-12  Simon Josefsson  <jas@extundo.com>
47791
47792         * lib/base64.c: Fix warning, reported by Bruno Haible
47793         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
47794
47795 2006-01-12  Bruno Haible  <bruno@clisp.org>
47796
47797         * modules/ldd: New file.
47798         * build-aux/ldd.sh.in: New file.
47799         * MODULES.html.sh (Support for building libraries and executables): Add
47800         ldd.
47801
47802 2006-01-12  Bruno Haible  <bruno@clisp.org>
47803
47804         * m4/ldd.m4: New file.
47805
47806 2006-01-12  Bruno Haible  <bruno@clisp.org>
47807
47808         * gnulib-tool (func_import, func_create_testdir): Don't go into an
47809         endless loop while replacing $auxdir with build-aux.
47810
47811 2006-01-11  Simon Josefsson  <jas@extundo.com>
47812
47813         * lib/stdint_.h (SIZE_MAX): Add missing (.
47814
47815 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
47816
47817         Sync from coreutils.
47818         * lib/md5.c: Fix commentary typos.
47819         (alignof, UNALIGNED_P): No need for a GCC-specific version.
47820         * lib/md5.h (__attribute__): Remove; unused.
47821         * lib/sha1.c: Fix commentary to match md5 better.
47822         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
47823         so that we don't need to worry about alignment.  All uses changed.
47824         This merges the 2005-10-28 md5 change into sha1.
47825
47826 2006-01-11  Jim Meyering  <jim@meyering.net>
47827
47828         Sync from coreutils.
47829         * lib/md5.c (OP): Fix spacing.
47830
47831 2006-01-11  Bruno Haible  <bruno@clisp.org>
47832
47833         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47834         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
47835         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
47836
47837 2006-01-11  Bruno Haible  <bruno@clisp.org>
47838
47839         Ensure automatic ordering between gl_LOCK and gl_ARGP.
47840         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
47841         the "early" section as well.
47842
47843 2006-01-11  Bruno Haible  <bruno@clisp.org>
47844
47845         Avoid "ar: no archive members specified" error on MacOS X.
47846         * gnulib-tool (func_modules_add_dummy): New function.
47847         (func_import, func_create_testdir): Invoke it.
47848
47849 2006-01-11  Bruno Haible  <bruno@clisp.org>
47850
47851         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
47852         with $auxdir in AC_CONFIG_FILES statements.
47853
47854 2006-01-11  Bruno Haible  <bruno@clisp.org>
47855
47856         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
47857         Initialize also noinst_HEADERS to empty.
47858
47859 2006-01-11  Bruno Haible  <bruno@clisp.org>
47860
47861         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
47862         variables.
47863         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
47864         autoreconf.
47865
47866 2006-01-11  Bruno Haible  <bruno@clisp.org>
47867
47868         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
47869         overridable by the user.
47870         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47871
47872 2006-01-10  Simon Josefsson  <jas@extundo.com>
47873
47874         * modules/sys_socket: New file.
47875
47876 2006-01-10  Simon Josefsson  <jas@extundo.com>
47877
47878         * m4/sys_socket_h.m4: New file.
47879
47880 2006-01-10  Simon Josefsson  <jas@extundo.com>
47881
47882         * lib/socket_.h: New file.
47883
47884 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47885
47886         * modules/readutmp (Maintainer): Add myself.
47887
47888 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47889
47890         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
47891         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
47892         People who are still concerned with buggy memcmp implementations
47893         can invoke gl_FUNC_MEMCMP themselves.
47894
47895 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
47896
47897         * lib/regex_internal.h (BITSET_WORD_BITS):
47898         Work around a bug in 64-bit PGC (before version 6.1-2), where the
47899         preprocessor mishandles large unsigned values as if they were signed.
47900         Problem reported by Claudio Fontana in
47901         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
47902
47903 2006-01-10  Jim Meyering  <jim@meyering.net>
47904
47905         Avoid the double-free (first in fts_read, second in fts_close) that
47906         would occur when an `active' directory is made inaccessible (e.g.,
47907         via chmod a-x) during a traversal.
47908         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47909         before returning.  Reproduce this failure by
47910         mkdir -p a/b; cd a; chmod a-x . b
47911         Reported by Stavros Passas.
47912
47913         Sync from coreutils.
47914         * lib/sha1.c: Tweak grammar in a comment.
47915
47916 2006-01-10  Jim Meyering  <jim@meyering.net>
47917
47918         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
47919         Patch by Joerg Sonnenberger.
47920
47921 2006-01-10  Bruno Haible  <bruno@clisp.org>
47922
47923         * modules/readutmp: Depend on module free.
47924         * modules/strtok_r: Depend on module restrict.
47925
47926 2006-01-10  Bruno Haible  <bruno@clisp.org>
47927
47928         * modules/gettext (configure.ac): Add an invocation of
47929         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
47930
47931 2006-01-10  Bruno Haible  <bruno@clisp.org>
47932
47933         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
47934         Reported by Werner Lemberg <wl@gnu.org>.
47935
47936 2006-01-10  Bruno Haible  <bruno@clisp.org>
47937
47938         * lib/localcharset.c: Update from GNU gettext.
47939
47940 2006-01-10  Bruno Haible  <bruno@clisp.org>
47941
47942         * lib/argp.h (__const): Remove macro. Use const instead.
47943         * lib/argp-fmtstream.h (__const): Likewise.
47944         * lib/glob_.h (__const): Remove macro.
47945         * lib/glob-libc.h: Use const instead of __const.
47946
47947 2006-01-10  Bruno Haible  <bruno@clisp.org>
47948
47949         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
47950         variable.
47951         Needed to avoid an automake error regarding the 'gettext' module.
47952
47953 2006-01-09  Simon Josefsson  <jas@extundo.com>
47954
47955         * modules/inet_ntop (Depends-on): Add restrict.
47956
47957 2006-01-09  Simon Josefsson  <jas@extundo.com>
47958
47959         * modules/gc-rijndael-tests (License): Put under LGPL.
47960
47961         * modules/gc-des-tests (License): Likewise.
47962
47963         * modules/gc-arcfour-tests (License): Likewise.
47964
47965         * modules/gc-arctwo-tests (License): Likewise.
47966
47967         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
47968
47969         * modules/gc-hmac-sha1-tests (Files): Likewise.
47970
47971         * modules/gc-hmac-md5-tests (License): Likewise.
47972
47973         * modules/gc-sha1-tests (License): Likewise.
47974
47975         * modules/gc-md5-tests (License): Likewise.
47976
47977         * modules/gc-md4-tests (License): Likewise.
47978
47979         * modules/gc-md2-tests (License): Likewise.
47980
47981         * modules/gc-tests (License): Likewise.
47982
47983         * modules/des-tests (License): Likewise.
47984
47985         * modules/md4-tests (License): Likewise.
47986
47987         * modules/md2-tests (License): Likewise.
47988
47989 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
47990
47991         Sync from coreutils:
47992
47993         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
47994         * modules/lib-ignore: New file.
47995         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
47996         chdir-safer.m4, lchmod.m4.
47997         * modules/openat: Add mkdirat.c, openat-priv.h.
47998
47999 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48000
48001         Sync from coreutils.
48002         * m4/lib-ignore.m4: New file.
48003         * m4/lchmod.m4: New file.
48004
48005 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48006
48007         Sync from coreutils.
48008         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48009         for write access: POSIX says that must fail.
48010         * lib/fts.c (diropen): Likewise.
48011         * lib/save-cwd.c (save_cwd): Likewise.
48012         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48013         well, for minor improvements on hosts that lack O_DIRECTORY.
48014         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48015         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48016         Fall back on chown if open failed with EACCES.
48017
48018         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48019         Report an error at compile-time if only a 1-second nominal clock
48020         resolution is found.
48021
48022         * lib/lchmod.h: New file.
48023         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48024         (make_dir_parents): Use lchown rather than chown, and
48025         lchmod rather than chmod.
48026
48027         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48028         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48029         "proc" reported by n0dalus.
48030
48031         * lib/mountlist.c: Include <limits.h>.
48032         (dev_from_mount_options)
48033         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48034         New function.  It no longer assumes "dev=" has the System V meaning
48035         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48036         (read_file_system_list)
48037         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48038         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48039         dev= in that case.
48040
48041         * lib/posixtm.h (PDS_PRE_2000): New macro.
48042         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48043         allow_century.  All usages changed.  Reject dates outside the range
48044         1969-1999 if PDS_PRE_2000 is used.
48045
48046 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48047
48048         Sync from coreutils.
48049         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48050         (Time of day items): Mention the possibility of leap seconds.
48051         Problem reported by Dr. David Alan Gilbert.
48052
48053 2006-01-09  Jim Meyering  <jim@meyering.net>
48054
48055         Sync from coreutils.
48056
48057         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48058
48059         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48060
48061         * lib/modechange.c (mode_compile): Reject an invalid mode string
48062         that starts with an octal digit.  From Andreas Gruenbacher.
48063
48064         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48065         and dup to open_safer and dup_safer, respectively.
48066         (openat_permissive): Fix typo in comment.
48067
48068         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48069         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48070         (_): Remove; no longer needed.
48071         (openat): Renamed from rpl_openat; no need for rpl_openat
48072         since openat.h renames openat for us.
48073         Replace most of the body with a call to openat_permissive,
48074         to avoid duplicate code.
48075         Port to (probably hypothetical) environments were mode_t is
48076         wider than int.
48077         (openat_permissive): Require mode arg, so that we can check
48078         types better.  Put it just after flags.  Change cwd failure
48079         indicator from pointer-to-bool to pointer-to-errno-value.
48080         All callers changed.
48081         Invoke openat_save_fail and/or openat_restore_fail if
48082         cwd_errno is null, so that openat can call us.
48083         (openat_permissive, fdopendir, fstatat, unlinkat):
48084         Simplify errno handling to avoid some duplicate code,
48085         as it's OK to set errno on success.
48086         * lib/openat.h: Revamp code so that function macros depend on
48087         __OPENAT_PREFIX only, not also on AT_FDCWD.
48088         (openat_ro): Remove.  Caller changed to use openat_permissive.
48089         (openat_permissive): Now a macro, if not a function.
48090         (openat_restore_fail, openat_save_fail): Now always functions,
48091         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48092
48093         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48094         and openat.c.
48095         * lib/mkdirat.c: Include openat-priv.h.
48096         Remove definitions of macros defined therein.
48097         * lib/openat.c: Likewise.
48098
48099         * lib/mkdirat.c (mkdirat): New file and function.
48100         * lib/openat.h (mkdirat): Declare.
48101
48102         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48103
48104         * lib/openat.h (openat_permissive): Declare.
48105         (openat_ro): Define.
48106
48107         * lib/openat.c (EXPECTED_ERRNO): New macro.
48108         (openat_permissive): New function -- used in remove.c rewrite.
48109         (all functions): Set errno just before returning, only if there
48110         was an actual failure.
48111         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48112
48113         Emulate openat-family functions using Linux's procfs, if possible.
48114         Idea and some code based on Ulrich Drepper's glibc changes.
48115
48116         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48117         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48118         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48119         before falling back on save_cwd and restore_cwd.
48120         (fdopendir, fstatat, unlinkat): Likewise.
48121
48122         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48123         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48124
48125         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48126         as second argument to va_arg.  Otherwise, some versions of gcc
48127         warn that `if this code is reached, the program will abort'.
48128
48129 2006-01-09  Jim Meyering  <jim@meyering.net>
48130
48131         Sync from coreutils.
48132         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48133         Require openat-priv.h.
48134
48135 2006-01-09  Bruno Haible  <bruno@clisp.org>
48136
48137         * modules/strnlen (Include): Use strnlen.h.
48138
48139 2006-01-09  Bruno Haible  <bruno@clisp.org>
48140
48141         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48142
48143 2006-01-09  Bruno Haible  <bruno@clisp.org>
48144
48145         * lib/sysexit_.h (EX_OK): New macro.
48146         Suggested by Martin Lambers <marlam@marlam.de>.
48147
48148 2006-01-09  Bruno Haible  <bruno@clisp.org>
48149
48150         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48151         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48152
48153 2006-01-09  Bruno Haible  <bruno@clisp.org>
48154
48155         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48156         numbers.
48157
48158 2006-01-09  Bruno Haible  <bruno@clisp.org>
48159
48160         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48161         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48162         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48163         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48164
48165 2006-01-09  Bruno Haible  <bruno@clisp.org>
48166
48167         * build-aux/javacomp.sh.in: New file, moved from lib/.
48168         * modules/javacomp-script (Files): Update.
48169         (configure.ac): Add AC_CONFIG_FILES invocation.
48170         (EXTRA_DIST): Remove variable.
48171
48172         * build-aux/javaexec.sh.in: New file, moved from lib/.
48173         * modules/javaexec (Files): Update.
48174         (configure.ac): Add AC_CONFIG_FILES invocation.
48175         (EXTRA_DIST): Remove javaexec.sh.in.
48176
48177         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48178         * modules/csharpcomp-script (Files): Update.
48179         (configure.ac): Add AC_CONFIG_FILES invocation.
48180         (EXTRA_DIST): Remove variable.
48181
48182         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48183         * modules/csharpexec (Files): Update.
48184         (configure.ac): Add AC_CONFIG_FILES invocation.
48185         (EXTRA_DIST): Remove csharpexec.sh.in.
48186
48187 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48188
48189         Sync from coreutils.
48190
48191         Add POSIX ACL support
48192         * lib/acl.h (copy_acl, set_acl): Add declarations.
48193         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48194         systems other than Linux.
48195         (chmod_or_fchmod): New function: use fchmod when possible,
48196         and chmod otherwise.
48197         (file_has_acl): Add a POSIX ACL implementation, with a
48198         Linux-specific subcase.
48199         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48200         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48201         acls are unsupported.
48202         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48203         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48204         are unsupported.
48205
48206 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48207
48208         Sync from coreutils.
48209         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48210
48211 2006-01-07  Bruno Haible  <bruno@clisp.org>
48212
48213         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48214         gl_EARLY.
48215
48216 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48217
48218         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48219         Problem reported for Mingw by Mark Junker.
48220
48221 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48222
48223         * README: Gnulib normally doesn't generate a tarball.
48224
48225 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48226
48227         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48228         long int, not int, for nanosecond counts, so that people who are
48229         used to POSIX struct timespec won't be surprised.  Reported by Jim
48230         Meyering.
48231
48232 2005-12-28  Bruno Haible  <bruno@clisp.org>
48233
48234         * build-aux/config.rpath: Update from GNU gettext.
48235
48236 2005-12-16  Jim Meyering  <jim@meyering.net>
48237
48238         * modules/fprintftime: New module.
48239         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48240
48241 2005-12-16  Jim Meyering  <jim@meyering.net>
48242
48243         * m4/fprintftime.m4: New file.
48244
48245 2005-12-16  Jim Meyering  <jim@meyering.net>
48246
48247         * lib/fprintftime.c, lib/fprintftime.h: New files.
48248
48249 2005-12-15  Simon Josefsson  <jas@extundo.com>
48250
48251         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48252         new m4/socklen.m4.
48253
48254 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48255
48256         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48257         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48258
48259 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48260
48261         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48262         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48263         struct uparams is valid. Fall back to the default values if it is
48264         not.
48265
48266 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48267
48268         * modules/argp (Files): Add argp-pin.c
48269         (Depends-on): dirname
48270         (lib_SOURCES): Add argp-pin.c
48271
48272 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48273
48274         * m4/argp.m4:  Check if program_invocation_name and
48275         program_invocation_short_name are declared and define appropriate
48276         macros if they are not.
48277
48278 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48279
48280         * lib/argp-help.c (__argp_base_name): New function
48281         (__argp_short_program_name): Rewrite using __argp_base_name
48282         * lib/argp-namefrob.h: Define program_invocation_name and
48283         program_invocation_short_name if requested
48284         (__argp_base_name): Add prototype
48285         * lib/argp-parse.c (argp_def): Use gettext wrappers
48286         (argp_default_parser): Use __argp_base_name
48287         * lib/argp-pin.c: New file. Defines program_invocation_name and
48288         program_invocation_short_name on systems that lack them.
48289
48290 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48291
48292         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48293         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48294         porting problem reported by Georg Schwarz in
48295         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48296
48297 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48298
48299         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48300         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48301         porting problem reported by Georg Schwarz in
48302         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48303
48304 2005-12-05  Bruno Haible  <bruno@clisp.org>
48305
48306         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48307         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48308         Reported by Mark Junker <mjscod@gmx.de>.
48309
48310 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48311
48312         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48313         Use implementation from Albert Chin, with some
48314         comments/corrections by Stepan Kasal and myself.
48315
48316 2005-12-02  Bruno Haible  <bruno@clisp.org>
48317
48318         * gnulib-tool (func_import): Accept GPLed build tool modules when
48319         --lgpl is given.
48320         * modules/csharpcomp-script: New file.
48321         * modules/csharpcomp: Depend on it.
48322         * modules/javacomp-script: New file.
48323         * modules/javacomp: Depend on it.
48324         Suggested by Simon Josefsson.
48325
48326 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48327
48328         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48329         statement, to work around an HP-UX 10.20 compiler bug reported by
48330         Peter O'Gorman.
48331
48332 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48333
48334         * modules/savedir (Depends-on): Add openat.
48335
48336 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48337
48338         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48339         (uintmax_t) [defined uintmax_t]: Do not declare.
48340         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48341         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48342         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48343         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48344         sake of portability to weird hosts that C allows (though we don't
48345         know of any practical examples).
48346
48347         * lib/savedir.h (fdsavedir): New decl.
48348         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48349         contains most of the former guts of savedir.
48350         (savedir): Use savedirstream.
48351         Include "openat.h".
48352
48353 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48354
48355         * modules/obstack (Files): Add m4/ulonglong.m4.
48356         Problem reported by Davide Angelocola.
48357
48358 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48359
48360         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48361         coreutils no longer futzes with rounding modes.
48362
48363 2005-11-14  Jim Meyering  <jim@meyering.net>
48364
48365         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48366         replacement of mkstemp.
48367
48368 2005-11-10  Simon Josefsson  <jas@extundo.com>
48369
48370         * lib/readline.c: Remove EOL.
48371
48372 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48373
48374         * modules/gethrxtime (Depends-on): Add gettime.
48375
48376 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48377
48378         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48379         or gettimeofday; no longer needed.
48380
48381 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48382
48383         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48384         time business.
48385         (gethrxtime) [! (HAVE_NANOUPTIME
48386         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48387         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48388         our own approximation.
48389
48390 2005-11-08  Eric Blake  <ebb9@byu.net>
48391
48392         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48393
48394 2005-11-08  Eric Blake  <ebb9@byu.net>
48395
48396         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48397
48398 2005-11-04  Bruno Haible  <bruno@clisp.org>
48399
48400         * gnulib-tool: Implement --update mode.
48401
48402 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48403
48404         Fix porting problem reported by Theodoros V. Kalamatianos.
48405         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48406         Don't assume that futimes failing means we must fail.
48407
48408 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48409
48410         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48411         variables to suggest the intended function of the PATH_MAX check.
48412
48413 2005-10-30  Kean Johnston  <jkj@sco.com>
48414
48415         Trivial changes to support SCO systems.
48416         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48417         as PATH_MAX.
48418         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48419         where __ptr is null when no I/O is pending.
48420
48421 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48422
48423         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48424         leave errno alone.  Problem reported by Dmitry V. Levin.
48425
48426 2005-10-28  Simon Josefsson  <jas@extundo.com>
48427
48428         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48429         Test more.
48430
48431         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48432
48433         * modules/md2, modules/md2-tests: New files.
48434
48435 2005-10-28  Simon Josefsson  <jas@extundo.com>
48436
48437         * m4/inet_ntop.m4: More tests.
48438
48439         * m4/gc-md2.m4, md2.m4: New file.
48440
48441 2005-10-28  Simon Josefsson  <jas@extundo.com>
48442
48443         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48444         "restrict" keywords, as per POSIX.  Protect the function
48445         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48446         Don't use K&R prototypes.  Check the sprintf return values.
48447         Re-define EAFNOSUPPORT if not present.  Indent.
48448
48449         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48450         suggested by Bruno Haible <bruno@clisp.org>.
48451
48452         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48453
48454         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48455
48456         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48457         libgcrypt).
48458
48459         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48460
48461         * lib/md2.h, lib/md2.c: New files.
48462
48463 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48464
48465         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48466         errno alone.  Problem reported by Frederic Jolliton.
48467
48468 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48469
48470         * modules/verify (License): Change from GPL to LGPL.  This is a
48471         tiny module and there are apparently near-equivalents that are
48472         under the BSD license.
48473
48474 2005-10-24  Simon Josefsson  <jas@extundo.com>
48475
48476         * modules/sha1: Relicense to LGPL.
48477
48478 2005-10-24  Simon Josefsson  <jas@extundo.com>
48479
48480         * lib/md4.h: Shrink buffer size, now that we changed the type.
48481
48482 2005-10-23  Simon Josefsson  <jas@extundo.com>
48483
48484         * gnulib-tool (func_import): Fix --tests-base.
48485
48486 2005-10-22  Simon Josefsson  <jas@extundo.com>
48487
48488         * modules/arcfour (Depends-on): Need stdint.
48489
48490 2005-10-22  Simon Josefsson  <jas@extundo.com>
48491
48492         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48493         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48494
48495 2005-10-22  Simon Josefsson  <jas@extundo.com>
48496
48497         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48498         suggested by Bruno Haible <bruno@clisp.org>.
48499
48500 2005-10-22  Simon Josefsson  <jas@extundo.com>
48501
48502         * lib/crc.h: Include stddef.h, for size_t.
48503
48504 2005-10-22  Simon Josefsson  <jas@extundo.com>
48505
48506         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48507         arcfour_context struct (simplify test vector testing in GNU
48508         Shishi).
48509
48510 2005-10-21  Simon Josefsson  <jas@extundo.com>
48511
48512         * modules/des, modules/des-tests: New files.
48513
48514         * modules/gc-des, modules/gc-des-tests: New files.
48515
48516         * tests/test-des.c, tests/test-gc-des.c: New file.
48517
48518 2005-10-21  Simon Josefsson  <jas@extundo.com>
48519
48520         * modules/arctwo, modules/arctwo-tests: New files.
48521
48522         * tests/test-arctwo.c: New file.
48523
48524         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48525
48526         * tests/test-gc-arctwo.c: New file.
48527
48528 2005-10-21  Simon Josefsson  <jas@extundo.com>
48529
48530         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48531         Bruno Haible <bruno@clisp.org>.
48532
48533         * m4/gc-des.m4: New file.
48534
48535 2005-10-21  Simon Josefsson  <jas@extundo.com>
48536
48537         * m4/arctwo.m4: New file.
48538
48539         * m4/gc-arctwo.m4: New file.
48540
48541 2005-10-21  Simon Josefsson  <jas@extundo.com>
48542
48543         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48544         block.
48545
48546 2005-10-21  Simon Josefsson  <jas@extundo.com>
48547
48548         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48549         <bruno@clisp.org>.
48550
48551         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48552
48553         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48554         Bruno Haible <bruno@clisp.org>.
48555
48556         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48557         <bruno@clisp.org>.
48558
48559 2005-10-21  Simon Josefsson  <jas@extundo.com>
48560
48561         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48562
48563 2005-10-21  Simon Josefsson  <jas@extundo.com>
48564
48565         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48566
48567 2005-10-21  Simon Josefsson  <jas@extundo.com>
48568
48569         * lib/des.h, lib/des.c: New files.
48570
48571         * lib/gc-gnulib.c: Support DES.c
48572
48573 2005-10-21  Simon Josefsson  <jas@extundo.com>
48574
48575         * lib/arctwo.h, lib/arctwo.c: New files.
48576
48577         * lib/gc-gnulib.c: Support ARCTWO.
48578
48579 2005-10-21  Simon Josefsson  <jas@extundo.com>
48580
48581         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48582         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48583
48584 2005-10-21  Simon Josefsson  <jas@extundo.com>
48585
48586         * gnulib-tool (func_import, func_create_testdir): Define automake
48587         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48588         Makefile.am snippet),
48589         suggested by Bruno Haible <bruno@clisp.org>.
48590
48591         * modules/gc (Makefile.am): Use it.
48592
48593 2005-10-21  Bruno Haible  <bruno@clisp.org>
48594
48595         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48596         patch.
48597
48598 2005-10-19  Simon Josefsson  <jas@extundo.com>
48599
48600         * tests/test-gc-rijndael.c: New file.
48601
48602         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48603
48604 2005-10-19  Simon Josefsson  <jas@extundo.com>
48605
48606         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48607         interface too.
48608
48609 2005-10-19  Simon Josefsson  <jas@extundo.com>
48610
48611         * tests/test-gc-arcfour.c: New file.
48612
48613         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48614
48615 2005-10-19  Simon Josefsson  <jas@extundo.com>
48616
48617         * modules/gc-md4, modules/gc-md4-tests: New file.
48618
48619         * tests/test-gc-md4.c: New file.
48620
48621 2005-10-19  Simon Josefsson  <jas@extundo.com>
48622
48623         * m4/gc-md4.m4: New file.
48624
48625 2005-10-19  Simon Josefsson  <jas@extundo.com>
48626
48627         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48628         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48629         <kasal@ucw.cz>.
48630
48631 2005-10-19  Simon Josefsson  <jas@extundo.com>
48632
48633         * m4/gc-arcfour.m4: New file.
48634
48635         * m4/gc-rijndael.m4: New file.
48636
48637 2005-10-19  Simon Josefsson  <jas@extundo.com>
48638
48639         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48640
48641 2005-10-19  Simon Josefsson  <jas@extundo.com>
48642
48643         * lib/gc-gnulib.c: Support ARCFOUR.
48644
48645 2005-10-19  Simon Josefsson  <jas@extundo.com>
48646
48647         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48648         support.
48649
48650         * lib/gc.h: Add ECB enum type.
48651
48652         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48653
48654 2005-10-18  Simon Josefsson  <jas@extundo.com>
48655
48656         * tests/test-md5.c: New file.
48657
48658         * modules/md5-tests: New file.
48659
48660 2005-10-18  Simon Josefsson  <jas@extundo.com>
48661
48662         * tests/test-md4.c: New file.
48663
48664         * modules/md4, modules/md4-tests: New files.
48665
48666 2005-10-18  Simon Josefsson  <jas@extundo.com>
48667
48668         * m4/md4.m4: New file.
48669
48670 2005-10-18  Simon Josefsson  <jas@extundo.com>
48671
48672         * lib/md4.h, lib/md4.c: New files, based on md5.?.
48673
48674 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
48675
48676         * gnulib-tool (func_create_testdir): Omit the second check whether
48677         BUILT_SOURCES in nonempty.
48678
48679 2005-10-17  Simon Josefsson  <jas@extundo.com>
48680
48681         * tests/test-rijndael.c: New file.
48682
48683 2005-10-17  Simon Josefsson  <jas@extundo.com>
48684
48685         * modules/sha1: Depend on stdint instead of md5.
48686
48687         * modules/md5: Depend on stdint, remove uint32_t.
48688
48689 2005-10-17  Simon Josefsson  <jas@extundo.com>
48690
48691         * modules/gc-sha1-tests: New file.
48692
48693         * tests/test-gc-sha1.c: New file.
48694
48695 2005-10-17  Simon Josefsson  <jas@extundo.com>
48696
48697         * m4/md5.m4: Remove call to uint32_t.m4.
48698
48699 2005-10-17  Simon Josefsson  <jas@extundo.com>
48700
48701         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
48702
48703         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
48704         md5.h.
48705
48706         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
48707
48708         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
48709
48710 2005-10-17  Simon Josefsson  <jas@extundo.com>
48711
48712         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
48713
48714 2005-10-17  Simon Josefsson  <jas@extundo.com>
48715
48716         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
48717
48718 2005-10-17  Simon Josefsson  <jas@extundo.com>
48719
48720         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
48721
48722         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
48723
48724 2005-10-17  Bruno Haible  <bruno@clisp.org>
48725
48726         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
48727         that it can also be used in a test.
48728
48729 2005-10-16  Bruno Haible  <bruno@clisp.org>
48730
48731         * gnulib-tool (func_emit_tests_Makefile_am): Also define
48732         TESTS_ENVIRONMENT, so that individual tests can augment it.
48733
48734         * gnulib-tool (func_create_testdir): Use an intermediate target for
48735         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
48736         macros, like $(ALLOCA_H), which cannot be passed through the command
48737         line.
48738
48739 2005-10-15  Simon Josefsson  <jas@extundo.com>
48740
48741         * modules/rijndael-tests: New file.
48742
48743         * modules/rijndael: New file.
48744
48745 2005-10-15  Simon Josefsson  <jas@extundo.com>
48746
48747         * m4/rijndael.m4: New file.
48748
48749 2005-10-15  Simon Josefsson  <jas@extundo.com>
48750
48751         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
48752
48753         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
48754
48755 2005-10-14  Simon Josefsson  <jas@extundo.com>
48756
48757         * tests/test-arcfour.c: New file.
48758
48759         * modules/arcfour, modules/arcfour-tests: New files.
48760
48761 2005-10-14  Simon Josefsson  <jas@extundo.com>
48762
48763         * m4/arcfour.m4: New file.
48764
48765 2005-10-14  Simon Josefsson  <jas@extundo.com>
48766
48767         * lib/arcfour.h, lib/arcfour.c: New files.
48768
48769 2005-10-14  Roland McGrath  <roland@redhat.com>
48770
48771         Import from libc.  [BZ #1331]
48772         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
48773         macro argument.
48774         Reported by Matej Vela <vela@debian.org>.
48775
48776 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48777
48778         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
48779         include <wchar.h>; no longer needed.
48780
48781 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
48782
48783         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
48784
48785 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
48786         and  Ulrich Drepper  <drepper@redhat.com>
48787
48788         Import from libc.
48789         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
48790         instead of inline stream orientation test and two separate
48791         function calls.  Pay no attention to USE_IN_LIBIO.
48792
48793 2005-10-13  Simon Josefsson  <jas@extundo.com>
48794
48795         * modules/gc-hmac-md5-tests: New file.
48796
48797         * tests/test-gc-hmac-sha1.c: New file.
48798
48799         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
48800
48801         * modules/gc-hmac-md5-tests: New file.
48802
48803         * tests/test-gc-md5.c: New file.
48804
48805         * modules/gc-md5-tests: New file.
48806
48807 2005-10-13  Simon Josefsson  <jas@extundo.com>
48808
48809         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
48810         Move memory allocation outside of loop.
48811
48812 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
48813
48814         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
48815         intermediate directory is in a read-only file system.  Problem
48816         reported by Eric Blake.
48817
48818 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
48819
48820         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
48821
48822 2005-10-12  Simon Josefsson  <jas@extundo.com>
48823
48824         * tests/test-hmac-sha1.c: New file.
48825
48826         * modules/hmac-sha1-tests: New file.
48827
48828         * modules/hmac-sha1: New file.
48829
48830 2005-10-12  Simon Josefsson  <jas@extundo.com>
48831
48832         * modules/gc-sha1: New file.
48833
48834 2005-10-12  Simon Josefsson  <jas@extundo.com>
48835
48836         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
48837
48838         * tests/test-gc-pbkdf2-sha1.c: New file.
48839
48840 2005-10-12  Simon Josefsson  <jas@extundo.com>
48841
48842         * modules/gc-md5, modules/gc-hmac-md5: New files.
48843
48844         * modules/gc (Files): Remove md5, memxor and hmac files.
48845
48846 2005-10-12  Simon Josefsson  <jas@extundo.com>
48847
48848         * m4/gc-pbkdf2-sha1.m4: New file.
48849
48850         * m4/gc-hmac-sha1.m4: New file.
48851
48852         * m4/gc-sha1: New file.
48853
48854         * m4/hmac-sha1.m4: New file.
48855
48856 2005-10-12  Simon Josefsson  <jas@extundo.com>
48857
48858         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
48859
48860         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
48861
48862 2005-10-12  Simon Josefsson  <jas@extundo.com>
48863
48864         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
48865         suggested by Bruno Haible <bruno@clisp.org>.
48866
48867 2005-10-12  Simon Josefsson  <jas@extundo.com>
48868
48869         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
48870
48871 2005-10-12  Simon Josefsson  <jas@extundo.com>
48872
48873         * lib/gc-pbkdf2-sha1.c: New file.
48874
48875         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
48876
48877 2005-10-12  Simon Josefsson  <jas@extundo.com>
48878
48879         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
48880
48881         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
48882
48883 2005-10-12  Simon Josefsson  <jas@extundo.com>
48884
48885         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
48886         GC_USE_HMAC_MD5, respectively.
48887
48888         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
48889         (gc_md5): Fix typo.
48890
48891         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
48892
48893         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
48894
48895         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
48896
48897 2005-10-12  Bruno Haible  <bruno@clisp.org>
48898
48899         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
48900         Reported by Stepan Kasal <kasal@ucw.cz>.
48901
48902 2005-10-11  Simon Josefsson  <jas@extundo.com>
48903
48904         * tests/test-crc.c: New file.
48905
48906         * modules/crc, modules/crc-tests: New files.
48907
48908 2005-10-11  Simon Josefsson  <jas@extundo.com>
48909
48910         * m4/crc.m4: New file.
48911
48912 2005-10-11  Simon Josefsson  <jas@extundo.com>
48913
48914         * lib/gc.h: Add gc_hash and gc_hash_buffer.
48915
48916         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
48917
48918         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
48919
48920 2005-10-11  Simon Josefsson  <jas@extundo.com>
48921
48922         * lib/crc.h, lib/crc.c: New files.
48923
48924         * lib/gc.h (gc_hash_buffer): Add doc.
48925
48926 2005-10-11  Bruno Haible  <bruno@clisp.org>
48927
48928         * modules/c-strcasestr: New file.
48929         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
48930
48931 2005-10-11  Bruno Haible  <bruno@clisp.org>
48932
48933         * modules/c-strcase: New file.
48934         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
48935
48936 2005-10-11  Bruno Haible  <bruno@clisp.org>
48937
48938         * lib/strcasecmp.c: Include limits.h.
48939         (strcasecmp): Avoid integer overflow on exotic platforms.
48940         * lib/strncasecmp.c: Include limits.h.
48941         (strncasecmp): Avoid integer overflow on exotic platforms.
48942         Reported by Paul Eggert.
48943
48944 2005-10-11  Bruno Haible  <bruno@clisp.org>
48945
48946         * lib/c-strcasestr.h: New file, from GNU gettext.
48947         * lib/c-strcasestr.c: New file, from GNU gettext.
48948
48949 2005-10-11  Bruno Haible  <bruno@clisp.org>
48950
48951         * lib/c-strcase.h: New file, from GNU gettext.
48952         * lib/c-strcasecmp.c: New file, from GNU gettext.
48953         * lib/c-strncasecmp.c: New file, from GNU gettext.
48954
48955 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
48956
48957         * modules/mempcpy (License): GPL -> LGPL.
48958         * modules/strchrnul (License): Likewise.
48959         * modules/sysexits (License): Likewise.
48960
48961 2005-10-08  Simon Josefsson  <jas@extundo.com>
48962
48963         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
48964
48965 2005-10-07  Simon Josefsson  <jas@extundo.com>
48966
48967         * m4/memxor.m4: Remove gl_C_RESTRICT call.
48968
48969 2005-10-06  Simon Josefsson  <jas@extundo.com>
48970
48971         * tests/test-hmac-md5.c: New file.
48972
48973         * modules/hmac-md5-tests: New file.
48974
48975         * modules/hmac-md5: New file.
48976
48977 2005-10-06  Simon Josefsson  <jas@extundo.com>
48978
48979         * m4/hmac-md5.m4: New file.
48980
48981         * m4/memxor.m4: Require gl_C_RESTRICT.
48982
48983 2005-10-06  Simon Josefsson  <jas@extundo.com>
48984
48985         * lib/memxor.c (memxor): Avoid casts and warnings.
48986
48987 2005-10-06  Simon Josefsson  <jas@extundo.com>
48988
48989         * lib/hmac-md5.c: New file.
48990
48991         * lib/hmac.h: New file.
48992
48993 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
48994
48995         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
48996         promotes to int, not unsigned int, to catch the AIX 5.3
48997         compiler bug.
48998
48999 2005-10-05  Simon Josefsson  <jas@extundo.com>
49000
49001         * modules/memxor: New file.
49002
49003         * modules/iconv (Files): Move config.rpath to havelib, it is used
49004         there.
49005
49006         * modules/havelib (Files): Add config.rpath.
49007
49008 2005-10-05  Simon Josefsson  <jas@extundo.com>
49009
49010         * m4/memxor.m4: New file.
49011
49012 2005-10-05  Simon Josefsson  <jas@extundo.com>
49013
49014         * lib/memxor.c (memxor): Fix compiler error.
49015
49016         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49017         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49018
49019         * lib/memxor.h, lib/memxor.c: New files.
49020
49021         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49022         we assume all systems have it, suggested by Jim Meyering
49023         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49024         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49025         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49026         same reasons.
49027
49028 2005-10-05  Simon Josefsson  <jas@extundo.com>
49029
49030         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49031
49032 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49033
49034         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49035         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49036         needed, since the source code now assumes these .h files.
49037
49038 2005-10-05  Derek Price  <derek@ximbiot.com>
49039
49040         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49041
49042 2005-10-05  Bruno Haible  <bruno@clisp.org>
49043
49044         * modules/stdint (License): Change to LGPL.
49045
49046 2005-10-04  Simon Josefsson  <jas@extundo.com>
49047
49048         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49049         D. Baushke" <mdb@gnu.org>.
49050
49051 2005-10-04  Bruno Haible  <bruno@clisp.org>
49052
49053         * lib/verify.h (verify_true): Provide alternative definition for C++.
49054
49055 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49056
49057         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49058         (SSIZE_MAX): New macro, if not already defined.
49059         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49060         than 2 GiB.
49061
49062 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49063
49064         Sync from coreutils.
49065         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49066         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49067         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49068         ULLONG_MAX doesn't work with 2.7.2.1.
49069
49070 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49071
49072         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49073         From Ben Pfaff.
49074
49075         * modules/exclude (Depends-on): Depend on verify.
49076         * modules/strtoimax (Depends-on): Likewise.
49077         * modules/utimecmp (Depends-on): Likewise.
49078
49079 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49080
49081         * lib/exclude.c: Include verify.h.
49082         (verify): Remove.  All callers changed to use verify.h's version.
49083         * lib/strtoimax.c: Likewise.
49084         * lib/utimecmp.c: Likewis.e
49085
49086         Sync from coreutils.
49087         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49088         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49089         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49090         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49091         bother returning ENOSYS if settimeofday or stime fails; just let
49092         them return whatever errno they want to return.
49093         * lib/utimens.c: Include unistd.h, for dup2.
49094         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49095         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49096
49097 2005-10-02  Jim Meyering  <jim@meyering.net>
49098
49099         Sync from coreutils.
49100         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49101         from glibc-2.2.5 that fails for read-only files.
49102
49103 2005-10-02  Jim Meyering  <jim@meyering.net>
49104
49105         Sync from coreutils.
49106         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49107         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49108         `#if HAVE_CONFIG_H'.
49109         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49110         Remove AT_FDCWD test.
49111         Do not consume the fd unless successful.
49112         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49113         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49114         block, so that we don't even try to compile it if settimeofday is
49115         available.  This works around a compilation failure on OSF1 V5.1,
49116         due to stime requiring a `long int*' while tv_sec is `int'.
49117
49118 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49119
49120         Sync from coreutils.
49121         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49122         against `yes', rather than just testing for nonempty.
49123
49124 2005-10-01  Simon Josefsson  <jas@extundo.com>
49125
49126         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49127         and Darwin.
49128
49129         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49130         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49131         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49132         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49133         Check if struct addrinfo is declared.
49134
49135 2005-10-01  Simon Josefsson  <jas@extundo.com>
49136
49137         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49138         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49139         AI_* and EAI_* definitions.  Protect function declarations.
49140
49141 2005-10-01  Jim Meyering  <jim@meyering.net>
49142
49143         Sync from coreutils.
49144
49145         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49146         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49147         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49148         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49149         in the inet and nsl libraries.  Required on Solaris 5.7.
49150
49151 2005-10-01  Jim Meyering  <jim@meyering.net>
49152
49153         Sync from coreutils.
49154         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49155         in the inet and nsl libraries.  Required on Solaris 5.7.
49156
49157 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49158
49159         * lib/getdelim.c (getdelim): Remove unused variables.
49160
49161 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49162
49163         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49164         so that the code works even with ancient cpp.  Portability problem
49165         with GCC 2.7.2.1 reported by Thomas M.Ott.
49166
49167 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49168
49169         * modules/regex (Depends-on): Add strcase.
49170
49171         * modules/gethostname (Licence): Change from GPL to LGPL, since
49172         gethostname.c is a trivial implementation of a standard library
49173         function.
49174         * modules/poll (License): Change from GPL to LGPL, since it's
49175         derived from LGPL code.
49176
49177 2005-09-27  Jim Meyering  <jim@meyering.net>
49178
49179         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49180         HAVE_CONFIG_H.
49181
49182         * lib/intprops.h (signed_type_or_expr__): Define.
49183         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49184         for unsigned types.
49185
49186 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49187
49188         * lib/verify.h (verify_expr): Remove, replacing with:
49189         (verify_true): New macro that returns true instead of void.
49190         (verify_type__): Remove.
49191         (verify): Use verify_true rather than verify_type__.
49192
49193 2005-09-26  Bruno Haible  <bruno@clisp.org>
49194
49195         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49196         is necessary.
49197         (lib_SOURCES): Remove mbchar.c.
49198         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49199         (Files): Add m4/mbrtowc.m4.
49200         * modules/mbiter: Likewise.
49201         * modules/mbuiter: Likewise.
49202
49203 2005-09-26  Bruno Haible  <bruno@clisp.org>
49204
49205         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49206         compile mbchar.c if they are not both present.
49207         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49208         * m4/mbiter.m4 (gl_MBITER): Likewise.
49209         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49210         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49211         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49212
49213 2005-09-25  Jim Meyering  <jim@meyering.net>
49214
49215         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49216         also uses socklen_t.
49217
49218 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49219
49220         * lib/utimens.c (ENOSYS): Define if not already defined.
49221         (futimens): Support having a null PATH if the file descriptor
49222         is nonnegative.
49223
49224         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49225         Remove.
49226         (__attribute): Define to empty unless GCC 3.1 or later.
49227         This works around a core dump on OpenBSD 3.4, which has GCC
49228         2.95.3, which dumps core when given __attribute__(()).  It also
49229         simplifies other tests, since we really don't want to bother with
49230         worrying about which ancient version of GCC supported what.
49231         Original problem reported by Yoann Vandoorselaere, with part of
49232         the fix suggested by Derek Price.
49233
49234 2005-09-24  Jim Meyering  <jim@meyering.net>
49235
49236         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49237         so we can once again use a positive bitfield width of 1 -- now we
49238         don't have to explain why we were using a bitfield width of 2.
49239
49240 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49241
49242         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49243         and similarly for the other external symbols.  Problem reported
49244         by James Gallager.
49245
49246         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49247         bug reported by Jim Meyering.
49248
49249         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49250         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49251         not needed, since socklen is a prerequisite module.
49252
49253 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49254
49255         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49256         Problem reported by Eric Blake.
49257         (getaddrinfo): Initialize se so that it's not garbage.
49258         Redo internal storage allocation so that it doesn't make unportable
49259         assumptions about alignment.
49260         Fix a memory leak.
49261
49262         * lib/utimens.c (futimens): Use futimesat if available.
49263         Prefer it to futimes since it doesn't have the futimes bug.
49264
49265         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49266         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49267         Instead, declare a function that returns a pointer to an array,
49268         and use verify_type__ to declare the size of the array.
49269         Problem and germ of a solution reported by Bruno Haible.
49270         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49271         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49272
49273 2005-09-23  Jim Meyering  <jim@meyering.net>
49274
49275         Sync from coreutils.
49276         Correct build failure (socklen_t not defined) on at least
49277         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49278         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49279
49280 2005-09-23  Jim Meyering  <jim@meyering.net>
49281
49282         * modules/getaddrinfo (Depends-on): Add socklen.
49283
49284 2005-09-23  Bruno Haible  <bruno@clisp.org>
49285
49286         * tests/test-verify.c: New file.
49287
49288 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49289
49290         Sync from coreutils.
49291
49292         * modules/argmatch (Depends-on): Add verify.
49293         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49294         unistd-safer.
49295         * modules/save-cwd (Depends-on): Likewise.
49296
49297         * modules/openat (Files): Add lib/openat-die.c.
49298         (Depends-on): Remove error, exitfail.
49299         Add dirname.
49300
49301         * modules/verify: New file.
49302         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49303         with "verify" module.
49304
49305 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49306
49307         Sync from coreutils.
49308
49309         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49310         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49311         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49312         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49313         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49314         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49315         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49316         Don't bother checking for string.h, stdlib.h, unistd.h.
49317         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49318         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49319         module's job.
49320         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49321         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49322
49323         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49324         (gl_GETDATE): Use it.
49325
49326         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49327
49328 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49329
49330         Sync from coreutils.
49331
49332         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49333         stat-time.h.
49334         * lib/argmatch.h: Include verify.h
49335         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49336         (ARGMATCH_ASSERT): Remove; unused.
49337         * lib/canonicalize.c: Assume STDC_HEADERS.
49338         * lib/exclude.c: Include "strcase.h".
49339         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49340         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49341         and stdio-safer.h.
49342         (getusershell): Call fopen, not fopen_safer.
49343         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49344         Do not include unistd-safer.h.
49345         (save_cwd): Don't call fd_safer; no longer needed
49346         now that we include fcntl--.h.
49347
49348         * lib/getdate.y (relative_time): New type.
49349         (RELATIVE_TIME_0): New constant.
49350         (parser_control): Use relative_time instead of doing it ourselves.
49351         (%union): Add new relative_time rel member.
49352         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49353         Now typeless.
49354         (relunit, relunit_snumber): Now of type rel.
49355         (zone, rel, relunit, get_date): Adjust to above changes.
49356
49357         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49358         Do not include unistd-safer.h.
49359         (getloadavg): Don't call fd_safer; no longer needed
49360         now that we include fcntl--.h.
49361
49362         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49363         (make_dir_parents): Treat ENOSYS like EEXIST.
49364
49365         Improve quality of diagnostics on restore_cwd failure.
49366         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49367         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49368         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49369         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49370         each time through the loop.  Do not diagnose restore_cwd failure;
49371         that is the caller's job (and perhaps the caller does not care).
49372
49373         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49374         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49375         If the file already exists but is not a directory, don't bother
49376         to try to make its parents.
49377         Close potential file descriptor leak if we can't chdir("/") (!).
49378         Don't always return true if chdir($PWD) fails; return true only
49379         if the requested action was done successfully (except for the
49380         chdir($PWD)).
49381         Don't log final directory unless we actually made it.
49382         Refactor to avoid duplicate code to fix up permissions.
49383         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49384
49385         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49386         to make it a bit faster and (I hope) clearer.
49387         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49388         Fix bug in formats like %2N.
49389
49390         * lib/verify.h: New file.
49391
49392 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49393
49394         Sync from coreutils.
49395         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49396
49397 2005-09-22  Jim Meyering  <jim@meyering.net>
49398
49399         Sync from coreutils.
49400
49401         * m4/lstat.m4 (gl_FUNC_LSTAT):
49402         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49403         Remove obsolete comment.
49404         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49405         * m4/xstrtod.m4: Likewise.
49406
49407         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49408
49409 2005-09-22  Jim Meyering  <jim@meyering.net>
49410
49411         Sync from coreutils.
49412
49413         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49414
49415         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49416         the .tm_year member, since otherwise gcc-4.0 would now warn about
49417         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49418
49419         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49420         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49421
49422         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49423         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49424         when run in a time zone for which daylight savings time is in effect
49425         for the starting date.
49426
49427         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49428         stop us from restricting permissions of just-created absolute-named
49429         directories.
49430         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49431         to restore initial working directory.
49432         * lib/mkdir-p.c (make_dir_parents): New parameter:
49433         different_working_dir, to tell caller if/when we change the working
49434         directory and are unable to return to the initial one.
49435         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49436         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49437         `return false'.  This fixes a bug introduced on 2004-07-30.
49438
49439         * lib/openat.c (fdopendir): Be sure to close the supplied
49440         file descriptor before returning.  This makes our replacement
49441         implementation a little closer to Solaris's, where fdopendir
49442         ties the file descriptor to the returned DIR* pointer.
49443         * lib/openat.c (unlinkat): New function.
49444         * lib/openat.h (unlinkat): Add prototype.
49445         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49446         (openat_restore_fail): Rename from openat_restore_die.
49447         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49448
49449         Provide an alternative to exiting immediately upon save_cwd or
49450         restore_cwd failure.  Now, an application can arrange e.g.,
49451         to perform a longjump in that case.
49452         * lib/openat.c: Include dirname.h.
49453         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49454         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49455         and openat_restore_die rather than calling error directly.
49456         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49457
49458         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49459         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49460         define.
49461
49462         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49463         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49464                             int utc, int nanoseconds);
49465         Background:
49466         date should not have to allocate a megabyte of virtual memory to
49467         handle a format argument like +%1048575T.  When implemented with
49468         strftime, it must allocate such a buffer, use strftime to fill it
49469         in, print it, then free it.
49470         With fprintftime, it simply prints everything and exits.
49471         With no need for memory allocation, that's one fewer way to fail.
49472         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49473         optional field width, not before, so we accept %9:z, not %:9z.
49474         (my_strftime): Be sure to use L_('x') for literals.
49475
49476         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49477         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49478         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49479         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49480         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49481         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49482         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49483         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49484         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49485         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49486         * lib/xgethostname.c, lib/xreadlink.c:
49487         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49488
49489         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49490         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49491         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49492         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49493         and don't include <sys/file.h>).
49494
49495 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49496
49497         Sync from coreutils.
49498
49499         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49500         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49501         [!LDAV_DONE]: Avoid unused variable warning.
49502
49503 2005-09-21  Bruno Haible  <bruno@clisp.org>
49504
49505         * lib/unicodeio.h (unicode_to_mb): New declaration.
49506
49507 2005-09-20  Derek Price  <derek@ximbiot.com>
49508
49509         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49510         getaddrinfo.h.
49511
49512 2005-09-20  Bruno Haible  <bruno@clisp.org>
49513
49514         * gnulib-tool: Remove trailing slashes from the values specified for
49515         --source-base, --m4-base, --tests-base, --aux-dir.
49516         Suggested by Simon Josefsson <jas@extundo.com>.
49517
49518 2005-09-20  Bruno Haible  <bruno@clisp.org>
49519
49520         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49521         func_modules_to_filelist, func_import, func_create_testdir): Make all
49522         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49523         change when gnulib-tool is invoked in a different locale.
49524
49525 2005-09-19  Simon Josefsson  <jas@extundo.com>
49526
49527         * m4/socklen.m4: Fix typo.
49528
49529 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49530
49531         Use a consistent style for including <config.h>.
49532         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49533         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49534         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49535         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49536         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49537         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49538         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49539         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49540         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49541         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49542         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49543         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49544         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49545         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49546         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49547         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49548         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49549         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49550         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49551         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49552         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49553         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49554         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49555         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49556         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49557         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49558         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49559         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49560         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49561         lib/xstrtoumax.c, lib/yesno.c:
49562         Standardize inclusion of config.h.
49563         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49564         lib/inttostr.h:  Removed inclusion of config.h from header files.
49565         * lib/inttostr.c:  Adjusted in-tree users.
49566         * lib/timespec.h: Remove superfluous warning to include config.h.
49567         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49568         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49569         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49570         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49571         config.h with HAVE_CONFIG_H.
49572
49573 2005-09-19  Jim Meyering  <jim@meyering.net>
49574
49575         * modules/pathmax (License): Change to LGPL.
49576
49577 2005-09-19  Derek Price  <derek@ximbiot.com>
49578
49579         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49580
49581 2005-09-19  Bruno Haible  <bruno@clisp.org>
49582
49583         * gnulib-tool (import): Provide default for --tests-base.
49584
49585 2005-09-19  Bruno Haible  <bruno@clisp.org>
49586
49587         * doc/quote.texi: New file, extracted from gnulib.texi.
49588         * doc/ctime.texi: New file, extracted from gnulib.texi.
49589         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49590         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49591         * doc/gnulib.texi: Include them.
49592
49593 2005-09-18  Bruno Haible  <bruno@clisp.org>
49594
49595         Portability fix.
49596         * gnulib-tool (func_readlink): New function.
49597         (func_ln_if_changed): Use it.
49598
49599 2005-09-18  Bruno Haible  <bruno@clisp.org>
49600
49601         * gnulib-tool: Support --with-tests also with --import.
49602         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49603         (func_import): Use variables $testsbase and $inctests. Emit a
49604         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49605         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49606         SUBDIRS += $testsdir.
49607         (func_create_testdir): Update.
49608
49609 2005-09-18  Bruno Haible  <bruno@clisp.org>
49610
49611         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49612         instead of $dry_run.
49613         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49614         (func_ln_if_changed): Don't handle dry-run here.
49615         (func_import): In dry-run mode, detect more precisely which actions
49616         would be performed, and don't use "...ing" verbs.
49617
49618 2005-09-18  Bruno Haible  <bruno@clisp.org>
49619
49620         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49621         (func_import): Use join on two temporary files instead of three nested
49622         loops, in order to determine which files are new or old.
49623
49624 2005-09-18  Bruno Haible  <bruno@clisp.org>
49625
49626         * gnulib-tool (func_import): Comment out code that spits out the
49627         new files with --dry-run.
49628
49629 2005-09-18  Bruno Haible  <bruno@clisp.org>
49630
49631         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49632
49633 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49634
49635         * lib/stat-time.h: New file.
49636         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49637         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49638         in a different way.
49639         (timespec_cmp): New function.
49640         * lib/utimecmp.c: Include stat-time.h.
49641         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49642         members exist, not on the obsolescent ST_MTIM_NSEC.
49643         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49644
49645 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49646
49647         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49648
49649 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49650
49651         * MODULES.html.sh (File system functions): Add stat-time.
49652         * modules/stat-time: New file.
49653         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49654         is now done in a different way, by the stat-time module.
49655         * modules/utimecmp (Depends-on): Add stat-time.
49656
49657 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49658
49659         * m4/st_mtim.m4: Remove.  Superseded by...
49660         * m4/stat-time.m4: New file.
49661         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
49662         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
49663
49664 2005-09-15  Derek Price  <derek@ximbiot.com>
49665
49666         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
49667
49668 2005-09-15  Derek Price  <derek@ximbiot.com>
49669
49670         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
49671         * lib/regex_internal.c: Ditto, using this...
49672         (__GNUC_PREREQ): ...new macro.
49673         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
49674         using...
49675         (__GNUC_PREREQ): ...this new macro.
49676
49677         * lib/strstr.h: Include string.h. Define strstr as a macro here.
49678
49679 2005-09-15  Derek Price  <derek@ximbiot.com>
49680             Paul Eggert  <eggert@cs.ucla.edu>
49681
49682         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
49683         changes, consolidating in...
49684         * lib/regex_internal.h: ...this file.
49685
49686 2005-09-13  Jim Meyering  <jim@meyering.net>
49687
49688         * lib/canon-host.c: Filter through gnu indent and reword comments
49689         slightly.
49690         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
49691
49692 2005-09-13  Derek Price  <derek@ximbiot.com>
49693
49694         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
49695         failure.
49696         Reported by Jim Meyering  <jim@meyering.net>.
49697
49698 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49699
49700         * lib/base64.c: Typo.
49701         (base64_encode): Put b64str in initialized data section.
49702
49703 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
49704
49705         Merge glibc and coreutils changes into gnulib, plus a few
49706         extra fixes.
49707         * lib/md5.c: Use #error rather than a string.
49708         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
49709         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
49710         (__attribute__): Define to empty for non recent-GCC.
49711         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
49712         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
49713         Renamed from their non-__ counterparts, with new macros replacing
49714         them if not _LIBC.  Add __THROW attribute.
49715         (rol): Remove.
49716         (struct md5_ctx): Align buffer if using GCC.
49717         * lib/sha1.h (struct sha1_ctx): Likewise.
49718         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
49719         The old name was backwards.
49720         (NOTSWAP): Remove; not used.
49721         (rol): New macro, moved here from md5.h.
49722         (sha1_process_block): Remove a FIXME that doesn't make sense.
49723
49724 2005-09-12  Derek Price  <derek@ximbiot.com>
49725
49726         Return usable errors from canon-host.
49727         * lib/canon-host.h: New file.
49728         * lib/canon-host.c (canon_host): Wrap...
49729         (canon_host_r): ...this new function, which now relies exclusively on
49730         getaddrinfo.
49731         (ch_strerror): New function.
49732         (last_cherror): New global.
49733         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
49734         interface.
49735         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
49736         void *.
49737         (freeaddrinfo): Free ai->ai_canonname when set.
49738
49739 2005-09-12  Derek Price  <derek@ximbiot.com>
49740
49741         Make canon-host require getaddrinfo.
49742         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
49743         AC_LIBSOURCE canon-host.h.  Call...
49744         (gl_PREREQ_CANON_HOST): ...this new function, which requires
49745         gl_GETADDRINFO.
49746         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
49747
49748 2005-09-12  Derek Price  <derek@ximbiot.com>
49749
49750         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
49751         LGPL.
49752         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
49753
49754 2005-09-12  Derek Price  <derek@ximbiot.com>
49755
49756         * lib/gai_strerror.c: Include config.h when available.  Include
49757         getaddrinfo.h before other headers to test interface.
49758         Reported by Larry Jones <lawrence.jones@ugs.com>.
49759
49760 2005-09-12  Derek Price  <derek@ximbiot.com>
49761             Paul Eggert  <eggert@cs.ucla.edu>
49762
49763         * modules/glob (Files): Add glob-libc.h.
49764
49765 2005-09-12  Derek Price  <derek@ximbiot.com>
49766             Paul Eggert  <eggert@cs.ucla.edu>
49767
49768         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
49769         glob_.h, glob-libc.h.
49770         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
49771
49772 2005-09-12  Derek Price  <derek@ximbiot.com>
49773             Paul Eggert  <eggert@cs.ucla.edu>
49774
49775         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
49776         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
49777         protecting things that should be done only in gnulib contexts.
49778         * lib/glob_.h: New file, containing only the glob things needed for
49779         gnulib.
49780         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
49781         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
49782         (glob, globfree, glob_pattern_p): Now defined simply in terms of
49783         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
49784         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
49785         and to respect the namespace rules better.
49786
49787 2005-09-08  Simon Josefsson  <jas@extundo.com>
49788
49789         * modules/socklen: New file.
49790
49791 2005-09-08  Simon Josefsson  <jas@extundo.com>
49792
49793         * m4/socklen.m4: New file.
49794
49795 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49796
49797         * modules/utimens (Files): Add m4/utimbuf.m4, since
49798         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
49799         Reported by Sergey Poznyakoff.
49800
49801 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49802
49803         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
49804         definitions, since that's the preferred style in glibc.
49805         Fix a minor spacing issue, and update copyright notice to match
49806         glibc's.
49807
49808 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
49809
49810         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
49811
49812 2005-09-06  Simon Josefsson  <jas@extundo.com>
49813
49814         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
49815         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
49816
49817 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49818
49819         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
49820         warning.
49821
49822 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
49823
49824         * config/srclist.txt: Add glibc bug 1302.
49825
49826 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
49827
49828         Change bitset word type from unsigned int to unsigned long int,
49829         as this has better performance on typical 64-bit hosts.
49830         Port bitset code to hosts with unusual word sizes.
49831         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
49832         (build_collating_symbol):
49833         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
49834         argument is a bitset.  This is merely a style issue, but it makes
49835         it clearer that an entire array is expected.
49836         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
49837         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
49838         Port to the case where bitset_word is not the same as unsigned int.
49839         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
49840         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
49841         Likewise.
49842         * lib/regexec.c (check_dst_limits_calc_pos_1,
49843         check_subexp_matching_top):
49844         (build_trtable, group_nodes_into_DFAstates):
49845         Likewise.
49846         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
49847         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
49848         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
49849         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
49850         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
49851         * lib/regcomp.c (optimize_subexps, lower_subexp):
49852         Work even if bitset_word has holes in its bitwise representation.
49853         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
49854         * lib/regexec.c (check_dst_limits_calc_pos_1,
49855         check_subexp_matching_top):
49856         Likewise.
49857         * lib/regex_internal.c (re_string_reconstruct):
49858         Don't assume UCHAR_MAX == 255.
49859         * lib/regex_internal.h (bitset_set_all): Likewise.
49860         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
49861         All uses changed.
49862         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
49863         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
49864         All uses changed.
49865         (BITSET_WORD_MAX): New macro.
49866         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
49867         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
49868         (bitset_empty, bitset_copy):
49869         Prefer sizeof (bitset) to multiplying it out ourselves.
49870         (bitset_not_merge): Remove; unused.
49871         (bitset_contain): Return bool, not unsigned int with one bit on.
49872         All callers changed.
49873         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
49874         alignment than re_node_set; do this by defining a new internal
49875         type struct dests_alloc and using it to allocate memory.
49876
49877 2005-09-05  Bruno Haible  <bruno@clisp.org>
49878
49879         * gnulib-tool (func_import): Fix comparison in handling of symbolic
49880         links.
49881
49882 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
49883
49884         * modules/size_max (Makefile.am): Add size_max.h
49885
49886 2005-09-04  Derek Price  <derek@ximbiot.com>
49887
49888         * gnulib-tool (func_import): Fix reversed $symbolic logic.
49889
49890 2005-09-03  Simon Josefsson  <jas@extundo.com>
49891
49892         * gnulib-tool: Fix typo.
49893
49894 2005-09-03  Simon Josefsson  <jas@extundo.com>
49895
49896         * config/srclist.txt: Add glibc bug 1293.
49897
49898 2005-09-03  Derek Price  <derek@ximbiot.com>
49899
49900         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
49901         From Larry Jones <lawrence.jones@ugs.com>.
49902
49903 2005-09-02  Simon Josefsson  <jas@extundo.com>
49904
49905         * modules/socklen: New file.
49906
49907 2005-09-02  Simon Josefsson  <jas@extundo.com>
49908
49909         * modules/havelib: New module.
49910
49911         * modules/gettext, modules/iconv, modules/lock, modules/readline:
49912         Use havelib.
49913
49914 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49915
49916         Check for arithmetic overflow when calculating sizes, to prevent
49917         some buffer-overflow issues.  These patches are conservative, in the
49918         sense that when I couldn't determine whether an overflow was possible,
49919         I inserted a run-time check.
49920         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
49921         macros.
49922         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
49923         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
49924         (re_xnrealloc, re_x2nrealloc): New inline functions.
49925         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
49926         parse_bracket_exp):
49927         (build_equiv_class, build_charclass): Check for arithmetic overflow
49928         in size expression calculations.
49929         * lib/regex_internal.c (re_string_realloc_buffers):
49930         (build_wcs_upper_buffer, re_node_set_add_intersect):
49931         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
49932         (re_dfa_add_node, register_state): Likewise.
49933         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
49934         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
49935         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
49936         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
49937
49938 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
49939
49940         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
49941         m4/ulonglong.m4.  Problem reported by Martin Lambers.
49942
49943 2005-09-02  Bruno Haible  <bruno@clisp.org>
49944
49945         Support for lib vs. lib64 distinction on biarch platforms.
49946         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
49947         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
49948         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
49949
49950 2005-09-02  Bruno Haible  <bruno@clisp.org>
49951
49952         * gnulib-tool (import): In the other first-use case, provide defaults
49953         as well.
49954
49955 2005-09-02  Bruno Haible  <bruno@clisp.org>
49956
49957         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
49958         patches not yet found in the latest gettext release.
49959
49960 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
49961
49962         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
49963         to avoid a collision with bits/local_lim.h in glibc.
49964         All uses changed.  Problem reported by Dmitry V. Levin in
49965         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
49966
49967         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
49968         bugs in int versus size_t comparisons.
49969         (re_string_context_at): Fix bug where the code assumed that
49970         Idx is signed.
49971
49972         Use bool where appropriate.
49973         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
49974         All callers changed.
49975         (calc_eclosure_iter): Likewise, for ROOT arg.
49976         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
49977         (build_charclass_op): Likewise, for NON_MATCH arg.
49978         * lib/regex_internal.c (re_string_allocate, re_string_construct):
49979         (re_string_construct_common): Likewise, for ICASE arg.
49980         * lib/regexec.c (re_search_2_stub, re_search_stub):
49981         Likewise, for RET_LEN arg.
49982         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
49983         (set_regs): Likewise, for FL_BACKTRACK arg.
49984         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
49985         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
49986         (calc_eclosure_iter, parse_bracket_exp):
49987         Use bool for internal variables that are booleans.
49988         * lib/regexec.c (re_search_internal, check_matching,
49989         proceed_next_node):
49990         (set_regs, build_sifted_states, sift_states_bkref):
49991         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
49992         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
49993         (find_collation_sequence_value):
49994         Likewise.
49995         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
49996         (re_node_set_compare):
49997         Return bool, not int. All callers changed.
49998         * lib/regexec.c (check_halt_node_context, check_dst_limits):
49999         (build_trtable, check_node_accept): Likewise.
50000         * lib/regex_internal.h: Include stdbool.h.
50001
50002         Fix bugs uncovered when converting to bool.
50003         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50004         failure instead of charging ahead blindly.
50005         * lib/regex_internal.c (register_state): Likewise.
50006         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50007         for freeing internal storage.
50008         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50009         bitset pieces used as boolean, to avoid undefined behavior
50010         on hosts that do int overflow checking.
50011
50012 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50013
50014         * config/srclist.txt: Add glibc bugs 1285-1287.
50015
50016 2005-09-01  Jim Meyering  <jim@meyering.net>
50017
50018         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50019         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50020         Require gl_STAT_MACROS, too.
50021
50022 2005-09-01  Bruno Haible  <bruno@clisp.org>
50023
50024         * gnulib-tool (import): In the first-use case, provide defaults.
50025
50026 2005-09-01  Bruno Haible  <bruno@clisp.org>
50027
50028         * gnulib-tool (func_import): Remove the .tmp files.
50029
50030 2005-09-01  Bruno Haible  <bruno@clisp.org>
50031
50032         * gnulib-tool (func_import): Fix handling of symbolic links.
50033
50034 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50035
50036         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50037         old glibc regex code mishandles strings longer than 2**31 bytes.
50038         This patch fixes this when the regex code is used in gnulib
50039         (i.e., outside glibc).
50040
50041         This patch should not affect the use of the regex code inside
50042         glibc.  No doubt this problem also needs to be handled for glibc
50043         as well, but the result will be an incompatible change to the
50044         glibc ABI, and the old ABI will have to be supported too.  That
50045         can be the the subject for another patch.
50046
50047         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50048         governing whether the rest of this patch is active.  By default,
50049         the macro is disabled and the patch has no effect.
50050         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50051         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50052         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50053         (re_match_2, re_set_registers): Use the new types.
50054         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50055         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50056         New macros.
50057         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50058         (re_string_context_at, bin_tree_t, re_dfastate_t):
50059         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50060         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50061         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50062         (re_string_char_size_at, re_string_wchar_at):
50063         (re_string_elem_size_at):
50064         Use the new types and macros to port to 64-bit hosts.
50065         Use unsigned types for internal values, so that the code
50066         mostly works even for arrays larger than SSIZE_MAX.
50067         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50068         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50069         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50070         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50071         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50072         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50073         (calc_inveclosure, parse_dup_op, build_range_exp):
50074         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50075         (fetch_number, create_token_tree, mark_opt_subexp):
50076         Likewise.
50077         * lib/regex_internal.c (re_string_construct_common,
50078         create_ci_newstate):
50079         (create_cd_newstate, re_string_allocate, re_string_construct):
50080         (re_string_realloc_buffers, build_wcs_upper_buffer):
50081         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50082         (re_string_reconstruct, re_string_peek_byte_case):
50083         (re_string_fetch_byte_case, re_string_context_at):
50084         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50085         (re_node_set_init_copy, re_node_set_add_intersect):
50086         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50087         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50088         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50089         (re_acquire_state, re_acquire_state_context, register_state):
50090         Likewise.
50091         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50092         search_cur_bkref_entry):
50093         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50094         (re_search_internal, re_search_2_stub, re_search_stub)
50095         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50096         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50097         (update_cur_sifted_state, check_dst_limits):
50098         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50099         (check_subexp_limits, sift_states_bkref, merge_state_array):
50100         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50101         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50102         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50103         (expand_bkref_cache, check_node_accept_bytes):
50104         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50105         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50106         (acquire_init_state_context, check_halt_node_context):
50107         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50108         (sift_states_backward, clean_state_log_if_needed):
50109         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50110         (find_recover_state, transit_state_sb, transit_state_mb):
50111         (transit_state_bkref, build_trtable, match_ctx_clean):
50112         Likewise.
50113         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50114         to work around an assumption that REG_MISSING is negative.
50115
50116         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50117         (seek_collating_symbol_entry) [defined _LIBC]:
50118         (lookup_collation_sequence_value) [defined _LIBC]:
50119         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50120         Use prototypes rather than old-style function definitions.
50121         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50122         (transit_state_sb) [0]:
50123         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50124
50125         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50126         rm_eo.
50127
50128         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50129         (optimize_subexps, lower_subexp):
50130         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50131         since the signed shift might overflow.  Use 1u<<31 instead.
50132         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50133         Likewise.
50134         * lib/regexec.c (check_dst_limits_calc_pos_1,
50135         check_subexp_matching_top): Likewise.
50136
50137         * lib/regcomp.c (optimize_subexps, lower_subexp):
50138         Use CHAR_BIT rather than 8, for clarity.
50139         * lib/regexec.c (check_dst_limits_calc_pos_1):
50140         (check_subexp_matching_top): Likewise.
50141         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50142         have to worry about portability issues when shifting it left.
50143         Remove no-longer-needed test for table_size > 0.
50144         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50145         in a word, as the resulting behavior is undefined.
50146         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50147         in one case, a <= should have been an <, and in another case the
50148         whole test was missing.
50149         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50150         the standard name CHAR_BIT.
50151         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50152         this is not true on one's complement and signed-magnitude hosts.
50153
50154         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50155         next_last_offset.
50156         (struct re_dfa_t): Remove unused member states_alloc.
50157         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50158
50159 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50160
50161         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50162         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50163         and large-file glibc and in 32-bit large-file Solaris.
50164
50165 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50166
50167         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50168         lengths fit in regoff_t; this isn't true if regoff_t is the same
50169         width as size_t.
50170         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50171         (= START + RANGE) instead of RANGE.  This avoids overflow
50172         problems when regoff_t is the same width as size_t.
50173         All callers changed.
50174         (re_search_2_stub): Check for overflow when adding the
50175         sizes of the two strings.
50176         (re_search_stub): Check for overflow when adding START
50177         to RANGE; if it occurs, substitute the extreme value.
50178
50179 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50180
50181         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50182
50183 2005-08-31  Jim Meyering  <jim@meyering.net>
50184
50185         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50186         a pointer-to-const.
50187         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50188         (register_state): Likewise.
50189         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50190         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50191         (group_nodes_into_DFAstates): Likewise.
50192
50193 2005-08-31  Jim Meyering  <jim@meyering.net>
50194
50195         * check-module: Add a FIXME comment.
50196
50197 2005-08-31  Eric Blake  <ebb9@byu.net>
50198
50199         * modules/unistd-safer (Files): Add unistd--.h.
50200         * modules/stdio-safer (Files): Add stdio--.h.
50201
50202 2005-08-31  Derek Price  <derek@ximbiot.com>
50203
50204         * lib/getdelim.c (getdelim): Return EOF on EOF.
50205         Reported by Larry Jones <lawrence.jones@ugs.com>.
50206
50207 2005-08-31  Bruno Haible  <bruno@clisp.org>
50208
50209         Avoid unnecessary diffs in the generated lib/Makefile.am.
50210         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50211         the generated files.
50212         (func_import): Don't set cmd.
50213
50214 2005-08-31  Bruno Haible  <bruno@clisp.org>
50215
50216         * lib/strstr.c: Include <stddef.h>, for NULL.
50217         * lib/strcasestr.c: Likewise.
50218         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50219
50220 2005-08-31  Bruno Haible  <bruno@clisp.org>
50221
50222         * gnulib-tool: New option --macro-prefix.
50223         (func_import): Use macro_prefix.
50224         (import): Handle option --macro-prefix.
50225
50226 2005-08-31  Bruno Haible  <bruno@clisp.org>
50227
50228         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50229         Also use new variables cached_lgpl, cached_libtool.
50230
50231 2005-08-31  Bruno Haible  <bruno@clisp.org>
50232
50233         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50234         always instantiating them.
50235
50236 2005-08-31  Bruno Haible  <bruno@clisp.org>
50237
50238         * gnulib-tool (func_import): Read the previous cached settings
50239         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50240         earlier added by gnulib but are now dropped. Warn when a gnulib file
50241         overwrites a non-gnulib file.
50242
50243 2005-08-31  Bruno Haible  <bruno@clisp.org>
50244
50245         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50246         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50247         projects that don't keep autogenerated files in CVS. Put into
50248         actioncmd only the specified modules, not the transitive closure.
50249
50250 2005-08-31  Bruno Haible  <bruno@clisp.org>
50251
50252         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50253         Create directories that shall be filled.
50254         (import): Don't look for gl_* macros in configure.ac. Recurse across
50255         all directories containing a gnulib-cache.m4 files, if meaningful.
50256
50257 2005-08-31  Bruno Haible  <bruno@clisp.org>
50258
50259         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50260         (import): Set seen_libtool when we see gl_LIBTOOL.
50261
50262 2005-08-31  Bruno Haible  <bruno@clisp.org>
50263
50264         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50265         declaration macro definitions from generated gnulib.m4.
50266
50267 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50268
50269         * lib/iconvme.h: Add prototype for iconv_alloc.
50270
50271 2005-08-29  Simon Josefsson  <jas@extundo.com>
50272
50273         * lib/iconvme.c: Fix errno.
50274
50275 2005-08-29  Bruno Haible  <bruno@clisp.org>
50276
50277         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50278         that it works when the directory contains spaces.
50279
50280 2005-08-29  Bruno Haible  <bruno@clisp.org>
50281
50282         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50283
50284 2005-08-29  Bruno Haible  <bruno@clisp.org>
50285
50286         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50287         Emit more advice.
50288
50289 2005-08-29  Bruno Haible  <bruno@clisp.org>
50290         and Stepan Kasal  <kasal@ucw.cz>
50291
50292         * check-module: If more parameters are given, check each of them
50293         separately; add more exceptions, as noted by Jim Meyering.
50294         (check_module): New procedure.
50295         (%exempt_header): Now contains all exceptions.
50296
50297 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50298
50299         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50300
50301 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50302
50303         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50304
50305 2005-08-28  Bruno Haible  <bruno@clisp.org>
50306
50307         * m4/gnulib-tool.m4: New file.
50308
50309 2005-08-27  Jim Meyering  <jim@meyering.net>
50310
50311         * modules/unistd-safer (Files): Add pipe-safer.c.
50312         * modules/fcntl-safer (Files): Add creat-safer.c.
50313
50314 2005-08-27  Jim Meyering  <jim@meyering.net>
50315
50316         * m4/stdlib-safer.m4: New file.  From coreutils.
50317         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50318         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50319         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50320         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50321         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50322
50323 2005-08-27  Jim Meyering  <jim@meyering.net>
50324
50325         * lib/fopen-safer.c: Merge minor changes from coreutils.
50326         * lib/dup-safer.c: Likewise.
50327         * lib/fd-safer.c: Likewise.
50328
50329         Merge from coreutils.
50330         * lib/stdio--.h: New file.
50331         * lib/stdlib--.h: New file.
50332         * lib/mkstemp-safer.c: New file.
50333
50334         GNU tar needs these.
50335         * lib/pipe-safer.c: New file.
50336         * lib/creat-safer.c: New file.
50337         * lib/fcntl--.h (creat): Define to creat_safer.
50338         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50339         * lib/unistd--.h (pipe): Define to pipe_safer.
50340         * lib/unistd-safer.h: Declare pipe_safer.
50341
50342 2005-08-26  Simon Josefsson  <jas@extundo.com>
50343
50344         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50345         Haible <bruno@clisp.org>.
50346
50347 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50348
50349         * lib/regex_internal.h: Remove all references to
50350         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50351         or better.
50352         (bitset_not, bitset_merge, bitset_not_merge):
50353         (bitset_mask, re_string_allocate, re_string_construct):
50354         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50355         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50356         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50357         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50358         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50359         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50360         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50361         (re_acquire_state_context):
50362         Remove unnecessary forward decls.
50363         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50364         Put __attribute at function definition,
50365         now that the function decl has been removed.
50366         * lib/regex_internal.c (re_string_peek_byte_case):
50367         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50368         Likewise.
50369
50370 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50371
50372         * m4/regex.m4: Add AC_PREREQ(2.50).
50373         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50374
50375 2005-08-25  Simon Josefsson  <jas@extundo.com>
50376
50377         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50378         __fsetlocking.
50379
50380 2005-08-25  Simon Josefsson  <jas@extundo.com>
50381
50382         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50383         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50384         GLIBC specific code.
50385
50386 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50387
50388         Make regex safe for g++.  This fixes one real bug (an "err"
50389         that should have been "*err").  g++ problem reported by
50390         Sam Steingold.
50391         * lib/regex_internal.h (re_calloc): New macro, consistent with
50392         re_malloc etc.  All callers of calloc changed to use re_calloc.
50393         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50394         not int.  All callers changed.
50395         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50396         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50397         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50398         (find_recover_state): Change "err" to "*err"; this fixes what
50399         appears to be a real bug.
50400         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50401         versus int.
50402
50403 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50404
50405         * modules/regex (Depends-on): Add malloc, since the code
50406         assumes that !malloc(0) means failure.
50407
50408 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50409
50410         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50411
50412         alloca modernization/simplification for regex.
50413         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50414         needs to be at the start of the file, and can be moved into
50415         regex_internal.h and simplified.
50416         * lib/regex_internal.h: Include <alloca.h>.
50417         (__libc_use_alloca) [!defined _LIBC]: New macro.
50418         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50419         now works outside glibc.
50420
50421 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50422
50423         * config/srclist.txt: Add glibc bugs 1241, 1245.
50424
50425 2005-08-25  Jim Meyering  <jim@meyering.net>
50426
50427         * lib/open-safer.c: Include <config.h>.
50428         Otherwise, we'd lose LARGEFILE support in any file using
50429         e.g. "fcntl--.h"
50430
50431 2005-08-25  Bruno Haible  <bruno@clisp.org>
50432
50433         * m4/minmax.m4: Require autoconf 2.52.
50434         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50435         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50436         alternatives of translit over the alphabet.
50437         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50438
50439 2005-08-24  Simon Josefsson  <jas@extundo.com>
50440
50441         * tests/test-getpass.c: New file.
50442
50443 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50444
50445         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50446         for GNU regex features.
50447
50448 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50449
50450         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50451         * lib/regex.h (regerror): Likewise.
50452
50453         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50454         requires this.  (The code never needed it.)
50455
50456         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50457         All uses of recently-renamed identifiers changed to use the new,
50458         POSIX-compliant names.  The code will build and run just fine
50459         without these changes, but it's better to eat our own dog food
50460         and use the standard-conforming names.
50461
50462         * lib/regex.h: Fix a multitude of POSIX name space violations.
50463         These changes have an effect only for programs that define
50464         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50465         do not change anything for programs compiled in the normal way.
50466         Also, there is no effect on the ABI.
50467
50468         (_REGEX_SOURCE): New macro.
50469         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50470         defined and _GNU_SOURCE is not; this fixes a name space violation.
50471
50472         Rename the following macros to obey POSIX requirements.
50473         The old names are still visible as macros if _REGEX_SOURCE is defined.
50474         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50475         RE_BACKSLASH_ESCAPE_IN_LISTS.
50476         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50477         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50478         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50479         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50480         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50481         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50482         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50483         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50484         (REG_INTERVALS): renamed from RE_INTERVALS.
50485         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50486         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50487         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50488         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50489         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50490         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50491         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50492         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50493         RE_UNMATCHED_RIGHT_PAREN_ORD.
50494         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50495         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50496         (REG_DEBUG): renamed from RE_DEBUG.
50497         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50498         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50499         unusual, since we can't clash with the POSIX REG_ICASE.
50500         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50501         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50502         (REG_NO_SUB): renamed from RE_NO_SUB.
50503         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50504         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50505         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50506         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50507         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50508         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50509         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50510         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50511         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50512         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50513         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50514         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50515         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50516         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50517         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50518         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50519         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50520         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50521         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50522         (REG_FIXED): Renamed from REGS_FIXED.
50523         (REG_NREGS): Renamed from RE_NREGS.
50524
50525         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50526         of other REG_* macros, since POSIX says the user is allowed to
50527         #undef these macros selectively.
50528
50529         (reg_errcode_t): Update comment stating what other tables need
50530         to be consistent.
50531
50532         Rename the following enum values to obey POSIX requirements.
50533         The old names are still visible as macros.
50534         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50535         is not defined, since GNU is supposed to be a superset of POSIX as
50536         much as possible, and since we want reg_errcode_t to be a signed
50537         type for implementation consistency.
50538         (_REG_NOERROR): Renamed from REG_NOERROR.
50539         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50540         (_REG_BADPAT): Renamed from REG_BADPAT.
50541         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50542         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50543         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50544         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50545         (_REG_EBRACK): Renamed from REG_EBRACK.
50546         (_REG_EPAREN): Renamed from REG_EPAREN.
50547         (_REG_EBRACE): Renamed from REG_EBRACE.
50548         (_REG_BADBR): Renamed from REG_BADBR.
50549         (_REG_ERANGE): Renamed from REG_ERANGE.
50550         (_REG_ESPACE): Renamed from REG_ESPACE.
50551         (_REG_BADRPT): Renamed from REG_BADRPT.
50552         (_REG_EEND): Renamed from REG_EEND.
50553         (_REG_ESIZE): Renamed from REG_ESIZE.
50554         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50555         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50556         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50557         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50558         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50559
50560         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50561         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50562         changed.  But support the old name if the new one is not defined
50563         and if _REGEX_SOURCE.
50564
50565         Change the following member names in struct re_pattern_buffer.
50566         The old names are still supported if !_REGEX_SOURCE.
50567         The new names are always supported, regardless of _REGEX_SOURCE.
50568         (re_buffer): Renamed from buffer.
50569         (re_allocated): Renamed from allocated.
50570         (re_used): Renamed from used.
50571         (re_syntax): Renamed from syntax.
50572         (re_fastmap): Renamed from fastmap.
50573         (re_translate): Renamed from translate.
50574         (re_can_be_null): Renamed from can_be_null.
50575         (re_regs_allocated): Renamed from regs_allocated.
50576         (re_fastmap_accurate): Renamed from fastmap_accurate.
50577         (re_no_sub): Renamed from no_sub.
50578         (re_not_bol): Renamed from not_bol.
50579         (re_not_eol): Renamed from not_eol.
50580         (re_newline_anchor): Renamed from newline_anchor.
50581
50582         Change the following member names in struct re_registers.
50583         The old names are still supported if !_REGEX_SOURCE.
50584         The new names are always supported, regardless of _REGEX_SOURCE.
50585         (rm_num_regs): Renamed from num_regs.
50586         (rm_start): Renamed from start.
50587         (rm_end): Renamed from end.
50588
50589         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50590         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50591         Prepend __ to parameter names.
50592
50593         Undo yesterday's changes.
50594
50595 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50596
50597         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50598         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50599         lib/regex.c.
50600
50601 2005-08-24  Jim Meyering  <jim@meyering.net>
50602
50603         Sync from coreutils.
50604         * m4/fcntl-safer.m4: New file.
50605
50606         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50607         and object files for this module.
50608
50609 2005-08-24  Jim Meyering  <jim@meyering.net>
50610
50611         Sync from coreutils.
50612         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50613
50614 2005-08-24  Jim Meyering  <jim@meyering.net>
50615
50616         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50617         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50618
50619 2005-08-24  Jim Meyering  <jim@meyering.net>
50620
50621         * modules/fcntl-safer: New module.
50622         * modules/fts (Depends-on): Add fcntl-safer.
50623         * MODULES.html.sh (File descriptor based Input/Output):
50624         Add fcntl-safer.
50625
50626 2005-08-24  Bruno Haible  <bruno@clisp.org>
50627
50628         Support for unit test modules.
50629         * modules/README: Mention tests modules.
50630         * modules/TEMPLATE-TESTS: New file.
50631         * gnulib-tool: New options --extract-tests-module, --with-tests and
50632         --tests-base (unused for the moment).
50633         (testsbase, inctests): New variables.
50634         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50635         (func_verify_module): Exclude TEMPLATE-TESTS.
50636         (func_verify_nontests_module, func_verify_tests_module): New functions.
50637         (func_get_dependencies): Add implicit dependency for tests modules.
50638         (func_get_tests_module): New function.
50639         (func_modules_transitive_closure): When --with-tests was specified,
50640         include the unit tests as well, unless explicitly avoided.
50641         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50642         (func_emit_tests_Makefile_am): New function.
50643         (func_create_testdir): When --with-tests was specified, emit a
50644         tests/ directory.
50645         * MODULES.html.sh (Future developments): Update.
50646
50647 2005-08-24  Bruno Haible  <bruno@clisp.org>
50648
50649         * modules/tls-tests: New file.
50650         * tests/test-tls.c: New file, from GNU gettext.
50651
50652 2005-08-24  Bruno Haible  <bruno@clisp.org>
50653
50654         * modules/lock-tests: New file.
50655         * tests/test-lock.c: New file, from GNU gettext.
50656
50657 2005-08-24  Bruno Haible  <bruno@clisp.org>
50658
50659         * lib/lock.h: Add multiple inclusion guard.
50660         * lib/tls.h: Add multiple inclusion guard.
50661
50662 2005-08-24  Bruno Haible  <bruno@clisp.org>
50663
50664         * gnulib-tool: Add support for the --aux-dir option to
50665         --create-testdir, --create-megatestdir, --test, --megatest.
50666         (func_create_testdir, func_create_megatestdir): Optionally emit a
50667         AC_CONFIG_AUX_DIR directive.
50668         (create-testdir, create-megatestdir, test, megatest): Provide a
50669         default value for $auxdir.
50670
50671 2005-08-24  Bruno Haible  <bruno@clisp.org>
50672
50673         * gnulib-tool (import): Use compound statement instead of subshell
50674         where possible.
50675
50676 2005-08-24  Bruno Haible  <bruno@clisp.org>
50677
50678         * gnulib-tool (import): Change --aux-dir default to "build-aux".
50679
50680 2005-08-24  Bruno Haible  <bruno@clisp.org>
50681
50682         * gnulib-tool (func_version): Update.
50683
50684 2005-08-24  Bruno Haible  <bruno@clisp.org>
50685
50686         * gnulib-tool (func_import, func_create_testdir,
50687         func_create_megatestdir): Quote all autoconf macro arguments.
50688
50689 2005-08-24  Bruno Haible  <bruno@clisp.org>
50690
50691         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
50692         option --force, because --force causes the aclocal.m4 of each
50693         subdirectory to be newer than the corresponding config.h.in.
50694
50695 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50696
50697         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
50698         All contents moved to gl_REGEX.
50699         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
50700         assume that it does.
50701
50702 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50703
50704         * lib/regex.h (REG_NOSYS)
50705         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
50706         Define, since POSIX requires it as of 2001.
50707         (_REG_ENOSYS)
50708         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
50709         New private symbol, used to keep the enum signed in all cases.
50710         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
50711         Youngman in
50712         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
50713
50714         * lib/regex_internal.c (re_string_skip_chars, register_state):
50715         (calc_state_hash):
50716         Remove forward decls; no longer needed now that we use prototypes.
50717         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
50718         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
50719         (clean_state_log_if_needed): Likewise.
50720
50721 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
50722
50723         * config/srclist.txt: Add glibc bugs 1231-1233.
50724
50725 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50726
50727         Fix problems reported by Sam Steingold in
50728         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
50729         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
50730         assumed that reg_errcode_t is a signed type, which is not
50731         necessarily true if _XOPEN_SOURCE is not defined.
50732         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
50733         since some compilers warn about it otherwise.
50734
50735 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50736
50737         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
50738         (init_word_char, create_initial_state, duplicate_node_closure):
50739         (fetch_token, peek_token_bracket, build_range_exp):
50740         (build_collating_symbol): Remove forward decls; no longer needed
50741         now that we use prototypes.
50742
50743         * lib/regcomp.c:
50744         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
50745         (re_compile_fastmap_iter, regcomp, regerror, regfree):
50746         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
50747         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
50748         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
50749         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
50750         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
50751         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
50752         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
50753         (build_range_exp, build_collating_symbol, parse_bracket_exp):
50754         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
50755         (build_charclass, build_charclass_op, fetch_number, create_tree):
50756         (create_token_tree, mark_opt_subexp, duplicate_tree):
50757         Use prototypes rather than old-style definitions.
50758
50759         * lib/regex_internal.c:
50760         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
50761         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
50762         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50763         (re_string_reconstruct, re_string_peek_byte_case):
50764         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
50765         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50766         (re_node_set_init_copy, re_node_set_add_intersect):
50767         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50768         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50769         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50770         (re_acquire_state, re_acquire_state_context, register_state):
50771         (create_ci_newstate, create_cd_newstate, free_state):
50772         Likewise.
50773         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
50774         re_search_2):
50775         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
50776         (re_search_internal, prune_impossible_nodes):
50777         (acquire_init_state_context, check_matching, static):
50778         (check_halt_node_context, check_halt_state_context, proceed_next_node):
50779         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
50780         (update_regs, sift_states_backward, build_sifted_states):
50781         (clean_state_log_if_needed, merge_state_array):
50782         (update_cur_sifted_state, add_epsilon_src_nodes):
50783         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
50784         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
50785         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
50786         (find_recover_state, check_subexp_matching_top, transit_state_mb):
50787         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
50788         (check_arrival, check_arrival_add_next_nodes):
50789         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50790         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50791         (check_node_accept_bytes, check_node_accept, extend_buffers):
50792         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
50793         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
50794         (sift_ctx_init):
50795         Likewise.
50796
50797         * lib/regex_internal.h:
50798         (re_string_allocate, re_string_construct, re_string_reconstruct):
50799         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
50800         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
50801         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
50802         (re_string_context_at, re_string_peek_byte_case):
50803         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
50804         is defined, since we now use prototypes always.
50805
50806         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
50807         C89 or better.  All uses removed.
50808
50809 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
50810
50811         * config/srclist.txt: Add glibc bugs 1220-1227.
50812
50813 2005-08-20  Jim Meyering  <jim@meyering.net>
50814
50815         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
50816         of unused local, dfa.
50817
50818 2005-08-20  Bruno Haible  <bruno@clisp.org>
50819
50820         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
50821
50822 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50823
50824         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
50825         (re_node_set_insert_last, re_dfa_add_node):
50826         Rename local variables to avoid GCC shadowing warnings.
50827
50828 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50829
50830         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
50831         [defined lint]: Suppress bogus uninitialized-variable warnings.
50832
50833         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
50834         and let the caller return REG_ESPACE if out of space.  This
50835         removes an uninitialied-variable warning with GCC 4.0.1, and also
50836         avoids taking the address of a local variable.  All callers
50837         changed.
50838
50839 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
50840
50841         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
50842         $LIBCSRC/posix/regexec.c.
50843         Add glibc bug 1217 for regcomp.c.
50844
50845 2005-08-19  Jim Meyering  <jim@meyering.net>
50846
50847         * lib/regexec.c (proceed_next_node): Redo local variables to
50848         avoid GCC shadowing warnings.
50849
50850 2005-08-18  Bruno Haible  <bruno@clisp.org>
50851
50852         * lib/strstr.c (strstr): Fix return value in multibyte case.
50853         * lib/strcasestr.c (strcasestr): Likewise.
50854
50855 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
50856
50857         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
50858
50859 2005-08-17  Jim Meyering  <jim@meyering.net>
50860
50861         Make the %s format (seconds since the epoch) work for a negative
50862         number and when used with a zero-padded field width, e.g. %015s.
50863
50864         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
50865         label so that it precedes the code to set `digits'.  Otherwise,
50866         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
50867         print `00-22'.  Now, it prints `-0022', as it should.
50868
50869 2005-08-17  Bruno Haible  <bruno@clisp.org>
50870
50871         * modules/strstr (Files): Add m4/mbrtowc.m4.
50872         (Depends-on): Add mbuiter.
50873
50874 2005-08-17  Bruno Haible  <bruno@clisp.org>
50875
50876         * modules/strcasestr: New file.
50877         * MODULES.html.sh (String handling, based on ANSI C 89): Add
50878         strcasestr.
50879
50880 2005-08-17  Bruno Haible  <bruno@clisp.org>
50881
50882         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
50883
50884 2005-08-17  Bruno Haible  <bruno@clisp.org>
50885
50886         * modules/mbuiter: New file.
50887         * MODULES.html.sh (Extended multibyte and wide character utilities):
50888         Add mbuiter.
50889
50890 2005-08-17  Bruno Haible  <bruno@clisp.org>
50891
50892         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
50893         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
50894
50895 2005-08-17  Bruno Haible  <bruno@clisp.org>
50896
50897         * m4/strcasestr.m4: New file.
50898
50899 2005-08-17  Bruno Haible  <bruno@clisp.org>
50900
50901         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
50902         * lib/strstr.c: Completely rewritten, with multibyte locale support.
50903
50904 2005-08-17  Bruno Haible  <bruno@clisp.org>
50905
50906         * lib/strcasestr.h: New file.
50907         * lib/strcasestr.c: New file.
50908
50909 2005-08-17  Bruno Haible  <bruno@clisp.org>
50910
50911         * lib/strcasecmp.c: Use mbuiter.h.
50912
50913 2005-08-17  Bruno Haible  <bruno@clisp.org>
50914
50915         * lib/mbuiter.h: New file.
50916
50917 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
50918
50919         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
50920         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
50921         and gl_GETOPT are both invoked via different paths (as happens
50922         with GNU tar CVS because it uses both argp and getopt), the former
50923         wins.
50924
50925 2005-08-16  Bruno Haible  <bruno@clisp.org>
50926
50927         * modules/tls: New file.
50928         * MODULES.html.sh (Multithreading): Add tls.
50929
50930 2005-08-16  Bruno Haible  <bruno@clisp.org>
50931
50932         * modules/strnlen1: New file.
50933         * MODULES.html.sh (String handling): Add strnlen1.
50934
50935 2005-08-16  Bruno Haible  <bruno@clisp.org>
50936
50937         * modules/strcase (Files): Add m4/mbrtowc.m4.
50938         (Depends-on): Add strnlen1, mbchar.
50939
50940 2005-08-16  Bruno Haible  <bruno@clisp.org>
50941
50942         * modules/mbiter: New file.
50943         * MODULES.html.sh (Extended multibyte and wide character utilities):
50944         Add mbiter.
50945
50946 2005-08-16  Bruno Haible  <bruno@clisp.org>
50947
50948         * modules/mbfile: New file.
50949         * MODULES.html.sh (Extended multibyte and wide character utilities):
50950         Add mbfile.
50951
50952 2005-08-16  Bruno Haible  <bruno@clisp.org>
50953
50954         * modules/mbchar: New file.
50955         * MODULES.html.sh (Extended multibyte and wide character utilities):
50956         New section.
50957
50958 2005-08-16  Bruno Haible  <bruno@clisp.org>
50959
50960         * m4/tls.m4: New file, from GNU gettext.
50961
50962 2005-08-16  Bruno Haible  <bruno@clisp.org>
50963
50964         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
50965         always.
50966         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
50967
50968 2005-08-16  Bruno Haible  <bruno@clisp.org>
50969
50970         * m4/mbiter.m4: New file.
50971
50972 2005-08-16  Bruno Haible  <bruno@clisp.org>
50973
50974         * m4/mbfile.m4: New file.
50975
50976 2005-08-16  Bruno Haible  <bruno@clisp.org>
50977
50978         * m4/mbchar.m4: New file.
50979
50980 2005-08-16  Bruno Haible  <bruno@clisp.org>
50981
50982         * lib/tls.h: New file, from GNU gettext.
50983         * lib/tls.c: New file, from GNU gettext.
50984
50985 2005-08-16  Bruno Haible  <bruno@clisp.org>
50986
50987         * lib/strnlen1.h: New file.
50988         * lib/strnlen1.c: New file.
50989
50990 2005-08-16  Bruno Haible  <bruno@clisp.org>
50991
50992         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
50993         (mbi_init): Update.
50994         (mbi_avail, mbi_advance): Let the iteration end before the terminating
50995         NUL byte, not after it.
50996
50997 2005-08-16  Bruno Haible  <bruno@clisp.org>
50998
50999         * lib/strcase.h (strcasecmp): Add note in comments.
51000         * lib/strncasecmp.c: Use code from strcasecmp.c.
51001         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51002         (strcasecmp): Work correctly in multibyte locales.
51003
51004 2005-08-16  Bruno Haible  <bruno@clisp.org>
51005
51006         * lib/mbiter.h: New file.
51007
51008 2005-08-16  Bruno Haible  <bruno@clisp.org>
51009
51010         * lib/mbfile.h: New file.
51011
51012 2005-08-16  Bruno Haible  <bruno@clisp.org>
51013
51014         * lib/mbchar.h: New file.
51015         * lib/mbchar.c: New file.
51016
51017 2005-08-16  Bruno Haible  <bruno@clisp.org>
51018
51019         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51020         the valid ones. Makes the comparison operations transitive:
51021         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51022         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51023
51024 2005-08-15  Simon Josefsson  <jas@extundo.com>
51025
51026         * modules/ssize_t (License): Change to 'unlimited'.
51027
51028         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51029
51030 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51031
51032         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51033         Add comments for each pending glibc patch.
51034
51035 2005-08-15  Bruno Haible  <bruno@clisp.org>
51036
51037         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51038         __cplusplus is defined.
51039
51040 2005-08-14  Jim Meyering  <jim@meyering.net>
51041
51042         Sync from coreutils.
51043
51044         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51045         Use the hash-table-based cycle-detection code not just when
51046         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51047         Reported by James Youngman in
51048         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51049         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51050         FTS_TIGHT_CYCLE_CHECK.
51051         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51052         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51053         once again.
51054         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51055         * lib/fts.c (fd_safer): Remove decl.
51056         Include fcntl--.h rather than unistd-safer.h
51057         (fts_safe_changedir): Don't call fd_safer; no longer needed
51058         now that we include fcntl--.h.
51059
51060 2005-08-12  Simon Josefsson  <jas@extundo.com>
51061
51062         * modules/getndelim2: Use ssize_t module.
51063         * modules/getnline: Likewise.
51064         * modules/safe-read: Likewise.
51065         * modules/xreadlink: Likewise.
51066
51067         * modules/ssize_t: New file.
51068
51069 2005-08-12  Simon Josefsson  <jas@extundo.com>
51070
51071         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51072
51073 2005-08-12  Simon Josefsson  <jas@extundo.com>
51074
51075         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51076         ssize_t.
51077
51078 2005-08-12  Simon Josefsson  <jas@extundo.com>
51079
51080         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51081         readline, getdelim and check_version.
51082         (Support for systems lacking ISO C 99: Sizes of integer types):
51083         Add size_max.
51084
51085 2005-08-12  Bruno Haible  <bruno@clisp.org>
51086
51087         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51088
51089 2005-08-11  Simon Josefsson  <jas@extundo.com>
51090
51091         * modules/readline: New file.
51092
51093         * modules/strnlen (Files): Add strnlen.h.
51094
51095 2005-08-11  Simon Josefsson  <jas@extundo.com>
51096
51097         * m4/readline.m4: New file.
51098
51099 2005-08-11  Simon Josefsson  <jas@extundo.com>
51100
51101         * lib/readline.h, readline.c: New file.
51102
51103 2005-08-11  Simon Josefsson  <jas@extundo.com>
51104
51105         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51106         gl_AVOID.
51107
51108 2005-08-11  Bruno Haible  <bruno@clisp.org>
51109
51110         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51111
51112 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51113
51114         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51115
51116 2005-08-10  Simon Josefsson  <jas@extundo.com>
51117
51118         * tests/test-iconvme.c: New file.
51119
51120 2005-08-10  Simon Josefsson  <jas@extundo.com>
51121
51122         * m4/strnlen.m4: New file.
51123
51124         * m4/strndup.m4: Don't check for strnlen declaration, done in
51125         strnlen.m4.
51126
51127 2005-08-10  Simon Josefsson  <jas@extundo.com>
51128
51129         * lib/strndup.c: Use strnlen.h.
51130
51131         * lib/strnlen.h: New file.
51132
51133 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51134
51135         * README: Typos.
51136
51137 2005-08-02  Simon Josefsson  <jas@extundo.com>
51138
51139         * modules/readline: New file.
51140
51141 2005-08-02  Simon Josefsson  <jas@extundo.com>
51142
51143         * modules/getdelim: New file.
51144
51145         * modules/getline: Rewrite, don't use getndelim2.
51146
51147 2005-08-02  Simon Josefsson  <jas@extundo.com>
51148
51149         * m4/getline.m4: Separate out getdelim stuff into separate module.
51150
51151         * m4/getdelim.m4: New file.
51152
51153 2005-08-02  Simon Josefsson  <jas@extundo.com>
51154
51155         * lib/getline.h, getline.c: Rewrite.
51156
51157         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51158
51159 2005-07-31  Bruno Haible  <bruno@clisp.org>
51160
51161         * lib/lock.h (gl_lock_initializer): New macro.
51162         (gl_lock_define_initialized): Use it.
51163         (gl_rwlock_initializer): New macro.
51164         (gl_rwlock_define_initialized): Use it.
51165         (gl_recursive_lock_initializer): New macro.
51166         (gl_recursive_lock_define_initialized): Use it.
51167
51168 2005-07-30  Karl Berry  <karl@gnu.org>
51169
51170         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51171         Report from Ben Pfaff, regarding getopt.
51172
51173 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51174
51175         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51176         normal way.
51177         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51178         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51179         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51180         (gl_GETOPT): Use the new macros.  Most of the implementation
51181         is moved to the new macros.  This is for programs like Emacs
51182         that don't want all the functionality of gl_GETOPT.
51183
51184 2005-07-26  Bruno Haible  <bruno@clisp.org>
51185
51186         * m4/lock.m4: Update from GNU gettext.
51187
51188 2005-07-26  Bruno Haible  <bruno@clisp.org>
51189
51190         * lib/lock.h: Update from GNU gettext.
51191         * lib/lock.c: Update from GNU gettext.
51192
51193 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51194
51195         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51196         obsolescent AC_TRY_RUN.  Include the default includes files, for
51197         'exit'.
51198
51199 2005-07-24  Bruno Haible  <bruno@clisp.org>
51200
51201         * modules/visibility: New file.
51202         * MODULES.html.sh (Misc): Add visibility.
51203
51204 2005-07-24  Bruno Haible  <bruno@clisp.org>
51205
51206         * m4/visibility.m4: New file.
51207
51208 2005-07-24  Bruno Haible  <bruno@clisp.org>
51209
51210         * doc/visibility.texi: New file.
51211
51212 2005-07-22  Bruno Haible  <bruno@clisp.org>
51213
51214         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51215         $(ALLOCA_H), redundant through BUILT_SOURCES.
51216         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51217         redundant through BUILT_SOURCES.
51218         * modules/byteswap (Makefile.am): Remove explicit dependency on
51219         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51220         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51221         $(FNMATCH_H), redundant through BUILT_SOURCES.
51222         * modules/getopt (Makefile.am): Remove explicit dependency on
51223         $(GETOPT_H), redundant through BUILT_SOURCES.
51224         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51225         redundant through BUILT_SOURCES.
51226         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51227         redundant through BUILT_SOURCES.
51228         * modules/stdbool (Makefile.am): Remove explicit dependency on
51229         $(STDBOOL_H), redundant through BUILT_SOURCES.
51230         * modules/stdint (Makefile.am): Remove explicit dependency on
51231         $(STDINT_H), redundant through BUILT_SOURCES.
51232         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51233         Remove explicit dependency on $(SYSEXITS_H).
51234         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51235
51236 2005-07-18  Simon Josefsson  <jas@extundo.com>
51237
51238         * lib/check-version.c (check_version): Accept identical versions too.
51239
51240 2005-07-18  Bruno Haible  <bruno@clisp.org>
51241
51242         * modules/lock: New file.
51243         * MODULES.html.sh (Multithreading): New section.
51244
51245 2005-07-18  Bruno Haible  <bruno@clisp.org>
51246
51247         * m4/lock.m4: New file, from GNU gettext.
51248
51249 2005-07-18  Bruno Haible  <bruno@clisp.org>
51250
51251         * lib/lock.h: New file, from GNU gettext.
51252         * lib/lock.c: New file, from GNU gettext.
51253
51254 2005-07-18  Bruno Haible  <bruno@clisp.org>
51255
51256         * lib/lock.h (gl_once_t): New type.
51257         (gl_once_define, gl_once): New macros.
51258         * lib/lock.c (fresh_once): New variable.
51259         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51260         functions.
51261
51262 2005-07-16  Simon Josefsson  <jas@extundo.com>
51263
51264         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51265         workaround, suggested by Bruno.
51266
51267 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51268
51269         * modules/xalloc (Depends-on): Add xalloc-die.
51270         * modules/xvasprintf (Depends-on): Add xalloc-die.
51271
51272 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51273
51274         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51275         with a minor change.
51276
51277 2005-07-15  Bruno Haible  <bruno@clisp.org>
51278
51279         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51280         When using lib/poll.c, define poll as rpl_poll.
51281
51282 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51283
51284         * modules/argp (Depends-on): Remove unlocked-io.
51285
51286 2005-07-14  Derek Price  <derek@ximbiot.com>
51287
51288         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51289         for glob symlink bug.
51290
51291 2005-07-14  Bruno Haible  <bruno@clisp.org>
51292
51293         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51294         Instead, test for *_unlocked function declarations directly.
51295
51296 2005-07-11  Simon Josefsson  <jas@extundo.com>
51297
51298         * modules/size_max: New file.
51299
51300         * modules/xsize: Depend on size_max module for size_max.m4.
51301
51302 2005-07-11  Simon Josefsson  <jas@extundo.com>
51303
51304         * lib/size_max.h: New file.
51305
51306 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51307
51308         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51309         copyright symbol and the year.
51310         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51311         (version_etc_va): Use parameterized copyright notice.
51312         Reword to conform to the current GNU coding standards.
51313
51314 2005-07-11  Karl Berry  <karl@gnu.org>
51315
51316         * doc/gnulib.texi (Quoting): new node.
51317         (Initial import): more info, from Patrice.
51318
51319 2005-07-11  Bruno Haible  <bruno@clisp.org>
51320
51321         * gnulib-tool (func_usage): Document option --avoid.
51322         (Command line options): Handle --avoid.
51323         (func_acceptable): New function.
51324         (func_modules_transitive_closure): Use it.
51325
51326 2005-07-11  Bruno Haible  <bruno@clisp.org>
51327
51328         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51329         Reported by Jim Meyering.
51330
51331 2005-07-10  Bruno Haible  <bruno@clisp.org>
51332
51333         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51334         Needed when size_t is smaller than 'unsigned int'.
51335         Reported by Paul Eggert.
51336
51337 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51338
51339         * modules/argp (Depends-on): Add unlocked-io
51340
51341 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51342
51343         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51344         block of defines.
51345
51346 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51347
51348         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51349         fix now.
51350
51351 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51352         and Paul Eggert  <eggert@cs.ucla.edu>
51353
51354         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51355         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51356
51357 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51358
51359         * modules/regex (Files): Add lib/regex_internal.c,
51360         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51361         (Depends-on): Add extensions.
51362         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51363
51364 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51365
51366         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51367         pathconf.
51368         * m4/same.m4 (gl_SAME): Likewise.
51369         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51370
51371         * m4/regex.m4: Adjust to new libc regex implementation.
51372         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51373         all the .c and .h parts of (the new) regex.
51374         Quote the m4 stuff better.
51375         Check for RE_ICASE bug of old gnulib.
51376         Check for REG_STARTEND of recent libc.
51377         Rename local variables from jm_* to gl_*.
51378         Quote operand of "test -f".
51379         Say "recent enough" version of libc, not "version 2".
51380         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51381         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51382         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51383         Remove check for btowc, isascii.
51384         Require AM_LANGINFO_CODESET.
51385
51386 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51387
51388         * lib/regex.c, regex.h: Sync from libc.
51389         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51390         * lib/regexec.c:
51391         New files, synced from libc, except that regex_internal.h
51392         currently has a small porting fix.
51393
51394 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51395
51396         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51397         regex_internal.c, regexec.c.
51398         Add regex_internal.h too, but as a comment, since the libc version
51399         is currently broken in gnulib mode.
51400
51401 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51402
51403         Support programs like Emacs that use gnulib but not gettext.
51404         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51405         * modules/gettext-h: New file.
51406         * modules/gettext (Files): Remove lib/gettext.h.
51407         (Depends-on): Add gettext-h.
51408         (Makefile.am): Remove lib_SOURCES.
51409         * modules/argmatch, modules/c-stack, modules/closeout:
51410         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51411         * modules/execute, modules/file-type, modules/getaddrinfo:
51412         * modules/getopt, modules/human, modules/javacomp:
51413         * modules/javaexec, modules/mkdir-p, modules/obstack:
51414         * modules/openat, modules/pagealign_alloc, modules/pipe:
51415         * modules/quotearg, modules/regex, modules/rpmatch:
51416         * modules/unicodeio, modules/userspec, modules/version-etc:
51417         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51418         * modules/xsetenv:
51419         Depend on gettext-h, not gettext.
51420
51421 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51422
51423         * gnulib-tool (func_import): Add support for 'public domain' license.
51424         * modules/alloca, modules/atexit, modules/memmove:
51425         Now public domain, not GPL.
51426         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51427         * modules/realloc, modules/strerror, modules/strtod:
51428         Now LGPL, not GPL.
51429
51430 2005-07-05  Bruno Haible  <bruno@clisp.org>
51431
51432         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51433         autoconf CVS. Needed for mingw.
51434
51435 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51436
51437         Remove the dependency of the strftime module on the tzset module.
51438         * modules/strftime (Depends-on): Remove dependency on tzset.
51439
51440 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51441
51442         Remove the dependency of the strftime module on the tzset module.
51443         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51444         gl_FUNC_TZSET_CLOBBER.
51445
51446 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51447
51448         Remove the dependency of the strftime module on the tzset module.
51449         * lib/strftime.c (my_strftime)
51450         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51451         Copy the input structure, to work around some of the bug with
51452         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51453         Solaris releases, you should also use the tzset module, but we won't
51454         require it as a dependency any more since we don't want LGPLed code
51455         to depend on GPLed code.
51456
51457 2005-07-02  Jim Meyering  <jim@meyering.net>
51458
51459         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51460         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51461         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51462         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51463
51464 2005-07-02  Jim Meyering  <jim@meyering.net>
51465
51466         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51467
51468 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51469
51470         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51471         declares only 'struct timespec;' (!).
51472
51473 2005-07-01  Jim Meyering  <jim@meyering.net>
51474
51475         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51476         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51477         * lib/save-cwd.c, tempname.c:
51478         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51479         and don't include <sys/file.h>).
51480
51481 2005-06-29  Jim Meyering  <jim@meyering.net>
51482
51483         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51484         type name.  Use the variable name instead.
51485         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51486         Likewise.
51487
51488 2005-06-28  Simon Josefsson  <jas@extundo.com>
51489
51490         * modules/check-version (Files): Add check-version.m4.
51491
51492 2005-06-28  Simon Josefsson  <jas@extundo.com>
51493
51494         * m4/check-version.m4: New file, suggested by Jim Meyering
51495         <jim@meyering.net>.
51496
51497 2005-06-28  Simon Josefsson  <jas@extundo.com>
51498
51499         * lib/check-version.h, lib/check-version.c: New files.
51500
51501 2005-06-28  Simon Josefsson  <jas@extundo.com>
51502
51503         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51504         collision with global variable.  Better indentation.  Don't
51505         increment buffer pointer beyond buffer end.  Based on comments
51506         from Paul Eggert <eggert@cs.ucla.edu>.
51507
51508         * lib/base64.h: Indent.
51509
51510 2005-06-28  Simon Josefsson  <jas@extundo.com>
51511
51512         * doc/gnulib.texi (Library version handling): New section.
51513
51514 2005-06-28  Jim Meyering  <jim@meyering.net>
51515
51516         * check-module (find_included_lib_files): Hard-code another
51517         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51518         but modules/fts-lgpl (correctly) does not list those files.
51519
51520         * modules/canonicalize (Files): Add lib/pathmax.h.
51521
51522 2005-06-25  Simon Josefsson  <jas@extundo.com>
51523
51524         * modules/check-version: New file.
51525
51526 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51527
51528         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51529         initializer of struct addrinfo, as an indication that we don't
51530         care how many members the structure has.
51531
51532 2005-06-24  Derek Price  <derek@ximbiot.com>
51533         and Bruno Haible  <bruno@clisp.org>
51534
51535         Remove stat module & update lstat.
51536         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51537         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51538         * m4/stat.m4: Remove this file.
51539
51540 2005-06-24  Derek Price  <derek@ximbiot.com>
51541         and Bruno Haible  <bruno@clisp.org>
51542
51543         Remove stat module & update lstat.
51544         * lib/stat.c: Remove this file...
51545         (slash_aware_lstat): ...moving this content and its support...
51546         * lib/lstat.c (rpl_lstat): ...into here.
51547         * lib/lstat.h: New file.
51548
51549 2005-06-24  Derek Price  <derek@ximbiot.com>
51550         and Bruno Haible  <bruno@clisp.org>
51551
51552         Remove stat module & update lstat.
51553         * config/srclist.txt (libc sources): Remove stat.
51554
51555 2005-06-24  Derek Price  <derek@ximbiot.com>
51556         and Bruno Haible  <bruno@clisp.org>
51557
51558         Remove stat module & update lstat.
51559         * MODULES.html.sh (stat): Remove.
51560         * MODULES.html: Regenerated.
51561         * modules/lstat (Description): Correct function name.
51562         (Files): Add "lstat.h".
51563         (Depends-on): Remove stat, add xalloc, stat-macros.
51564         * modules/stat: Remove this file.
51565         (Include): Add "lstat.h", remove <sys/stat.h>.
51566
51567 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51568
51569         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51570         (ranged_convert): Don't save conversion in a temporary struct.
51571         This causes a warning with GCC 4.0.0, and anyway in the typical
51572         case it's not worth the extra 100 bytes or so of code.
51573         (ranged_convert, __mktime_internal): When calling a function via a
51574         pointer P, use P () rather than (*P) (), as we now assume C89 or
51575         better.
51576
51577 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51578
51579         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51580         "who -r" failed to give output.  Problem reported by Tim Waugh.
51581
51582         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51583         (xcalloc): Use it to avoid needless tests.
51584         Problem reported by Jim Meyering.
51585
51586 2005-06-20  Derek Price  <derek@ximbiot.com>
51587
51588         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51589         unnecessary for Autoconfs > 2.59c.
51590
51591 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51592
51593         * lib/argp.h (__option_is_short): Check upper limit of
51594         __key. Isprint() requires its argument to have the value
51595         of an unsigned char or EOF.
51596
51597 2005-06-16  Jim Meyering  <jim@meyering.net>
51598
51599         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51600         when either N or S is zero.
51601
51602 2005-06-16  Derek Price  <derek@ximbiot.com>
51603
51604         * m4/bison.m4: Declare YACC & YFLAGS precious.
51605
51606 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51607
51608         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51609         multibyte string or pattern, fall back on unibyte matching.
51610         Problem reported by James Youngman.
51611
51612 2005-06-08  Bruno Haible  <bruno@clisp.org>
51613
51614         * modules/csharpcomp: New file.
51615         * MODULES.html.sh (C#): Add csharpcomp.
51616
51617 2005-06-08  Bruno Haible  <bruno@clisp.org>
51618
51619         * m4/csharpcomp.m4: New file, from GNU gettext.
51620
51621 2005-06-08  Bruno Haible  <bruno@clisp.org>
51622
51623         * lib/csharpcomp.h: New file, from GNU gettext.
51624         * lib/csharpcomp.c: New file, from GNU gettext.
51625         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51626
51627 2005-06-08  Bruno Haible  <bruno@clisp.org>
51628
51629         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51630         warning on mingw.
51631
51632 2005-06-07  Derek Price  <derek@ximbiot.com>
51633
51634         Sync from CVS.
51635         * lib/glob_.h: Indent nested #ifdef.
51636
51637 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51638
51639         Sync from coreutils.
51640         Use "file name" when talking about file names, instead of "filename"
51641         or "path", as per the GNU coding standards.
51642         * lib/mkdir-p.c: Renamed from makepath.c.
51643         (make_dir_parents): Renamed from make_path.  All callers changed.
51644         * lib/mkdir-p.h: Likewise.  All includers changed.
51645         * lib/filenamecat.c: Renamed from path-concat.c.
51646         (file_name_concat): Renamed from path_concat.  All callers changed.
51647         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51648         * lib/filenamecat.h: Likewise.  All includers changed.
51649         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51650         in comments or local variable names.
51651         * lib/basename.c: Likewise.
51652         * lib/canonicalize.c, canonicalize.h: Likewise.
51653         * lib/dirname.c, dirname.h: Likewise.
51654         * lib/euidaccess.c: Likewise.
51655         * lib/exclude.c: Likewise
51656         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51657         * lib/fsusage.c, fsuage.h: Likewise.
51658         * lib/fts.c, fts_.h: Likewise.
51659         * lib/getcwd.c: Likewise.
51660         * lib/getloadavg.c: Likewise.
51661         * lib/mkstemp.c: Likewise.
51662         * lib/mountlist.c, mountlist.h: Likewise.
51663         * lib/openat.c, openat.h: Likewise.
51664         * lib/readlink-stub.c: Likewise.
51665         * lib/readutmp.c, readutmp.h: Likewise.
51666         * lib/rename.c: Likewise.
51667         * lib/rmdir.c: Likewise.
51668         * lib/same.c: Likewise.
51669         * lib/savedir.c: Likewise.
51670         * lib/stripslash.c: Likewise.
51671         * lib/tempname.c: Likewise.
51672         * lib/xreadlink.c: Likewise.
51673         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
51674         All uses changed.
51675         * lib/exclude.h: Likewise.
51676
51677         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
51678         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51679         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
51680         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51681         * lib/pathmax.h: Include <limits.h> unconditionally, since other
51682         files have been getting away with it for years (MORE/BSD 4.3
51683         is extinct now).
51684         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
51685         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
51686
51687         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
51688         Define to 256, not 255, as per modern POSIX.
51689
51690 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51691
51692         Sync from coreutils.
51693         Use "file name" when talking about file names, instead of "filename"
51694         or "path", as per the GNU coding standards.
51695         * MODULES.html.sh: mkdir-p renamed from makepath.
51696         filenamecat renamed from path-concat.
51697         * modules/filenamecat: Renamed from modules/path-concat.
51698         (Files): filenamecat.h and filenamecat.c renamed from
51699         path-concat.h and path-concat.c.
51700         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
51701         (Include): filenamecat.h, not path-concat.h.
51702         * modules/mkdir-p: Renamed from modules/makepath.
51703         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
51704         makepath.c.
51705         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
51706         (Include): mkdir-p.h, not makepath.h.
51707
51708 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51709
51710         Sync from coreutils.
51711         * m4/mkdir-p.m4: Renamed from makepath.m4.
51712         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
51713         Rename files from makepath.c to mkdir-p.c, and from
51714         makepath.h to mkdir-p.h.
51715         * m4/filenamecat.m4: Renamed from path-concat.m4.
51716         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
51717         Rename files from path-concat.c to filenamecat.c,
51718         and from path-concat.h to filenamecat.h.
51719         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
51720         "file name" in local variables or comments.
51721         * m4/rename.m4: Likewise.
51722
51723 2005-06-01  Bruno Haible  <bruno@clisp.org>
51724
51725         * modules/csharpexec: New file.
51726         * MODULES.html.sh (C#): New section.
51727
51728 2005-06-01  Bruno Haible  <bruno@clisp.org>
51729
51730         * m4/csharp.m4: New file, from GNU gettext.
51731         * m4/csharpexec.m4: New file, from GNU gettext.
51732
51733 2005-06-01  Bruno Haible  <bruno@clisp.org>
51734
51735         * lib/csharpexec.h: New file, from GNU gettext.
51736         * lib/csharpexec.c: New file, from GNU gettext.
51737         * lib/csharpexec.sh.in: New file, from GNU gettext.
51738
51739 2005-05-31  Derek Price  <derek@ximbiot.com>
51740             Paul Eggert  <eggert@cs.ucla.edu>
51741
51742         Sync from cvs.
51743         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51744
51745 2005-05-31  Derek Price  <derek@ximbiot.com>
51746             Paul Eggert  <eggert@cs.ucla.edu>
51747
51748         Sync from cvs.
51749         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
51750
51751 2005-05-29  Derek Price  <derek@ximbiot.com>
51752
51753         * config/srclist.txt (glob_.h, glob.c): Add these files.
51754
51755 2005-05-29  Derek Price  <derek@ximbiot.com>
51756
51757         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
51758         * modules/glob: New file.
51759         * modules/getlogin_r: Add link to POSIX spec in description.
51760
51761 2005-05-29  Derek Price  <derek@ximbiot.com>
51762             Paul Eggert  <eggert@cs.ucla.edu>
51763
51764         * m4/glob.m4: New file.
51765
51766 2005-05-29  Derek Price  <derek@ximbiot.com>
51767             Paul Eggert  <eggert@cs.ucla.edu>
51768
51769         * lib/glob_.h, lib/glob.c: New files.
51770
51771 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51772
51773         * modules/fts (Files): Remove m4/inttypes-pri.m4.
51774         * modules/fts-lgpl (Depends-on): Remove gettext.
51775
51776 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51777
51778         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
51779         and don't require gt_INTTYPES_PRI.
51780
51781 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
51782
51783         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
51784
51785         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
51786         the configuration hassle isn't worth it.
51787         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
51788         (LONGEST_MODIFIER, PRIuMAX): Remove.
51789
51790 2005-05-27  Bruno Haible  <bruno@clisp.org>
51791
51792         * lib/getlogin_r.h: Remove second include of <stddef.h>.
51793
51794 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
51795
51796         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
51797         _POSIX_PTHREAD_SEMANTICS for Solaris.
51798
51799 2005-05-25  Derek Price  <derek@ximbiot.com>
51800
51801         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
51802
51803 2005-05-25  Derek Price  <derek@ximbiot.com>
51804             Paul Eggert  <eggert@cs.ucla.edu>
51805
51806         * modules/getlogin_r, m4/getlogin_r.m4: New files.
51807         * lib/getlogin_r.c, getlogin_r.h: New files.
51808
51809 2005-05-25  Bruno Haible  <bruno@clisp.org>
51810             Derek Price  <derek@ximbiot.com>
51811
51812         * lib/getlogin_r.h: Simplify API documentation.
51813
51814 2005-05-23  Derek Price  <derek@ximbiot.com>
51815
51816         * modules/minmax (Files): Add m4/minmax.m4.
51817         (configure.ac): Add gl_MINMAX.
51818
51819 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
51820
51821         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
51822         so that unistd-safer.h (GPL'ed code) need not be included.
51823
51824 2005-05-22  Bruno Haible  <bruno@clisp.org>
51825
51826         * m4/minmax.m4: New file.
51827         Based on a patch by Derek Price <derek@ximbiot.com>.
51828
51829 2005-05-22  Bruno Haible  <bruno@clisp.org>
51830
51831         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
51832         (INT64_MIN): Fix definition.
51833         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
51834
51835         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
51836         NEED_SIGNED_INT_TYPES.
51837
51838         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
51839         HAVE_SYSTEM_INTTYPES.
51840
51841 2005-05-22  Bruno Haible  <bruno@clisp.org>
51842
51843         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
51844         Also include <sys/param.h> if it defines MIN, MAX.
51845         Based on a patch by Derek Price <derek@ximbiot.com>.
51846
51847 2005-05-21  Jim Meyering  <jim@meyering.net>
51848
51849         * modules/fts (Files): Add m4/inttypes-pri.m4.
51850         (Depends-on): Add lstat and remove gettext.  Alphabetize.
51851
51852 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51853
51854         New fts module.
51855         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
51856         (setup_dir, free_dir): New functions.
51857         (enter_dir, leave_dir): Define trivial
51858         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
51859         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
51860         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
51861         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
51862         Move to fts-cycle.c.
51863         (fts_open): Use setup_dir.
51864         (fts_close): Use free_dir.
51865         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
51866         This adds a label and some gotos, but the alternatives were messier.
51867         Check for memory allocation failure when entering a dir.
51868         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
51869         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
51870         (FTS): New member fts_cycle, that is a union that contains the
51871         old active_dir_ht and cycle_state.  All uses changed to mention
51872         fts_cycle.ht and fts_cycle.state.
51873         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
51874         fts.c, with the following changes:
51875         (setup_dir, free_dir): New functions.
51876         (enter_dir): Now returns bool.  Return true if successful, false
51877         if memory exhausted.  All callers changed.
51878         Do not bother partly cleaning up on
51879         memory allocation failure; that is free_dir's job.
51880         However, free ad if hash_insert fails, to avoid memory leak.
51881         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
51882         fts->fts_options to see which union member to use.
51883
51884 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51885
51886         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
51887         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
51888
51889 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
51890
51891         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
51892
51893 2005-05-20  Jim Meyering  <jim@meyering.net>
51894
51895         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
51896         Now a macro, to pacify GCC.
51897
51898 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51899
51900         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
51901         of -1.
51902
51903 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
51904
51905         * lib/chown.c (rpl_chown): Return -1 on failure.
51906
51907 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51908
51909         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
51910         Don't check for stddef.h.
51911         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
51912         don't use its results.
51913         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
51914         since we include them unconditionally.  Don't require
51915         AM_STDBOOL_H, since stdbool is a prerequisite.
51916         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
51917         since we assume C89 or better.
51918         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
51919         as we don't use their results.
51920         Don't check for fchdir, memmove, memset, strrchr, as we use
51921         them unconditionally.
51922         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
51923         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
51924
51925 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
51926
51927         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
51928         Include <stddef.h> unconditionally, since we assume C89 now.
51929         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
51930         * lib/fts.c: Include fts_.h first, to check interface.
51931         Do not include intprops.h; no longer needed.
51932         Include cycle-check.h and hash.h, since fts_.h no longer does.
51933         Remove unnecessary casts of closedir to void.
51934         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
51935         decide whether to decrement nlinks.
51936         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
51937         (FTS): Use struct hash_table * instead of Hash_table, so that
51938         we no longer need to include hash.h here.
51939
51940 2005-05-18  Jim Meyering  <jim@meyering.net>
51941
51942         * modules/dirfd (License): Change to LGPL.  Most of the code
51943         is already in the public domain.
51944
51945 2005-05-18  Jim Meyering  <jim@meyering.net>
51946
51947         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
51948         Reported by Yoann Vandoorselaere.
51949
51950 2005-05-17  Jim Meyering  <jim@meyering.net>
51951
51952         * m4/fts.m4: New file, from coreutils.
51953
51954 2005-05-17  Jim Meyering  <jim@meyering.net>
51955
51956         * lib/fts.c, lib/fts_.h: New files, from coreutils.
51957
51958 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51959
51960         Sync from coreutils.
51961         * m4/unlinkdir.m4: New file.
51962
51963 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51964
51965         Sync from coreutils.
51966         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
51967         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
51968         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
51969         White space changes only.
51970         * lib/makepath.c (make_path): Port to hosts where leading "//" is
51971         special.
51972         * lib/yesno.c: Include getline.h, not ctype.h.
51973         (yesno): Don't remove leading white space; POSIX doesn't allow it.
51974         Use getline to remove arbitrary restriction on response length.
51975
51976 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
51977
51978         * config/srclist-update: Spell out "Street" in FSF postal
51979         mail address; this is the style the FSF seems to prefer.
51980
51981         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
51982         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
51983         this updates FSF postal mail address.
51984
51985         Sync from coreutils.
51986         * modules/unlinkdir: New file.
51987         * modules/yesno (Depends-on): Add getline.
51988         * MODULES.html.sh (File system functions): Add unlinkdir.
51989
51990 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
51991
51992         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
51993         lib/strsep.h:
51994         Change the initial comment to refer to GPL, not LGPL.
51995         gnulib-tool will change it to LGPL as needed.
51996
51997         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
51998         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
51999         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52000         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52001         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52002         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52003         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52004         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52005         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52006         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52007         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52008         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52009         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52010         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52011         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52012         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52013         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52014         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52015         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52016         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52017         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52018         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52019         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52020         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52021         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52022         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52023         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52024         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52025         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52026         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52027         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52028         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52029         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52030         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52031         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52032         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52033         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52034         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52035         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52036         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52037         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52038         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52039         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52040         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52041         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52042         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52043         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52044         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52045         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52046         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52047         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52048         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52049         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52050         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52051         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52052         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52053         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52054         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52055         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52056         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52057         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52058         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52059         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52060         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52061         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52062         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52063         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52064         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52065         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52066         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52067         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52068         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52069         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52070         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52071         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52072         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52073         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52074         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52075         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52076         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52077         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52078         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52079         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52080         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52081         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52082         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52083         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52084         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52085         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52086         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52087         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52088         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52089         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52090         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52091         lib/yesno.c, lib/yesno.h:
52092         Update FSF postal mail address.
52093
52094 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52095
52096         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52097         tests/test-memmem.c, tests/test-stpncpy.c:
52098         Update FSF postal mail address.
52099
52100 2005-05-13  Bruno Haible  <bruno@clisp.org>
52101
52102         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52103         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52104         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52105         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52106         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52107         Add support for 64-bit integers in the MSVC compiler.
52108
52109 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52110
52111         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52112
52113 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52114
52115         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52116
52117 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52118
52119         * doc/getdate.texi (General date syntax): Don't say that date
52120         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52121         Problem reported by Nic Ferrier.
52122
52123 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52124
52125         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52126         specified in ai_socktype. Fix invalid ai_protocol
52127         check. ai_protocol is usually set to 0 or depending on
52128         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52129         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52130         ai_socktype / ai_protocol in the returned addrinfo structure.
52131
52132 2005-05-10  Simon Josefsson  <jas@extundo.com>
52133
52134         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52135         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52136
52137 2005-05-10  Karl Berry  <karl@gnu.org>
52138
52139         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52140         (from http://www.gnu.org/licenses).
52141         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52142         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52143         fdl.texi suffices.
52144
52145 2005-05-10  Karl Berry  <karl@gnu.org>
52146
52147         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52148         (COPYING.DOC): remove.
52149
52150         * config/srclist-update: new FSF address.
52151
52152 2005-05-10  Derek Price  <derek@ximbiot.com>
52153
52154         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52155         possible.
52156
52157 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52158             Bruno Haible  <bruno@clisp.org>
52159
52160         * modules/inet_ntop: New file.
52161         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52162         inet_ntop.
52163
52164 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52165             Bruno Haible  <bruno@clisp.org>
52166
52167         * m4/inet_ntop.m4: New file.
52168
52169 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52170             Bruno Haible  <bruno@clisp.org>
52171
52172         * lib/inet_ntop.h: New file.
52173         * lib/inet_ntop.c: New file, from glibc with modifications.
52174
52175 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52176
52177         * modules/time_r (License): Change to LGPL.
52178         * modules/extensions (License): Change to LGPL.  Actually,
52179         the license is more permissive than that, but currently gnulib-tool
52180         doesn't know how to handle more-permissive licenses.
52181
52182         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52183         Problem reported by Dave Love.
52184
52185 2005-05-08  Jim Meyering  <jim@meyering.net>
52186
52187         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52188         blank.
52189
52190 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52191
52192         * modules/argmatch (Depends-on): Add stdbool.
52193         * modules/backupfile (Depends-on): Likewise.
52194         * modules/chdir-long (Depends-on): Likewise.
52195         * modules/closeout (Depends-on): Likewise.
52196         * modules/cycle-check (Depends-on): Likewise.
52197         * modules/dirname (Depends-on): Likewise.
52198         * modules/fnmatch (Depends-on): Likewise.
52199         * modules/fsusage (Depends-on): Likewise.
52200         * modules/fwriteerror (Depends-on): Likewise.
52201         * modules/getcwd (Depends-on): Likewise.
52202         * modules/getloadavg (Depends-on): Likewise.
52203         * modules/hard-locale (Depends-on): Likewise.
52204         * modules/makepath (Depends-on): Likewise.
52205         * modules/mountlist (Depends-on): Likewise.
52206         * modules/nanosleep (Depends-on): Likewise.
52207         * modules/posixtm (Depends-on): Likewise.
52208         * modules/quotearg (Depends-on): Likewise.
52209         * modules/readtokens (Depends-on): Likewise.
52210         * modules/readtokens0 (Depends-on): Likewise.
52211         * modules/readutmp (Depends-on): Likewise.
52212         * modules/save-cwd (Depends-on): Likewise.
52213         * modules/strftime (Depends-on): Likewise.
52214         * modules/userspec (Depends-on): Likewise.
52215         * modules/utimecmp (Depends-on): Likewise.
52216         * modules/xgetcwd (Depends-on): Likewise.
52217         * modules/xnanosleep (Depends-on): Likewise.
52218         * modules/xstrtod (Depends-on): Likewise.
52219         * modules/yesno (Depends-on): Likewise.
52220
52221 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52222
52223         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52224         needless checks.
52225
52226 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52227
52228         Merge from coreutils.  Among other things,
52229         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52230         * lib/fd-safer.c: New file.
52231         * lib/fcntl-safer.h, open-safer.c: Remove.
52232         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52233         * lib/dup-safer.c: Include unistd-safer.h first.
52234         Don't include errno.h.
52235         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52236         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52237         * lib/file-type.c: Rely on file-type.h change.
52238         * lib/getloadavg.c: Include unistd-safer.h.
52239         (getloadavg): Use safer open.
52240         * lib/getusershell.c: Include "stdio-safer.h".
52241         (getusershell): Use safer fopen.
52242         * lib/long-options.c (long_options): Use NULL rather than 0.
52243         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52244         'free'.
52245         * lib/modechange.c: Likewise.
52246         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52247         (MODE_DONE): New constant.
52248         (struct mode_change): Remove 'next' member.
52249         (make_node_op_equals): New function; like the old one of the
52250         same name, except it allocates an array.
52251         (mode_compile, mode_create_from_ref): Use it.
52252         (mode_compile): Allocate result as an array, not a linked list.
52253         Parse octal string ourself, so that we catch mistakes like "+0".
52254         (mode_adjust): Arg is an array, not a linked list.
52255         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52256         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52257         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52258         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52259         Remove.  This is now stat-macros.h's job.
52260         (talloc): Remove.  All callers replaced by xalloc, so that
52261         our invokers don't have to worry about reporting memory failures.
52262         (make_node_op_equals): Remove.
52263         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52264         New constants.
52265         (struct mode_change): Moved here from modechange.h.
52266         (mode_append_entry): Remove.
52267         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52268         apps to have incorrect behavior.  Use simpler algorithm for head
52269         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52270         Detect more invalid usages rather than having somewhat-random behavior.
52271         Don't insert an "a=" action, as that leads to incorrect behavior.
52272         (mode_compile, mode_create_from_ref): Return NULL on error instead
52273         of an enum, since now there's only one way to have an error.  All
52274         callers changed.
52275         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52276         at the correct time.  Simplify calculation of "+u" and its ilk.
52277         Don't mishandle "+X".
52278         (mode_free): Remove "register" and localize decls.
52279         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52280         (struct mode_change): Move to modechange.c; callers don't
52281         need to see this stuff.
52282         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52283         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52284         (mode_change, mode_adjust): Reflect the new signatures noted above.
52285         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52286         that might redefine system include files.
52287         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52288         (my_usleep): Use NULL rather than (void *) 0.
52289         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52290         Use siginterrupt to specify that system calls should be interrupted.
52291         (rpl_nanosleep): Move initialization of suspended closer to call of
52292         my_usleep.
52293         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52294         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52295         (desirable_utmp_entry): New function.
52296         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52297         using x2nrealloc, to simplify logic.
52298         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52299         size calculation.  Do not assume utmp file is a regular file.
52300         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52301         (READ_UTMP_CHECK_PIDS): New constant.
52302         * lib/save-cwd.c: Include unistd-safer.h.
52303         (save_cwd): Use fd_safer.
52304         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52305         [!_LIBC] Include "stat-macros.h" instead.
52306         * lib/unistd-safer.h (fd_safer): New decl.
52307
52308 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52309
52310         * modules/getloadavg (Depends-on): Add unistd-safer.
52311         * modules/getusershell (Depends-on): Add stdio-safer.
52312         * modules/lstat (Depends-on): Remove xalloc.
52313         * modules/mkstemp (Depends-on): Add stat-macros.
52314         * modules/modechange (Depends-on): Remove xstrtol.
52315         Add stat-macros, xalloc.
52316         * modules/save-cwd (Depends-on): Add unistd-safer.
52317         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52318         * modules/unistd-safer (Files): Add lib/fd-safer.c
52319         (Makefile.am): Remove lib_SOURCES.
52320
52321         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52322         Remove fcntl-safer; unistd-safer supersedes it.
52323
52324 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52325
52326         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52327         AC_HEADER_STAT.
52328         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52329         (gl_PREREQ_CHOWN): Remove.
52330         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52331         it.  Don't require AC_HEADER_STAT.
52332         (gl_PREREQ_LSTAT): Remove.
52333         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52334         Don't require AC_HEADER_STAT.
52335         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52336         (gl_PREREQ_RMDIR): Remove.
52337         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52338         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52339         the stat-macros module a prerequisite.
52340         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52341         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52342         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52343         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52344         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52345         variable names.
52346         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52347         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52348         variable prefixes.
52349         * m4/fcntl-safer.m4: Remove.
52350         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52351         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52352         Invoke gl_PREREQ_FD_SAFER.
52353         (gl_PREREQ_FD_SAFER): New macro.
52354         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52355         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52356         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52357         Remove duplicate call to AC_LIBOBJ(readutmp).
52358         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52359
52360         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52361         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52362
52363 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52364
52365         * MODULES.html.sh (Misc): Add byteswap.
52366
52367 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52368
52369         * modules/getcwd (Depends-on): Add extensions.
52370         * modules/openat (Depends-on): Likewise.
52371
52372 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52373
52374         * modules/byteswap: New file.
52375
52376 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52377
52378         * m4/byteswap.m4: New file.
52379
52380 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52381
52382         * lib/byteswap_.h: New file.
52383
52384 2005-04-25  Karl Berry  <karl@gnu.org>
52385
52386         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52387
52388 2005-04-25  Albert Chin  <china@thewrittenword.com>
52389
52390         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52391         Toolkit C bug.
52392
52393 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52394
52395         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52396         (func_ln_if_changed) Remove forcibly for no error message
52397         in case file does not exist.
52398
52399 2005-04-19  Simon Josefsson  <jas@extundo.com>
52400
52401         * gnulib-tool (Options): Make --symlink mean --symbolic.
52402
52403 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52404
52405         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52406
52407 2005-04-16  Simon Josefsson  <jas@extundo.com>
52408
52409         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52410
52411 2005-04-15  Simon Josefsson  <jas@extundo.com>
52412
52413         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52414
52415 2005-04-15  Simon Josefsson  <jas@extundo.com>
52416
52417         * gnulib-tool: Rename --symlink to --symbolic.
52418
52419 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52420
52421         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52422         symbolic links to files instead of copying/moving.  Add --aux-dir,
52423         specifying directory relative --dir where auxiliary build tools
52424         are placed.
52425
52426 2005-04-14  Bruno Haible  <bruno@clisp.org>
52427
52428         * modules/allocsa (License): Change to LGPL.
52429         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52430
52431 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52432
52433         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52434         that "UTC +1 second" continues to work.  Problem reported
52435         by Dmitry V. Levin.
52436         (relunit_snumber): New rule.
52437         (relunit): Use it.
52438
52439 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52440
52441         * lib/getdate.y (universal_time_zone_table): New constant.
52442         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52443         universal_time_zone_table.
52444         (lookup_zone): Prefer universal_time_zone_table to
52445         local_time_zone_table, so that "GMT" time stamps are allowed in
52446         London during the summer.  Problem reported by Ian Abbott.
52447
52448 2005-04-12  Jim Meyering  <jim@meyering.net>
52449
52450         * lib/human.c (humblock): Set *options even when returning due to
52451         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52452         warning from gcc-4.
52453
52454 2005-04-09  Jim Meyering  <jim@meyering.net>
52455
52456         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52457         -Wuninitialized: initialize tm0.tm_year.
52458
52459 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52460
52461         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52462         count, since there's no maximum.  All uses changed.
52463         Add member dsts_seen.
52464         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52465         not being INT_MAX.
52466         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52467         Use pc_rels_seen to decide whther a date is absolute.
52468
52469         * lib/getdate.y (number): Don't overwrite year.
52470         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52471         check.
52472
52473 2005-04-02  Simon Josefsson  <jas@extundo.com>
52474
52475         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52476         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52477
52478 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52479
52480         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52481         where no absolute path name can be longer than PATH_MAX.
52482
52483 2005-03-27  Jim Meyering  <jim@meyering.net>
52484
52485         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52486
52487 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52488
52489         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52490         "one's complement" -> "ones' complement" in comment, as per Knuth.
52491         "value of type" -> "type or expression" in comment.
52492         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52493
52494 2005-03-26  Jim Meyering  <jim@meyering.net>
52495
52496         Comment nits.
52497         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52498         Correct typos: s/or/of/.
52499
52500 2005-03-26  Jim Meyering  <jim@meyering.net>
52501
52502         * modules/check-include-files: Move to ../ and rename to...
52503         * check-module: ...this.
52504
52505 2005-03-25  Jim Meyering  <jim@meyering.net>
52506
52507         * modules/xvasprintf (Files): Add xalloc.h.
52508
52509 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52510
52511         * modules/gettext (Files): config/config.rpath ->
52512         build-aux/config.rpath
52513         * modules/iconv (Files): Likewise.
52514         Problem reported by Oskar Liljeblad.
52515
52516 2005-03-23  Jim Meyering  <jim@meyering.net>
52517
52518         * modules/check-include-files: New script to check for
52519         missing dependencies, multiple includes, etc.
52520
52521         * modules/c-strtold (Depends-on): Add xalloc.
52522         * modules/c-strtod (Depends-on): Add xalloc.
52523         * modules/hash (Depends-on): Add xalloc.
52524         (Files): Remove lib/xalloc.h.
52525
52526         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52527         * modules/userspec (Files): Add lib/inttostr.h.
52528
52529 2005-03-23  Jim Meyering  <jim@meyering.net>
52530
52531         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52532
52533 2005-03-22  Jim Meyering  <jim@meyering.net>
52534
52535         * modules/stat-macros: New module.
52536         * modules/canonicalize, modules/euidaccess, modules/file-type,
52537         * modules/filemode, modules/lchown, modules/makepath,
52538         * modules/rmdir, modules/stat: Depend on new stat-macros module
52539         rather than listing lib/stat-macros.h manually.
52540         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52541
52542 2005-03-22  Jim Meyering  <jim@meyering.net>
52543
52544         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52545
52546 2005-03-22  Bruno Haible  <bruno@clisp.org>
52547
52548         * config/srclist.txt: Replace target directory 'config' with
52549         'build-aux'.
52550         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52551         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52552         ../build-aux/.
52553
52554 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52555
52556         * modules/chdir-long (Depends-on): Add mempcpy.
52557
52558         * modules/acl, modules/backupfile, modules/c-strtod,
52559         modules/c-strtold, modules/canon-host, modules/canonicalize,
52560         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52561         modules/exclude, modules/exitfail, modules/file-type,
52562         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52563         modules/getdate, modules/getline, modules/getpagesize,
52564         modules/getpass, modules/getugroups, modules/group-member,
52565         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52566         modules/inttostr, modules/long-options, modules/makepath,
52567         modules/md5, modules/memcasecmp, modules/memcoll,
52568         modules/modechange, modules/mountlist, modules/path-concat,
52569         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52570         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52571         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52572         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52573         modules/strftime, modules/strndup, modules/strverscmp,
52574         modules/timespec, modules/unlocked-io, modules/userspec,
52575         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52576         modules/yesno:
52577         Remove lib_SOURCES line from Makefile.am section, as this is now
52578         done automatically by the corresponding Autoconf macro.
52579
52580 2005-03-21  Jim Meyering  <jim@meyering.net>
52581
52582         Changes imported from coreutils.
52583
52584         * lib/cycle-check.c: Don't include xalloc.h.
52585
52586         * lib/path-concat.c: Don't include assert.h.
52587         (path_concat): Remove assertion that would have triggered
52588         for ABASE starting with more than one slash.
52589         Reported by Andreas Schwab.
52590
52591         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52592         properly when ABASE is an absolute file name.
52593         Correct the description of this function.
52594         Include <assert.h>.
52595         Add an assertion and a test driver.
52596         This fixes a bug introduced on 2004-07-02.
52597         Andreas Schwab reported the resulting failure of cp --parents:
52598         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52599
52600 2005-03-21  Jim Meyering  <jim@meyering.net>
52601
52602         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52603         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52604
52605 2005-03-21  Jim Meyering  <jim@meyering.net>
52606         and  Paul Eggert  <eggert@cs.ucla.edu>
52607
52608         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52609         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52610         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52611         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52612         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52613         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52614         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52615         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52616         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52617         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52618         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52619         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52620         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52621         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52622         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52623         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52624         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52625         for these modules.
52626
52627 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52628
52629         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52630         (which shouldn't happen), generate nothing instead of returning 0
52631         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52632
52633 2005-03-16  Bruno Haible  <bruno@clisp.org>
52634
52635         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52636         HAVE_LONGLONG_64BIT.
52637
52638 2005-03-16  Bruno Haible  <bruno@clisp.org>
52639
52640         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52641         HAVE_LONGLONG_64BIT.
52642
52643 2005-03-16  Bruno Haible  <bruno@clisp.org>
52644
52645         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52646         HAVE_LONGLONG_64BIT.
52647
52648 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52649
52650         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52651         reliably distinguish strftime failure from empty output on POSIX
52652         hosts.
52653
52654 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52655
52656         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52657         (iconv_string): Don't guess a size-zero buffer, as that might cause
52658         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
52659         result would be 'too large', where 'too large' is (heuristically)
52660         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
52661         overflow concerns.  This will prevent some unwanted malloc failures
52662         when the inputs are very large.
52663
52664 2005-03-15  Karl Berry  <karl@gnu.org>
52665
52666         * config/srclist.txt (config.rpath): from gettext.
52667         * config/config.rpath: update.
52668
52669 2005-03-15  Bruno Haible  <bruno@clisp.org>
52670
52671         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
52672         to 'negate'.
52673
52674         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
52675         variable.
52676
52677         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
52678         results.
52679
52680 2005-03-14  Simon Josefsson  <jas@extundo.com>
52681
52682         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
52683         <fx@gnu.org>.
52684
52685 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
52686
52687         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
52688         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
52689         intprops.h.
52690         * lib/strtol.c: Likewise.
52691
52692 2005-03-14  Jim Meyering  <jim@meyering.net>
52693
52694         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
52695         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
52696         to be nonzero so that we (and caller) can detect the difference
52697         between a valid zero-length expansion and an error return, even
52698         when the underlying strftime fails before writing anything into
52699         that location.
52700
52701 2005-03-14  Bruno Haible  <bruno@clisp.org>
52702
52703         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
52704         Update from GNU gettext 0.14.3.
52705
52706 2005-03-10  Jim Meyering  <jim@meyering.net>
52707
52708         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
52709
52710 2005-03-10  Jim Meyering  <jim@meyering.net>
52711
52712         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
52713         so that this module works on systems without fchdir.
52714
52715 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
52716
52717         Factor int-properties macros into a single file, except for
52718         glibc-related files.
52719         * lib/intprops.h: New file.
52720         * lib/getloadavg.c: Include it instead of limits.h.
52721         (INT_STRLEN_BOUND): Remove.
52722         * lib/human.c: Include intprops.h.
52723         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
52724         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
52725         302/1000.
52726         * lib/inttostr.h: Include intprops.h instead of limits.h.
52727         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
52728         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
52729         for consistency with intprops.h.
52730         (time_t_is_integer, twos_complement_arithmetic): Use them.
52731         * lib/sig2str.h: Include <signal.h>, intprops.h.
52732         (INT_STRLEN_BOUND): Remove.
52733         * lib/strftime.c (TYPE_SIGNED): Remove.
52734         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
52735         * lib/strtol.c: Adjust comments to match intprops.h.
52736         * lib/userspec.c: Include intprops.h.
52737         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
52738         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
52739         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
52740         instead of rolling our own expressions.
52741         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
52742
52743         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
52744         instead of int.
52745         (my_strftime): Do not mishandle years close to INT_MAX, by doing
52746         the right thing even if adding 1900 would overflow.  Similarly
52747         for tm_mon + 1 and tm_yday + 1.
52748         Make %Y always equivalent to %C%y, and similarly for %G and %g.
52749         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
52750         (DO_SIGNED_NUMBER): New macro.
52751         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
52752
52753 2005-03-07  Bruno Haible  <bruno@clisp.org>
52754
52755         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
52756
52757 2005-03-07  Bruno Haible  <bruno@clisp.org>
52758
52759         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
52760
52761 2005-03-04  Derek R. Price  <derek@ximbiot.com>
52762
52763         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
52764         (func_import): Only replace files via --import when they have actually
52765         changed.
52766
52767 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52768
52769         * m4/mmap-anon.m4: New file.
52770         * m4/pagealign_alloc.m4: New file.
52771
52772 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52773             Bruno Haible  <bruno@clisp.org>
52774
52775         * modules/pagealign_alloc: New file.
52776         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
52777
52778 2005-03-03  Derek R. Price  <derek@ximbiot.com>
52779             Bruno Haible  <bruno@clisp.org>
52780
52781         * lib/pagealign_alloc.h: New file.
52782         * lib/pagealign_alloc.c: New file.
52783
52784 2005-03-03  Bruno Haible  <bruno@clisp.org>
52785
52786         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
52787         Use an all-permissive copyright notice, recommended by RMS.
52788
52789 2005-03-02  Bruno Haible  <bruno@clisp.org>
52790
52791         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
52792         of AIX, the replacement has to be done only after <string.h> is
52793         included, therefore not in config.h. stpncpy.h does the replacement,
52794         and stpncpy.c uses it.
52795
52796 2005-03-02  Bruno Haible  <bruno@clisp.org>
52797
52798         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
52799         stpncpy.c uses it.
52800
52801 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52802
52803         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
52804         The workaround isn't strictly needed for POSIX conformance, and
52805         it's too much of a pain to configure and maintain.  We'll ask
52806         people to fix their kernels instead.
52807         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
52808         (NANOSLEEP_BUG_WORKAROUND): Remove.
52809         (xnanosleep): Remove the workaround.
52810
52811 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52812
52813         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
52814         Reported by Derek Price.
52815         (Include): Add "timespec.h".
52816
52817         * modules/xnanosleep (Depends-on): Remove gethrxtime.
52818
52819 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
52820
52821         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
52822         to detect nanosleep bug.
52823
52824 2005-03-01  Bruno Haible  <bruno@clisp.org>
52825
52826         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
52827
52828 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * modules/gethrxtime: New file.
52831         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
52832         (Depends-on): Add gethrxtime.
52833         (configure.ac): Add gl_XNANOSLEEP.
52834         (Makefile.am): Remove lib_SOURCES line.
52835
52836 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52837
52838         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
52839         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
52840
52841 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
52842
52843         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
52844         * lib/timespec.h (gettime): Return void, since it always
52845         succeeds now.  All uses changed.
52846         * lib/gettime.c (gettime) Likewise.
52847         [HAVE_NANOTIME]: Prefer nanotime.
52848         Assume gettimeofday succeeds, as POSIX requires.
52849         Assime time () succeeds, since other code already does.
52850         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
52851         (timespec_subtract): Remove.
52852         (NANOSLEEP_BUG_WORKAROUND): New constant.
52853         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
52854         things considerably.  Use it only on GNU/Linux hosts, since the
52855         workaround shouldn't be needed elsewhere.
52856
52857 2005-02-24  Bruno Haible  <bruno@clisp.org>
52858
52859         * modules/gettext (Files): Add m4/glibc2.m4.
52860
52861 2005-02-24  Bruno Haible  <bruno@clisp.org>
52862
52863         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
52864         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
52865         * m4/progtest.m4:
52866         Update from GNU gettext 0.14.2.
52867         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
52868
52869 2005-02-24  Bruno Haible  <bruno@clisp.org>
52870
52871         * lib/localcharset.c: Update from GNU gettext 0.14.2.
52872         * lib/config.charset: Update from GNU gettext 0.14.2.
52873
52874 2005-02-24  Bruno Haible  <bruno@clisp.org>
52875
52876         * lib/gettext.h: Update from GNU gettext 0.14.2.
52877
52878 2005-02-23  Simon Josefsson  <jas@extundo.com>
52879
52880         * m4/iconvme.m4: New file.
52881
52882 2005-02-23  Jim Meyering  <jim@meyering.net>
52883
52884         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
52885         change.
52886         Thanks to Bruno Haible for catching it.
52887
52888 2005-02-22  Simon Josefsson  <jas@extundo.com>
52889
52890         * modules/iconvme: New file.
52891
52892         * MODULES.html.sh: Add iconvme.
52893
52894 2005-02-22  Simon Josefsson  <jas@extundo.com>
52895
52896         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
52897
52898 2005-02-22  Simon Josefsson  <jas@extundo.com>
52899
52900         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
52901
52902 2005-02-22  Jim Meyering  <jim@meyering.net>
52903
52904         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
52905         s/ifndef/ifdef/.
52906
52907 2005-02-20  Neil Conway  <neilc@samurai.com>
52908
52909         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
52910         returned by OSX/Darwin if the specified buffer is not large
52911         enough for the hostname.
52912
52913 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52914
52915         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
52916         pass it to _help, otherwise the latter coredumps trying to
52917         dereference state.root_argp.
52918
52919 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52920
52921         * modules/chdir-long (Depends-on): Add memrchr.
52922         * modules/memrchr (Files): Add lib/memrchr.h.
52923         (Include): "memrchr.h".
52924
52925 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52926
52927         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
52928
52929 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
52930
52931         * lib/memrchr.h: New file.
52932         * lib/chdir-long.c: Include it.
52933         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
52934         Don't bother including stddef.h.
52935
52936 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
52937
52938         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
52939         inclusion.
52940         Include <sys/types.h>, for dev_t.
52941         (ME_DUMMY, ME_REMOTE): Move from here....
52942         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
52943         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
52944         Dmitry V. Levin.
52945         Include mountlist.h first, to test the interface.
52946
52947 2005-01-29  Bruno Haible  <bruno@clisp.org>
52948
52949         * lib/progname.c (program_name): Initialize.
52950         Needed when linking statically on MacOS X.
52951
52952 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52953
52954         Sync from coreutils.
52955         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
52956         (Depends-on): Add c-strtod.
52957         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
52958
52959 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
52960
52961         Sync from coreutils.
52962         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
52963
52964         Remove files that are specific to coreutils.
52965         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
52966
52967 2005-01-28  Bruno Haible  <bruno@clisp.org>
52968
52969         * modules/javacomp: New file.
52970         * MODULES.html.sh (Java): Add javacomp.
52971
52972 2005-01-28  Bruno Haible  <bruno@clisp.org>
52973
52974         * m4/javacomp.m4: New file, from GNU gettext.
52975
52976 2005-01-28  Bruno Haible  <bruno@clisp.org>
52977
52978         * lib/javacomp.sh.in: New file, from GNU gettext.
52979         * lib/javacomp.h: New file, from GNU gettext.
52980         * lib/javacomp.c: New file, from GNU gettext.
52981
52982 2005-01-26  Simon Josefsson  <jas@extundo.com>
52983
52984         * lib/gai_strerror.c: Use GPL in header.
52985
52986 2005-01-26  Bruno Haible  <bruno@clisp.org>
52987
52988         * modules/javaexec: New file.
52989         * MODULES.html.sh (Java): Add javaexec.
52990
52991 2005-01-26  Bruno Haible  <bruno@clisp.org>
52992
52993         * m4/javaexec.m4: New file, from GNU gettext.
52994
52995 2005-01-26  Bruno Haible  <bruno@clisp.org>
52996
52997         * lib/javaexec.sh.in: New file, from GNU gettext.
52998         * lib/javaexec.h: New file, from GNU gettext.
52999         * lib/javaexec.c: New file, from GNU gettext.
53000
53001 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53002
53003         * modules/lchown (Depends-on): Remove lchown.h
53004
53005 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53006
53007         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53008         must be defined if the header file was not found, in order
53009         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53010
53011 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53012
53013         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53014         initializers for struct pentry_state.
53015         (__argp_error): Check return value of __asprintf
53016         (__argp_failure): Translate error message
53017
53018         * lib/argp-parse.c: Removed braces around the expansion of N_()
53019
53020 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53021
53022         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53023         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53024         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53025         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53026         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53027         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53028         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53029         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53030         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53031         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53032         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53033         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53034         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53035         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53036         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53037         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53038         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53039         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53040         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53041         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53042         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53043         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53044         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53045         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53046         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53047         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53048         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53049         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53050         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53051         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53052         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53053         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53054         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53055         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53056         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53057         Use an all-permissive copyright notice, recommended by RMS.
53058
53059 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53060
53061         * modules/chdir-long (Depends-on): Remove mempcpy.
53062
53063 2005-01-21  Jim Meyering  <jim@meyering.net>
53064
53065         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53066         same value as for Solaris 9.
53067
53068         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53069         component length.  This included changing the parameter to be
53070         of type `char *' rather than `char const *'.
53071         * lib/chdir-long.h (chdir_long): Update prototype.
53072
53073         * lib/openat.c (fdopendir, fstatat): New functions.
53074         * lib/openat.h: Include headers required for use of DIR and struct
53075         stat.
53076         [AT_SYMLINK_NOFOLLOW]: Define.
53077         (fdopendir, fstatat): Add prototypes.
53078
53079 2005-01-21  Bruno Haible  <bruno@clisp.org>
53080
53081         * modules/classpath: New file.
53082         * MODULES.html.sh (Java): Add classpath.
53083
53084 2005-01-21  Bruno Haible  <bruno@clisp.org>
53085
53086         * lib/classpath.h: New file, from GNU gettext.
53087         * lib/classpath.c: New file, from GNU gettext.
53088
53089 2005-01-20  Simon Josefsson  <jas@extundo.com>
53090
53091         * modules/version-etc-fsf: New file.
53092
53093 2005-01-20  Simon Josefsson  <jas@extundo.com>
53094
53095         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53096         * lib/version-etc.c: Remove version_etc_copyright.
53097         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53098         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53099
53100 2005-01-20  Simon Josefsson  <jas@extundo.com>
53101
53102         * lib/base64.h (isbase64): Add.
53103
53104         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53105         using a unsigned prototype, don't inline.
53106         (base64_decode): Use it.
53107
53108 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53109
53110         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53111         it.
53112
53113 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53114
53115         * lib/save-cwd.c (save_cwd): Remove code to support the case
53116         where fchdir is missing or flaky.
53117
53118 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53119
53120         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53121
53122 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53123
53124         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53125         AC_LIBSOURCES now does this.
53126         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53127         with new ullong_max module.
53128
53129 2005-01-19  Bruno Haible  <bruno@clisp.org>
53130
53131         * modules/sh-quote: New file.
53132         * MODULES.html.sh (Executing programs): Add sh-quote.
53133
53134 2005-01-19  Bruno Haible  <bruno@clisp.org>
53135
53136         * lib/sh-quote.h: New file, from GNU gettext.
53137         * lib/sh-quote.c: New file, from GNU gettext.
53138
53139 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53140
53141         Merge from coreutils.
53142         * m4/ullong_max.m4: New file.
53143         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53144         (gl_MACROS): Assume localeconv exists.
53145
53146 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53147
53148         Merge changes from coreutils, as described below in several
53149         changelogs dated today.
53150
53151         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53152         (O_DIRECTORY): Remove; not needed here, since "." must be
53153         a directory.  All uses removed.
53154         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53155         universal on Suns, and we also need to test for IRIX.
53156         Revamp code to use 'if' rather than '#if'.
53157         Avoid unnecessary comparison of cwd->desc to 0.
53158
53159         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53160         for known valid error numbers rather than observed invalid ones.
53161
53162 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53163
53164         * modules/ullong_max: New file.
53165
53166         * modules/chdir-long, modules/openat: New files.
53167         * modules/save-cwd (Depends-on): Depend on chdir-long.
53168         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53169
53170 2005-01-18  Jim Meyering  <jim@meyering.net>
53171
53172         Merge from coreutils.
53173         * m4/chdir-long.m4, m4/openat.m4: New files.
53174         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53175         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53176         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53177         is sane and DOES follow symlinks.  Besides, testing 20 different
53178         systems found no broken chown implementations.
53179         Prompted by a change in rsync's copy of this macro.
53180         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53181
53182         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53183
53184         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53185         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53186         NULL-means-set-to-current-time semantics.
53187         Remove temporary file immediately, rather than waiting
53188         for configure's at-exit trap code to do it.
53189
53190 2005-01-18  Jim Meyering  <jim@meyering.net>
53191
53192         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53193
53194         * lib/utimens.c (futimens): Account for the fact that futimes
53195         can also fail with errno == ENOSYS or errno == ENOENT.
53196         Patch from Dmitry V. Levin.
53197
53198         Change the name of the robust chdir function from chdir to chdir_long.
53199         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53200         (restore_cwd): Use chdir_long, not chdir.
53201         * lib/chdir-long.c: Renamed from chdir.c.
53202         * lib/chdir-long.h: Renamed from chdir.h.
53203         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53204         Hurd.
53205
53206 2005-01-18  Bruno Haible  <bruno@clisp.org>
53207
53208         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53209         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53210         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53211         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53212         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53213         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53214         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53215         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53216         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53217         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53218         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53219         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53220         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53221         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53222         Use an all-permissive copyright notice, recommended by RMS.
53223
53224 2005-01-18  Bob Proulx  <bob@proulx.com>
53225
53226         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53227         simplify offsetof() macro construct to avoid compile failure with
53228         native HP-UX 11.0 ANSI C compiler.
53229
53230 2005-01-17  Bruno Haible  <bruno@clisp.org>
53231
53232         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53233         redundant because stpncpy.m4 takes care of it.
53234
53235 2005-01-17  Bruno Haible  <bruno@clisp.org>
53236
53237         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53238
53239 2005-01-17  Bruno Haible  <bruno@clisp.org>
53240
53241         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53242         used.
53243
53244 2005-01-17  Bruno Haible  <bruno@clisp.org>
53245
53246         * lib/fwriteerror.h (fwriteerror): Change specification to include
53247         fclose.
53248         * lib/fwriteerror.c: Include <stdbool.h>.
53249         (fwriteerror): At the end, close the file stream. Record whether
53250         stdout was already closed.
53251
53252 2005-01-17  Bruno Haible  <bruno@clisp.org>
53253
53254         * lib/execute.c (environ): Declare if needed.
53255         * lib/pipe.c (environ): Likewise.
53256         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53257
53258 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53259
53260         * modules/argp: Depend on vsnprintf
53261
53262 2005-01-10  Jim Meyering  <jim@meyering.net>
53263
53264         * modules/closeout (Depends-on): Add atexit.
53265
53266 2005-01-06  Bruno Haible  <bruno@clisp.org>
53267
53268         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53269
53270 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53271
53272         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53273         definitions to be after all include files, to avoid collisions.
53274         Problem reported by Bob Proulx.
53275
53276 2005-01-04  Jim Meyering  <jim@meyering.net>
53277
53278         Changes imported from coreutils.
53279         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53280         as the mkstemp template, use a temporary directory and an
53281         8.3-friendly template to avoid trouble on systems like DJGPP.
53282         Reported by Juan M. Guerrero via Stepan Kasal.
53283         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53284         close. Remove the temporary directory right away, rather than waiting
53285         for configure's at-exit trap code to do it.
53286         Suggestion from Stepan Kasal.
53287
53288 2005-01-01  Simon Josefsson  <jas@extundo.com>
53289
53290         * gnulib-tool: Print #include directives when --import'ing.
53291
53292 2004-12-28  Simon Josefsson  <jas@extundo.com>
53293
53294         * tests/test-base64.c: Include required header files.  Remove
53295         unused variables.
53296
53297 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53298
53299         * modules/error (Depends-on): Remove gettext.
53300
53301 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53302
53303         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53304         not needed.  This removes a dependency on the gettext module.
53305         [defined _LIBC]: Do not include <libintl.h>; not needed.
53306
53307 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53308
53309         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53310         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53311
53312 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53313
53314         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53315         HAVE_DECL_STRTOLD.
53316
53317 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53318
53319         * modules/getdate (Depends-on): Remove alloca-opt.
53320
53321 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53322
53323         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53324
53325 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53326
53327         * lib/argp-parse.c: Include <stddef.h>.
53328         (alignof, alignto): New macros.
53329         (parser_init): Don't assume that void * is aligned sufficiently
53330         for struct option.
53331
53332         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53333         need to extend the stack.
53334         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53335         large.
53336
53337 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53338
53339         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53340
53341 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53344         (2004-10-24) change.  Apparently this was a false alarm.
53345
53346         * modules/getdate: Depend on alloca-opt, not alloca.
53347
53348 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53349
53350         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53351         Remove now-obsolete comment about AIX.
53352         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53353         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53354         (YYMAXDEPTH): New macro.
53355
53356 2004-12-18  Simon Josefsson  <jas@extundo.com>
53357
53358         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53359
53360 2004-12-18  Bruno Haible  <bruno@clisp.org>
53361
53362         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53363
53364 2004-12-18  Bruno Haible  <bruno@clisp.org>
53365
53366         * lib/fatal-signal.c (fatal_signals): Make non-const.
53367         (init_fatal_signals): New function.
53368         (uninstall_handlers, install_handlers): Ignore signals that were set to
53369         SIG_IGN.
53370         (at_fatal_signal): Call init_fatal_signals.
53371         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53372         SIG_IGN.
53373         Reported by Paul Eggert.
53374
53375 2004-12-18  Bruno Haible  <bruno@clisp.org>
53376
53377         * doc/alloca.texi: New file.
53378         * doc/alloca-opt.texi: New file.
53379
53380 2004-12-17  Jim Meyering  <jim@meyering.net>
53381
53382         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53383         Otherwise, install-sh could exit with improper exit status when
53384         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53385
53386 2004-12-16  Simon Josefsson  <jas@extundo.com>
53387
53388         * tests/test-base64.c: Add license.
53389
53390 2004-12-15  Stepan Kasal  <address@hidden>
53391
53392         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53393
53394 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53395
53396         * modules/getcwd (Files): Add m4/d-ino.m4.
53397         Suggested by Mark D. Baushke.
53398
53399 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53400
53401         * lib/getdate.y (textint): New member "negative".
53402         (time_zone_hhmm): New function.
53403         Expect 14 shift-reduce conflicts, not 13.
53404         (o_colon_minutes): New rule.
53405         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53406         (yylex): Set the "negative" member of signed numbers.
53407
53408 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53409
53410         * doc/getdate.texi (Time of day items, Time zone items):
53411         Describe new formats +00:00, UTC+00:00.
53412
53413 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53414
53415         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53416         spurious "-l"s.  Problem reported by Stepan Kasal.
53417
53418 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53419
53420         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53421         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53422
53423 2004-12-04  Simon Josefsson  <jas@extundo.com>
53424
53425         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53426         Vandoorselaere <yoann@prelude-ids.org>.
53427
53428 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53429
53430         Changes imported from coreutils.
53431         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53432         exist.
53433         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53434
53435 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53436
53437         Changes imported from coreutils.
53438         * lib/hard-locale.c: Assume <locale.h> exists.
53439         Include "strdup.h".
53440         (GLIBC_VERSION): New macro.
53441         (hard_locale): Assume setlocale exists.
53442         Rewrite to avoid #ifdef.
53443         Use strdup rather than malloc + strcpy.
53444         * lib/human.c: Assume <locale.h> exists.
53445         (human_readable): Assume localeconv exists.
53446
53447 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53448
53449         * modules/hard-locale (Depends-on): Add strdup.
53450
53451 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53452
53453         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53454         convert T2, not T.  (Imported from libc.)
53455
53456 2004-11-30  Simon Josefsson  <jas@extundo.com>
53457
53458         * modules/restrict (License): Change to LGPL.
53459
53460 2004-11-30  Simon Josefsson  <jas@extundo.com>
53461
53462         * m4/restrict.m4: Add copyright and copying conditions.
53463
53464 2004-11-30  Simon Josefsson  <jas@extundo.com>
53465
53466         * m4/base64.m4: New file.
53467
53468 2004-11-30  Simon Josefsson  <jas@extundo.com>
53469
53470         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53471         base64.
53472
53473         * tests/test-base64.c: New file.
53474
53475         * modules/base64: New file.
53476
53477 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53478
53479         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53480         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53481
53482         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53483
53484 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53485
53486         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53487         (__getcwd.c): Don't restore errno; glibc doesn't.
53488         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53489         first, falling back to our code only if its results look suspicious.
53490         Ensure that the resulting buffer is only as large as necessary.
53491
53492         * lib/readutmp.c: Include readutmp.h first.
53493         Include <errno.h>, since readutmp.h no longer does that.
53494         * lib/readutmp.h: Don't include <errno.h>,
53495         <sys/param.h>, <time.h>; not needed to establish interface.
53496         (errno): Remove decl.
53497         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53498         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53499         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53500
53501 2004-11-28  Simon Josefsson  <jas@extundo.com>
53502
53503         * lib/base64.h, base64.c: New file.
53504
53505 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53506
53507         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53508
53509 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53510
53511         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53512         (Depends-on): Remove pathmax, same.  Add mempcpy.
53513         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53514         (Makefile.am): Append getcwd.h to lib_SOURCES.
53515         (Include): Add getcwd.h.
53516         (Maintainer): Change from Jim Meyering to "all, glibc",
53517         since getdate now uses intended-for-glibc code.
53518         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53519         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53520
53521 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53522
53523         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53524         HP's ANSI C compiler.
53525         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53526         Declaring int functions causes warnings on some modern systems and
53527         shouldn't be needed to compile on ancient ones.
53528         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53529         defined.
53530
53531         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53532         with the following changes.
53533         (__set_errno): Parenthesize properly.
53534         Include <stdbool.h>.
53535         (MIN, MAX, MATCHING_INO): New macros.
53536         (__getcwd): Define with prototype, not K&R form.
53537         Use heuristics to allocate default buffer on stack if possible.
53538         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53539         behavior, and to avoid the PATH_MAX limit when computing
53540         ../../../../...
53541         Use MATCHING_INO to compare inode number to file.
53542         Check for arithmetic overflow in size calculations.
53543         Fix bug in reallocation of dot array that caused getcwd to fail
53544         on directories nested deeper than 75.
53545         Be more careful about saving errno on error.
53546         Do not use realloc; use only free+malloc, as this is a bit
53547         more flexible and avoids a needless copy operation.
53548         Do not inspect st_dev and st_ino for symbolic links; POSIX
53549         doesn't specify the latter.
53550         Check for closedir errors.
53551         Avoid needless casts.
53552         Use "#ifdef weak_alias" around weak_alias, to be like other
53553         glibc code.
53554         The following changes to getcwd.c have effect only when used in
53555         gnulib; they have no effect inside glibc proper.
53556         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53557         as alloca isn't used.
53558         (alloca, __alloca): Likewise.
53559         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53560         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53561         unconditionally, as gnulib assumes C89 or better.
53562         Do not include <sys/param.h>.
53563         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53564         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53565         better.
53566         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53567         Include <dirent.h> in a way that is compatible with modern Autoconf.
53568         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53569         New macros, if not already defined.
53570         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53571         Use "_LIBC", not "defined _LIBC", for consistency.
53572         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53573         a mempcpy module.
53574         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53575         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53576         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53577         credit only to Jim Meyering and adjust the copyright dates.
53578         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53579         <stdlib.h>, <unistd.h>, "pathmax.h".
53580         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53581         (INITIAL_BUFFER_SIZE): Remove.
53582         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53583
53584 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53585
53586         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53587         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53588         Use the _ONCE methods, for efficiency.
53589         Check for fcntl.h.  In test program, include <errno.h>
53590         and <fcntl.h> if available.  Remove old K&R cruft from
53591         test program.  Check for common errors in GNU/Linux,
53592         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53593         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53594         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53595         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53596         name accordingly.
53597         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53598         accommodate new getcwd.c.
53599         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53600         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53601         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53602         that's all we need now.
53603
53604 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53605
53606         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53607         argp-parse.c depends on getopt internals, that means we should
53608         always use our getopt, to be on the safe side.
53609         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53610         order not to spoil the result of an eventual previous invocation
53611         of gl_GETOPT_SUBSTITUTE.
53612
53613 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53614
53615         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53616         redefinition warnings. To avoid them, include the defines
53617         in `#if !defined __need_getopt ... #endif'. The only place
53618         where __getopt_argv_const is used is in definitions
53619         of getopt_long and getopt_long_only below, which are as well
53620         protected by `#ifndef __need_getopt'.
53621         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53622         __need_getopt after including <stdio.h> and <unistd.h> These
53623         headers might have defined it.
53624
53625 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53626
53627         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53628
53629 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53630
53631         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53632         (futimens): New function, which uses futimes if available.
53633         (futimens, utimens): Support timespec==NULL, with same semantics
53634         as utime and utimens.
53635         * lib/utimens.h (futimens): New decl.
53636
53637 2004-11-23  Jim Meyering  <jim@meyering.net>
53638
53639         * lib/getopt_.h: Remove trailing blanks.
53640
53641 2004-11-23  Jim Meyering  <jim@meyering.net>
53642
53643         * lib/__fpending.c: Add comment.
53644
53645 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53646
53647         * modules/canonicalize (Depends-on): Add xreadlink.
53648         Problem reported by James Youngman.
53649
53650 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53651
53652         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53653         New macros.
53654         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53655         optopt): Use them instead of invoking ## directly; otherwise, the
53656         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53657
53658 2004-11-19  Bruno Haible  <bruno@clisp.org>
53659
53660         * lib/strtok_r.c: Move comments from here...
53661         * lib/strtok_r.h: ... to here.
53662
53663 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53664
53665         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
53666         implementations that mishandle size_t overflow.
53667
53668 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
53669
53670         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
53671         might fail.  Problem reported by Yoann Vandoorselaere.
53672         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
53673         implementations that mishandle size_t overflow.
53674
53675 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53676
53677         * modules/canon-host (Depends-on): Add strdup.
53678
53679 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53680
53681         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
53682
53683 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53684
53685         * lib/canon-host.c: Include "strdup.h".
53686         (canon_host): Use getaddrinfo if available, so that IPv6 works.
53687         Use strdup instead of malloc/strcpy to duplicate strings.
53688
53689         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
53690         (human_space_before_unit): New constant.
53691         * lib/human.c (human_readable): Support it.
53692
53693         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
53694         (xgetcwd): Set errno correctly when failing.
53695         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
53696         the failure is actually due to a PATH_MAX problem.
53697
53698         Further getopt changes to make it more likely that glibc will
53699         buy the changes back.
53700         * lib/getopt.c (POSIXLY_CORRECT): New constant.
53701         (getopt): Use it, so to preserve glibc semantic
53702         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
53703         when compiling for libc.
53704         * lib/getopt_.h (__getopt_argv_const): Bring it back.
53705         (getopt_long, getopt_long_only): Use it.
53706
53707         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53708         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
53709         (getopt): Argv is now char * const *, as per standard.
53710         (_getopt_internal_r, _getopt_internal): Argv is now char **,
53711         not char *__getopt_argv_const *.
53712         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53713         _getopt_long_only_r): Likewise.
53714         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
53715         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53716         _getopt_long_r, _getopt_long_only_r): Likewise.
53717         * lib/getopt_.h (__getopt_argv_const): Remove.
53718         (getopt): Argv is now char * const *, as per standard.
53719
53720         * lib/getdate.y (tORDINAL): New token.
53721         (day, relunit): Allow it for relative times.
53722         (relative_time_table): Use tORDINAL for ordinals.
53723
53724 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
53725
53726         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
53727         Document that "second" isn't allowed as an ordinal number.
53728
53729 2004-11-16  Jim Meyering  <jim@meyering.net>
53730
53731         * modules/closeout (Depends-on): Add fpending.
53732
53733 2004-11-15  Jim Meyering  <jim@meyering.net>
53734
53735         * lib/closeout.c: Include "__fpending.h" once again.
53736         Include <stdbool.h>.
53737         (close_stdout): Don't fail just because stdout was closed initially,
53738         since some programs don't write to stdout in the normal course of
53739         operation (other than --version and --help), and we don't want this
53740         function to make e.g. `touch file >&-' fail.
53741         But do fail if it was closed and someone has tried to write to it.
53742         E.g., `printf foo >&-' must fail.
53743
53744 2004-11-13  Jim Meyering  <jim@meyering.net>
53745
53746         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
53747
53748 2004-11-12  Simon Josefsson  <jas@extundo.com>
53749
53750         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
53751         small doc fix is still pending.
53752
53753 2004-11-11  Simon Josefsson  <jas@extundo.com>
53754
53755         * modules/strtok_r: New file.
53756
53757         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53758         strtok_r.
53759
53760 2004-11-11  Simon Josefsson  <jas@extundo.com>
53761
53762         * m4/strtok_r.m4: New file.
53763
53764         * m4/getopt.m4: Replace opterr.
53765
53766 2004-11-11  Simon Josefsson  <jas@extundo.com>
53767
53768         * lib/strtok_r.h, strtok_r.c: New file.
53769
53770 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53771
53772         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
53773         of replacing opterr, getopt, etc.  This should handle the
53774         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
53775
53776 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
53777
53778         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
53779         we can stop lying to compilers about the constness of argv when we
53780         are compiled outside glibc.
53781         (getopt, getopt_long, getopt_long_only): Use it.
53782         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
53783         _getopt_internal, getopt): Likewise.
53784         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
53785         _getopt_long_only_r): Likewise.
53786         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
53787         _getopt_long_r, _getopt_long_only_r): Likewise.
53788
53789         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
53790         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
53791         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
53792         the other external symbols.
53793         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
53794         declaration, since the above renaming now works around collisions.
53795
53796 2004-11-11  Jim Meyering  <jim@meyering.net>
53797
53798         * lib/linebreak.c: Remove trailing blanks.
53799         * lib/alloca_.h: Likewise.
53800         * lib/acosl.c: Likewise.
53801         * lib/euidaccess.c: Likewise.
53802         * lib/allocsa.h: Likewise.
53803
53804 2004-11-10  Simon Josefsson  <jas@extundo.com>
53805
53806         * m4/getaddrinfo.m4: New file.
53807
53808 2004-11-10  Simon Josefsson  <jas@extundo.com>
53809
53810         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
53811
53812 2004-11-10  Simon Josefsson  <jas@extundo.com>
53813
53814         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53815         getaddrinfo.
53816
53817         * modules/getaddrinfo: New file.
53818
53819 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53820
53821         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
53822
53823 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
53824
53825         * lib/mktime.c (SHR): New macro, which is a portable
53826         substitute for >> that should work even on Crays.
53827         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
53828         Problem reported by Mark D. Baushke in
53829         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
53830         * lib/getdate.y (SHR): Likewise.
53831         (tm_diff): Use it.
53832         * lib/strftime.c (SHR): Likewise.
53833         (tm_diff): Use it.
53834         * lib/quotearg.c (struct quoting_options): Use unsigned int for
53835         quote_these_too, so that right shifts are well defined.  All uses
53836         changed.
53837
53838 2004-11-10  Jim Meyering  <jim@meyering.net>
53839
53840         Ensure that no close failure goes unreported.
53841         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
53842         return early when it seems there's nothing to flush.
53843         Don't include __fpending.h.
53844
53845 2004-11-10  Jim Meyering  <jim@meyering.net>
53846
53847         * modules/closeout (Depends-on): Remove fpending.
53848
53849 2004-11-10  Jim Meyering  <jim@meyering.net>
53850
53851         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
53852
53853 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53854
53855         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
53856         gl_FUNC_STRFTIME.
53857         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
53858         and AC_REQUIRE when possible, to avoid duplicate checks.
53859         Check for <wchar.h>.
53860
53861 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
53862
53863         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
53864
53865 2004-11-09  Bruno Haible  <bruno@clisp.org>
53866
53867         * m4/sockpfaf.m4: New file.
53868
53869 2004-11-05  Bruno Haible  <bruno@clisp.org>
53870
53871         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
53872         Reported by Mark D. Baushke <mdb@cvshome.org>.
53873
53874 2004-11-04  Bruno Haible  <bruno@clisp.org>
53875
53876         2004-09-11  Bruno Haible  <bruno@clisp.org>
53877                 * allocsa.valgrind: New file.
53878         2004-02-06  Bruno Haible  <bruno@clisp.org>
53879                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
53880                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
53881                 Reported by Christopher Seip <chris.seip@hp.com>.
53882
53883 2004-11-04  Bruno Haible  <bruno@clisp.org>
53884
53885         * modules/allocsa (Files): Add lib/allocsa.valgrind.
53886         (Makefile.am): Distribute it.
53887
53888 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
53889
53890         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
53891         with errno == ERANGE if the buffer is too small.
53892         Problem reported by Mark D. Baushke.
53893
53894 2004-11-03  Albert Chin  <china@thewrittenword.com>
53895             Paul Eggert  <eggert@cs.ucla.edu>
53896
53897         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
53898         equivalent, substitute $ac_type for equivalent type rather than
53899         blindly using uint32_t *always* which won't work if uint32_t is not
53900         available.  Define _UINT32_T to work around typedef of uint32_t if
53901         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
53902         2.5.1.
53903
53904 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53905
53906         * m4/jm-macros.m4: Sync from coreutils.
53907         (gl_MACROS): Check for mbrlen, for pathchk.
53908         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
53909
53910 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53911
53912         * lib/xreadlink.c (MAXSIZE): New macro.
53913         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
53914         size does not exceed MAXSIZE.  Avoid cast.
53915         As suggested by Mark D. Baushke in
53916         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
53917         if readlink fails with buffer size just under MAXSIZE, try again
53918         with MAXSIZE.
53919
53920 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
53921
53922         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
53923
53924 2004-11-02  Derek R. Price  <derek@ximbiot.com>
53925         and  Paul Eggert  <eggert@cs.ucla.edu>
53926
53927         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
53928         (get_date): Overparenthesize to avoid GCC warning.
53929
53930 2004-11-02  Bruno Haible  <bruno@clisp.org>
53931
53932         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
53933         returns void.
53934
53935 2004-11-02  Bruno Haible  <bruno@clisp.org>
53936
53937         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
53938         function returns void.
53939
53940 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53941
53942         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
53943         fflush_unlocked, flockfile, funlockfile, funlockfile,
53944         fputs_unlocked, putc_unlocked.
53945
53946 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
53947
53948         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
53949         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
53950         already declared.
53951
53952 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53953
53954         * modules/getdate (Files): Add doc/getdate.texi.
53955         (Depends-on): Add setenv, xalloc.
53956
53957 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53958
53959         * lib/getdate.y: Add support for TZ="foo" within a date string.
53960         Fix some bugs near time_t boundaries.  Reject dates with
53961         out-of-range components, e.g., "Sept 31".
53962         Include <stdlib.h>, "setenv.h", "xalloc.h".
53963         (ISDIGIT_LOCALE): Remove; unused.
53964         Note that the TZ and time functions used here are not reentrant.
53965         (mktime_ok, get_tz): New functions.
53966         (TZBUFSIZE): New constant.
53967         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
53968         This requires that we sometimes generate our own TZ="XXX..." setting.
53969
53970 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
53971
53972         * doc/getdate.texi: New file, from coreutils with modifications for
53973         the new TZ parsing.
53974
53975 2004-10-27  Derek R. Price  <derek@ximbiot.com>
53976
53977         * lib/mktime.c (not_equal_tm): Remove redundant check.
53978
53979 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
53980
53981         * modules/regex (lib_SOURCES): Add regex.c.
53982         Reported by James Youngman in
53983         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
53984
53985 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
53986
53987         * lib/getdate.y: Use Bison 1.875 features, and some minor
53988         code cleanups.  This change does not affect semantics.
53989         Don't include <stdlib.h>; no longer needed.
53990         Don't include unlocked-io.h; only the "#if TEST" code uses
53991         stdio, and performance isn't crucial there.
53992         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
53993         Bison 1.875 features as described below.
53994         All uses of "PC." replaced by "pc->".
53995         (YYSTYPE): Add a forward declaration.
53996         (yylex, yyerror): Use full prototypes in forward decls.
53997         Use "%pure-parser" rather than obsolescent "%pure_parser".
53998         Use %parse-param and %lex-param instead of obsolescent
53999         YYPARSE_PARAM and YYLEX_PARAM.
54000         (meridian_table, month_and_day_table, time_units_table,
54001         relative_time_table, time_zone_table, military_table,
54002         lookup_zone, lookup_word, get_date):
54003         Use NULL instead of 0 where appropriate.
54004         (to_hour): Avoid abort (), to avoid a dependency on
54005         stdlib.h.
54006         (yyerror, yylex): Now accepts parser_control * arg.
54007         (main) [TEST]: Use '\0' rather than 0 for char.
54008
54009 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54010
54011         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54012
54013 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54014
54015         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54016         It's now the caller's responsibility to handle the case where
54017         !HAVE_GETPAGESIZE && !defined getpagesize.
54018
54019         * lib/mktime.c (leapyear): Arg is long int, not int.
54020
54021 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54022
54023         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54024
54025 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54026
54027         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54028         missing.  Problem reported by James Youngman.
54029
54030 2004-10-16  Simon Josefsson  <jas@extundo.com>
54031
54032         * gnulib-tool: Fix comments.  Fix parse problem.
54033         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54034
54035 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54036
54037         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54038         implementation of getopt_long.  Problem reported by Alexander Taler in:
54039         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54040
54041 2004-10-15  Bruno Haible  <bruno@clisp.org>
54042
54043         * gnulib-tool: Untabify. Initialize supplied_libname.
54044         (func_usage): More homogenous output.
54045         (func_modules_transitive_closure, func_modules_to_filelist,
54046         func_emit_lib_Makefile_am): New functions.
54047         (func_import): New function, extracted from big case statement. Use
54048         func_get_license, func_modules_transitive_closure,
54049         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54050         opt_lgpl. Don't use test -a, as it's not portable.
54051         (func_create_testdir): Use func_modules_transitive_closure,
54052         func_modules_to_filelist, func_emit_lib_Makefile_am.
54053
54054 2004-10-15  Bruno Haible  <bruno@clisp.org>
54055
54056         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54057
54058 2004-10-15  Bruno Haible  <bruno@clisp.org>
54059
54060         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54061         the portions belonging to each module.
54062         Suggested by Derek Robert Price <derek@ximbiot.com>.
54063
54064 2004-10-12  Simon Josefsson  <jas@extundo.com>
54065
54066         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54067         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54068         to real functions.
54069
54070 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54071
54072         * modules/vsnprintf: New file.
54073
54074 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54075
54076         * m4/vsnprintf.m4: New file.
54077
54078 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54079
54080         * lib/vsnprintf.h: New file.
54081         * lib/vsnprintf.c: New file.
54082
54083 2004-10-11  Bruno Haible  <bruno@clisp.org>
54084
54085         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54086         vsnprintf.
54087
54088 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54089
54090         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54091
54092 2004-10-07  Bruno Haible  <bruno@clisp.org>
54093
54094         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54095         fits into the provided buffer.
54096
54097 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54098
54099         * lib/diacrit.c, diacrit.h: Add GPL notice.
54100
54101         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54102         notice.
54103         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54104         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54105         This avoids a potential constant-folding bug.
54106
54107 2004-10-05  Bruno Haible  <bruno@clisp.org>
54108
54109         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54110         for the declaration of strsep.
54111
54112 2004-10-05  Bruno Haible  <bruno@clisp.org>
54113
54114         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54115
54116 2004-10-04  Simon Josefsson  <jas@extundo.com>
54117
54118         * modules/memmem: New file.
54119         * tests/test-memmem.c: New file.
54120         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54121
54122 2004-10-04  Simon Josefsson  <jas@extundo.com>
54123
54124         * m4/memmem.m4: New file.
54125
54126 2004-10-04  Simon Josefsson  <jas@extundo.com>
54127
54128         * lib/memmem.h: New file.
54129         * lib/memmem.c: New file, taken from glibc.
54130
54131 2004-10-04  Simon Josefsson  <jas@extundo.com>
54132
54133         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54134         '#ifdef USE_UNLOCKED_IO'.
54135
54136 2004-10-04  Simon Josefsson  <jas@extundo.com>
54137
54138         * config/srclist.txt: Add memmem from glibc.
54139
54140 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54141
54142         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54143
54144         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54145         modules/exclude, modules/getdate, modules/getline,
54146         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54147         modules/getusershell, modules/linebuffer, modules/md5,
54148         modules/mountlist, modules/posixtm, modules/readtokens,
54149         modules/readutmp, modules/regex, modules/sha1,
54150         modules/version-etc, modules/yesno:
54151         Remove dependency on unlocked-io.
54152
54153 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54154
54155         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54156
54157         * m4/unlocked-io.m4: Add copyright notice.
54158         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54159
54160 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54161
54162         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54163         * lib/xmalloc.c (xmemdup): Likewise.
54164         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54165         XFREE): Remove these long-obsolescent macros.
54166         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54167         * lib/xstrdup.c: Remove.
54168
54169         * lib/regex.c (re_comp): Cast gettext return value to char *,
54170         Problem reported by Martin Neitzel via Mark D. Baushke.
54171
54172 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54173
54174         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54175         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54176         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54177         regex.c, sha1.c, version-etc.c, yesno.c:
54178         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54179         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54180         the includer's responsibility.
54181
54182         Sync from coreutils.
54183
54184         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54185         points to the start of a string, as the C Standard says the
54186         resulting behavior is undefined.
54187
54188         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54189         simple -> simple_backups, numbered_existing ->
54190         numbered_existing_backups, numbered -> numbered_backups
54191         to avoid shadowing problems.  All uses changed.
54192         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54193         * lib/backupfile.c (check_extension, numbered_backup):
54194         Rename locals to avoid shadowing 'basename'.
54195         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54196         once.
54197
54198         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54199         * lib/.cvsignore: Add getopt.h.
54200
54201 2004-10-04  Bruno Haible  <bruno@clisp.org>
54202
54203         * modules/README: New file.
54204         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54205         not a module.
54206
54207 2004-10-02  Jim Meyering  <jim@meyering.net>
54208
54209         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54210
54211 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54212
54213         * modules/strsep: New file.
54214
54215 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54216
54217         * m4/strsep.m4: New file.
54218
54219 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54220
54221         * lib/strsep.h: New file.
54222         * lib/strsep.c: New file.
54223
54224 2004-10-01  Simon Josefsson  <jas@extundo.com>
54225
54226         * lib/snprintf.c (snprintf): Handle size==0.
54227
54228 2004-10-01  Simon Josefsson  <jas@extundo.com>
54229             Bruno Haible  <bruno@clisp.org>
54230
54231         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54232         (snprintf): Declare 'args'.
54233
54234 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54235
54236         * lib/snprintf.c: Remove comments as to why each header is needed.
54237
54238 2004-10-01  Bruno Haible  <bruno@clisp.org>
54239
54240         * MODULES.html.sh: Add strsep.
54241
54242 2004-09-30  Simon Josefsson  <jas@extundo.com>
54243
54244         * modules/snprintf: New file.
54245
54246 2004-09-30  Simon Josefsson  <jas@extundo.com>
54247
54248         * m4/snprintf.m4: New file.
54249
54250 2004-09-30  Simon Josefsson  <jas@extundo.com>
54251
54252         * lib/snprintf.h, lib/snprintf.c: New files.
54253
54254 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54255
54256         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54257         (hol_entry_help): Never translate an empty string.
54258         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54259         * lib/argp.h (OPTION_NO_TRANS): New option.
54260
54261 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54262
54263         * modules/argp (Maintainer): Replace Simon Josefsson
54264         by Sergey Poznyakoff.
54265
54266 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54267
54268         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54269         changes merged back into glibc.
54270
54271 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54272
54273         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54274
54275 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54276
54277         * lib/xvasprintf.c: Include xalloc.h.
54278         (xvasprintf): Use xalloc_die, not xmalloc_die.
54279
54280 2004-09-29  Bruno Haible  <bruno@clisp.org>
54281
54282         * modules/alloca-opt: New file, derived from modules/alloca.
54283         * modules/allocsa: Depend on alloca-opt instead of alloca.
54284         * modules/setenv: Likewise.
54285         * modules/vasnprintf: Likewise.
54286         * MODULES.html.sh: Add alloca-opt.
54287
54288 2004-09-28  Simon Josefsson  <jas@extundo.com>
54289
54290         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54291         LGPL, and to replace license template from GPL to LGPL.
54292
54293 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * modules/dummy: Change license to LGPL.
54296
54297 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54298
54299         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54300
54301 2004-09-24  Simon Josefsson  <jas@extundo.com>
54302
54303         * modules/minmax (License): Change from GPL to LGPL.
54304
54305 2004-09-23  Simon Josefsson  <jas@extundo.com>
54306
54307         * gnulib-tool (--import): Typo.
54308
54309 2004-09-23  Simon Josefsson  <jas@extundo.com>
54310
54311         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54312
54313 2004-09-22  Bruno Haible  <bruno@clisp.org>
54314
54315         * modules/*: Add 'License' field.
54316         * gnulib-tool: Accept --extract-license option.
54317         (func_get_license): New function.
54318
54319 2004-09-21  Bruno Haible  <bruno@clisp.org>
54320
54321         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54322         Reported by Simon Josefsson.
54323
54324 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54325
54326         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54327         gl_AC_TYPE_LONG_LONG.
54328
54329 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54330
54331         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54332
54333 2004-09-18  Simon Josefsson  <jas@extundo.com>
54334         and  Paul Eggert  <eggert@cs.ucla.edu>
54335
54336         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54337         calls with autoreconf.  Define GL_LIB.
54338
54339 2004-09-14  Karl Berry  <karl@gnu.org>
54340
54341         * config/srclist.txt: unsync setenv.c, sigh.
54342
54343 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54344
54345         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54346         Problem reported by Bruno Haible in:
54347         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54348
54349 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54350
54351         * config/srclist.txt: Comment out argp-pvh.c.
54352
54353 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54354
54355         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54356         in case some system header has #define'd it.  Problem reported by
54357         Soeren D. Schulze in
54358         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54359
54360 2004-09-09  Karl Berry  <karl@gnu.org>
54361
54362         * regex.[ch]: delete from the root.  These were supposed to be
54363                 synced with emacs cvs, but this has not happened for about
54364                 a year, and anyway nothing else uses emacs regex.[ch].
54365                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54366                 lib/regex[.ch] is untouched.
54367
54368 2004-09-09  Bruno Haible  <bruno@clisp.org>
54369
54370         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54371
54372 2004-09-09  Bruno Haible  <bruno@clisp.org>
54373
54374         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54375         modifications.
54376         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54377
54378 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54379
54380         * modules/xvasprintf: New file.
54381         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54382
54383 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54384
54385         * lib/xvasprintf.h: New file.
54386         * lib/xvasprintf.c: New file.
54387         * lib/xasprintf.c: New file.
54388
54389 2004-09-08  Bruno Haible  <bruno@clisp.org>
54390
54391         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54392
54393 2004-09-08  Bruno Haible  <bruno@clisp.org>
54394
54395         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54396         length is > INT_MAX.
54397         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54398         more.
54399
54400 2004-09-08  Bruno Haible  <bruno@clisp.org>
54401
54402         * lib/stdint_.h: New file, taken from GNU clisp.
54403
54404 2004-09-08  Bruno Haible  <bruno@clisp.org>
54405             Oskar Liljeblad  <oskar@osk.mine.nu>
54406
54407         * modules/stdint: New file.
54408         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54409
54410 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54411
54412         Import from coreutils.
54413         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54414         strings on unbounded length.  alloca's performance benefits aren't
54415         that important here.
54416         (V_STRDUP): Remove.
54417         (parse_with_separator): New function, with most of the internals
54418         of the old parse_user_spec.  Allow user to omit both user and group,
54419         for compatibility with FreeBSD.
54420         Clone only the user name, not the entire spec.
54421         Do not set *uid, *gid unless entirely successful.
54422         Avoid memory leak in some failing cases.
54423         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54424         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54425         (parse_user_spec): Rewrite to use parse_with_separator.
54426
54427 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54428
54429         * modules/userspec: Don't depend on alloca.
54430
54431 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54432
54433         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54434
54435 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54436
54437         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54438         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54439         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54440
54441 2004-08-16  Simon Josefsson  <jas@extundo.com>
54442
54443         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54444         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54445         Add --dry-run for --import.
54446         Let user provided command line parameters override configure.ac
54447         settings.
54448
54449 2004-08-12  Simon Josefsson  <jas@extundo.com>
54450
54451         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54452         as discussed with Paul Eggert in threads rooted at
54453         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54454         and
54455         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54456         Before, the test was empty, and relied on ELIDE_CODE in source
54457         code.)
54458         (gl_PREREQ_GETOPT): New macro.
54459         (gl_GETOPT): Use them.
54460
54461 2004-08-12  Simon Josefsson  <jas@extundo.com>
54462
54463         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54464         * lib/getopt_.h: Renamed from getopt.h.
54465
54466 2004-08-12  Simon Josefsson  <jas@extundo.com>
54467
54468         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54469         Change default library name from libfoo to libgnu.
54470         Now, if you have a configure.ac that says:
54471                 gl_SOURCE_BASE(gl)
54472                 gl_M4_BASE(gl/m4)
54473                 gl_MODULES(error getopt etcetera)
54474                 gl_INIT
54475         you can import all you need by running:
54476                 ../gnulib/gnulib-tool --import
54477
54478         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54479         (Makefile.am): Rewrite, use logic from argz.
54480         (Include): Use <getopt.h> instead of "getopt.h".
54481
54482 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54483
54484         * modules/argp (Files): Add m4/unlocked-io.m4.
54485         (Depends-on): Add extensions.
54486
54487 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54488
54489         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54490         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54491         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54492         Check for program_invocation_name, program_invocation_short_name,
54493         flockfile, funlockfile, features.h, _getopt_long_only_r.
54494
54495 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54496
54497         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54498         its complicated substitute.
54499         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54500         and program_invocation_name.
54501         (__argp_basename) [!_LIBC]: Remove; the only use was
54502         replaced by its body.
54503         (__argp_short_program_name): Change condition from
54504         !defined __argp_short_program_name to
54505         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54506         to match argp-namefrob.h.
54507         (__argp_failure): Don't assume strerror_r returns char *.
54508         * lib/argp-parse.c (N_): Define unconditionally.
54509         (argp_default_options): Fill out initializers with 0 to avoid
54510         gcc warnings.
54511
54512 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54513
54514         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54515         getopt1.c.
54516
54517 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54518
54519         Merge from coreutils.
54520
54521         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54522
54523         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54524         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54525
54526 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54527
54528         Merge from coreutils.
54529
54530         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54531         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54532         for Reliant Unix 5.43.
54533
54534         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54535         (union fooround): Use uintmax_t, not long int.
54536         The rest is a merge from libc:
54537         [defined _LIBC]: Include <shlib-compat.h>.
54538         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54539
54540         * lib/settime.c (settime): Recode to avoid warning with
54541         Sun Forte C 6U2.
54542
54543         * lib/strverscmp.c: Convert to UTF-8.
54544
54545 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54546
54547         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54548         m4/uintmax_t.m4.
54549
54550 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54551
54552         * modules/xalloc-die: New file.
54553         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54554
54555         * modules/md5 (Files): Add m4/uint32_t.m4.
54556         * modules/sha1: Renamed from modules/sha.
54557         (Files):
54558         Rename lib/sha.h to lib/sha1.h.
54559         Rename lib/sha.c to lib/sha1.c.
54560         Rename m4/sha.m4 to m4/sha1.m4.
54561         (lib_SOURCES): Likewise.
54562         (configure.ac): Rename gl_SHA to gl_SHA1.
54563         (Include): sha.h -> sha1.h.
54564
54565 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54566
54567         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54568         * m4/sha1.m4: Renamed from sha.m4.
54569         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54570
54571 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54572
54573         * lib/obstack.h (obstack_empty_p):
54574         Don't assume that chunk->contents is suitably aligned.
54575         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54576         Likewise. Problem reported by Benno in
54577         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54578
54579         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54580         readable.  This could be improved further but it'd take some work.
54581
54582 2004-08-08  Simon Josefsson  <jas@extundo.com>
54583
54584         * modules/xgethostname (Depends-on): Remove exit and error (not
54585         used).
54586
54587         * modules/getpass-gnu: Add getpass.h.
54588         (Depends-on): Add stdbool.
54589         * modules/getpass: Add getpass.h.
54590
54591 2004-08-08  Simon Josefsson  <jas@extundo.com>
54592
54593         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54594         Check getpass declaration.
54595
54596 2004-08-08  Simon Josefsson  <jas@extundo.com>
54597
54598         * lib/xgethostname.c: Don't include error.h (not used).
54599
54600         * lib/getpass.h: Add.
54601         * lib/getpass.c: Include getpass.h first.
54602
54603 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54604
54605         * lib/xalloc-die.c: New file.
54606         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54607         All uses removed.
54608         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54609         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54610         xalloc-die.c.
54611         (_, N_, xalloc_die): Move to xalloc-die.c.
54612         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54613         so that we needn't mess with xalloc_msg_memory_exhausted.
54614
54615         * lib/sha1.h: Renamed from sha.h.
54616         (SHA1_H): Renamed from _SHA_H.
54617         (sha1_ctx): Renamed from sha_ctx.
54618         (sha1_init_ctx): Renamed from sha_init_ctx.
54619         (sha1_process_block): Renamed from sha_process_block.
54620         (sha1_process_bytes): Renamed from sha_process_bytes.
54621         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54622         (sha1_read_ctx): Renamed from sha_read_ctx.
54623         (sha1_stream): Renamed from sha_stream.
54624         (sha1_buffer): Renamed from sha_buffer.
54625         * lib/sha1.c: Likewise; renamed from sha.c.
54626         Do not include <sys/types.h>.
54627         Include <stddef.h> rather than <stdlib.h>.
54628
54629 2004-08-08  Bruno Haible  <bruno@clisp.org>
54630
54631         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54632         FILESYSTEM_PREFIX_LEN.
54633         * lib/progreloc.c: Likewise.
54634         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54635
54636 2004-08-06  Simon Josefsson  <jas@extundo.com>
54637
54638         * modules/progname (Depends-on): Don't depend on stdbool.
54639
54640 2004-08-06  Simon Josefsson  <jas@extundo.com>
54641
54642         * modules/getsubopt: New file.
54643         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54644         getsubopt.
54645
54646 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54647
54648         More merge from coreutils.
54649
54650         * m4/utimens.m4, m4/utimecmp.m4: New files.
54651         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54652         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54653         prereq.m4, sha.m4: Import changes from coreutils.
54654
54655 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54656
54657         More merge from coreutils.
54658         * modules/raise, modules/readtokens0, modules/utimens:
54659         * modules/utimecmp, module/xnanosleep: New files.
54660         * modules/strftime: Add lib/strftime.h.
54661         Change include from <time.h> to "strftime.h".
54662         * modules/yesno: Add lib/yesno.h.
54663         * modules/backupfile: Remove lib/addext.c.
54664         * modules/euidaccess: Add stat-macros.h.
54665         * modules/canonicalize, modules/euidaccess,
54666         modules/filemode, modules/lchown, modules/makepath,
54667         modules/rmdir, modules/stat: Likewise.
54668
54669 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54670
54671         Merge from tar.
54672         * lib/argp-help.c (make_hol, hol_append): Don't assume that
54673         SIZE_MAX is a valid preprocessor constant.
54674         (__argp_basename): Change from "#ifndef _LIBC"
54675         to "#ifndef __argp_short_program_name", so that
54676         we don't compile these functions for tar.
54677
54678         More merges from coreutils.
54679         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
54680         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
54681         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
54682         * lib/addext.c: Remove; no longer needed.
54683         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
54684         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
54685         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
54686         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
54687         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
54688         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
54689         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
54690         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
54691         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
54692         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
54693         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
54694         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
54695         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
54696         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
54697         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
54698         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
54699         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
54700         Import changes from coreutils.
54701
54702 2004-08-05  Simon Josefsson  <jas@extundo.com>
54703
54704         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
54705
54706 2004-08-05  Simon Josefsson  <jas@extundo.com>
54707
54708         * m4/getsubopt.m4: New file.
54709
54710 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54711
54712         Merge from coreutils.
54713
54714         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
54715         * m4/getcwd-path-max.m4: New files.
54716
54717         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
54718         FILESYSTEM_PREFIX_LEN ->
54719         FILE_SYSTEM_PREFIX_LEN.
54720         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
54721         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
54722         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
54723         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
54724
54725         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
54726         prerequisite modules now handle the DOS stuff.
54727         Don't check for unistd.h.
54728
54729 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54730
54731         Merge from coreutils.
54732
54733         * lib/.gdb-history: Remove; this doesn't belong here.
54734
54735         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
54736         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
54737         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
54738         * lib/getcwd.c: New files.
54739
54740         * lib/dirname.h: Include <stdbool.h>.
54741         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
54742         for consistency with POSIX terminology.  All uses changed.
54743         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
54744         (strip_trailing_slashes): Use bool for booleans.
54745         * lib/stripslash.c (strip_trailing_slashes): Likewise.
54746
54747         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
54748         sometimes returns a positive errno value even when it succeeds.
54749         (print_errno_message) [!LIBC]: Fall back on strerror if
54750         __strerror_r fails.
54751
54752         * lib/path-concat.c (mempcpy): Don't define if a system header defines
54753         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
54754         (longest_relative_suffix): New function.
54755         (path_concat): Use it.  Assume first argument is not NULL.
54756         Port to DOS.  Omit redundant separators.
54757         Report an error instead of returning NULL.
54758         Use mempcpy instead of memcpy.
54759         (xpath_concat): Remove: not declared or used.
54760
54761         * lib/same.h: Include <stdbool.h>
54762         (same_name): Return bool, not int.
54763         * lib/same.c (same_name): Likewise.
54764         (errno): Don't declare; we assume C89 or better now.
54765
54766         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
54767         if not already defined.
54768
54769         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
54770         * lib/dup-safer.c (errno): Likewise.
54771
54772 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
54773
54774         Merge from coreutils.
54775         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
54776         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
54777         * modules/path-concat: Don't depend on strdup.
54778
54779 2004-08-03  Simon Josefsson  <jas@extundo.com>
54780
54781         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
54782         * lib/progname.h: Don't include stdbool.h.
54783
54784 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54785
54786         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
54787         * MODULES.html.sh (func_all_modules): Remove fatal.
54788
54789 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54790
54791         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
54792
54793 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
54794
54795         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
54796         working.
54797
54798 2004-08-02  Simon Josefsson  <jas@extundo.com>
54799
54800         * lib/getsubopt.h: New file, with comments from Bruno Haible.
54801         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
54802         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
54803
54804 2004-08-01  Simon Josefsson  <jas@extundo.com>
54805
54806         * lib/xgetdomainname.c: Include stdlib.h, for free().
54807
54808 2004-07-19  Bruno Haible  <bruno@clisp.org>
54809
54810         * MODULES.html.sh (func_all_modules): Add dummy.
54811
54812 2004-07-16  Simon Josefsson  <jas@extundo.com>
54813
54814         * modules/dummy: New file.
54815
54816 2004-07-16  Simon Josefsson  <jas@extundo.com>
54817
54818         * lib/dummy.c: New file.
54819
54820 2004-07-16  Bruno Haible  <bruno@clisp.org>
54821
54822         * lib/backupfile.h: Add extern "C" for C++.
54823         * lib/closeout.h: Likewise.
54824         * lib/copy-file.h: Likewise.
54825         * lib/findprog.h: Likewise.
54826         * lib/full-write.h: Likewise.
54827         * lib/pathname.h: Likewise.
54828         * lib/progname.h: Likewise.
54829         * lib/stpcpy.h: Likewise.
54830         * lib/stpncpy.h: Likewise.
54831         * lib/strcase.h: Likewise.
54832         * lib/strstr.h: Likewise.
54833         * lib/xalloc.h: Likewise.
54834
54835         * lib/mbswidth.h: Add extern "C" for C++.
54836         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
54837
54838 2004-07-13  Robert Millan  <robertmh@gnu.org>
54839
54840         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
54841
54842 2004-07-09  Simon Josefsson  <jas@extundo.com>
54843
54844         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
54845         failed without this.)
54846
54847 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54848
54849         * modules/chown (Files): Add lib/fchown-stub.c, since
54850         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
54851
54852 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
54853
54854         * lib/fchown-stub.c: New file.
54855
54856 2004-06-24  Jim Meyering  <jim@meyering.net>
54857
54858         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
54859
54860 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54861
54862         * modules/argz: Omit "#include".
54863
54864         * MODULES.html.sh (func_all_modules): Add calloc, to match
54865         2004-06-01 addition of calloc module.
54866
54867 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54868
54869         * m4/argz.m4: New file, which is autoupdated from libtool.
54870
54871 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54872
54873         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
54874         libtool.
54875
54876 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
54877
54878         * config/srclist-update: Don't insist on "USA." before the
54879         close-comment, as libtool omits the period and puts the */ on a
54880         separate line.
54881         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
54882         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
54883
54884 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
54885
54886         * modules/argz: New file.
54887         * MODULES.html.sh (func_all_modules): Add argz.
54888
54889 2004-06-12  Jim Meyering  <jim@meyering.net>
54890         and  Paul Eggert  <eggert@cs.ucla.edu>
54891
54892         * modules/hash (Files): Add lib/xalloc.h.
54893         * modules/pipe (Depends-on): Add wait-process.
54894         * modules/stat (Depends-on): Add xalloc.
54895         * modules/userspec (Files): Add lib/userspec.h.
54896         * modules/xstrto
54897
54898         Upgrade from gettext-0.13.
54899         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
54900         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
54901         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
54902
54903 2004-06-10  Jim Meyering  <jim@meyering.net>
54904
54905         * lib/calloc.c: New file.
54906
54907 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
54908
54909         * lib/getdate.y (yylex): Allow space between sign and number.
54910         Problem reported by Dan Jacobson.
54911
54912 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54913
54914         Merge from coreutils CVS.
54915
54916         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
54917         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
54918         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
54919         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
54920         xstrtol.m4: Fix copyright date and/or serial number.
54921
54922         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
54923         See if we need an fchown replacement.
54924         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
54925         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
54926         and use the replacement function if we detect either defect.
54927
54928         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
54929         gl_UTIMECMP.
54930
54931 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
54932         and  Jim Meyering  <jim@meyering.net>
54933
54934         Merge from coreutils CVS.
54935
54936         * lib/stat-macros.h: New file, with contents from file-type.h
54937         and coreutils' system.h.
54938         * lib/file-type.c: Include "stat-macros.h".
54939         * lib/file-type.h (file_type): Move all macro definitions to new file,
54940         stat-macros.h.
54941
54942         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
54943         Wrap old code with this conditional.
54944         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
54945         function that does not dereference symlinks.
54946         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
54947
54948         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
54949         dependency problems.
54950         (xreadlink): Accept new arg SIZE, for efficiency.
54951         All decls and uses changed.
54952         * lib/xreadlink.h: Include <stddef.h>, for size_t.
54953
54954         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
54955         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
54956
54957         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
54958         sysexits.h.
54959
54960 2004-06-01  Jim Meyering  <jim@meyering.net>
54961
54962         * m4/calloc.m4: New file.
54963
54964 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
54965
54966         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
54967         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
54968         Also, fix a typo in a diagnostic.
54969
54970 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54971
54972         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
54973         or AC_FUNC_REALLOC.
54974
54975 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
54976
54977         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
54978         macros to be defined.
54979         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
54980         the allocator returns NULL because the requested size is zero.
54981
54982 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
54983
54984         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
54985         var.  Add comment explaining why libc still defines it.  This
54986         merges the following patch from glibc:
54987         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
54988
54989 2004-05-20  Andreas Schwab  <schwab@suse.de>
54990
54991         * m4/free.m4: Replace free if it not known to work, not the other
54992         way round.
54993
54994 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
54995
54996         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
54997         present in glibc since revision 1.1 of this file.
54998         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
54999         obstack_alignment_mask, obstack_alloc, obstack_base,
55000         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55001         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55002         obstack_grow0, obstack_init, obstack_int_grow,
55003         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55004         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55005         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55006         nonexistent functions.
55007
55008 2004-05-18  Karl Berry  <karl@gnu.org>
55009
55010         * config/srclist.txt: break link for vasnprintf.c.
55011
55012 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55013
55014         Port obstack to the AS/400, where pointers are 16 bytes wide and
55015         you cannot cast an integer to a valid pointer.  This patch is
55016         currently waiting to be integrated into glibc; see
55017         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55018
55019         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55020         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55021         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55022         (struct obstack): temp member is now a union of a pointer and
55023         an integer, instead of an integer.  All integer uses changed.
55024         This does not affect the physical layout of struct obstack,
55025         except on hosts (like the AS/400) where the size or alignment of
55026         void * is greater than that of ptrdiff_t.
55027         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55028         __STDC__)]: Store temporary in pointer member of union, not
55029         integer member.
55030         * lib/obstack.c: Include <stddef.h>, for offsetof.
55031         (struct fooalign): Remove; it doesn't need a name.
55032         (union fooround): Change double to long double, and add void *.
55033         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55034         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55035         not a macro.  Hence the values are always int; so remove all
55036         casts-to-int in uses.
55037
55038 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55039
55040         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55041         we can get this patch merged into glibc.
55042
55043 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55044             Paul Eggert  <eggert@cs.ucla.edu>
55045
55046         * m4/argp: Depend on alloca.
55047
55048 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55049             Paul Eggert  <eggert@cs.ucla.edu>
55050
55051         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55052         freecoding.
55053
55054 2004-05-17  Bruno Haible  <bruno@clisp.org>
55055
55056         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55057         precision that consists of a '.' followed by an empty digit string.
55058         Patch by Tor Lillqvist <tml@iki.fi>.
55059
55060 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55061
55062         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55063         for backward compatibility with older code.  We need our own
55064         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55065         it under some other name, and our alloca.h will define it.
55066
55067 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55068             Derek Price  <derek@ximbiot.com>
55069
55070         * lib/alloca.c: Include <alloca.h>, to get our interface.
55071         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55072         include <alloca.h> first.  Use C89 prototype for alloca; this
55073         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55074         Use #elif for simplicity, since we can assume C89 now.
55075         Don't try to source the system alloca.h since it will not be found
55076         and to prevent recursively including its replacement.
55077         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55078         * lib/regex.c: Likewise.
55079
55080 2004-05-16  Derek Price  <derek@ximbiot.com>
55081             Paul Eggert  <eggert@cs.ucla.edu>
55082
55083         getline cleanup.  This changes the getndelim2 API: both order of
55084         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55085         no delimiter).
55086
55087         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55088         interface does that.
55089         (getline): Always use getdelim, so that we don't have two
55090         copies of this code.
55091         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55092         if available.
55093         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55094         (GETNDELIM2_MAXIMUM): New macro.
55095         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55096         instead of the old practice of delim2==0.  All callers changed.
55097         Return -1 on overflow, instead of returning junk.
55098         Do not set *linesize unless allocation succeeds.
55099         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55100         that we include sys/types.h.
55101         * lib/getnline.h: Likewise.
55102         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55103         (getndelim2): Reorder arguments.
55104         * lib/getnline.c (getnline, getndelim):
55105         Don't discard the NMAX argument.
55106         (getnline): Invoke getndelim, to avoid code duplication.
55107         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55108         of (size_t) -1 by callers of the getnline family.
55109
55110 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55111
55112         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55113         Check for gettimeofday.
55114         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55115         Check for settimeofday, stime.
55116
55117 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55118
55119         * lib/nanosleep.c (suspended): Change its type from int to
55120         sig_atomic_t volatile.
55121         (first_call): Make it private to rpl_nanosleep, and have it
55122         be zero initially as that's a bit faster.
55123         (my_usleep): Round up fractional times instead of truncating them,
55124         as this is the usual meaning for 'sleep'.
55125
55126         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55127         doesn't work.
55128         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55129         (ENOSYS): Define if not defined.
55130         (settime): Fall back on stime if it exists and settimeofday fails.
55131         But don't bother with fallbacks if a method fails with errno == EPERM.
55132
55133 2004-05-11  Jim Meyering  <jim@meyering.net>
55134
55135         Prior to this change, the save_cwd caller required read access to the
55136         current directory on most systems (ones with the fchdir function).
55137
55138         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55139         fails, try write-only, and finally, resort to using xgetcwd.
55140
55141 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55142
55143         * lib/obstack.c, obstack.h: Import changes from libc.
55144
55145 2004-04-28  Bruno Haible  <bruno@clisp.org>
55146
55147         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55148         also implicitly appends .exe to executables.
55149         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55150         accepts Windows pathnames.
55151         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55152         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55153         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55154         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55155         Reported by Derek Robert Price <derek@ximbiot.com>.
55156
55157 2004-04-21  Karl Berry  <karl@gnu.org>
55158
55159         * config/srclist.txt (localcharset.c): break sync.
55160
55161 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55162
55163         * m4/host-os.m4: Add a copyright notice.
55164
55165 2004-04-20  Jim Meyering  <jim@meyering.net>
55166
55167         Change UTILS_ to gl_ in AC_DEFINE'd names.
55168         Change utils_- and jm_-prefixed variables, too.
55169         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55170         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55171         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55172
55173         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55174         Don't emit trailing blanks.
55175         Also rename jm_-prefixed variables to have gl_ prefix.
55176
55177         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55178         Also rename jm_-prefixed variables to have gl_ prefix.
55179
55180         * m4/jm-macros.m4: Reflect the renamings.
55181         * m4/prereq.m4: Likewise.
55182
55183 2004-04-20  Jim Meyering  <jim@meyering.net>
55184
55185         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55186         memory.
55187
55188 2004-04-20  Jim Meyering  <jim@meyering.net>
55189             Bruno Haible  <bruno@clisp.org>
55190
55191         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55192         memory when realloc fails.
55193
55194 2004-04-19  Jim Meyering  <jim@meyering.net>
55195
55196         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55197         now that readutmp.c may call `free (0)'.
55198
55199 2004-04-19  Bruno Haible  <bruno@clisp.org>
55200
55201         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55202         * m4/inttypes_h.m4: Likewise.
55203         * m4/stdint_h.m4: Likewise.
55204         * m4/intmax_t.m4: Likewise.
55205         * m4/uintmax_t.m4: Likewise.
55206
55207 2004-04-18  Jim Meyering  <jim@meyering.net>
55208
55209         * m4/prereq.m4: Don't forbid jm_ prefix.
55210
55211         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55212         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55213         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55214         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55215         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55216         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55217         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55218         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55219         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55220         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55221         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55222         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55223         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55224         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55225         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55226         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55227         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55228         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55229         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55230
55231 2004-04-18  Jim Meyering  <jim@meyering.net>
55232
55233         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55234         failure, don't leak memory and do call END_UTMP_ENT.
55235
55236 2004-04-16  Jim Meyering  <jim@meyering.net>
55237
55238         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55239         coreutils' stat program.
55240         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55241
55242 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55243
55244         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55245         C89.
55246         (CHAR_BIT): Remove, since we assume C89.
55247         Include <stdint.h> if available, as per current Autoconf CVS advice.
55248
55249 2004-03-31  Jim Meyering  <jim@meyering.net>
55250
55251         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55252         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55253         * m4/xalloc.m4: Likewise.
55254
55255 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55256
55257         Merge from coreutils.
55258
55259         * m4/inttostr.m4: New file.
55260         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55261         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55262         Require gl_CLOCK_TIME.
55263         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55264
55265 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55266
55267         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55268         not bool, to be more consistent with Unix conventions.
55269         Suggested by Bruno Haible.
55270
55271         Merge from coreutils.
55272
55273         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55274         * lib/umaxtostr.c: New files.
55275
55276         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55277         the usual <time.h> dance.
55278         (get_date): Change signature to support fractional time stamps.
55279         All callers changed.
55280         * lib/getdate.y: Include "getdate.h" first, as we can now
55281         assume C89 and don't need to worry about 'const'.
55282         Similarly, include "unlocked-io.h" near start, not in middle.
55283         Include <limits.h>.
55284         (textint.value): Use long int rather than int.
55285         (textint.digits): Use size_t rather than int.
55286         (BILLION, LOG10_BILLION): New constants.
55287         (parser_control): New member rel_ns.  Members day_ordinal,
55288         time_zone, month, day, hour, minutes, rel_year, rel_month,
55289         rel_day, rel_hour, rel_minutes, rel_seconds
55290         are now long int, not int.  Member seconds is now struct timespec,
55291         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55292         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55293         not int.
55294         (%union.intval): Now long int, not int.
55295         New member timespec.
55296         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55297         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55298         (spec): Now is a timespec or an item list.
55299         (timespec, items): New nonterminals.
55300         (time, rel, relunit, number, get_date):
55301         Add support for fractional seconds.
55302         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55303         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55304         (to_hour): First arg is now long int, not int.
55305         (to_year): Returns long int, not int.
55306         Don't treat year -70 like 70.
55307         (tm_diff): Returns long int, not int.
55308         (lookup_word): Use bool instead of int when appropriate.
55309         (yylex): Use size_t for count, not int.
55310         Detect overflow when parsing large integer constants.
55311         Add support for fractions.
55312         (get_date): Make pointers 'const' if possible.
55313         Use more-portable code to detect integer overflow.
55314         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55315         Don't use ctime; it's not reliable if the year has >4 digits.
55316
55317         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55318         This is for compatibility with BSD.
55319
55320         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55321         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55322         From coreutils' system.h.
55323
55324         * lib/userspec.c: Don't include "posixver.h".
55325         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55326         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55327         compatible extension.  Simplify code by removing a boolean int
55328         that was always nonzero if a string was nonnull.
55329
55330 2004-03-30  Jim Meyering  <jim@meyering.net>
55331
55332         Merge from coreutils.
55333
55334         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55335         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55336         on some systems one must include <grp.h> before it.
55337         Reported by Christian Krackowizer.
55338
55339 2004-03-30  Jim Meyering  <jim@meyering.net>
55340
55341         Merge from coreutils.
55342
55343         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55344
55345         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55346         an empty input stream.
55347
55348         * lib/readtokens.c: Include <stdbool.h>.
55349         (readtoken): Use `size_t' rather than int/long.
55350         All callers adjusted.
55351         Use `bool' rather than `int' where appropriate.
55352         Use memset rather than an explicit loop.
55353         Use x2nrealloc rather than xrealloc.
55354         Allow the use of `\0' as a delimiter.
55355         (readtokens): Likewise.
55356         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55357
55358 2004-03-30  Jim Meyering  <jim@meyering.net>
55359
55360         * m4/realloc.m4: Remove file, since now it does no more than
55361         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55362         the `configure.ac' section of module/realloc.
55363         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55364
55365 2004-03-30  Bruno Haible  <bruno@clisp.org>
55366
55367         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55368         nonnull.
55369
55370 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55371
55372         Merge changes to getloadavg.c from coreutils and Emacs.
55373
55374         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55375         Define to an expression, not to the empty string.
55376         Include cloexec.h and xalloc.h.
55377         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55378         Use set_cloexec_flag rather than rolling our own.
55379         * lib/cloexec.c, lib/cloexec.h: New files.
55380
55381 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55382
55383         * m4/cloexec.m4: New file.
55384
55385 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55386
55387         * lib/getopt.h: Sync with libc CVS.
55388
55389 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55390             Bruno Haible  <bruno@clisp.org>
55391
55392         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55393         mbswidth.
55394
55395 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55396             Bruno Haible  <bruno@clisp.org>
55397
55398         * lib/mbswidth.h: Include <wchar.h> only if
55399         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55400         <wchar.h>.
55401         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55402
55403 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55404
55405         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55406         Sync with libc CVS.
55407         * lib/getopt_int.h: New file, also synced from libc.
55408
55409 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55410
55411         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55412         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55413         Bring back getopt.c, getopt.h, getopt1.c.
55414
55415 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55416
55417         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55418         All uses changed.  Check for sa_sigaction member; this fixes
55419         a bug first reported by Jason Andrade in
55420         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55421
55422 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55423
55424         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55425         '#if' expressions.  Unlike the code it replaces, it does not
55426         depend on (defined _SC_PAGESIZE).  However, it does depend on
55427         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55428         first reported by Jason Andrade in
55429         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55430
55431 2004-02-25  Simon Josefsson  <jas@extundo.com>
55432
55433         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55434
55435 2004-02-25  Simon Josefsson  <jas@extundo.com>
55436
55437         * lib/strdup.h: New file.
55438         * lib/strdup.c: Include it.
55439         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55440         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55441
55442 2004-02-23  Karl Berry  <karl@gnu.org>
55443
55444         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55445         (from fencepost.gnu.org:/gd/gnuorg).
55446
55447 2004-02-23  Karl Berry  <karl@gnu.org>
55448
55449         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55450         * config/srclist.txt: add maintain/standards documents.
55451
55452 2004-02-18  Bruno Haible  <bruno@clisp.org>
55453
55454         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55455         Reported by Derek Robert Price <derek@ximbiot.com>.
55456
55457 2004-02-16  Karl Berry  <karl@gnu.org>
55458
55459         * config/mkinstalldirs, install-sh: update from automake.
55460
55461 2004-02-06  Karl Berry  <karl@gnu.org>
55462
55463         * m4/po.m4: update from gettext 0.14.1.
55464
55465 2004-02-06  Karl Berry  <karl@gnu.org>
55466
55467         * lib/config.charset: update from gettext 0.14.1.
55468
55469 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55470
55471         Add comments and code, prompted by suggestions from Bruno Haible
55472         for sh-quote.
55473         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55474         describing the enum quoting_style values.
55475         * lib/quotearg.c (quotearg_alloc): New function.
55476         (quotearg_buffer_restyled): Treat lone { and } as special.
55477         Treat = as special.  Work around bug with older shells
55478         that "see" a '\' that is really the 2nd byte of a multibyte char.
55479         Quote empty string with shell_quoting_style.
55480
55481 2004-02-03  Bruno Haible  <bruno@clisp.org>
55482
55483         * m4/pipe.m4: New file, from GNU gettext.
55484
55485 2004-02-03  Bruno Haible  <bruno@clisp.org>
55486
55487         * lib/pipe.h: New file, from GNU gettext.
55488         * lib/pipe.c: New file, from GNU gettext.
55489
55490 2004-01-27  Bruno Haible  <bruno@clisp.org>
55491
55492         * m4/execute.m4: New file, from GNU gettext.
55493
55494 2004-01-27  Bruno Haible  <bruno@clisp.org>
55495
55496         * lib/execute.h: New file, from GNU gettext.
55497         * lib/execute.c: New file, from GNU gettext.
55498         * lib/w32spawn.h: New file, from GNU gettext.
55499
55500 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55501
55502         Merge from diffutils.
55503
55504         * lib/file-type.c (file_type): Add typed memory objects.
55505         * lib/file-type.h (S_TYPEISTMO): New macro.
55506
55507         * lib/c-stack.h (c_stack_action): Remove argv argument.
55508         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55509         (die): Don't calculate message unless segv_action returns.
55510         (get_stack_location, min_address_from_argv, max_address_from_argv,
55511         volatile stack_base, volatile_stack_size): Remove.
55512         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55513         that every segmentation violation is a stack overflow.  (Ouch!)
55514         See Debian bug 136249 (still outstanding) for more info about why
55515         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55516
55517 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55518
55519         Exit-status fix from coreutils.
55520
55521         Use exit_failure consistently in place of EXIT_FAILURE,
55522         so that program exit statuses are consistent on failure.
55523
55524         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55525         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55526         * lib/argmatch.h: Comment fix to match the above.
55527         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55528         Now a macro referring to exit_failure, instead of a separate
55529         variable.  Include "exitfail.h" to get it.
55530         * lib/xstrtol.h: Include "exitfail.h".
55531         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55532
55533         * lib/long-options.c (parse_long_options): Use prototype
55534         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55535         for clarity.
55536
55537 2004-01-21  Jim Meyering  <jim@meyering.net>
55538
55539         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55540         so as not to conflict with a different-sized __mktime_internal
55541         function in GNU libc.
55542         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55543         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55544
55545 2004-01-20  Karl Berry  <karl@gnu.org>
55546
55547         * config/config.guess: update from config.
55548
55549         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55550
55551 2004-01-20  Bruno Haible  <bruno@clisp.org>
55552
55553         Safer stack allocation.
55554         * lib/setenv.c: Include allocsa.h.
55555         (alloca): Remove fallback definition.
55556         (freea): Remove macro.
55557         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55558         instead of freea.
55559
55560 2004-01-20  Bruno Haible  <bruno@clisp.org>
55561
55562         * m4/eealloc.m4: New file, from GNU gettext.
55563
55564 2004-01-20  Bruno Haible  <bruno@clisp.org>
55565
55566         * m4/allocsa.m4: New file, from GNU gettext.
55567
55568 2004-01-20  Bruno Haible  <bruno@clisp.org>
55569
55570         * lib/xallocsa.h: New file, from GNU gettext.
55571         * lib/xallocsa.c: New file, from GNU gettext.
55572
55573 2004-01-20  Bruno Haible  <bruno@clisp.org>
55574
55575         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55576
55577 2004-01-20  Bruno Haible  <bruno@clisp.org>
55578
55579         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55580         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55581         specially.
55582
55583 2004-01-20  Bruno Haible  <bruno@clisp.org>
55584
55585         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55586         patch.
55587
55588 2004-01-20  Bruno Haible  <bruno@clisp.org>
55589
55590         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55591
55592 2004-01-20  Bruno Haible  <bruno@clisp.org>
55593
55594         * lib/eealloc.h: New file.
55595
55596 2004-01-20  Bruno Haible  <bruno@clisp.org>
55597
55598         * lib/binary-io.h: Avoid warnings on Cygwin.
55599
55600 2004-01-20  Bruno Haible  <bruno@clisp.org>
55601
55602         * lib/allocsa.h: New file, from GNU gettext.
55603         * lib/allocsa.c: New file, from GNU gettext.
55604
55605 2004-01-18  Karl Berry  <karl@gnu.org>
55606
55607         * doc/gpl.texi, doc/lgpl.texi: new files.
55608
55609 2004-01-18  Karl Berry  <karl@gnu.org>
55610
55611         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55612         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55613
55614 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55615
55616         Merge from coreutils.
55617
55618         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55619         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55620         (gl_DEFAULT_POSIX2_VERSION): Move
55621         the documentation from 'configure' into 'config.hin',
55622         so that 'configure --help' isn't burdened by it and
55623         we don't have to worry about its formatting there.
55624         Reword the documentation so that it's more succinct
55625         and can be run together into a single paragraph.
55626         * m4/same.m4 (gl_SAME): Check for pathconf.
55627
55628 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55629
55630         Merge from coreutils.
55631
55632         * lib/posixver.c: Include posixver.h.
55633
55634         * lib/same.c: Include <stdbool.h>, <limits.h>.
55635         (_POSIX_NAME_MAX): Define if not defined.
55636         (MIN): New macro.
55637         (same_name): If file names are silently truncated, report
55638         that the file names are the same if they are the same after
55639         the silent truncation.
55640
55641         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55642         conversion function.
55643         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55644         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55645         longer needed.
55646
55647 2004-01-15  Jim Meyering  <jim@meyering.net>
55648
55649         Merge from coreutils.
55650
55651         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55652         if no library is required.
55653         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55654         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55655         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55656         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55657         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55658         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
55659         value, $ac_cv_search_crypt, if it's "none required".
55660         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
55661         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
55662         not gl_FUNC_GETLOADAVG.
55663         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
55664         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
55665
55666 2004-01-15  Jim Meyering  <jim@meyering.net>
55667
55668         Merge from coreutils.
55669
55670         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
55671         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
55672         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
55673
55674         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
55675         optional configure-time default.
55676
55677         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55678
55679         * lib/xreadlink.c (xreadlink): Correct outdated comment.
55680
55681 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
55682
55683         Merge from coreutils.
55684
55685         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
55686         value, $ac_cv_search_nanosleep, if it's "none required".
55687
55688 2004-01-14  Paul Eggert  <eggert@twinsun.com>
55689
55690         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
55691         with like-named macro in fnmatch.c.
55692         (EXT): Use an internal constant instead.
55693
55694         Merge fnmatch patches from glibc.
55695         * lib/fnmatch.c (mbsinit): Remove define.
55696         Add libc_hidden_ver (__fnmatch, fnmatch).
55697         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
55698         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
55699
55700 2004-01-14  Karl Berry  <karl@gnu.org>
55701
55702         * config/install-sh: update from automake.
55703
55704 2004-01-13  Karl Berry  <karl@gnu.org>
55705
55706         * config/install-sh: update from automake.
55707
55708 2004-01-09  Karl Berry  <karl@gnu.org>
55709
55710         * config/install-sh: update from automake.
55711
55712 2004-01-05  Karl Berry  <karl@gnu.org>
55713
55714         * config/config.{sub,guess}: update from config.
55715
55716 2003-12-31  Karl Berry  <karl@gnu.org>
55717
55718         * config/depcomp: update from automake.
55719
55720 2003-12-14  Karl Berry  <karl@gnu.org>
55721
55722         * lib/config.charset: update from gettext-runtime.
55723
55724 2003-12-03  Paul Eggert  <eggert@twinsun.com>
55725
55726         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
55727         Bug reported by Alfred M. Szmidt.
55728
55729 2003-12-03  Bruno Haible  <bruno@clisp.org>
55730
55731         * m4/gettext.m4: Upgrade from gettext-0.13.
55732         * m4/po.m4: Upgrade from gettext-0.13.
55733         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
55734         * m4/intmax.m4: New file, from gettext-0.13.
55735         * m4/printf-posix.m4: New file, from gettext-0.13.
55736
55737 2003-11-29  Karl Berry  <karl@gnu.org>
55738
55739         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
55740
55741 2003-11-25  Paul Eggert  <eggert@twinsun.com>
55742             Bruno Haible  <bruno@clisp.org>
55743
55744         * lib/printf-parse.h: Don't include sys/types.h.
55745         (ARG_NONE): New macro.
55746         (char_directive): Change type of *arg_index fields to size_t.
55747         * lib/printf-parse.c: Don't include sys/types.h.
55748         (SSIZE_MAX): Remove macro.
55749         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
55750         Remove unnecessary overflow check.
55751         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
55752         fields.
55753
55754 2003-11-25  Bruno Haible  <bruno@clisp.org>
55755
55756         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
55757
55758 2003-11-25  Bruno Haible  <bruno@clisp.org>
55759
55760         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
55761         gt_TYPE_SSIZE_T.
55762
55763 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55764
55765         * modules/alloca: Remove dependency on xalloc.
55766
55767 2003-11-24  Paul Eggert  <eggert@twinsun.com>
55768
55769         * lib/alloca.c: Remove dependency on xalloc module.
55770         (xalloc_die): Remove.
55771         (memory_full) [!defined emacs]: New macro.
55772         [!defined emacs]: Don't include xalloc.h.
55773         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
55774         address arithmetic overflows.  Change datatypes a bit to avoid
55775         unnecessary casts.
55776
55777 2003-11-22  Jim Meyering  <jim@meyering.net>
55778
55779         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
55780         s/size/size_t/.
55781
55782 2003-11-21  Karl Berry  <karl@gnu.org>
55783
55784         * config/config.{sub,guess}: update from config.
55785
55786 2003-11-18  Karl Berry  <karl@gnu.org>
55787
55788         * config/config.{sub,guess}: update from config.
55789
55790         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
55791
55792 2003-11-17  Paul Eggert  <eggert@twinsun.com>
55793
55794         * README: Mention that S+T cannot overflow if S is the size of
55795         an existing object and T is sufficiently small.
55796
55797 2003-11-17  Jim Meyering  <jim@meyering.net>
55798
55799         On systems without utime and without a utimes function capable of
55800         dealing with a NULL struct utimbuf* argument, this utime replacement
55801         could -- in unusual circumstances -- leak a file descriptor.
55802         * lib/utime.c: Include <unistd.h> and <errno.h>.
55803         (utime_null): Be sure to close `fd' and to preserve errno.
55804         Reported by Geoff Collyer via Arnold Robbins.
55805
55806 2003-11-17  Bruno Haible  <bruno@clisp.org>
55807
55808         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
55809         (Depends-on): Add xsize.
55810
55811 2003-11-17  Bruno Haible  <bruno@clisp.org>
55812
55813         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
55814
55815 2003-11-17  Bruno Haible  <bruno@clisp.org>
55816
55817         * lib/vasnprintf.c (alloca): Remove fallback definition.
55818         (freea): Remove definition.
55819         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
55820         Reported by Paul Eggert.
55821
55822 2003-11-16  Paul Eggert  <eggert@twinsun.com>
55823             Bruno Haible  <bruno@clisp.org>
55824
55825         Protect against address arithmetic overflow.
55826         * lib/printf-args.h: Include stddef.h.
55827         (arguments): Change type of field 'count' to size_t.
55828         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
55829         'unsigned int' where appropriate.
55830         * lib/printf-parse.h: Include sys/types.h.
55831         (char_directive): Change type of *arg_index fields to ssize_t.
55832         (char_directives): Change type of fields 'count', max_*_length to
55833         size_t.
55834         * lib/printf-parse.c: Include sys/types.h and xsize.h.
55835         (SSIZE_MAX): Define fallback value.
55836         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
55837         instead of 'int' where appropriate. Check a_allocated, d_allocated
55838         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
55839         * lib/vasnprintf.c: Include xsize.h.
55840         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
55841         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
55842         overflow. Avoid wraparound when converting a width or precision from
55843         decimal to binary.
55844
55845 2003-11-16  Bruno Haible  <bruno@clisp.org>
55846
55847         Update from GNU gettext.
55848         * lib/printf-parse.c: Generalize to it can be compiled for wide
55849         strings.
55850         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
55851         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
55852         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
55853         SNPRINTF): New macros.
55854         Don't include <alloca.h> if the file is used inside libintl.
55855         (local_wcslen): New function, for Solaris 2.5.1.
55856         (VASNPRINTF): Use it instead of wcslen.
55857
55858 2003-11-16  Bruno Haible  <bruno@clisp.org>
55859
55860         * lib/xsize.h (xmax): New function.
55861         (xsum, xsum3, xsum4): Declare as "pure" functions.
55862
55863 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55864
55865         * modules/xalloc (Files): Undo latest change, since xalloc.h
55866         no longer needs SIZE_MAX or PTRDIFF_MAX.
55867
55868 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55869
55870         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
55871         gl_PTRDIFF_MAX.
55872
55873 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55874
55875         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
55876         "return", to pacify some unknown compiler.  Problem reported
55877         by Joerg Schilling.
55878
55879 2003-11-12  Paul Eggert  <eggert@twinsun.com>
55880
55881         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
55882         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
55883         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
55884         heuristic is just as accurate as far as we know, and it removes a
55885         dependency on size_max.m4 and ptrdiff_max.m4.
55886
55887 2003-11-11  Bruno Haible  <bruno@clisp.org>
55888
55889         * modules/xsize (Files): Add m4/size_max.m4.
55890         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
55891
55892 2003-11-11  Bruno Haible  <bruno@clisp.org>
55893
55894         * m4/size_max.m4: New file.
55895         * m4/ptrdiff_max.m4: New file.
55896         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
55897         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
55898         (gl_XALLOC): Invoke it.
55899
55900 2003-11-11  Bruno Haible  <bruno@clisp.org>
55901
55902         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
55903         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
55904         defined.
55905
55906 2003-11-10  Paul Eggert  <eggert@twinsun.com>
55907
55908         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
55909         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
55910         rejected some allocations of exactly SIZE_MAX - 2 bytes.
55911         From Bruno Haible.
55912         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
55913         not (size_t) -1, since it's defined here.
55914
55915 2003-11-09  Karl Berry  <karl@gnu.org>
55916
55917         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
55918
55919 2003-11-06  Paul Eggert  <eggert@twinsun.com>
55920
55921         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
55922         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
55923         Reject sizes of exactly SIZE_MAX bytes.
55924         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
55925         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
55926
55927 2003-11-05  Bruno Haible  <bruno@clisp.org>
55928
55929         * lib/xsize.h: Include limits.h, to avoid a possible collision with
55930         SIZE_MAX defined in <limits.h> on Solaris.
55931
55932 2003-11-04  Jim Meyering  <jim@meyering.net>
55933
55934         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
55935         variable names, rather than @VAR@.
55936         * modules/poll: Likewise.
55937
55938 2003-11-04  Bruno Haible  <bruno@clisp.org>
55939
55940         * modules/xsize: New file.
55941         * modules/linebreak: Depend on xsize.
55942         * MODULES.html.sh (func_all_modules): Add xsize.
55943
55944 2003-11-04  Bruno Haible  <bruno@clisp.org>
55945
55946         * m4/xsize.m4: New file.
55947
55948 2003-11-04  Bruno Haible  <bruno@clisp.org>
55949
55950         * lib/xsize.h: New file.
55951         * lib/linebreak.c: Include xsize.h.
55952         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
55953         argument for overflow.
55954         Suggested by Paul Eggert.
55955
55956 2003-11-03  Karl Berry  <karl@gnu.org>
55957
55958         * config/config.{guess,sub}: update from config.
55959
55960 2003-11-03  Jim Meyering  <jim@meyering.net>
55961
55962         * modules/userspec (lib_SOURCES): Add userspec.h.
55963         (Include): Add "userspec.h".
55964         Improve description.
55965
55966 2003-11-03  Jim Meyering  <jim@meyering.net>
55967
55968         * lib/userspec.c: Include "userspec.h".
55969         * lib/userspec.h: New file.
55970
55971 2003-11-03  Bruno Haible  <bruno@clisp.org>
55972
55973         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
55974
55975 2003-11-03  Bruno Haible  <bruno@clisp.org>
55976
55977         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
55978         available, to avoid (extremely rare) race condition.
55979         Suggested by Paul Eggert.
55980
55981 2003-11-02  Karl Berry  <karl@gnu.org>
55982
55983         * config/srclist.txt (vasprintf.c): sync broken, sigh.
55984
55985 2003-10-31  Paul Eggert  <eggert@twinsun.com>
55986
55987         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
55988         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
55989         (read_filesystem_list): Set and use me_type_malloced.
55990         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
55991         whatever the type happens to be), for brevity and consistency.
55992         Check for size calculation overflow on Alphas running OSF/1.
55993
55994 2003-10-31  Jim Meyering  <jim@meyering.net>
55995
55996         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
55997
55998         * lib/linebuffer.c: Include <string.h> for declaration of memset.
55999
56000 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56001             Bruno Haible  <bruno@clisp.org>
56002
56003         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56004         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56005
56006 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56007
56008         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56009         netbsd*-gnu*.  Suggested by Robert Millan.
56010
56011 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56012
56013         * modules/group-member: Depend on stdbool.
56014
56015 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56016
56017         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56018
56019 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56020
56021         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56022         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56023         after the 'gnu' in these cases.  This fixes some bugs in the
56024         previous change, and is based on suggestions by Robert Millan.
56025
56026 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56027
56028         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56029         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56030         no longer needed.
56031         * lib/quotearg.c (quotearg_n_options): Use it.
56032         * lib/group-member.c: Include <stdbool.h>.
56033         (free_group_info): Arg is now const *; don't free arg.
56034         (get_group_info): Now returns bool and accepts struct group_info *,
56035         rather than returning a malloc'ed struct group_info *.
56036         All uses changed.  Check for overflow in internal size calculation.
56037
56038         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56039         rather than xmalloc/xrealloc.
56040         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56041         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56042         conformance bug: the old code used a pointer after freeing the
56043         storage that it addressed.
56044         * lib/hash.c (hash_initialize): Simplify the code by using
56045         xalloc_oversized rather than doing it by hand.
56046         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56047         the buffer preserved.  Use free and xmalloc instead.
56048         * lib/quotearg.c (quotearg_n_options): Likewise.
56049         Use a simpler test for size overflow.  Don't use xalloc_oversized
56050         because unsigned int might be wider than size_t (!); this suggests
56051         that we should switch from unsigned int to size_t for slot numbers.
56052
56053 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56054
56055         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56056         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56057         NetBSD kernels.  Requested by Richard Stallman.
56058
56059 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56060
56061         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56062         to allocate the returned structure.  Do not allocate a subarray,
56063         as x2nrealloc will do that.
56064         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56065         instead of xnrealloc.
56066         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56067
56068 2003-10-27  Bruno Haible  <bruno@clisp.org>
56069
56070         * lib/stdbool_.h: Better support for BeOS.
56071
56072 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56073
56074         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56075         now uses inline.
56076
56077 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56078
56079         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56080         callers that want to do their own size-overflow checking.  Include
56081         <stdbool.h>, since xalloc_oversized returns bool.
56082         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56083         to use xalloc_oversized.
56084
56085         Add two functions x2realloc, x2nrealloc, for programs that grow
56086         arrays dynamically by doubling their sizes.
56087         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56088         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56089         New functions.
56090
56091         Port to C99 semantics for 'inline' of external functions.
56092         Bug reported by Bruno Haible.
56093         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56094         with the old contents of xnmalloc.
56095         (xnmalloc, xmalloc): Use it.
56096         (xnrealloc_inline): New static inline function,
56097         with the old contents of xnrealloc.
56098         (xnrealloc, xrealloc): Use it.
56099
56100         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56101         that.
56102
56103 2003-10-26  Karl Berry  <karl@gnu.org>
56104
56105         * config/srclist.txt (COPYING.DOC): no longer available from
56106         /gd/gnuorg; don't know where the ultimate source is.
56107
56108 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56109
56110         Fix several address-calculation bugs in the hash modules,
56111         plus some minor code cleanup.
56112
56113         * lib/hash.h: Include <stdbool.h>, for bool.
56114         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56115         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56116         hash_get_n_entries, hash_get_max_bucket_length,
56117         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56118         hash_rehash): Use size_t rather than unsigned.
56119         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56120         hash_get_n_buckets_used, hash_get_n_entries,
56121         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56122         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56123         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56124         Likewise.
56125         (SIZE_MAX): Define if not defined.
56126         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56127         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56128         hash_print):
56129         Use const * when possible.
56130         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56131         (check_tuning): Fix bug: if tuning parameters were very close to
56132         0 or 1, rounding errors could have caused subscript violations.
56133         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56134         (hash_initialize): Add 'fail:' label
56135         to free table and return NULL, and use it to simplify code.
56136         Use calloc rather than clearing the storage ourself.
56137         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56138         buffer size calculations.
56139         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56140         Include <stddef.h>, for size_t.
56141         * lib/hash-pjw.c (hash_pjw): Likewise.
56142         Switch to method described by Bruno Haible.
56143         Include <limits.h>, for CHAR_BIT.
56144         (SIZE_BITS): New macro.
56145
56146 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56147
56148         * m4/getline.m4 (AM_FUNC_GETLINE):
56149         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56150         hosts.  Problem reported by Derek Robert Price in
56151         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56152         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56153         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56154
56155 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56156
56157         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56158         ceiling the allocation at NMAX bytes rather than silently
56159         discarding input bytes before NMAX is reached.  This makes
56160         a difference only if NMAX exceeds SIZE_MAX / 2.
56161
56162         * lib/obstack.c: Merge from glibc.
56163         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56164         Add libc_hidden_def (_obstack_newchunk).
56165         (_obstack_free) [! defined _LIBC]: Remove.
56166         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56167         a clone of the function body.
56168         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56169         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56170
56171         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56172         glibc.
56173         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56174         arg to memcpy.
56175
56176         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56177         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56178         Don't use lvalue casts, as GCC plans to remove support for them
56179         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56180         was also present in the non-GCC version, indicating that this
56181         code had always been buggy and had never been widely used.
56182         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56183         Use the fast variant of each macro, rather than copying the
56184         definiens of the fast variant; that way, we'll be more likely to
56185         catch future bugs in the fast variants.
56186
56187 2003-10-20  Bruno Haible  <bruno@clisp.org>
56188
56189         * modules/wait-process: New file.
56190         * MODULES.html.sh (func_all_modules): Add wait-process.
56191
56192 2003-10-20  Bruno Haible  <bruno@clisp.org>
56193
56194         * m4/wait-process.m4: New file.
56195
56196 2003-10-20  Bruno Haible  <bruno@clisp.org>
56197
56198         * lib/wait-process.h: New file, from GNU gettext.
56199         * lib/wait-process.c: New file, from GNU gettext.
56200
56201 2003-10-19  Jim Meyering  <jim@meyering.net>
56202
56203         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56204         HPUX 10.20.
56205
56206 2003-10-18  Karl Berry  <karl@gnu.org>
56207
56208         * config/config.guess: update from config.
56209
56210 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56211
56212         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56213         (getgroups): First arg is int, not size_t.
56214         Don't let 'free' mangle errno.
56215
56216 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56217
56218         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56219
56220 2003-10-16  Karl Berry  <karl@gnu.org>
56221
56222         * config/config.{guess,sub}: update from config.
56223
56224 2003-10-16  Jim Meyering  <jim@meyering.net>
56225
56226         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56227         memcpy.
56228
56229 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56230
56231         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56232         (SIZE_MAX): Remove.
56233         (new_exclude, add_exclude_file): Initial size no longer needs to
56234         be a power of 2.
56235         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56236         our own address arithmetic overflow checking.
56237
56238         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56239         (fnmatch): Do not alloca more than 2000 wide characters;
56240         instead, use malloc for large buffers.
56241         Check for address arithmetic overflow, and return -1
56242         with errno set to ENOMEM in that case.
56243         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56244         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56245         instead, return -1.  Check for address arithmetic overflow.
56246
56247 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56248
56249         Handle invalid suffixes and overflow independently, so that
56250         callers can treat them independently as needed.  Fix some bugs in
56251         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56252         suffix for a human-readable blocksize.  The major caller-visible
56253         change is the addition of a new
56254         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56255         that both overflow and suffix chars were found.
56256
56257         * lib/human.c (humblock): Don't check separately for invalid suffix
56258         char; that is xstrtoumax's job (now that its bug is fixed).
56259         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56260         INTMAX_MAX]: New macros.
56261         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56262         TYPE_MAXIMUM): New macros.
56263         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56264         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56265         if overflow occurs, as it's what __strtol does and it's more useful
56266         in practice.
56267         (__xstrtol): If __strtol reports some error other than ERANGE,
56268         reflect it to the caller as LONGINT_INVALID.  If it reports
56269         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56270         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56271         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56272         value.
56273         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56274         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56275         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56276         [defined UINTMAX_MAX]: New macros.
56277
56278 2003-10-14  Bruno Haible  <bruno@clisp.org>
56279
56280         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56281
56282 2003-10-14  Bruno Haible  <bruno@clisp.org>
56283
56284         * m4/sig_atomic_t: New file, from GNU gettext.
56285         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56286
56287 2003-10-14  Bruno Haible  <bruno@clisp.org>
56288
56289         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56290         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56291         Also use volatile where needed.
56292
56293 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56294
56295         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56296         Change maintainer from Bruno Haible to 'all'.
56297
56298 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56299
56300         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56301
56302 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56303
56304         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56305         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56306         and define in terms of the other primitives.
56307         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56308         (SIZE_MAX): Define if not already defined.
56309         (array_size_overflow): New function.
56310         (xalloc_die): Abort instead of exiting if 'error' returns.
56311         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56312         (xmalloc, xrealloc): Use them.
56313         (xcalloc): Check for address arithmetic overflow.
56314         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56315         a bit faster than strcpy.
56316
56317 2003-10-10  Simon Josefsson  <jas@extundo.com>
56318
56319         * modules/argp (Depends-on): Add restrict and strcase.
56320
56321 2003-10-10  Simon Josefsson  <jas@extundo.com>
56322
56323         * m4/argp.m4: Add AC_C_INLINE.
56324
56325 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56326
56327         Merge getpass from libc, plus a few fixes.
56328
56329         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56330         Include <stdbool.h>.
56331         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56332         __fsetlocking to empty.
56333         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56334         do include <bits/libc-lock.h>.
56335         Do not include <fcntl.h>; not needed.
56336         [_LIBC]: Include <wchar.h>.
56337         (NOTCANCEL_MODE): New macro.
56338         (flockfile, funlockfile) [_LIBC]: New macros.
56339         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56340         [!_LIBC]: New macros.
56341         (call_fclose): New function.
56342         (getpass): Use it.  Save tty stream separately; this simplifies the
56343         code and makes it more reliable if stdin happens to equal stdout.
56344         Invoke __fsetlocking on tty.
56345         Handle thread cancellation if needed.
56346         Namespace cleanup (use __tcgetattr, __getline).
56347         Use bool for Booleans.
56348         [USE_IN_LIBIO]: Handle wide streams.
56349         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56350         stream might go where.
56351
56352         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56353         doesn't have to include <stdio.h> before us.
56354         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56355         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56356         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56357         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56358         if not declared, so that we can use getpass.c code from libc without
56359         rewriting it.
56360         (flockfile, ftrylockfile, funlockfile): New macros.
56361
56362 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56363
56364         * modules/getpass: Depend on stdbool.
56365
56366 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56367
56368         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56369
56370 2003-10-07  Karl Berry  <karl@gnu.org>
56371
56372         * config/config.{guess,sub}: update from config.
56373
56374 2003-10-06  Jim Meyering  <jim@meyering.net>
56375             Bruno Haible  <bruno@clisp.org>
56376
56377         This lets translators provide better translations for the
56378         "Written by ..." part of --version output.
56379         * lib/version-etc.h: Include stdarg.h.
56380         (version_etc_copyright): Declare as readonly.
56381         (version_etc): Make this function variadic with a NULL-terminated list
56382         of author name strings.
56383         (version_etc_va): New declaration.
56384         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56385         (version_etc_copyright): Declare as readonly.
56386         (version_etc_va): New function. Provide a different translatable string
56387         for each possible number of authors < 10. Abbreviate when there are 10
56388         authors or more.
56389         (version_etc): Make this function variadic. Call version_etc_va.
56390         Suggestion from Gary V. Vaughan.
56391
56392         * lib/long-options.h (parse_long_options): Change prototype: the
56393         authors string is moved to the end and becomes variadic.
56394         * lib/long-options.c: Include stdarg.h.
56395         (parse_long_options): Make this function variadic, too.
56396         Call version_etc_va, not version_etc.
56397
56398 2003-10-06  Bruno Haible  <bruno@clisp.org>
56399
56400         * modules/version-etc-2: Remove file.
56401         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56402
56403 2003-10-06  Bruno Haible  <bruno@clisp.org>
56404
56405         * modules/fatal-signal: New file.
56406         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56407
56408 2003-10-06  Bruno Haible  <bruno@clisp.org>
56409
56410         * m4/fatal-signal.m4: New file.
56411         * m4/signalblocking.m4: New file, from GNU gettext.
56412
56413 2003-10-06  Bruno Haible  <bruno@clisp.org>
56414
56415         * lib/version-etc-2.h: Remove file.
56416         * lib/version-etc-2.c: Remove file.
56417
56418 2003-10-06  Bruno Haible  <bruno@clisp.org>
56419
56420         * lib/fatal-signal.h: New file, from GNU gettext.
56421         * lib/fatal-signal.c: New file, from GNU gettext.
56422
56423 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56424
56425         * README: Rework advice for preventing empty .o files.
56426         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56427         not <sys/types.h>.
56428
56429 2003-10-04  Karl Berry  <karl@gnu.org>
56430
56431         * lib/argp*: update from libc.
56432
56433 2003-10-04  Karl Berry  <karl@gnu.org>
56434
56435         * config/config.{guess,sub}: update from config.
56436
56437 2003-10-02  Bruno Haible  <bruno@clisp.org>
56438
56439         * modules/lchown (Include): Add lchown.h.
56440         * modules/time_r (Include): Use "..." syntax.
56441         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56442
56443 2003-10-01  Simon Josefsson  <jas@extundo.com>
56444
56445         * MODULES.html.sh (func_all_modules): Move gethostname from section
56446         'based on' to section 'lacking' POSIX:2001.
56447
56448 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56449
56450         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56451         to output mode on the same stream.
56452
56453 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56454
56455         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56456         Fix arg typo in previous patch.
56457
56458 2003-09-28  Jim Meyering  <jim@meyering.net>
56459
56460         * lib/error.c: Correct cpp indentation.
56461
56462 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56463
56464         * modules/free: New file.
56465
56466 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56467
56468         * m4/free.m4: New file.
56469
56470 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56471
56472         * lib/minmax.h (MIN, MAX)
56473         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56474         Omit the special code that used __typeof__, since we worry that
56475         it could be more trouble than it's worth.  See:
56476         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56477         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56478
56479         * lib/free.c: New file.
56480
56481 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56482
56483         Trivial fixes to Makefile.am parts of module listings.
56484         * modules/strstr: Append strstr.h to lib_SOURCES.
56485         * modules/strcase: Likewise, for strcase.h.
56486
56487 2003-09-27  Karl Berry  <karl@gnu.org>
56488
56489         * config/mkinstalldirs: update from automake.
56490
56491 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56492
56493         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56494         (error_tail): Do not loop, reallocating temporary buffer, since
56495         the output cannot contain more wide characters than the input
56496         contains bytes, the size must be big enough already.  This avoids
56497         one potential size overflow calculation.  Check for size overflow
56498         when calculating temporary buffer size.  Free temporary buffer
56499         when done, if it was allocated with malloc; this plugs a memory
56500         leak.  Remove casts from void * to pointers, that are no longer
56501         needed now that we're assuming C89 or better.
56502
56503         Merge error changes from glibc.
56504
56505         * lib/error.c, error.h: Update copyright notice header to match glibc.
56506         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56507         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56508         Disable cancellation while printing error.
56509         * lib/error.h: Prepend __ to parameter names.
56510
56511 2003-09-26  Jim Meyering  <jim@meyering.net>
56512
56513         * lib/error.c (error_tail): Move some declarations
56514         into inner scope where the local variables are used.
56515
56516 2003-09-26  Bruno Haible  <bruno@clisp.org>
56517
56518         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56519         stpncpy().
56520         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56521
56522 2003-09-26  Bruno Haible  <bruno@clisp.org>
56523
56524         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56525         (stpncpy): Define as alias for gnu_stpncpy.
56526         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56527
56528 2003-09-25  Simon Josefsson  <jas@extundo.com>
56529
56530         * lib/xgetdomainname.h: New file.
56531         * lib/xgetdomainname.c: New file.
56532
56533 2003-09-25  Simon Josefsson  <jas@extundo.com>
56534             Bruno Haible  <bruno@clisp.org>
56535
56536         * modules/getdomainname: New file.
56537         * modules/xgetdomainname: New file.
56538         * MODULES.html.sh (func_all_modules): Add getdomainname,
56539         xgetdomainname.
56540
56541 2003-09-25  Simon Josefsson  <jas@extundo.com>
56542             Bruno Haible  <bruno@clisp.org>
56543
56544         * m4/getdomainname.m4: New file.
56545
56546 2003-09-25  Simon Josefsson  <jas@extundo.com>
56547             Bruno Haible  <bruno@clisp.org>
56548
56549         * lib/getdomainname.h: New file.
56550         * lib/getdomainname.c: New file.
56551
56552 2003-09-25  Karl Berry  <karl@gnu.org>
56553
56554         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56555
56556 2003-09-25  Karl Berry  <karl@gnu.org>
56557
56558         * config/install-sh: update from automake.
56559
56560 2003-09-25  Bruno Haible  <bruno@clisp.org>
56561
56562         * modules/version-etc-2: New file, from modules/version-etc with
56563         modifications.
56564         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56565
56566 2003-09-25  Bruno Haible  <bruno@clisp.org>
56567
56568         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56569         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56570
56571 2003-09-24  Simon Josefsson  <jas@extundo.com>
56572
56573         * modules/xgethostname: Add xgethostname.h.
56574
56575 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56576
56577         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56578         the buffer associated with the argument.  Bug reported by
56579         Simon Josefsson.
56580
56581 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56582
56583         * README: Document assumptions that 'int' is at least 32 bits
56584         wide, that integer arithmetic is 2's complement without overflow,
56585         that there are no holes in integer values, that adding sizes of
56586         two nonoverlapping objects can't overflow, and that all-bits-zero
56587         yields scalar zero.  Fix spelling and capitalization typos.
56588
56589 2003-09-19  Karl Berry  <karl@gnu.org>
56590
56591         * lib/argp.h: update from libc.
56592
56593 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56594
56595         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56596         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56597         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56598
56599 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56600
56601         * gnulib-tool: Use "test -h", not "test -L", for portability
56602         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56603         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56604         (sed_extract_prog): Issue s commands one-by-one, rather than
56605         using \| in one s command.
56606
56607 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56608
56609         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56610         input error, instead of returning NULL the next time we are called
56611         (and therefore losing track of errno).
56612
56613 2003-09-16  Bruno Haible  <bruno@clisp.org>
56614
56615         * gnulib-tool (func_create_testdir): Warn about duplicated
56616         dependencies.
56617
56618 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56619
56620         * modules/argmatch, modules/fatal, modules/obstack,
56621         modules/xalloc, modules/xgethostname: Sort dependencies by
56622         importance, not alphabetically.
56623
56624 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56625
56626         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56627         fails, so that the caller gets the proper errno.
56628
56629         * lib/readutmp.c (read_utmp): Likewise.
56630         Check for fstat error.  Close stream and free storage
56631         when failing.
56632
56633 2003-09-14  Karl Berry  <karl@gnu.org>
56634
56635         * config/srclist.txt (strdup.c): disable for c89 changes.
56636
56637 2003-09-14  Jim Meyering  <jim@meyering.net>
56638
56639         * lib/getloadavg.c: Correct cpp indentation.
56640         * lib/strdup.c: Likewise.
56641         * lib/vasnprintf.c: Likewise.
56642
56643 2003-09-14  Bruno Haible  <bruno@clisp.org>
56644
56645         * modules/fwriteerror: New file.
56646         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56647
56648 2003-09-14  Bruno Haible  <bruno@clisp.org>
56649
56650         * lib/fwriteerror.h: New file.
56651         * lib/fwriteerror.c: New file.
56652
56653 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56654
56655         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56656         modules/xgethostname, modules/xalloc: Depend on exit.
56657
56658 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56659
56660         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
56661
56662         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
56663         and AC_MINIX, too, so that their extensions are available.
56664
56665         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
56666         This macro has been superseded by gl_BACKUPFILE.
56667
56668         More patches to assume C89 or better.
56669
56670         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
56671
56672         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
56673         unconditionally.
56674         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
56675         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
56676         Include <string.h>, <stdlib.h> unconditionally.
56677         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
56678         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
56679         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
56680         headers or for string.h.
56681         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
56682         or strtoul.
56683
56684         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
56685         headers.
56686         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
56687         * m4/userspec.m4 (gl_USERSPEC): Likewise.
56688         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
56689         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
56690         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
56691         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
56692         memcpy, memset.
56693         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
56694         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
56695         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
56696         strtol.
56697         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
56698         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
56699         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
56700         strtoul.
56701
56702 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56703
56704         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
56705         * lib/obstack.c [!defined _LIBC]: Likewise.
56706         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
56707         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
56708         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
56709
56710         More changes to assume C89 or better.
56711
56712         * lib/error.c (error_tail): Assume vprintf.
56713
56714         * lib/argmatch.c (getenv): Remove decl.
56715         * lib/progreloc.c (get_full_program_name): Define via prototype.
56716         * lib/setenv.c (clearenv): Likewise.
56717         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
56718         needed.
56719         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
56720         (malloc, memcpy): Remove decls.
56721         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
56722         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
56723         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56724         (memcpy): Remove macro.
56725         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
56726         (__P): Remove.  All uses removed.
56727         (PTR): Remove.  All uses changed to void *.
56728         (CHAR_BIT, NULL): Remove.
56729         (spaces, zeros, memset_space, memset_zero)
56730         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
56731         Remove.
56732         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
56733         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
56734         Define with prototype.
56735         Remove now-unnecessary prototype decl.
56736         (extra_args_spec): Assume ANSI C.  All uses changed.
56737         (extra_args_spec_iso): Remove.
56738         (my_strftime, emacs_strftimeu): Define via prototype.
56739         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
56740         unconditionally.
56741         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
56742         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
56743         (strtoul, strtol): Remove decls.
56744         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
56745         LONG_MAX): Remove.
56746         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
56747         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
56748         (LOCALE_PARAM_PROTO): New macro.
56749         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
56750         (INTERNAL (strtol), strtol): Define with a prototype.
56751         (PARAMS): Remove.  All uses removed.
56752         * lib/tempname.c: Include <string.h> unconditionally.
56753         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
56754         * lib/xgethostname.c (main): Define with a prototype.
56755         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
56756         Include <stdlib.h> unconditionally.
56757         (calloc, malloc, realloc, free): Remove decls.
56758         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
56759         Include <stdlib.h> unconditionally.  Sort include file names.
56760         (strtod): Remove.
56761         (xstrtod): Define with a prototype.
56762         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
56763         (strtol, strtoul): Remove decls.
56764
56765 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56766
56767         More patches to assume C89 or better.
56768         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
56769         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
56770         string.h, memchr, STDC_HEADERS.
56771
56772 2003-09-11  Paul Eggert  <eggert@twinsun.com>
56773
56774         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
56775         Include <stdlib.h>, <string.h> unconditionally.
56776         Remove now-unnecessary cast to char *.
56777         * lib/strnlen.c: Include <string.h> unconditionally.
56778         * lib/yesno.c (yesno): Define with a prototype.
56779
56780 2003-09-11  Bruno Haible  <bruno@clisp.org>
56781
56782         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
56783
56784 2003-09-10  Jim Meyering  <jim@meyering.net>
56785
56786         * lib/error.c: Correct indentation of cpp directives.
56787
56788 2003-09-10  Bruno Haible  <bruno@clisp.org>
56789
56790         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
56791         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
56792         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
56793         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
56794         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
56795         <stdlib.h> and <string.h> checks.
56796         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
56797         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
56798
56799 2003-09-10  Bruno Haible  <bruno@clisp.org>
56800
56801         * lib/strcspn.c: Include <string.h> unconditionally.
56802         * lib/strpbrk.c: Include <string.h> unconditionally.
56803         * lib/strstr.c: Include <string.h> unconditionally.
56804         * lib/unicodeio.c: Include <string.h> unconditionally.
56805         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
56806         * lib/unsetenv.c: Likewise.
56807         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
56808         * lib/yesno.c: Include <stdlib.h> unconditionally.
56809         (rpmatch): Add prototype.
56810
56811 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56812
56813         More patches to assume C89 or better.
56814         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
56815         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
56816         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
56817         or for string.h.
56818         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
56819         stdlib.h.
56820         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
56821         C headers.
56822         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
56823         string.h.
56824         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
56825         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
56826         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
56827         or for string.h.
56828         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
56829         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
56830         C headers.
56831         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
56832         memcpy.
56833         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
56834         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
56835         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
56836         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
56837         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
56838         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
56839         string.h, free.
56840         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
56841         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
56842         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
56843         C headers, or for string.h.
56844         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
56845         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
56846         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
56847         headers, memory.h, stdlib.h, string.h, strings.h.
56848         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
56849         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
56850         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
56851         strchr.
56852         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
56853         headers, memory.h, string.h.
56854         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
56855         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
56856         free.
56857         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
56858         headers.
56859         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
56860         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
56861         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
56862         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
56863         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
56864
56865 2003-09-09  Paul Eggert  <eggert@twinsun.com>
56866
56867         More K&R removal.
56868
56869         * lib/acosl.c (main): Use a prototype.
56870         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
56871         tanl.c: Likewise.
56872
56873         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
56874
56875         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
56876         (getopt, etopt_long, getopt_long_only, _getopt_internal)
56877         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
56878         with a prototype.
56879         * lib/getopt.c (const): Remove macro.
56880         Include <string.h> unconditionally.
56881         (my_index): Remove; all uses changed to strchr.
56882         (strlen): Remove decl.
56883         (exchange): Remove forward decl; no longer needed.
56884         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
56885         Define with prototype.
56886         * lib/getopt1.c (const): Remove macro.
56887         (getopt_long, getopt_long_only, main): Define with prototype.
56888
56889         * lib/getugroups.c: Include <string.h> unconditionally.
56890
56891         * lib/getusershell.c: Include <stdlib.h> unconditionally.
56892         (getusershell, setusershell, endusershell, readname, main):
56893         Define with prototypes.
56894
56895         * lib/group-member.c: Include group-member.h first.
56896         Include <stdlib.h> unconditionally.
56897
56898         * lib/hard-locale.c: Include hard-locale.h first.
56899         Include <stdlib.h>, <string.h> unconditionally.
56900
56901         * lib/hash.c (free, malloc): Remove decls.
56902         Include <stdlib.h> unconditionally.
56903
56904         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
56905         (getenv): Do not declare.
56906
56907         * lib/idcache.c: Include <string.h> unconditionally.
56908
56909         * lib/long-options.c: Include long-options.h first, to test interface.
56910         Include <stdlib.h> unconditionally.
56911
56912         * lib/makepath.c: Include makepath.h first, to test interface.
56913         Include <stdlib.h> and <string.h> unconditionally.
56914
56915         * lib/linebuffer.c: Include <stdlib.h>.
56916         (free): Remove decl.
56917
56918         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
56919         stddef.h. rpl_malloc returns void *, not char *.
56920         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
56921         prototype.
56922
56923         * lib/md5.h: Include <limits.h> unconditionally.
56924         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
56925         (__P): Remove; all uses removed.
56926         * lib/md5.c: Include "md5.h" first.
56927         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
56928         md5_buffer, md5_process_bytes, md5_process_block):
56929         Define with prototypes.
56930         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
56931         * lib/sha.c: Include "sha.h" first.
56932         Include <stdlib.h>, <string.h> unconditionally.
56933
56934         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
56935         * lib/memcmp.c (__ptr_t): Likewise.
56936         * lib/memrchr.c (__ptr_t): Likewise.
56937         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
56938         Include <string.h> unconditionally.
56939         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
56940         * lib/memchr.c: Include <stdlib.h> unconditionally.
56941         * lib/memchr.c (LONG_MAX): Remove.
56942         * lib/memrchr.c (LONG_MAX): Likewise.
56943         * lib/memchr.c (__memchr): Define via a prototype.
56944         * lib/memrchr.c (__memrchr): Likewise.
56945         * lib/memcmp.c (__P): Remove, and remove all uses.
56946         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
56947         Remove forward decls; no longer needed.
56948         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
56949         Use types required by C89 in prototype.
56950
56951         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
56952         * lib/savedir.c: Likewise.
56953         * lib/mkdir.c (free): Remove decl.
56954         * lib/rmdir.c (rmdir): Define with a prototype.
56955         * lib/savedir.c: Include savedir.h first, to test interface.
56956
56957         * lib/mktime.c (STDC_HEADERS): Remove.
56958         Include <stdlib.h>, <string.h> unconditionally.
56959
56960         * lib/modechange.c: Include <stdlib.h> unconditionally.
56961         (malloc): Remove decl.
56962
56963         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
56964         (free): Remove decl.
56965
56966         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
56967         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
56968         (This type really should be intptr_t, but that's a C99ism.)
56969         (_obstack_memcpy): Remove: all uses changed to memcpy.
56970         Include <string.h> unconditionally.
56971         (struct obstack): Assume __STDC__ for types of members
56972         chunkfun, freefun, extra_arg.
56973         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
56974         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
56975         obstack_begin, obstack_specify_allocation,
56976         obstack_specify_allocation_with_arg, obstack_chunkfun,
56977         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
56978         Remove unprototyped decls and the macros that use them.
56979         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
56980         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
56981         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
56982         (defined __STDC__ && __STDC__)]:
56983         Remove nonprototyped code.
56984         Include <stdlib.h> unconditionally.
56985         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
56986         _obstack_allocated_p, _obstack_free, obstack_free,
56987         _obstack_memory_used, print_and_abort):
56988         Define using prototypes.
56989         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
56990         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
56991         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
56992         obstack_next_free, obstack_object_size, obstack_room) [0]:
56993         Remove unused, unprototyped code.
56994
56995         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
56996
56997         * lib/physmem.c (physmem_total, physmem_available, main): Define
56998         with prototypes.
56999
57000         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57001         (main): Define with a prototype.
57002
57003         * lib/posixver.c (getenv): Remove decl.
57004
57005         * lib/putenv.c (malloc): Returns void *, not char *.
57006         Include <string.h> unconditionally.
57007         (strchr, memcpy, NULL): Do not define.
57008
57009         * lib/readtokens.c: Include readtokens.h first, to test interface.
57010         Include <stdlib.h>, <string.h> unconditionally.
57011         (init_tokenbuffer): Define with a prototype.
57012
57013         * lib/regex.c (PARAMS): Remove.  All uses removed.
57014         All uses of _RE_ARGS removed, too.
57015         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57016         unconditionally.
57017         (bzero): Assume memset exists.
57018         (memcmp, memcpy, NULL): Remove.
57019         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57020         char, or assignments to local vars of type signed char.
57021         (init_syntax_once, PREFIX(extract_number_and_incr),
57022         PREFIX(print_partial_compiled_pattern),
57023         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57024         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57025         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57026         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57027         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57028         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57029         wcs_compile_range, byte_compile_range, truncate_wchar,
57030         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57031         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57032         count_mbs_length, wcs_re_match_2_internal,
57033         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57034         PREFIX(alt_match_null_string_p),
57035         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57036         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57037         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57038         now-unnecessary declaration, if any.
57039         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57040         regcomp, regexec):
57041         Remove now-unnecessary casts among pointer types.
57042         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57043
57044         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57045         (free): Remove decl.
57046
57047         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57048
57049         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57050         (free): Remove decl.
57051
57052         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57053         * lib/xgetcwd.c: Likewise.
57054
57055         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57056         (free): Remove decl.
57057
57058         * lib/strchrnul.c (strchrnul): Define with a prototype.
57059         Fix bug: c_in was not converted to char before searching.
57060
57061         The following changes are not K&R related:
57062
57063         * lib/group-member.h: Include <sys/types.h>, so that this file is
57064         self-contained.
57065         * lib/makepath.h: Likewise.
57066
57067         * lib/getusershell.c (readname, default_index, line_size, readname):
57068         Use size_t, not int, for sizes.
57069         (readname): If the size overflows, report an error instead of
57070         looping forever.
57071
57072 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57073
57074         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57075         libc.
57076
57077 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57078
57079         * README: New section: portability guidelines.
57080
57081 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57082
57083         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57084         C89 spec.
57085
57086 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57087
57088         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57089
57090 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57091
57092         Assume C89 or better; remove K&R cruft.
57093         A few of these changes were first proposed by Derek Robert Price
57094         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57095
57096         * lib/addext.c: Include <string.h> unconditionally.
57097         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57098         Don't declare getenv or malloc.
57099
57100         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57101         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57102         (NULL): Remove.
57103         (find_stack_direction, alloca): Use prototypes.
57104
57105         * lib/atexit.c (atexit): Define using a prototype.
57106
57107         * lib/basename.c, dirname.c, stripslash.c:
57108         Include <string.h> unconditionally.
57109
57110         * lib/bcopy.c: Include <stddef.h>.
57111         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57112
57113         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57114
57115         * lib/error.h (error, error_at_line, error_print_progname)
57116         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57117         * lib/error.c: Include error.h first, to check interface.
57118         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57119         (VA_START): Remove; all uses changeed to va_start.
57120         (exit, strerror): Remove decls.
57121         (error_print_progname): Prototype uncondionally.
57122         Don't include <errno.h>; no longer needed.
57123         (private_strerror): Remove.
57124         (error_tail): Always define.
57125         (error, error_at_line): Assume C89 or better; always use prototypes.
57126         * lib/fatal.c: Include "fatal.h" first, to test interface.
57127         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57128         (VA_START): Remove; all uses changed to va_start.
57129         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57130         this case.
57131         (exit): Remove decl.
57132         (fatal): Prototype unconditionally.  Assume va_start works.
57133         Abort at end, to pacify gcc.
57134
57135         * lib/euidaccess.c (main): Define with a prototype.
57136
57137         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57138
57139         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57140
57141         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57142         prototypes.
57143         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57144         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57145         (getenv): Remove decl.
57146         (fnmatch): Define using a prototype.
57147         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57148         (FCT): Define using a prototype.
57149
57150         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57151
57152         * lib/gethostname.c: Include <stddef.h>.
57153         (gethostname): Define with prototype.  Length is size_t, not int.
57154
57155 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57156
57157         Assume C89 or better; remove K&R cruft.
57158         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57159         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57160         string.h, getenv, malloc.
57161         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57162         headers.
57163         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57164         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57165         do not check for strerror.
57166         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57167         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57168         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57169         do not check for doprnt or vprintf.
57170         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57171         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57172
57173 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57174
57175         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57176         getversion.c should have been removed then, but was accidentally
57177         preserved.
57178
57179         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57180         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57181
57182 2003-09-08  Karl Berry  <karl@gnu.org>
57183
57184         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57185                 config, forget about prep.
57186
57187         * config/depcomp, missing: update from automake.
57188
57189 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57190
57191         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57192         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57193
57194 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57195
57196         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57197         copy_tm_result.  Bug reported by Simon Josefsson in
57198         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57199
57200 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57201
57202         * m4/time_r.m4: New file.
57203         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57204         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57205         is. Check for timegm declaration.
57206         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57207         Do not check for gmtime_r.
57208         Replace mktime if __mktime_internal does not exist and if mktime
57209         hasn't been replaced already.
57210
57211 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57212
57213         * lib/time_r.c, lib/time_r.h: New files.
57214
57215         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57216         __localtime_r.
57217         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57218         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57219
57220         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57221         __gmtime_r.
57222         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57223         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57224         Include <time_r.h>.
57225
57226         * lib/timegm.c: Switch to glibc implementation, with the following
57227         changes:
57228         [defined HAVE_CONFIG_H]: Include <config.h>.
57229         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57230         (__mktime_internal) [!defined _LIBC]: New decl.
57231         (__gmtime_r) [!defined _LIBC]: New macro and function.
57232         (timegm): Use a prototype, since gnulib assumes C89.
57233         Do not bother declaring tmp to be const, as it's not really usefu.
57234         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57235         (timegm): Declare only if HAVE_DECL_TIMEGM.
57236
57237 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57238
57239         * MODULES.html.sh (func_all_modules): Add time_r.
57240         * modules/time_r: New file.
57241         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57242         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57243
57244 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57245
57246         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57247         Bug reported by Lute Kamstra in
57248         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57249
57250         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57251         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57252         course with correspondingly smaller numbers for tomorrow and
57253         yesterday.  From Tadayoshi Funaba.  Originally installed into
57254         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57255         coreutils merge?).
57256
57257 2003-08-31  Simon Josefsson  <jas@extundo.com>
57258
57259         * modules/timegm: New file.
57260         * MODULES.html.sh (func_all_modules): Add timegm.
57261
57262 2003-08-31  Simon Josefsson  <jas@extundo.com>
57263
57264         * m4/timegm.m4: New file.
57265
57266 2003-08-31  Simon Josefsson  <jas@extundo.com>
57267
57268         * lib/timegm.h: New file.
57269         * lib/timegm.c: New file.  Based on
57270         wget-1.8.2/src/http.c:mktime_from_utc.
57271
57272 2003-08-31  Karl Berry  <karl@gnu.org>
57273
57274         * lib/argp.h: update from libc.
57275
57276 2003-08-28  Bruno Haible  <bruno@clisp.org>
57277
57278         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57279         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57280         followed by '#define fnmatch fnmatch_posix' gives an error.
57281
57282 2003-08-28  Bruno Haible  <bruno@clisp.org>
57283
57284         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57285         warning on QNX, which defines O_BINARY to 000000.
57286
57287 2003-08-27  Jim Meyering  <jim@meyering.net>
57288
57289         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57290         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57291         would fail after 32.  Reported by Danny Levinson.  Details here:
57292         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57293
57294 2003-08-24  Bruno Haible  <bruno@clisp.org>
57295
57296         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57297         MSVC7 <stdio.h> is included later.
57298
57299 2003-08-22  Simon Josefsson  <jas@extundo.com>
57300
57301         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57302
57303 2003-08-20  Karl Berry  <karl@gnu.org>
57304
57305         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57306
57307 2003-08-20  Bruno Haible  <bruno@clisp.org>
57308
57309         * modules/progname: New file.
57310         * MODULES.html.sh (func_all_modules): Add progname.
57311
57312 2003-08-20  Bruno Haible  <bruno@clisp.org>
57313
57314         * lib/progname.h: New file, from GNU gettext.
57315         * lib/progname.c: New file, from GNU gettext.
57316         * lib/progreloc.c: New file, from GNU gettext.
57317
57318 2003-08-19  Jim Meyering  <jim@meyering.net>
57319
57320         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57321         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57322
57323 2003-08-19  Bruno Haible  <bruno@clisp.org>
57324
57325         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57326         more.
57327
57328 2003-08-19  Bruno Haible  <bruno@clisp.org>
57329
57330         * lib/xstrdup.c: Assume <string.h> exists.
57331
57332 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57333
57334         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57335         in makefile rules.
57336
57337 2003-08-18  Jim Meyering  <jim@meyering.net>
57338
57339         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57340         * m4/lib-ld.m4: Likewise.
57341
57342 2003-08-18  Jim Meyering  <jim@meyering.net>
57343
57344         * lib/setenv.h: Indent nested cpp directive.
57345         * lib/vasnprintf.c: Remove trailing blanks.
57346
57347 2003-08-17  Simon Josefsson  <jas@extundo.com>
57348
57349         * modules/xstrndup: New file.
57350         * MODULES.html.sh (func_all_modules): Add xstrndup.
57351
57352 2003-08-17  Simon Josefsson  <jas@extundo.com>
57353
57354         * modules/argp: Fix autoconf macro name. Add more dependencies.
57355
57356 2003-08-17  Simon Josefsson  <jas@extundo.com>
57357
57358         * m4/xstrndup.m4: New file.
57359
57360 2003-08-17  Simon Josefsson  <jas@extundo.com>
57361
57362         * m4/argp.m4: New file.
57363
57364 2003-08-17  Simon Josefsson  <jas@extundo.com>
57365             Bruno Haible  <bruno@clisp.org>
57366
57367         * lib/xstrndup.h: New file.
57368         * lib/xstrndup.c: New file.
57369
57370 2003-08-17  Bruno Haible  <bruno@clisp.org>
57371
57372         * modules/strndup (Files, Include): Add lib/strndup.h.
57373
57374 2003-08-17  Bruno Haible  <bruno@clisp.org>
57375
57376         * modules/euidaccess (Files): Add lib/euidaccess.h.
57377
57378 2003-08-17  Bruno Haible  <bruno@clisp.org>
57379
57380         * lib/strndup.h: New file.
57381
57382 2003-08-17  Bruno Haible  <bruno@clisp.org>
57383
57384         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57385         like AC_GNU_SOURCE.
57386         * modules/extensions (configure.ac): Comment out the invocation of
57387         gl_USE_SYSTEM_EXTENSIONS.
57388
57389 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57390
57391         Merges from coreutils, etc.
57392         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57393         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57394         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57395         fixing a typo.
57396         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57397         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57398
57399 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57400
57401         Document merge from coreutils.
57402         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57403         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57404         * modules/utime: Add m4/utimes-null.m4.
57405
57406 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57407
57408         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57409         space, undoing this 2003-08-12 change:
57410         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57411
57412 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57413
57414         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57415         strtoul.c from libc, undoing this 2003-08-12 change:
57416         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57417
57418 2003-08-16  Jim Meyering  <jim@meyering.net>
57419
57420         Merges from coreutils.
57421         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57422         prefix.  Adjust cache variables similarly.  Create 500 rather than
57423         just 300 files, to exercise bug on Darwin6.5, too.
57424         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57425         $missing_dir.
57426         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57427         AM_SYS_POSIX_TERMIOS.
57428         Reported by mkc@mathdogs.com.
57429         Also change use of $am_cv_sys_posix_termios
57430         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57431         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57432         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57433         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57434         in /proc/mounts until it finds one with matching device number.  This
57435         is unnecessary when the FILE argument *is* a mount point.  No stat call
57436         is necessary in that case.  So, disable the statvfs-testing code on
57437         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57438         as RedHat bug# 84846.
57439         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57440         to 1MB, so as not to render systems with no stack size limit (e.g.,
57441         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57442         Include <unistd.h>.  On some systems,
57443         it is required for the definition of _SC_PAGESIZE.
57444
57445 2003-08-16  Jim Meyering  <jim@meyering.net>
57446
57447         Merge from coreutils.
57448         * lib/xstrtoimax.c: #else #if -> #elif.
57449         * lib/xstrtoumax.c: Likewise.
57450
57451 2003-08-16  Jim Meyering  <jim@meyering.net>
57452
57453         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57454         * m4/utimes.m4: Removed.
57455         * m4/utimes-null.m4: Renamed from utimes.m4.
57456
57457         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57458         to 1MB, so as not to render systems with no stack size limit (e.g.,
57459         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57460         Include <unistd.h>.  On some systems,
57461         it is required for the definition of _SC_PAGESIZE.
57462
57463 2003-08-16  Jim Meyering  <jim@meyering.net>
57464         and Paul Eggert  <eggert@cs.ucla.edu>
57465
57466         Merges from coreutils, etc.
57467
57468         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57469         using the latest version from cvs.  This avoids problems with #line
57470         directives using a vendor (Sun) compiler.
57471         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57472         Don't set GETGROUPS_LIB here; now it's
57473         done via getgroups.m4's wrapper function.
57474         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57475         rather than just in sh-util/configure.in, so that the
57476         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57477         same.
57478         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57479         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57480         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57481         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57482         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57483         Remove code that is now done by the newly-required macros.
57484         Append $(EXEEXT) to DF_PROG.
57485         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57486         Do not invoke or require the following here,
57487         since prereq.m4 or some gnulib .m4 now does this for us:
57488         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57489         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57490         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57491         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57492         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57493         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57494         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57495         AC_FUNC_OBSTACK.
57496         Do not replace the following functions, as this is now the job
57497         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57498         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57499         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57500         atexit getpass, strdup, getpagesize.
57501         Replace 'raise'.
57502         Do not check for the following functions, as this is now the job
57503         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57504         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57505         setregid.
57506         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57507         Check for sys/sysctl.h.
57508         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57509         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57510         of checking for ssize_t ourselves.
57511
57512         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57513         Require every macro that gnulib/modules/* suggests for us.
57514         (jm_PREREQ_ADDEXT): New macro.
57515         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57516         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57517
57518         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57519         (gl_PHYSMEM): Use it.
57520         Also check for `table' function.
57521         Check for new headers and functions.
57522         Add check for sys/sysmp.h.
57523         With suggestions from Kaveh Ghazi.
57524         Ignore headers that are present but cannot be compiled.  This
57525         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57526         C 5.4.
57527
57528 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57529
57530         Document merge from coreutils.
57531         * modules/userspec: Depend on posixver.
57532         * modules/strftime: Depend on tzset.
57533
57534 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57535
57536         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57537         rather than tab, after '#' in shell-script copyright notices.
57538         Suggested by Bruno Haible.
57539
57540 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57541
57542         * config/srclist-update: Use three spaces, rather than tab, after '#'
57543         in shell-script copyright notices.  Suggested by Bruno Haible.
57544         Remove unnecessary parenthesization in regular expression.
57545
57546 2003-08-15  Jim Meyering  <jim@meyering.net>
57547
57548         Merge from coreutils.
57549         * lib/xgethostname.c: Include <stdlib.h>.
57550         (xghostname): Don't exit for anything other than memory-related
57551         failure; just return NULL.
57552         * lib/userspec.c: Include "posixver.h".
57553         (parse_user_spec): Accept `.' as a separator only
57554         in pre-POSIX-200112 mode.
57555         * lib/strtoimax.c: Use #elif rather than #else #if.
57556         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57557         Remove function, now that we can rely on a working tzset function.
57558         [!_LIBC]: Ensure that the required autoconf test has been run.
57559         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57560         Use underlying_strftime for %r.
57561         * lib/sha.c: Merge in some clean-up and optimization changes from
57562         glibc.
57563         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57564         Ensure that it is a multiple of 64.
57565         Rearrange loop exit tests so as to avoid performing an
57566         additional fread after encountering an error or EOF.
57567         * lib/realloc.c: Update copyright date.
57568
57569 2003-08-15  Jim Meyering  <jim@meyering.net>
57570         and Paul Eggert  <eggert@twinsun.com>
57571
57572         Merge from coreutils.
57573         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57574         member but strut utmpx does not.  Needed for AIX 4.3.3.
57575         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57576
57577 2003-08-15  Jim Meyering  <jim@meyering.net>
57578         and Paul Eggert  <eggert@cs.ucla.edu>
57579
57580         Merges from coreutils, etc.
57581         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57582         Require gl_FUNC_TZSET_CLOBBER.
57583         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57584         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57585         members.
57586
57587 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57588
57589         Help the merge from coreutils.
57590         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57591         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57592         * m4/tzset.m4: Use it too.
57593
57594 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57595
57596         * modules/tzset: New file.
57597
57598 2003-08-14  Jim Meyering  <jim@meyering.net>
57599
57600         Merges from coreutils.
57601         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57602         variable names, rather than @FNMATCH_H@.
57603         * modules/alloca: Likewise for $(ALLOCA_H).
57604
57605         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57606         the three copies of the literal target, `fnmatch.h'.
57607         * modules/alloca (alloca.h): Likewise.
57608
57609 2003-08-14  Jim Meyering  <jim@meyering.net>
57610
57611         Merge from coreutils.
57612         * m4/tzset.m4: New file.
57613         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57614         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57615         otherwise, AIX 5.1 systems would end up using the latter.
57616         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57617         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57618         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57619         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57620
57621 2003-08-14  Jim Meyering  <jim@meyering.net>
57622
57623         Merge from coreutils.
57624         * lib/obstack.h: Whitespace changes.
57625         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57626         and xcalloc return values.
57627         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57628         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57629         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57630         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57631         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57632         error from mntctl.
57633         Use mntctl's return value to drive the entry-processing loop, since
57634         we can't rely on the value of the vmt_length member in the last
57635         entry.  On some systems doing so could result in exhausting
57636         virtual memory.  Based in part on a patch from Mike Jetzer.
57637
57638 2003-08-14  Jim Meyering  <jim@meyering.net>
57639         and Paul Eggert  <eggert@twinsun.com>
57640
57641         Merges from coreutils, plus other fixes.
57642         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57643         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57644         for credits and details.  Thanks to Kaveh Ghazi for helping
57645         to keep these files in sync.
57646         (ARRAY_SIZE): Define it.
57647         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57648         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57649         (memcasecmp): Don't assume size_t fits in unsigned int.
57650         Remove casts and duplicate code.
57651         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57652         (memcpy): Remove definition.
57653         Merge in some clean-up and optimization changes from glibc.
57654         [BLOCKSIZE]: Move definition to top of file.
57655         Ensure that it is a multiple of 64.
57656         Rearrange loop exit tests so as to avoid performing an
57657         additional fread after encountering an error or EOF.
57658         * lib/md5.h (md5_uintptr): Define.
57659         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
57660         return to the initial working directory.  Preserve errno
57661         for caller.
57662         * lib/idcache.c: Include "xalloc.h".
57663         (xmalloc, xrealloc): Remove decls.
57664         (getuser): Remove casts no longer required in C89.
57665         * lib/human.c: Include stdio.h, for sprintf.
57666         * lib/group-member.c: Include "xalloc.h".
57667         (xmalloc, xrealloc): Remove decls.
57668         (get_group_info): Remove casts no longer required in C89.
57669         * lib/getusershell.c (readname): Remove casts no longer required in
57670         C89.
57671         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
57672         * lib/getline.c: Whitespace fix, from coreutils.
57673
57674 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57675
57676         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
57677         Check for isascii.
57678
57679         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57680         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57681         Undo previous (whitespace-only) change.
57682
57683 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57684
57685         * lib/exclude.c: Include <ctype.h>
57686         (IN_CTYPE_DOMAIN): New macro.
57687         (is_space): New fn.
57688         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
57689         and empty lines.
57690
57691         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57692         Undo previous (whitespace-only) change.
57693
57694 2003-08-13  Paul Eggert  <eggert@twinsun.com>
57695
57696         * config/srclist-update: Change update back to the old behavior,
57697         leaving whitespace alone.  Use one 'sed' command rather than a
57698         pipeline.
57699         (fixlicense): Now a variable, not a function.
57700         (remove_trailing_blanks): Remove.
57701         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
57702         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57703         Undo previous (whitespace-only) change.
57704
57705 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57706
57707         Merge from coreutils.
57708         * modules/euidaccess: Add lib_SOURCES, include for new
57709         file euidaccess.h
57710
57711 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57712
57713         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
57714         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
57715         Normalize leading white space and remove trailing white space.
57716
57717         Merge from coreutils
57718         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
57719
57720         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
57721         0.12.1.  These files are now being upgraded automatically by
57722         ../config/srclist-update.
57723
57724 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57725
57726         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
57727         Normalize leading white space and remove trailing white space.
57728         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
57729         notice, as per ../config/srclist-update.
57730
57731         Merge from coreutils.
57732         * lib/euidaccess.h: New file.
57733         * lib/euidaccess.c: Include it.
57734         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
57735         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
57736         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
57737
57738 2003-08-12  Paul Eggert  <eggert@twinsun.com>
57739
57740         * config/srclist-update: Add copyright notice.
57741         (remove_id_lines, remove_trailing_blanks): New constants.
57742         (fixfile): Use them to normalize spacing a bit in copied files.
57743         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
57744         Normalize leading white space and remove trailing white space.
57745
57746         * config/texinfo.tex: Sync with texinfo.
57747
57748         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
57749         strtoul.c from libc, to merge coreutils whitespace changes.
57750
57751         * config/srclist.txt: Get the following m4 files from gettext:
57752         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
57753         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
57754         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
57755         wint_t.m4.
57756
57757 2003-08-12  Karl Berry  <karl@gnu.org>
57758
57759         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
57760         been made.
57761
57762 2003-08-11  Paul Eggert  <eggert@twinsun.com>
57763
57764         * modules/gnu-source, m4/gnu-source.m4:
57765         Remove; we're assuming Autoconf 2.54 or later now.
57766         Suggested by Bruno Haible.
57767         * MODULES.html.sh (func_all_modules): Remove gnu-source.
57768
57769 2003-08-11  Bruno Haible  <bruno@clisp.org>
57770
57771         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
57772
57773 2003-08-11  Bruno Haible  <bruno@clisp.org>
57774
57775         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
57776         (vasnprintf): Use it instead of wcslen.
57777
57778 2003-08-11  Bruno Haible  <bruno@clisp.org>
57779
57780         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
57781         value to ensure that _Bool promotes to int. Use #define for _Bool when
57782         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
57783
57784 2003-08-10  Karl Berry  <karl@gnu.org>
57785
57786         * lib/regex.h: update from libc (whitespace fix).
57787
57788 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57789
57790         Merge some files from coreutils.  These changes were
57791         originally made by Jim Meyering.
57792         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
57793         many older Unixes require this.
57794         * lib/alloca.c (alloca): Remove cast to argument of free;
57795         no longer needed in C89.
57796         * lib/alloca_.h, regex.h: Fix white space to match
57797         what GNU indent does.
57798
57799 2003-08-09  Paul Eggert  <eggert@twinsun.com>
57800
57801         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
57802         apparently Emacs's Unicode mode got confused before my 2003-08-05
57803         checkin.
57804
57805 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57806
57807         * m4/extensions.m4: New file.
57808         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
57809         Require gl_USE_SYSTEM_EXTENSIONS.
57810         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
57811         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
57812
57813 2003-08-08  Paul Eggert  <eggert@twinsun.com>
57814
57815         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
57816         * modules/extensions, modules/gnu-source: New files.
57817         * modules/timespec, modules/unlocked-io: Depend on extensions.
57818
57819 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57820
57821         * modules/restrict: New file.
57822         * MODULES.html.sh (func_all_modules): Add restrict.
57823         * modules/regex: Depend on restrict.
57824
57825 2003-08-07  Paul Eggert  <eggert@twinsun.com>
57826
57827         * m4/restrict.m4: New file.
57828         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
57829
57830 2003-08-07  Bruno Haible  <bruno@clisp.org>
57831
57832         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
57833         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
57834
57835 2003-08-07  Bruno Haible  <bruno@clisp.org>
57836
57837         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
57838         makes the module 'getndelim2' compatible with the module 'getline'.
57839
57840 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57841
57842         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
57843         byte with "\201" to avoid glitches when editing that source file
57844         with multi-gnome-terminal.
57845
57846 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57847
57848         * lib/bumpalloc.h: Remove.
57849
57850 2003-08-05  Paul Eggert  <eggert@twinsun.com>
57851
57852         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
57853         * modules/bumpalloc: Remove.
57854
57855 2003-08-04  Paul Eggert  <eggert@twinsun.com>
57856
57857         * lib/getloadavg.c: Change copyright notice and spacing to conform to
57858         GNU coding style.
57859
57860         Merge from coreutils.
57861         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
57862         1. From glibc.
57863         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
57864         from Karl Berry, implemented by Jim Meyering.
57865         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
57866         from Dmitry V. Levin.
57867         Remove anachronistic cast of xrealloc.
57868         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
57869         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
57870         type. Otherwise, it wouldn't compile with at least /bin/cc on
57871         ymp-cray-unicos9.0.2.X.
57872         Combine two mostly-identical uses of alloca into one.
57873         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
57874
57875 2003-08-04  Dave Love  <d.love@dl.ac.uk>
57876
57877         [From Emacs.]
57878
57879         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
57880         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
57881         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
57882         obsolete NLIST_NAME_UNION.
57883         [__GNU__]: Undef BSD and FSCALE.
57884         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
57885
57886 2003-08-03  Paul Eggert  <eggert@twinsun.com>
57887
57888         * lib/stdbool_.h (_Bool): Make it signed char, instead of
57889         an enum type, so that it's guaranteed to promote to int.  See:
57890         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
57891
57892 2003-08-03  Karl Berry  <karl@gnu.org>
57893
57894         * config/depcomp: update from automake.
57895
57896 2003-07-31  Paul Eggert  <eggert@twinsun.com>
57897
57898         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
57899         (strerror): Don't assume that a printable int fits in 14 bytes.
57900
57901 2003-07-31  Bruno Haible  <bruno@clisp.org>
57902
57903         * modules/getpass-gnu: New file.
57904         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
57905
57906 2003-07-31  Bruno Haible  <bruno@clisp.org>
57907
57908         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
57909
57910 2003-07-24  Karl Berry  <karl@gnu.org>
57911
57912         * config/missing: update from automake.
57913
57914 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
57915             Bruno Haible  <bruno@clisp.org>
57916
57917         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
57918         * lib/getline.c (getline, getdelim): Likewise.
57919         Remove _GNU_SOURCE define; now it's defined in config.h through
57920         m4/getline.m4.
57921
57922 2003-07-23  Karl Berry  <karl@gnu.org>
57923
57924         * config/config.sub: update from prep.
57925
57926 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57927
57928         * modules/xalloc (Depends-on): Add exitfail.
57929         * modules/xmemcoll: Likewise.
57930
57931 2003-07-22  Paul Eggert  <eggert@twinsun.com>
57932
57933         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
57934         over-parenthesization in macros.
57935
57936         Sync with coreutils.
57937
57938         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
57939         required by C99.
57940
57941         Use `exit_failure' for xalloc and xmemcoll instead of their own
57942         private exit-failure variables.
57943         * lib/xalloc.h (xalloc_exit_failure): Remove.
57944         * lib/xmalloc.c: Likewise.  Include exitfail.h.
57945         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
57946         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
57947         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
57948         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
57949
57950 2003-07-20  Jim Meyering  <jim@meyering.net>
57951
57952         * modules/closeout (Depends-on): Add exitfail.
57953         Suggestion from Bruno Haible.
57954
57955 2003-07-19  Karl Berry  <karl@gnu.org>
57956
57957         * config/config.sub: update from prep.
57958
57959 2003-07-18  Paul Eggert  <eggert@twinsun.com>
57960
57961         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
57962         Remove.
57963         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
57964         to test that it can stand by itself.  Include "exitfail.h".
57965         Clients should set exit_failure instead.
57966         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
57967
57968 2003-07-18  Bruno Haible  <bruno@clisp.org>
57969
57970         * modules/getndelim2: New file.
57971         * modules/getline: Share files with module getndelim2.
57972         * modules/getnline: Depend on getndelim2 instead of sharing files with
57973         it. Add getnline.c to lib_SOURCES.
57974         * MODULES.html.sh (func_all_modules): Add getndelim2.
57975
57976 2003-07-18  Bruno Haible  <bruno@clisp.org>
57977
57978         * m4/getndelim2.m4: New file.
57979         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
57980         invoke gl_PREREQ_GETNDELIM2.
57981         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
57982         gl_PREREQ_GETNDELIM2.
57983         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
57984         gl_GETNDELIM2.
57985
57986 2003-07-18  Bruno Haible  <bruno@clisp.org>
57987
57988         * lib/getndelim2.h: New file.
57989         * lib/getndelim2.c: Make into a module of its own. Include config.h,
57990         getndelim2.h.
57991         (getndelim2): Make non-static. Change return type to ssize_t.
57992         * lib/getline.h: Change argument names.
57993         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
57994         * lib/getnline.c: Include getndelim2.h.
57995
57996 2003-07-18  Andreas Schwab  <schwab@suse.de>
57997
57998         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
57999
58000 2003-07-17  Karl Berry  <karl@gnu.org>
58001
58002         * config/config.sub: update from prep.
58003
58004 2003-07-17  Bruno Haible  <bruno@clisp.org>
58005
58006         * modules/getnline: New file.
58007         * modules/getline: Add lib/getndelim2.c to source file list.
58008         * MODULES.html.sh (func_all_modules): Add getnline.
58009
58010 2003-07-17  Bruno Haible  <bruno@clisp.org>
58011
58012         * m4/getnline.m4: New file.
58013
58014 2003-07-17  Bruno Haible  <bruno@clisp.org>
58015
58016         * m4/Makefile.am.in: Remove file.
58017         * m4/Makefile.am: Remove file.
58018         * m4/Makefile.in: Remove file.
58019
58020 2003-07-17  Bruno Haible  <bruno@clisp.org>
58021
58022         * lib/getnline.h: New file.
58023         * lib/getnline.c: New file.
58024         * lib/getndelim2.c: New file, extracted from getline.c.
58025         (getndelim2): Renamed from getdelim2, with added nmax argument.
58026         * lib/getline.c: Include getndelim2.c.
58027         (getdelim2): Moved out to getndelim2.c.
58028         (getline, getdelim): Update.
58029
58030 2003-07-17  Bruno Haible  <bruno@clisp.org>
58031
58032         * lib/Makefile.am: Remove file.
58033         * lib/Makefile.in: Remove file.
58034
58035 2003-07-17  Bruno Haible  <bruno@clisp.org>
58036
58037         * configure.in: Remove file.
58038         * Makefile.in: Remove file.
58039
58040 2003-07-17  Bruno Haible  <bruno@clisp.org>
58041
58042         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58043
58044 2003-07-16  Karl Berry  <karl@gnu.org>
58045
58046         * config/srclist-update: was running fixlicense twice, which caused
58047                 texinfo.tex to be nullified for some reason.  Simplify,
58048                 $gplsrc is no longer needed as far as I can see?
58049
58050 2003-07-16  Jim Meyering  <jim@meyering.net>
58051
58052         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58053
58054 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58055
58056         * config/srclist.txt: Get the following files from gettext-runtime/intl
58057         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58058         ref-del.sin.  From Bruno Haible.
58059         * config/srclist-update (fixfile): Change grep pattern again, since the
58060         previous fix didn't work (there was another trailing $).  Use
58061         '[$]' to escape the $s.
58062
58063 2003-07-15  Karl Berry  <karl@gnu.org>
58064
58065         * lib/vasnprintf.c: update from gettext.
58066
58067 2003-07-15  Karl Berry  <karl@gnu.org>
58068
58069         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58070         gets expanded when surrounded by '$'.
58071
58072 2003-07-15  Jim Meyering  <jim@meyering.net>
58073
58074         * modules/save-cwd: Don't depend on error.  From Derek Price.
58075
58076 2003-07-15  Jim Meyering  <jim@meyering.net>
58077
58078         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58079
58080 2003-07-14  Simon Josefsson  <jas@extundo.com>
58081
58082         * modules/mempcpy: New file.
58083         * MODULES.html.sh (func_all_modules): Add mempcpy.
58084
58085 2003-07-14  Simon Josefsson  <jas@extundo.com>
58086
58087         * m4/mempcpy.m4: New file.
58088
58089 2003-07-14  Simon Josefsson  <jas@extundo.com>
58090
58091         * lib/mempcpy.h: New file.
58092         * lib/mempcpy.c: New file.
58093
58094 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58095
58096         * modules/getdate, modules/posixtm: Depend on mktime.
58097
58098 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58099
58100         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58101         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58102         unicodeio.c, unicodeio.h, unlocked-io.h:
58103         Switch from LGPL to GPL.
58104
58105 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58106
58107         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58108         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58109         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58110         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58111         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58112         updated automatically by ../config/srclist-update.  This changes
58113         their license from LPGL to GPL.
58114
58115 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58116
58117         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58118         assumed to refer to the root of the most recent stable gettext version.
58119         * config/srclistvars.sh: Add defaults for eggert.
58120         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58121         Match "This program" as well as "The program".  This is needed
58122         for gettext.
58123
58124 2003-07-14  Jim Meyering  <jim@meyering.net>
58125
58126         Don't emit diagnostics.  Let callers do that.
58127         * lib/save-cwd.c: Don't include "error.h".
58128         (save_cwd): Don't call error.  Ensure that errno is valid
58129         when returning nonzero.
58130
58131         * lib/save-cwd.h (restore_cwd): Update prototype.
58132         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58133         Simplify.  Don't call error upon failure.  Let callers do that.
58134         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58135         when auditing is enabled.  But don't bother updating the #if.
58136
58137 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58138
58139         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58140         it breaks C++ compilation.
58141         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58142
58143 2003-07-10  Simon Josefsson  <jas@extundo.com>
58144
58145         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58146
58147 2003-07-10  Jim Meyering  <jim@meyering.net>
58148
58149         * m4/clock_time.m4: Remove trailing blank.
58150         * m4/intmax_t.m4: Likewise.
58151
58152 2003-07-10  Jim Meyering  <jim@meyering.net>
58153
58154         * lib/vasnprintf.c: Remove trailing blanks.
58155         Make cpp indentation consistent.
58156
58157 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58158
58159         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58160         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58161         Switch from LGPL to GPL.
58162
58163 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58164
58165         * config/srclist.txt: Sort sublists.  Add
58166         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58167         that differ from gnulib for one reason or another; we'd like this list
58168         to be smaller but for now let's document what we have.
58169
58170 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58171
58172         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58173         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58174         and sweeter "eval x=$x".
58175         * config/srclist.txt: Get lib/argp* from glibc.
58176
58177 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58178
58179         * lib/mktime.c: Fix some boundary cases and remove need for floating
58180         point.
58181
58182         Issue a compile-time diagnostic if time_t is floating point, or if
58183         two's complement arithmetic is not in effect, or if arithmetic
58184         right shift does not propagate the sign.  These assumptions were
58185         all in the original code but they weren't checked.
58186
58187         (TIME_T_MIDPOINT, verify): New macros.
58188         (__isleap): Remove; it has integer overflow problems.
58189         (leapyear): New function, without those problems.
58190         (ydhms_tm_diff): Remove; splitting into two parts.
58191         (ydhms_diff): New function, containing the arithmetic part of
58192         the old ydhms_tm_diff function.  Issue a compile-time
58193         diagnostic if we are not using C99 integer division.
58194         Avoid casts when possible.
58195         (guess_time_tm): New function, containing the checking part of
58196         the old ydhms_tm_diff function.  Return the new value, rather than
58197         the difference between it and the old.  Accept a new argument T
58198         so that *T specifies the old value.  Check for overflow in the result.
58199
58200         (__mktime_internal): Use a time_t offset, not a long int offset.
58201         This undoes the 2003-06-04 change, which is no longer needed now
58202         that we have better overflow checking.
58203         (localtime_offset): Likewise.
58204
58205         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58206         and long are 64-bit but int is only 32-bit.
58207         (ydhms_diff): Use long int to store year1 and yday1.
58208         Issue a compile-time diagnostic if long int is not wide enough.
58209
58210         (__mktime_internal): Use long int to store adjusted year and yday.
58211         Use plain C rather than preprocessor commands, if that doesn't
58212         affect efficiency.
58213         Check for overflow (and try to repair) after each probe
58214         rather than checking only at the very end.  This avoids some bugs
58215         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58216         does not equal GMT offset at maximum time).
58217         Use integer to check for overflow rather than floating point; this
58218         is more portable to non-IEEE hosts, and is a tad faster.
58219         When we detect that we are oscillating between two values,
58220         don't check whether tm_isdst has the requested value, since
58221         we already know the answer.  When tm_isdst has the wrong value,
58222         use a different heuristic to find the right one, based on the
58223         extreme values actually observed in practice in tz2003a,
58224         rather than the (overly optimistic) "previous 3 calendar quarters".
58225
58226         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58227         "T const" to accommodate glibc style.
58228         (check_result): Use less-confusing report format.  "long" -> "long int.
58229         (main): Likewise.
58230         Don't loop if the iteration overflows time_t.
58231         Allow a negative step in the iteration.
58232
58233 2003-07-06  Karl Berry  <karl@gnu.org>
58234
58235         * config/depcomp: update from automake.
58236         * config/config.sub: update from prep.
58237
58238 2003-07-03  Karl Berry  <karl@gnu.org>
58239
58240         * config/config.guess: update from prep.
58241
58242 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58243
58244         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58245         xreadlink.c now includes it unconditionally.
58246
58247 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58248
58249         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58250         having it depend on HAVE_SYS_TYPES_H.
58251
58252 2003-07-01  Bruno Haible  <bruno@clisp.org>
58253
58254         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58255         <sys/types.h> should be sufficient.
58256         Reported by Paul Eggert.
58257
58258 2003-06-26  Karl Berry  <karl@gnu.org>
58259
58260         * config/depcomp: update from automake.
58261
58262 2003-06-26  Bruno Haible  <bruno@clisp.org>
58263
58264         * modules/human: Depend on module stdbool.
58265
58266 2003-06-25  Bruno Haible  <bruno@clisp.org>
58267
58268         * modules/readlink: New file.
58269         * modules/xreadlink: Depend on it.
58270         * MODULES.html.sh (func_all_modules): Add readlink.
58271
58272 2003-06-25  Bruno Haible  <bruno@clisp.org>
58273
58274         * m4/readlink.m4: New file.
58275
58276 2003-06-25  Bruno Haible  <bruno@clisp.org>
58277
58278         * lib/readlink.c: New file.
58279
58280 2003-06-22  Karl Berry  <karl@gnu.org>
58281
58282         * config/srclist.txt: update mkinstalldirs from automake.
58283         * config/mkinstalldirs: update.
58284
58285 2003-06-22  Bruno Haible  <bruno@clisp.org>
58286
58287         Portability to mingw32.
58288         * m4/ssize_t.m4: New file, from GNU gettext.
58289         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58290         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58291
58292 2003-06-22  Bruno Haible  <bruno@clisp.org>
58293
58294         * modules/safe-read: Add m4/ssize_t.m4.
58295         * modules/xreadlink: Add m4/ssize_t.m4.
58296
58297 2003-06-20  Bruno Haible  <bruno@clisp.org>
58298
58299         Assume C89, so PARAMS isn't needed.
58300         * lib/unicodeio.h (PARAMS): Remove.
58301         * lib/unicodeio.c: Don't use PARAMS.
58302
58303 2003-06-18  Karl Berry  <karl@gnu.org>
58304
58305         * config/config.{guess,sub}: update from prep.
58306
58307 2003-06-18  Jim Meyering  <jim@meyering.net>
58308
58309         Merge changes from coreutils.
58310         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58311         Remove explicit declarations of xmalloc and realloc.
58312         Include xalloc.h.
58313         (read_utmp): Remove anachronistic cast of xmalloc.
58314
58315 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58316
58317         Assume C89, so PARAMS isn't needed.
58318         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58319         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58320         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58321         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58322         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58323         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58324         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58325         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58326         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58327         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58328         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58329         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58330         no longer needed. Anyway, config.h should always be included before any
58331         other file.
58332
58333 2003-06-11  Simon Josefsson  <jas@extundo.com>
58334
58335         * modules/sysexits: New file.
58336         * MODULES.html.sh (func_all_modules): Add sysexits.
58337
58338 2003-06-11  Simon Josefsson  <jas@extundo.com>
58339
58340         * lib/sysexit_.h: New file.
58341
58342 2003-06-11  Derek Price  <derek@ximbiot.com>
58343
58344         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58345         necessary.
58346
58347 2003-06-11  Bruno Haible  <bruno@clisp.org>
58348
58349         * m4/sysexits.m4: New file.
58350
58351 2003-06-10  Simon Josefsson  <jas@extundo.com>
58352
58353         * lib/argp.h: New file, from glibc.
58354         * lib/argp-ba.c: New file, from glibc.
58355         * lib/argp-eexst.c: New file, from glibc.
58356         * lib/argp-fmtstream.c: New file, from glibc.
58357         * lib/argp-fmtstream.h: New file, from glibc.
58358         * lib/argp-fs-xinl.c: New file, from glibc.
58359         * lib/argp-help.c: New file, from glibc.
58360         * lib/argp-namefrob.h: New file, from glibc.
58361         * lib/argp-parse.c: New file, from glibc.
58362         * lib/argp-pv.c: New file, from glibc.
58363         * lib/argp-pvh.c: New file, from glibc.
58364         * lib/argp-xinl.c: New file, from glibc.
58365
58366 2003-06-10  Simon Josefsson  <jas@extundo.com>
58367
58368         * modules/strchrnul: New file.
58369
58370 2003-06-10  Simon Josefsson  <jas@extundo.com>
58371
58372         * modules/argp: New file.
58373
58374 2003-06-10  Simon Josefsson  <jas@extundo.com>
58375
58376         * m4/strchrnul.m4: New file.
58377
58378 2003-06-10  Simon Josefsson  <jas@extundo.com>
58379
58380         * lib/strchrnul.h: New file.
58381         * lib/strchrnul.c: New file.
58382
58383 2003-06-10  Bruno Haible  <bruno@clisp.org>
58384
58385         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58386
58387 2003-06-07  Karl Berry  <karl@gnu.org>
58388
58389         * config/config.{guess,sub}: update from prep.
58390
58391 2003-06-07  Jim Meyering  <jim@meyering.net>
58392
58393         * modules/strtod: Use $(...) notation, not @...@ for
58394         AC_REPLACE'd variables.
58395         * modules/localcharset: Likewise.
58396
58397 2003-06-07  Jim Meyering  <jim@meyering.net>
58398
58399         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58400         in place of my name in the copyright comment.
58401         Remove definition and uses of __P.
58402
58403         From coreutils.
58404         * lib/stat.c: Don't declare xmalloc explicitly.
58405         Instead, include "xalloc.h".
58406         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58407         xrealloc, and xcalloc return values.
58408         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58409         Improve comment.
58410         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58411
58412 2003-06-07  Bruno Haible  <bruno@clisp.org>
58413
58414         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58415         avoid AC_CONFIG_LINKS.
58416         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58417         fnmatch.h, to avoid AC_CONFIG_LINKS.
58418         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58419
58420 2003-06-07  Bruno Haible  <bruno@clisp.org>
58421
58422         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58423         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58424         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58425         directory.
58426         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58427         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58428         directory.
58429
58430 2003-06-06  Jim Meyering  <jim@meyering.net>
58431
58432         Merge from coreutils.
58433         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58434         Consolidate declarations and initializations of *_base* locals.
58435
58436         Merge from coreutils.
58437         This avoids a core dump on systems without GNU putenv,
58438         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58439         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58440         (unsetenv): New static function, from GNU libc.
58441         (rpl_putenv): Use it.
58442
58443         * lib/modechange.c: Remove trailing blanks.
58444
58445         Merge from coreutils.
58446         * lib/fsusage.c: Remove declaration of statfs.
58447         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58448
58449         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58450
58451 2003-06-06  Jim Meyering  <jim@meyering.net>
58452
58453         * lib/stdbool_.h: Renamed from stdbool.h.in.
58454
58455 2003-06-06  Jim Meyering  <jim@meyering.net>
58456             Bruno Haible  <bruno@clisp.org>
58457
58458         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58459         Adjust Makefile.am snippet not to redirect directly to target.
58460         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58461
58462 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58463
58464         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58465         mismatch, look in future quarters as well as past.  This fixes a
58466         bug when processing fall-backwards gaps immediately after a long
58467         period of daylight-saving time.
58468
58469         * lib/mktime.c: Assume freestanding C89 or better.
58470         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58471         (__P): Remove; not used.
58472         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58473         (mktime, not_equal_tm, print_tm, check_result,
58474         main): Use prototypes.  Use const * where appropriate.
58475         (main): Fix typo in testing code that uncovered by above changes.
58476         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58477
58478 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58479
58480         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58481         locale.h, localeconv.  This merges changes from coreutils.
58482
58483         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58484         It can be removed after the next Autoconf is released.
58485         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58486         needed.
58487
58488 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58489
58490         * lib/mktime.c: Fix Debian bug 177940
58491         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58492         (localtime_offset): Now long int, not time_t, because we want it
58493         to be guaranteed to be signed.  All uses changed.
58494         (__mktime_internal): If overflow would occur when adding offset,
58495         don't add it.
58496
58497         Merge 'human' changes from coreutils.  Rewrite to support
58498         locale-specific notations like thousands separators.
58499         * lib/human.c: Simplify authorship notice.
58500         Include human.h immediately after config.h.
58501         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58502         <limits.h>: Do not include, since human.h does.
58503         (SIZE_MAX, UINTMAX_MAX): New macros.
58504         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58505         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58506         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58507         (power_letter): Renamed from suffixes.
58508         (generate_suffix_backwards): Remove.
58509         (adjust_value): Now takes int style (because of human.h changes)
58510         and long double value (for greater precision on some platforms).
58511         (group_number): New function.
58512         (human_readable): Use it.  Use integer options, not enum.
58513         Put the options before the sizes in the arg list.
58514         Support all the new options.
58515         The old human_readable function has been removed;
58516         use inttostr.h instead.
58517         (human_readable, default_block_size, humblock):
58518         Use uintmax_t, not int, for block sizes.
58519         (human_readable_inexact, block_size_types): Remove.
58520         (block_size_opts): New constant.
58521         (human_options): Renamed from human_block_size, with new signature
58522         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58523         * lib/human.h: Add copyright and authorship notice.
58524         Include <limits.h> and <stdbool.h> unconditionally.
58525         (PARAMS): Remove.  All uses removed.
58526         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58527         (enum human_inexact_style): Remove tag; now a nameless enum.
58528         (human_floor, human_ceiling, human_round_to_even): Now have
58529         values 2, 0, 1 rather than -1, 1, 0.
58530         (human_group_digits, human_suppress_point_zero, human_autoscale,
58531         human_base_1024, human_SI, human_B): New constants.
58532         (human_readable_inexact, human_block_size): Remove.
58533         (human_readable): Size args are now uintmax_t, not int.
58534         (human_options): New decl.
58535
58536         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58537         unnecessary now that we assume C89 or better.  This change
58538         imported from coreutils.
58539
58540         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58541         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58542         in the 2003-05-30 sync from glibc.
58543
58544         .h files should stand alone, but we shouldn't include <sys/types.h>
58545         if we can get away with just <stddef.h>.
58546
58547         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58548         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58549         rather than <sys/types.h>, as we merely need size_t.
58550         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58551         to get size_t.
58552         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58553         Include <stdio.h>, to get FILE.
58554         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58555         memcasecmp.h has included <stddef.h> and all we need is size_t.
58556         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58557         our interface, instead of including <sys/types.h>
58558
58559 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58560
58561         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58562         now, as glibc mktime is buggy on non-glibc systems.
58563
58564 2003-06-03  Karl Berry  <karl@gnu.org>
58565
58566         * config/config.sub: update from prep.
58567
58568 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58569
58570         [from coreutils]
58571         Fix some minor time-related bugs with POSIX time arguments.
58572         Some valid time stamps were being rejected (notably -1, and
58573         time stamps before 1900 on 64-bit hosts).  And some invalid
58574         time stamps were being accepted, e.g. September 31.
58575
58576         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58577         that we can return (time_t) -1 successfully.
58578         * lib/posixtm.c: Likewise.
58579         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58580         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58581         (t): Remove static var.
58582         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58583         of static var.  All uses changed.
58584         (year): Do not reject years before 1900; they can occur with
58585         64-bit time_t.
58586         (posix_time_parse): Do not check for out-of-range components;
58587         that is now the caller's responsibility, since our checks were
58588         only approximations.
58589         (posixtime): Use mktime to check for out-of-range components,
58590         since it knows them exactly.
58591         If mktime returns (time_t) -1, check whether an error actually occurred
58592         by invoking localtime on -1.
58593         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58594         posixtime failures better.
58595         Improve the test data (in comments only).
58596
58597 2003-06-02  Karl Berry  <karl@gnu.org>
58598
58599         * config/mkinstalldirs (version): new variable.
58600         (--version): new option.
58601         (usage): improve message.
58602
58603 2003-05-30  Karl Berry  <karl@gnu.org>
58604
58605         * lib/mktime.c: update from libc.
58606
58607 2003-05-30  Bruno Haible  <bruno@clisp.org>
58608
58609         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58610         * config/config.rpath: Upgrade to gettext-0.12.1.
58611
58612 2003-05-30  Bruno Haible  <bruno@clisp.org>
58613
58614         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58615         * m4/nls.m4: New file, from gettext-0.12.1.
58616         * m4/po.m4: New file, from gettext-0.12.1.
58617         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58618
58619 2003-05-30  Bruno Haible  <bruno@clisp.org>
58620
58621         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58622         * lib/localcharset.h: Likewise.
58623         * lib/localcharset.c: Likewise.
58624
58625 2003-05-29  Karl Berry  <karl@gnu.org>
58626
58627         * config/config.rpath: update from gettext.
58628
58629 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58630
58631         Assume the headers required for C89 freestanding compilers.
58632         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58633         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58634         * m4/human.m4 (gl_HUMAN): Likewise.
58635         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58636         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58637         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58638         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58639         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58640         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58641
58642 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58643
58644         Assume the headers required for C89 freestanding compilers.
58645         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58646         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58647         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58648         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58649         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58650         define, since <limits.h> is guaranteed to do that.
58651         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58652         * lib/exclude.c: Include <stdbool.h> unconditionally.
58653         * lib/tempname.c: Include <stddef.h> unconditionally.
58654         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58655         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58656         <stddef.h> does that.
58657         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58658         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
58659         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
58660         needed.
58661         * lib/xstrtol.c: Likewise.
58662         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
58663         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
58664
58665         * lib/addext.c (addext): Use assignment rather than cast, to avoid
58666         warnings on some platforms.
58667
58668         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58669         arbitrarily.
58670
58671 2003-05-26  Jim Meyering  <jim@meyering.net>
58672
58673         Merge in a change from coreutils:
58674         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
58675         that is guaranteed to be `no'.  Use `no_such_member' to indicate
58676         that condition, rather than `-1' which is slightly misleading.
58677         Change the name of the cache variable to have the gl_ prefix.
58678         Prompted by a patch from Richard Dawe for DJGPP.
58679
58680 2003-05-24  Karl Berry  <karl@gnu.org>
58681
58682         * config/config.guess: update from prep.
58683
58684 2003-05-22  Karl Berry  <karl@gnu.org>
58685
58686         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
58687
58688 2003-05-20  Karl Berry  <karl@gnu.org>
58689
58690         * config/config.guess: update from prep.
58691
58692 2003-05-18  Karl Berry  <karl@gnu.org>
58693
58694         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
58695         might actually be set by the user.
58696
58697         * config/depcomp, install-sh, mdate-sh: update from automake.
58698
58699 2003-05-17  Bruno Haible  <bruno@clisp.org>
58700
58701         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
58702         invalid expansion for AC_EGREP_CPP.
58703         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
58704         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
58705         Suggested by Akim Demaille <akim@epita.fr> in
58706         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
58707
58708 2003-05-12  Jim Meyering  <jim@meyering.net>
58709
58710         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
58711         the space-padded-by-default conversion specifiers, %e, %k, %l.
58712
58713 2003-05-12  Bruno Haible  <bruno@clisp.org>
58714
58715         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
58716         the string is longer than 4 KB.
58717
58718 2003-05-11  Karl Berry  <karl@gnu.org>
58719
58720         * config/config.{guess,sub}: update from prep.
58721
58722 2003-05-09  Bruno Haible  <bruno@clisp.org>
58723
58724         * modules/error: Add m4/strerror_r.m4 to file list.
58725
58726 2003-05-03  Bruno Haible  <bruno@clisp.org>
58727
58728         Upgrade to Unicode-4.0.
58729         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
58730         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
58731         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
58732         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
58733         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
58734         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
58735         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
58736         Change width of U+E0100..U+E01EF from 1 to 0.
58737
58738 2003-04-25  Jim Meyering  <jim@meyering.net>
58739
58740         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
58741         of type size_t, not int.
58742
58743 2003-04-25  Bruno Haible  <bruno@clisp.org>
58744
58745         * lib/copy-file.c: Include <stddef.h>, for size_t.
58746
58747 2003-04-21  Paul Eggert  <eggert@twinsun.com>
58748
58749         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
58750         code which expansion is under static control.  Patch imported from
58751         Akim Demaille's patch to Bison; see
58752         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
58753
58754 2003-04-14  Bruno Haible  <bruno@clisp.org>
58755
58756         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
58757
58758 2003-04-11  Jim Meyering  <jim@meyering.net>
58759
58760         Merge changes from Coreutils.
58761
58762         2003-03-22  Jim Meyering  <jim@meyering.net>
58763
58764         * lib/strftime.c (widen): Cast alloca return value to proper type.
58765
58766         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
58767
58768         From GNU libc.
58769         * lib/strftime.c (my_strftime): Handle very large width
58770         specifications for numeric values correctly.  Improve checks for
58771         overflow.
58772
58773         2003-01-19  Jim Meyering  <jim@meyering.net>
58774
58775         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
58776         definitions.
58777         (nl_get_alt_digit) [! defined my_strftime]: Define.
58778         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
58779         _nl_get_alt_digit and _nl_get_walt_digit.
58780
58781         * lib/strftime.c (my_strftime): Merge in locale-related changes from
58782         libc. These changes have no effect outside of _LIBC.
58783
58784 2003-04-10  Bruno Haible  <bruno@clisp.org>
58785
58786         * modules/findprog: New file.
58787         * MODULES.html.sh (func_all_modules): Add it.
58788
58789 2003-04-10  Bruno Haible  <bruno@clisp.org>
58790
58791         * m4/findprog.m4: New file.
58792         * m4/eaccess.m4: New file.
58793
58794 2003-04-10  Bruno Haible  <bruno@clisp.org>
58795
58796         * lib/findprog.h: New file, from GNU gettext.
58797         * lib/findprog.c: New file, from GNU gettext.
58798
58799 2003-04-05  Jim Meyering  <jim@meyering.net>
58800
58801         Merge changes from Coreutils.
58802
58803         * lib/exclude.h (PARAMS): Remove definition and uses.
58804         * lib/exclude.c: Remove uses of `PARAMS'.
58805
58806         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
58807         Add test-cases for DOS filenames. Declare program_name.
58808         (main): Set up program_name.  Patch by Rich Dawe.
58809
58810         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
58811         error from mntctl.
58812         Use mntctl's return value to drive the entry-processing loop, since
58813         we can't rely on the value of the vmt_length member in the last
58814         entry.  On some systems doing so could result in exhausting
58815         virtual memory.  Based in part on a patch from Mike Jetzer.
58816
58817 2003-04-04  Bruno Haible  <bruno@clisp.org>
58818
58819         * modules/linebreak: New file.
58820         * MODULES.html.sh (func_all_modules): Add it.
58821
58822 2003-04-04  Bruno Haible  <bruno@clisp.org>
58823
58824         * m4/linebreak.m4: New file.
58825
58826 2003-04-04  Bruno Haible  <bruno@clisp.org>
58827
58828         * lib/linebreak.h: New file, from GNU gettext.
58829         * lib/linebreak.c: New file, from GNU gettext with slight
58830         modifications.
58831         * lib/lbrkprop.h: New file, from GNU gettext.
58832
58833 2003-04-03  Bruno Haible  <bruno@clisp.org>
58834
58835         * modules/utf8-ucs4: New file.
58836         * modules/utf16-ucs4: New file.
58837         * modules/ucs4-utf8: New file.
58838         * modules/ucs4-utf16: New file.
58839         * MODULES.html.sh (func_all_modules): Add them.
58840
58841 2003-04-03  Bruno Haible  <bruno@clisp.org>
58842
58843         * m4/utf-ucs4.m4: New file.
58844         * m4/ucs4-utf.m4: New file.
58845
58846 2003-04-03  Bruno Haible  <bruno@clisp.org>
58847
58848         * lib/utf8-ucs4.h: New file, from GNU gettext.
58849         * lib/utf16-ucs4.h: New file, from GNU gettext.
58850         * lib/ucs4-utf8.h: New file, from GNU gettext.
58851         * lib/ucs4-utf16.h: New file, from GNU gettext.
58852
58853 2003-04-02  Bruno Haible  <bruno@clisp.org>
58854
58855         * modules/binary-io: New file.
58856         * MODULES.html.sh (func_all_modules): Add it.
58857
58858 2003-04-02  Bruno Haible  <bruno@clisp.org>
58859
58860         * lib/binary-io.h: New file, from GNU gettext.
58861
58862 2003-04-01  Bruno Haible  <bruno@clisp.org>
58863
58864         * modules/pathname: New file.
58865         * MODULES.html.sh (func_all_modules): Add it.
58866
58867 2003-04-01  Bruno Haible  <bruno@clisp.org>
58868
58869         * lib/pathname.h: New file, from GNU gettext.
58870         * lib/concatpath.c: New file, from GNU gettext.
58871
58872 2003-03-30  Bruno Haible  <bruno@clisp.org>
58873
58874         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
58875
58876 2003-03-30  Bruno Haible  <bruno@clisp.org>
58877
58878         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
58879         function chown() doesn't exist.
58880
58881 2003-03-28  Bruno Haible  <bruno@clisp.org>
58882
58883         * modules/copy-file: New file.
58884         * MODULES.html.sh (func_all_modules): Add it.
58885
58886 2003-03-28  Bruno Haible  <bruno@clisp.org>
58887
58888         * m4/copy-file.m4: New file.
58889
58890 2003-03-28  Bruno Haible  <bruno@clisp.org>
58891
58892         * lib/copy-file.h: New file, from GNU gettext.
58893         * lib/copy-file.c: New file, from GNU gettext.
58894
58895 2003-03-18  Jim Meyering  <jim@meyering.net>
58896
58897         * lib/quote.c (quote_n): Fix typo in comment.
58898
58899 2003-03-18  Bruno Haible  <bruno@clisp.org>
58900
58901         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
58902         checking.
58903         * m4/onceonly_2_57.m4: Likewise.
58904
58905 2003-03-17  Bruno Haible  <bruno@clisp.org>
58906
58907         * m4/onceonly.m4: Require autoconf 2.54 or newer.
58908         (m4_quote): Remove macro.
58909         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
58910
58911 2003-03-14  Jim Meyering  <jim@meyering.net>
58912
58913         Merge changes from Coreutils.
58914         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
58915         to be const, in order to avoid warnings.
58916         (obstack_room): Likewise.
58917         (obstack_empty_p): Likewise.
58918
58919 2003-03-14  Bruno Haible  <bruno@clisp.org>
58920
58921         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
58922         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
58923
58924 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58925
58926         Merge changes from Bison.
58927         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
58928         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
58929         when compiling Bison 1.875's `bitset bset = obstack_alloc
58930         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
58931         * lib/hash.c: Include <stdbool.h> unconditionally.
58932
58933 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58934
58935         * m4/onceonly.m4 (m4_quote): New macro.
58936         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
58937         Quote AC_FOREACH variable-expansions properly.
58938
58939 2003-03-13  Paul Eggert  <eggert@twinsun.com>
58940
58941         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
58942
58943 2003-03-09  Paul Eggert  <eggert@twinsun.com>
58944
58945         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
58946         Reported by Bruce Becker; see:
58947         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
58948
58949 2003-03-03  Paul Eggert  <eggert@twinsun.com>
58950             Bruno Haible  <bruno@clisp.org>
58951
58952         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
58953         Reported by John Hughes, see
58954         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
58955
58956 2003-02-20  Bruno Haible  <bruno@clisp.org>
58957
58958         * MODULES.html.sh (func_all_modules): Add poll.
58959
58960 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58961
58962         * modules/poll: New file.
58963
58964 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58965
58966         * lib/poll_.h: New file.
58967         * lib/poll.c: New file.
58968
58969 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
58970
58971         * m4/poll.m4: New file.
58972
58973 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58974
58975         * modules/mathl: New file.
58976
58977 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58978
58979         * lib/mathl.h: New file.
58980         * lib/acosl.c: New file.
58981         * lib/asinl.c: New file.
58982         * lib/atanl.c: New file.
58983         * lib/ceill.c: New file.
58984         * lib/cosl.c: New file.
58985         * lib/expl.c: New file.
58986         * lib/floorl.c: New file.
58987         * lib/frexpl.c: New file.
58988         * lib/ldexpl.c: New file.
58989         * lib/logl.c: New file.
58990         * lib/sincosl.c: New file.
58991         * lib/sinl.c: New file.
58992         * lib/sqrtl.c: New file.
58993         * lib/tanl.c: New file.
58994         * lib/trigl.c: New file.
58995         * lib/trigl.h: New file.
58996
58997 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
58998
58999         * m4/mathl.m4: New file.
59000
59001 2003-02-18  Bruno Haible  <bruno@clisp.org>
59002
59003         * MODULES.html.sh (func_all_modules): Add mathl.
59004
59005 2003-02-17  Bruno Haible  <bruno@clisp.org>
59006
59007         * modules/mkdtemp: New module.
59008         * MODULES.html.sh (func_all_modules): Add it.
59009
59010 2003-02-17  Bruno Haible  <bruno@clisp.org>
59011
59012         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59013
59014 2003-02-17  Bruno Haible  <bruno@clisp.org>
59015
59016         * lib/mkdtemp.h: New file, from GNU gettext.
59017         * lib/mkdtemp.c: New file, from GNU gettext.
59018
59019 2003-02-02  Jim Meyering  <jim@meyering.net>
59020
59021         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59022         e.g. glibc-2.2.93.
59023
59024 2003-01-31  Bruno Haible  <bruno@clisp.org>
59025
59026         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59027         'rpl_rename'.
59028         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59029         'rpl_strnlen'.
59030         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59031         'rpl_strtod'.
59032         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59033         'rpl_utime'.
59034
59035 2003-01-31  Bruno Haible  <bruno@clisp.org>
59036
59037         * lib/rename.c: #undef rename before defining rpl_rename.
59038         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59039
59040 2003-01-30  Bruno Haible  <bruno@clisp.org>
59041
59042         * modules/vasnprintf, modules/vasprintf: New modules.
59043         * MODULES.html.sh (func_all_modules): Add them.
59044
59045 2003-01-30  Bruno Haible  <bruno@clisp.org>
59046
59047         * m4/signed.m4: New file, from GNU gettext.
59048         * m4/longdouble.m4: New file, from GNU gettext.
59049         * m4/wchar_t.m4: New file, from GNU gettext.
59050         * m4/wint_t.m4: New file, from GNU gettext.
59051         * m4/vasnprintf.m4: New file.
59052         * m4/vasprintf.m4: New file.
59053
59054 2003-01-30  Bruno Haible  <bruno@clisp.org>
59055
59056         * lib/printf-args.h: New file, from GNU gettext.
59057         * lib/printf-args.c: New file, from GNU gettext.
59058         * lib/printf-parse.h: New file, from GNU gettext.
59059         * lib/printf-parse.c: New file, from GNU gettext.
59060         * lib/vasnprintf.h: New file, from GNU gettext.
59061         * lib/vasnprintf.c: New file, from GNU gettext.
59062         * lib/asnprintf.c: New file, from GNU gettext.
59063         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59064         * lib/vasprintf.c: New file, from GNU gettext.
59065         * lib/asprintf.c: New file, from GNU gettext.
59066
59067 2003-01-29  Bruno Haible  <bruno@clisp.org>
59068
59069         * modules/stpncpy: New module.
59070         * MODULES.html.sh (func_all_modules): Add it.
59071
59072 2003-01-29  Bruno Haible  <bruno@clisp.org>
59073
59074         * m4/stpncpy.m4: New file.
59075
59076 2003-01-29  Bruno Haible  <bruno@clisp.org>
59077
59078         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59079         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59080
59081 2003-01-28  Bruno Haible  <bruno@clisp.org>
59082
59083         * modules/c-ctype: New module.
59084         * MODULES.html.sh (func_all_modules): Add it.
59085
59086 2003-01-28  Bruno Haible  <bruno@clisp.org>
59087
59088         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59089         Paul Eggert.
59090         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59091         Paul Eggert.
59092
59093 2003-01-27  Bruno Haible  <bruno@clisp.org>
59094
59095         * modules/xsetenv: New module.
59096         * MODULES.html.sh (func_all_modules): Add it.
59097
59098 2003-01-27  Bruno Haible  <bruno@clisp.org>
59099
59100         * lib/xsetenv.h: New file, from GNU gettext.
59101         * lib/xsetenv.c: New file, from GNU gettext.
59102
59103 2003-01-23  Jim Meyering  <jim@meyering.net>
59104
59105         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59106         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59107
59108 2003-01-23  Bruno Haible  <bruno@clisp.org>
59109
59110         * modules/minmax: New module.
59111         * MODULES.html.sh (func_all_modules): Add it.
59112
59113 2003-01-23  Bruno Haible  <bruno@clisp.org>
59114
59115         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59116         Eggert.
59117
59118 2003-01-22  Bruno Haible  <bruno@clisp.org>
59119
59120         * modules/exit: New module.
59121         * MODULES.html.sh (func_all_modules): Add it.
59122
59123 2003-01-22  Bruno Haible  <bruno@clisp.org>
59124
59125         * lib/exit.h: New file, from GNU gettext.
59126
59127 2003-01-19  Bruno Haible  <bruno@clisp.org>
59128
59129         * gnulib-tool: Recognize option --extract-maintainer.
59130         (func_get_maintainer): New function.
59131         * modules/*: Add Maintainer entry.
59132
59133 2003-01-16  Jim Meyering  <jim@meyering.net>
59134
59135         * m4/regex.m4: The `regex' struct is both input and output.
59136         Initialize it before each use.  Patch by Tim Waugh.
59137
59138 2003-01-16  Bruno Haible  <bruno@clisp.org>
59139
59140         * MODULES.html.sh: Add a table of contents. Add the module name as
59141         leftmost column. Add hyperlinks.
59142
59143 2003-01-15  Bruno Haible  <bruno@clisp.org>
59144
59145         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59146
59147 2003-01-15  Bruno Haible  <bruno@clisp.org>
59148
59149         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59150         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59151         suffix.
59152
59153 2003-01-15  Bruno Haible  <bruno@clisp.org>
59154
59155         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59156
59157 2003-01-15  Bruno Haible  <bruno@clisp.org>
59158
59159         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59160         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59161
59162 2003-01-14  Jim Meyering  <jim@meyering.net>
59163
59164         * lib/same.c (same_name): Tweak a comment.
59165
59166 2003-01-14  Bruno Haible  <bruno@clisp.org>
59167
59168         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59169         when a string comparison is sufficient.
59170
59171 2003-01-14  Bruno Haible  <bruno@clisp.org>
59172
59173         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59174         'unsigned int'.
59175
59176 2003-01-14  Bruno Haible  <bruno@clisp.org>
59177
59178         * lib/hash-pjw.c: Add comment about low quality of this function.
59179
59180 2003-01-13  Bruno Haible  <bruno@clisp.org>
59181
59182         * modules/stpcpy: Distribute lib/stpcpy.h.
59183         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59184
59185 2003-01-13  Bruno Haible  <bruno@clisp.org>
59186
59187         * modules/*: Add a description.
59188         * modules/strpbrk: Fix Makefile.am snippet.
59189         * modules/strtoimax: Fix dependencies.
59190         * modules/strtoumax: Likewise.
59191
59192 2003-01-13  Bruno Haible  <bruno@clisp.org>
59193
59194         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59195         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59196         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59197
59198 2003-01-13  Bruno Haible  <bruno@clisp.org>
59199
59200         * gnulib-tool (func_create_testdir): Store config/* files in the main
59201         directory.
59202         * config.rpath: Move to ...
59203         * config/config.rpath: ... here.
59204         * modules/gettext: Contains config/config.rpath, not config.rpath.
59205         * modules/iconv: Likewise.
59206
59207 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59208
59209         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59210         to avoid collisions with libcurses and libreadline.
59211
59212         * m4/getstr.m4: Remove.
59213         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59214
59215 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59216
59217         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59218         to avoid collisions with libcurses and libreadline.
59219
59220         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59221         * lib/getstr.h, getstr.c: Remove.
59222         * lib/getline.c: Include "getline.h", to check interface.
59223         Move body of old getstr.c here: this defines MIN_CHUNK and
59224         declares getdelim2, which is renamed from getstr.
59225         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59226
59227         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59228         All uses changed.
59229         * lib/linebuffer.h: Likewise.
59230         (readline): Remove backward-compatibility macro.
59231
59232 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59233
59234         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59235         to avoid collisions with libcurses and libreadline.
59236         * getstr: Remove.
59237         * MODULES.html.sh: Remove getstr.
59238         * modules/getline: Depend on unlocked-io, not getstr.
59239
59240 2003-01-12  Jim Meyering  <jim@meyering.net>
59241
59242         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59243
59244 2003-01-10  Bruno Haible  <bruno@clisp.org>
59245
59246         * modules/alloca: Change Makefile.am requirements. Simplify Include
59247         requirements. Add lib/alloca_.h to file list.
59248
59249 2003-01-10  Bruno Haible  <bruno@clisp.org>
59250
59251         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59252
59253 2003-01-10  Bruno Haible  <bruno@clisp.org>
59254
59255         * lib/alloca_.h: New file.
59256         * lib/getdate.y: Unconditionally include alloca.h.
59257         * lib/makepath.c: Likewise.
59258         * lib/setenv.c: Likewise.
59259         * lib/userspec.c: Likewise.
59260
59261 2003-01-09  Karl Berry  <karl@gnu.org>
59262
59263         * MODULES.html.sh: include `dirname $0` in PATH, to find
59264         gnulib-tool.
59265
59266 2003-01-09  Bruno Haible  <bruno@clisp.org>
59267
59268         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59269         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59270
59271 2003-01-09  Bruno Haible  <bruno@clisp.org>
59272
59273         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59274
59275 2003-01-09  Bruno Haible  <bruno@clisp.org>
59276
59277         * lib/stdbool.h.in: New file.
59278
59279 2003-01-09  Bruno Haible  <bruno@clisp.org>
59280
59281         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59282         * MODULES.html.sh: Likewise.
59283
59284 2003-01-08  Jim Meyering  <jim@meyering.net>
59285
59286         * lib/full-write.c: Undefine and define-away `const' after inclusion
59287         of errno.h, not before.  Suggestion from Bruno Haible.
59288
59289 2003-01-08  Bruno Haible  <bruno@clisp.org>
59290
59291         * modules/full-read: Depend on full-write.
59292
59293 2003-01-08  Bruno Haible  <bruno@clisp.org>
59294
59295         * lib/safe-read.c: Include specification header first, to ensure its
59296         selfcontainedness.
59297         * lib/full-write.c: Likewise.
59298
59299 2003-01-07  Jim Meyering  <jim@meyering.net>
59300
59301         * lib/full-write.c: Rework so that it may serve to define full_read,
59302         too.
59303         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59304
59305 2003-01-07  Bruno Haible  <bruno@clisp.org>
59306
59307         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59308         <inttypes.h>.
59309         * lib/xstrtol.h: Likewise.
59310         * lib/xstrtoimax.c: Likewise.
59311         * lib/xstrtoumax.c: Likewise.
59312         * lib/human.h: Likewise.
59313
59314         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59315         on systems that have <inttypes.h> but not <stdint.h>.
59316
59317 2003-01-07  Bruno Haible  <bruno@clisp.org>
59318
59319         * MODULES.html.sh: Add copyright notice.
59320         (missed_files): Omit CVS directory entries.
59321         (func_module): Make it work with sed-3.02.
59322         * MODULES.txt: Remove file.
59323
59324 2003-01-06  Jim Meyering  <jim@meyering.net>
59325
59326         * lib/version-etc.c: Update year in translatable copyright string.
59327
59328 2003-01-03  Karl Berry  <karl@gnu.org>
59329
59330         * config/config.{guess,sub}: update from prep.
59331
59332 2003-01-02  Karl Berry  <karl@gnu.org>
59333
59334         * doc/COPYING.DOC: belatedly updated to 1.2.
59335
59336 2003-01-01  Karl Berry  <karl@gnu.org>
59337
59338         * gnulib-tool (func_verify_module): report module name $module in
59339         error message, not $1.
59340         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59341         be created, only if it doesn't exist.
59342         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59343
59344 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59345
59346         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59347
59348 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59349
59350         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59351         memcmp if strcoll doesn't work.
59352
59353 2002-12-31  Bruno Haible  <bruno@clisp.org>
59354
59355         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59356         nonempty.
59357
59358 2002-12-31  Bruno Haible  <bruno@clisp.org>
59359
59360         * lib/memcoll.c (STRCOLL): New macro.
59361         (memcoll): Use it.
59362
59363 2002-12-31  Bruno Haible  <bruno@clisp.org>
59364
59365         * lib/localcharset.h: New file.
59366         * lib/localcharset.c: Include it.
59367         * lib/unicodeio.c: Likewise.
59368
59369 2002-12-31  Bruno Haible  <bruno@clisp.org>
59370
59371         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59372         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59373
59374 2002-12-31  Bruno Haible  <bruno@clisp.org>
59375
59376         * lib/getline.h: Include <stddef.h>, for size_t.
59377
59378         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59379         * lib/unicodeio.c: Don't include <stddef.h>.
59380
59381 2002-12-31  Bruno Haible  <bruno@clisp.org>
59382
59383         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59384         HAVE_TM_ZONE.
59385
59386 2002-12-24  Karl Berry  <karl@gnu.org>
59387
59388         * config/config.guess: update from prep.
59389
59390 2002-12-24  Bruno Haible  <bruno@clisp.org>
59391
59392         General infrasructure.
59393         * m4/README: Rewritten.
59394         * m4/onceonly.m4: New file.
59395         * m4/onceonly_2_57.m4: New file.
59396
59397         Module atexit.
59398         * m4/atexit.m4: New file.
59399
59400         Module strtod.
59401         * m4/strtod.m4: New file.
59402
59403         Module strtol.
59404         * m4/strtol.m4: New file.
59405
59406         Module strtoul.
59407         * m4/strtoul.m4: New file.
59408
59409         Module memchr.
59410         * m4/memchr.m4: New file.
59411
59412         Module memcmp.
59413         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59414         (jm_FUNC_MEMCMP): Invoke it.
59415
59416         Module memcpy.
59417         * m4/memcpy.m4: New file.
59418
59419         Module memmove.
59420         * m4/memmove.m4: New file.
59421
59422         Module memset.
59423         * m4/memset.m4: New file.
59424
59425         Module strcspn.
59426         * m4/strcspn.m4: New file.
59427
59428         Module strpbrk.
59429         * m4/strpbrk.m4: New file.
59430
59431         Module strstr.
59432         * m4/strstr.m4: New file.
59433
59434         Module strerror.
59435         * m4/strerror.m4: New file.
59436
59437         Module mktime.
59438         * m4/mktime.m4: Renamed from jm-mktime.m4.
59439         (gl_PREREQ_MKTIME): New macro.
59440         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59441
59442         Module malloc.
59443         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59444         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59445         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59446
59447         Module realloc.
59448         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59449         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59450         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59451
59452         Module strftime.
59453         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59454         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59455         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59456         gl_TM_GMTOFF.
59457         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59458
59459         Module xalloc.
59460         * m4/xalloc.m4: New file.
59461
59462         Module alloca.
59463         * m4/alloca.m4: New file.
59464
59465         Module putenv.
59466         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59467         (jm_FUNC_PUTENV): Invoke it.
59468
59469         Module setenv.
59470         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59471         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59472         when invoked twice.
59473         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59474         gt_FUNC_SETENV.
59475
59476         Module memrchr.
59477         * m4/memrchr.m4: New file.
59478
59479         Module stpcpy.
59480         * m4/stpcpy.m4: New file.
59481
59482         Module strcase.
59483         * m4/strcase.m4: New file.
59484
59485         Module strdup.
59486         * m4/strdup.m4: New file.
59487
59488         Module strnlen.
59489         * m4/strnlen.m4: New file.
59490
59491         Module strndup.
59492         * m4/strndup.m4: New file.
59493
59494         Module xstrtod.
59495         * m4/xstrtod.m4: New file.
59496
59497         Module xstrtol.
59498         * m4/xstrtol.m4: New file.
59499
59500         Module getdate.
59501         * m4/getdate.m4: New file.
59502
59503         Module unlocked-io.
59504         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59505         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59506         * m4/jm-glibc-io.m4n: Remove file.
59507
59508         Module long-options.
59509         * m4/long-options.m4: New file.
59510
59511         Module md5.
59512         * m4/md5.m4: New file.
59513
59514         Module sha.
59515         * m4/sha.m4: New file.
59516
59517         Module getstr.
59518         * m4/getstr.m4: New file.
59519
59520         Module getline.
59521         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59522         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59523         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59524         simply getline. Infoke gl_PREREQ_GETLINE.
59525
59526         Module obstack.
59527         * m4/obstack.m4: New file.
59528
59529         Module hash.
59530         * m4/hash.m4: New file.
59531
59532         Module readtokens.
59533         * m4/readtokens.m4: New file.
59534
59535         Module strverscmp.
59536         * m4/strverscmp.m4: New file.
59537
59538         Module stdbool.
59539         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59540         OSF/1.
59541
59542         Module strtoll.
59543         * m4/strtoll.m4: New file.
59544
59545         Module strtoull.
59546         * m4/strtoull.m4: New file.
59547
59548         Module strtoimax.
59549         * m4/strtoimax.m4: New file.
59550
59551         Module strtoumax.
59552         * m4/strtoumax.m4: New file.
59553
59554         Module xstrtoimax.
59555         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59556         jm_AC_PREREQ_XSTRTOIMAX.
59557         Moved the strtol prerequisites to strtol.m4.
59558         Moved the strtoll prerequisites to strtoll.m4.
59559         Moved the strtoimax prerequisites to strtoimax.m4.
59560
59561         Module xstrtoumax.
59562         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59563         jm_AC_PREREQ_XSTRTOUMAX.
59564         Moved the strtoul prerequisites to strtoul.m4.
59565         Moved the strtoull prerequisites to strtoull.m4.
59566         Moved the strtoumax prerequisites to strtoumax.m4.
59567
59568         Module chown.
59569         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59570         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59571
59572         Module dup2.
59573         * m4/dup2.m4: New file.
59574
59575         Module ftruncate.
59576         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59577         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59578
59579         Module getgroups.
59580         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59581         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59582
59583         Module gettimeofday.
59584         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59585         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59586         gl_PREREQ_GETTIMEOFDAY.
59587
59588         Module mkdir.
59589         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59590         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59591
59592         Module mkstemp.
59593         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59594         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59595         jm_AC_TYPE_UINTMAX_T.
59596         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59597
59598         Module stat.
59599         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59600         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59601
59602         Module lstat.
59603         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59604         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59605
59606         Module timespec.
59607         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59608         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59609         * m4/st_mtim.m4: Indentation.
59610
59611         Module nanosleep.
59612         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59613         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59614         gl_PREREQ_NANOSLEEP.
59615
59616         Module regex.
59617         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59618         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59619         (gl_REGEX): New macro.
59620
59621         Module rename.
59622         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59623         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59624
59625         Module rmdir.
59626         * m4/rmdir.m4: New file.
59627
59628         Module utime.
59629         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59630         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59631         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59632
59633         Module dirname.
59634         * m4/dirname.m4: New file.
59635
59636         Module getopt.
59637         * m4/getopt.m4: New file.
59638
59639         Module unistd-safer.
59640         * m4/unistd-safer.m4: New file.
59641
59642         Module fnmatch.
59643         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59644         declaration.
59645         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59646         (gl_FUNC_FNMATCH_POSIX): New macro.
59647         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59648         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59649         simply fnmatch.
59650
59651         Module exclude.
59652         * m4/exclude.m4: New file.
59653
59654         Module human.
59655         * m4/human.m4: New file.
59656
59657         Module acl.
59658         * m4/acl.m4: Nop.
59659
59660         Module backupfile.
59661         * m4/backupfile.m4: New file.
59662         * m4/d-ino.m4: Indentation.
59663
59664         Module fsusage.
59665         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
59666         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
59667         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
59668
59669         Module dirfd.
59670         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
59671         requirements.
59672
59673         Module euidaccess.
59674         * m4/euidaccess.m4: New file.
59675
59676         Module file-type.
59677         * m4/file-type.m4: New file.
59678
59679         Module fileblocks.
59680         * m4/fileblocks.m4: New file.
59681
59682         Module filemode.
59683         * m4/filemode.m4: New file.
59684
59685         Module isdir.
59686         * m4/isdir.m4: New file.
59687
59688         Module lchown.
59689         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
59690         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
59691
59692         Module makepath.
59693         * m4/makepath.m4: New file.
59694
59695         Module modechange.
59696         * m4/modechange.m4: New file.
59697
59698         Module mountlist.
59699         * m4/mountlist.m4: New file.
59700         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
59701         Indentation.
59702
59703         Module path-concat.
59704         * m4/path-concat.m4: New file.
59705
59706         Module pathmax.
59707         * m4/pathmax.m4: New file.
59708
59709         Module same.
59710         * m4/same.m4: New file.
59711
59712         Module save-cwd.
59713         * m4/save-cwd.m4: New file.
59714
59715         Module savedir.
59716         * m4/savedir.m4: New file.
59717
59718         Module xgetcwd.
59719         * m4/xgetcwd.m4: New file.
59720         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
59721
59722         Module xreadlink.
59723         * m4/xreadlink.m4: New file.
59724
59725         Module safe-read.
59726         * m4/safe-read.m4: New file.
59727
59728         Module safe-write.
59729         * m4/safe-write.m4: New file.
59730
59731         Module closeout.
59732         * m4/closeout.m4: New file.
59733
59734         Module stdio-safer.
59735         * m4/stdio-safer.m4: New file.
59736
59737         Module getpass.
59738         * m4/getpass.m4: New file.
59739
59740         Module getugroups.
59741         * m4/getugroups.m4: New file.
59742
59743         Module group-member.
59744         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
59745         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
59746
59747         Module idcache.
59748         * m4/idcache.m4: New file.
59749
59750         Module userspec.
59751         * m4/userspec.m4: New file.
59752
59753         Module gettime.
59754         * m4/clock_time.m4: New file.
59755         * m4/gettime.m4: New file.
59756
59757         Module settime.
59758         * m4/settime.m4: New file.
59759
59760         Module posixtm.
59761         * m4/posixtm.m4: New file.
59762
59763         Module gethostname.
59764         * m4/gethostname.m4: New file.
59765
59766         Module canon-host.
59767         * m4/canon-host.m4: New file.
59768
59769         Module gettext.
59770         * m4/codeset.m4: New file, from gettext-0.11.5.
59771         * m4/gettext.m4: New file, from gettext-0.11.5.
59772         * m4/glibc21.m4: New file, from gettext-0.11.5.
59773         * m4/iconv.m4: New file, from gettext-0.11.5.
59774         * m4/intdiv0.m4: New file, from gettext-0.11.5.
59775         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
59776         * m4/inttypes.m4: New file, from gettext-0.11.5.
59777         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
59778         * m4/isc-posix.m4: New file, from gettext-0.11.5.
59779         * m4/lcmessage.m4: New file, from gettext-0.11.5.
59780         * m4/lib-ld.m4: New file, from gettext-0.11.5.
59781         * m4/lib-link.m4: New file, from gettext-0.11.5.
59782         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
59783         * m4/progtest.m4: New file, from gettext-0.11.5.
59784         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
59785         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
59786         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
59787
59788         Module localcharset.
59789         * m4/localcharset.m4: New file.
59790
59791         Module hard-locale.
59792         * m4/hard-locale.m4: New file.
59793
59794         Module mbswidth.
59795         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
59796         onceonly macros.
59797         * m4/mbrtowc.m4: Add comment.
59798
59799         Module memcasecmp.
59800         * m4/memcasecmp.m4: New file.
59801
59802         Module memcoll.
59803         * m4/memcoll.m4: New file.
59804
59805         Module unicodeio.
59806         * m4/unicodeio.m4: New file.
59807
59808         Module rpmatch.
59809         * m4/rpmatch.m4: New file.
59810
59811         Module yesno.
59812         * m4/yesno.m4: New file.
59813
59814         Module exitfail.
59815         * m4/exitfail.m4: New file.
59816
59817         Module c-stack.
59818         * m4/c-stack.m4 (gl_C_STACK): New macro.
59819         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
59820
59821         Module error.
59822         * m4/error.m4 (gl_ERROR): New macro.
59823         (jm_PREREQ_ERROR): Use onceonly macros.
59824
59825         Module fatal.
59826         * m4/fatal.m4: New file.
59827
59828         Module getloadavg.
59829         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
59830         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
59831
59832         Module getpagesize.
59833         * m4/getpagesize.m4: New file.
59834
59835         Module getusershell.
59836         * m4/getusershell.m4: New file.
59837
59838         Module physmem.
59839         * m4/physmem.m4: New file.
59840
59841         Module posixver.
59842         * m4/posixver.m4: New file.
59843
59844         Module quotearg.
59845         * m4/quotearg.m4: New file.
59846
59847         Module quote.
59848         * m4/quote.m4: New file.
59849
59850         Module readutmp.
59851         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
59852
59853         Module sig2str.
59854         * m4/sig2str.m4: New file.
59855
59856         Other.
59857         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
59858         ulonglong.m4.
59859         * m4/intmax_t.m4: New file.
59860         * m4/d-type.m4: Indentation.
59861         * m4/jm-macros.m4: Update.
59862         * m4/prereq.m4 (jm_PREREQ): Update.
59863         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
59864         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
59865         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
59866         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
59867         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
59868         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
59869         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
59870         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
59871         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
59872         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
59873         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
59874         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
59875         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
59876         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
59877         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
59878         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
59879         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
59880         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
59881         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
59882
59883 2002-12-24  Bruno Haible  <bruno@clisp.org>
59884
59885         * MODULES.txt: Update according to m4/ changes.
59886
59887         Module gettext.
59888         * config.rpath: New file, from gettext-0.11.5.
59889
59890         * modules/*: New module descriptions.
59891         * gnulib-tool: New file.
59892         * MODULES.html.sh: New file.
59893
59894 2002-12-21  Karl Berry  <karl@gnu.org>
59895
59896         * doc/fdl.texi: update to version 1.2.
59897
59898 2002-12-19  Karl Berry  <karl@gnu.org>
59899
59900         * config/config.guess: update from prep.
59901
59902 2002-12-18  Bruno Haible  <bruno@clisp.org>
59903
59904         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
59905         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
59906
59907 2002-12-17  Bruno Haible  <bruno@clisp.org>
59908
59909         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
59910         stdlib.h, string.h.
59911
59912 2002-12-17  Bruno Haible  <bruno@clisp.org>
59913
59914         * lib/canon-host.c (strdup): Remove unused declaration.
59915
59916         * lib/fsusage.c: Include full_read.h.
59917         (get_fs_usage): Use full_read instead of safe_read.
59918
59919         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
59920
59921 2002-12-12  Karl Berry  <karl@gnu.org>
59922
59923         * config/config.guess: update from prep.
59924
59925 2002-12-11  Bruno Haible  <bruno@clisp.org>
59926
59927         * m4/setenv.m4: New file, from gettext-0.11.5.
59928
59929 2002-12-11  Bruno Haible  <bruno@clisp.org>
59930
59931         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
59932         not unsetenv().
59933         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
59934         modifications:
59935
59936         2002-12-11  Bruno Haible  <bruno@clisp.org>
59937
59938                 * setenv.c (alloca): Fall back to malloc.
59939                 (freea): New macro.
59940                 (setenv): Use freea() to free memory allocated with alloca().
59941
59942         2002-11-13  Bruno Haible  <bruno@clisp.org>
59943
59944                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
59945                 function declarations.
59946                 * unsetenv.c (unsetenv): Likewise.
59947
59948         2002-03-04  Bruno Haible  <bruno@clisp.org>
59949
59950                 Portability to AIX 4.3.3.
59951                 * unsetenv.c: New file, extracted from setenv.c.
59952                 * setenv.c: Move the unsetenv() function to unsetenv.c.
59953
59954         2001-12-20  Bruno Haible  <bruno@clisp.org>
59955
59956                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
59957                 use malloc instead. For SunOS 4.
59958
59959         2001-12-11  Bruno Haible  <bruno@clisp.org>
59960
59961                 * setenv.c: Declare alloca.
59962                 (compar_fn_t): New typedef.
59963                 (KNOWN_VALUE, STORE_VALUE): Use it.
59964
59965         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
59966         setenv.h.
59967
59968 2002-12-10  Paul Eggert  <eggert@twinsun.com>
59969
59970         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
59971         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
59972         Choose values that are less likely to collide with system fnmatch
59973         options.
59974         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
59975         defined (e.g., a pure POSIX system).
59976         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
59977         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
59978
59979 2002-12-06  Paul Eggert  <eggert@twinsun.com>
59980
59981         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
59982         a pain in practice to deal with generated m4 files.  This change
59983         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
59984
59985         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
59986         and jm-glibc-io.m4, as they are no longer a special case.
59987         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
59988         kludge and the auto-generation stuff.  Check only whether the
59989         functions are declared, not whether they exist, since older hosts
59990         that don't declare the functions can't use the optimization anyway.
59991
59992 2002-12-06  Jim Meyering  <jim@meyering.net>
59993
59994         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
59995
59996         Merge in changes from libc's misc/error.c, in preparation
59997         for the merge of gnulib's changes back into libc.
59998
59999         * lib/error.c (_): Define only if not already defined.
60000         Move definition to follow all #include directives.
60001         Include unlocked-io.h only if !_LIBC.
60002         [_LIBC]: Include <libio/libioP.h>.
60003         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60004         (fflush): Tweak definition to use INTUSE.
60005         (putc): Define.
60006
60007 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60008
60009         * lib/alloca.c [defined emacs]: Include "lisp.h".
60010         (xalloc_die) [defined emacs]: New macro.
60011         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60012         [! defined emacs]: Include <xalloc.h>.
60013         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60014         (pointer): Typedef to POINTER_TYPE *.
60015         (malloc): Remove decl; we now always use xmalloc.
60016         (alloca): Use old-style definition, since Emacs needs this.
60017         Check for arithmetic overflow when computing combined size.
60018
60019 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60020
60021         Do not generate unlocked-io.h automatically, since it's easier to
60022         maintain it by hand.
60023
60024         * lib/unlocked-io.h: New file, from GNU diffutils,
60025         but with proper copyright notice and attribution.
60026         * lib/gen-uio: Remove.
60027         * lib/Makefile.am: Add copyright notice.
60028         (libfetish_a_SOURCES): Add unlocked-io.h.
60029         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60030         (DISTCLEANFILES, io_functions): Remove macros.
60031         (EXTRA_DIST): Remove gen_uio.
60032         (unlocked-io.h): Remove rule.
60033
60034 2002-12-04  Jim Meyering  <jim@meyering.net>
60035
60036         Reflect the fact that stat.c and lstat.c are no longer generated.
60037         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60038         (DISTCLEANFILES): Likewise.
60039         (EXTRA_DIST): Likewise.
60040         (all_local): Don't depend on stat.c or lstat.c.
60041         (stat.c, lstat.c): Remove rules.
60042         (EXTRA_DIST): Remove xstat.in.
60043
60044         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60045         * lib/stat.c: New file.  Contents mostly from xstat.in.
60046         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60047         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60048
60049         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60050         too.
60051         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60052
60053 2002-12-03  Jim Meyering  <jim@meyering.net>
60054
60055         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60056         but not semantics, to minimize the differences between these two files.
60057         (safe_read): Change comment to mention SAFE_READ_ERROR.
60058
60059         * lib/safe-read.c (IS_EINTR): Define.
60060         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60061
60062 2002-12-02  Jim Meyering  <jim@meyering.net>
60063
60064         * lib/safe-read.c (EINTR): Define.
60065         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60066         (INT_MAX): Provide fallback.
60067         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60068
60069         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60070
60071 2002-12-02  Bruno Haible  <bruno@clisp.org>
60072
60073         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60074         Define, taken from safe-read.c.
60075         (INT_MAX): Provide fallback.
60076         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60077         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60078
60079         * lib/safe-read.c (EINTR): Remove definition.
60080         (safe_read): Don't use EINTR if it is absent.
60081
60082 2002-12-01  Jim Meyering  <jim@meyering.net>
60083
60084         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60085         zero.
60086         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60087
60088 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60089
60090         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60091         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60092         with `if (! (value < limit)) abort ();', for readability.
60093
60094 2002-11-26  Karl Berry  <karl@gnu.org>
60095
60096         * lib/strdup.c: copy from libc again, with jim's ok.
60097         * lib/.cppi-disable: re-add strdup.c
60098
60099 2002-11-25  Karl Berry  <karl@gnu.org>
60100
60101         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60102         instead of "strtol.c".
60103
60104 2002-11-25  Karl Berry  <karl@gnu.org>
60105
60106         * config/install-sh: update from automake for variable quoting, $0 in
60107         error msgs, etc.
60108
60109         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60110         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60111         entry.
60112
60113 2002-11-25  Jim Meyering  <jim@meyering.net>
60114
60115         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60116
60117 2002-11-24  Karl Berry  <karl@gnu.org>
60118
60119         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60120         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60121
60122 2002-11-24  Jim Meyering  <jim@meyering.net>
60123
60124         Update from coreutils:
60125
60126         * lib/mktime.c: Merge in changes from libc.
60127
60128         Avoid a link-time failure on some Linux systems.
60129         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60130         (otherwise).
60131         (__mon_yday): Declare with the STATIC attribute.
60132         (__mktime_internal): Likewise.
60133         Based on a report from Greg Schafer.
60134
60135 2002-11-23  Jim Meyering  <jim@meyering.net>
60136
60137         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60138         Use `unsigned', not `int', as type of index.
60139
60140         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60141
60142         * lib/fsusage.c: Remove unneeded parentheses around operands of
60143         `defined'.
60144
60145 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60146
60147         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60148         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60149         so that we can be included first.
60150         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60151         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60152         No need to include stddef.h or sys/types.h any more.
60153         Surround local include files with "", not "<>".
60154         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60155         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60156         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60157         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60158         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60159         (ISPRINT): Remove; no longer needed now that we assume C89.
60160
60161         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60162         Preserve errno.
60163
60164         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60165         quotearg_char): Use SIZE_MAX rather than
60166         (size_t) -1 when we are talking about "infinity".
60167
60168         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60169
60170 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60171
60172         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60173         hint that one should use `if (! x) abort ();' rather than `assert
60174         (x);', and anyway it's one less thing to worry about configuring.
60175         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60176         hash_rehash, hash_insert): Use abort rather than assert.
60177
60178 2002-11-22  Bruno Haible  <bruno@clisp.org>
60179
60180         * lib/safe-read.h: Assume C89. Add comments.
60181         (safe_read): Change return type to size_t.
60182         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60183         byte counts > SSIZE_MAX correctly.
60184         * lib/safe-write.h: New file.
60185         * lib/safe-write.c: New file.
60186         * lib/full-read.h: New file.
60187         * lib/full-read.c: New file.
60188         * lib/full-write.h: Assume C89. Add comments.
60189         * lib/full-write.c: Include safe-write.h.
60190         (full_write): Rewritten to use safe_write.
60191         Suggested by Jim Meyering and Paul Eggert.
60192
60193 2002-11-21  Jim Meyering  <jim@meyering.net>
60194
60195         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60196
60197         Merge in changes from the coreutils.
60198
60199         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60200         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60201         <stdint.h>.
60202         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60203         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60204         int.  Work more efficiently if X is the same width as uintmax_t.
60205         Do not compare X to -1, to avoid bogus compiler warning.
60206         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60207         Don't assume that f_frsize and f_bsize are the same type.
60208
60209         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60210         warning on FreeBSD.
60211
60212         * lib/makepath.c (make_path): Restore umask *before* creating the final
60213         component.
60214         (make_path): Minor reformatting.
60215
60216         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60217         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60218         HAVE_MALLOC/HAVE_REALLOC.
60219
60220         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60221         dummy ones.  At least on GNU/Linux systems, `auto' means something
60222         else.
60223         From Michael Stone.
60224
60225 2002-11-21  Bruno Haible  <bruno@clisp.org>
60226
60227         Remove case insensitive option matching.
60228         * lib/argmatch.h (argcasematch): Remove declaration.
60229         (ARGCASEMATCH): Remove macro.
60230         (__xargmatch_internal): Remove case_sensitive argument.
60231         (XARGMATCH): Update.
60232         (XARGCASEMATCH): Remove macro.
60233         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60234         case_sensitive argument.
60235         (argcasematch): Remove function.
60236         (__xargmatch_internal): Remove case_sensitive argument.
60237         (main): Use XARGMATCH instead of XARGCASEMATCH.
60238
60239         * lib/xmalloc.c: Change compile-time error message. Add comment about
60240         required autoconf version.
60241
60242 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60243
60244         Merge argmatch cleanups from Bison.  Assume C89.
60245
60246         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60247         Include stdlib.h, for EXIT_FAILURE.
60248         Always include <string.h>, since we assume C89.
60249         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60250         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60251         Include <stddef.h> instead, since it's all we need for size_t.
60252         (PARAMS): Remove.  All uses removed.
60253         (ARRAY_CARDINALITY): Do not bother to #undef.
60254         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60255         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60256         Remove unnecessary parentheses.
60257         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60258         Insert necessary parentheses.
60259         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60260         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60261
60262 2002-11-19  Bruno Haible  <bruno@clisp.org>
60263
60264         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60265         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60266
60267         * lib/mbswidth.h (PARAMS): Remove macro.
60268         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60269         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60270
60271         * lib/gcd.h (PARAMS): Remove macro.
60272         (gcd): Use ANSI C function declarations.
60273         * lib/gcd.c (gcd): Likewise.
60274
60275 2002-11-15  Bruno Haible  <bruno@clisp.org>
60276
60277         * lib/strcspn.c: Include <stddef.h>.
60278         (strcspn): Use ANSI C function declaration. Change return type to
60279         size_t. Use NULL.
60280         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60281         (strpbrk): Use NULL.
60282         * lib/strpbrk.h (PARAMS): Remove macro.
60283         (strpbrk): Use ANSI C function declaration.
60284         * lib/strstr.c: Don't include <sys/types.h>.
60285         * lib/strstr.h (PARAMS): Remove macro.
60286         (strstr): Use ANSI C function declarations.
60287
60288 2002-11-14  Karl Berry  <karl@gnu.org>
60289
60290         * config/mkinstalldirs: `do' on separate line, instead of
60291         `for var; do'.
60292
60293 2002-11-06  Bruno Haible  <bruno@clisp.org>
60294
60295         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60296         * lib/gcd.c (gcd): Likewise.
60297
60298 2002-11-05  Bruno Haible  <bruno@clisp.org>
60299
60300         * lib/gcd.h: New file, from gettext-0.11.5.
60301         * lib/gcd.c: New file, from gettext-0.11.5.
60302
60303 2002-11-05  Bruno Haible  <bruno@clisp.org>
60304
60305         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60306         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60307         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60308         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60309
60310         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60311         <libintl.h>.
60312         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60313         <libintl.h>.
60314
60315         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60316         * lib/human.c: Include gettext.h instead of <libintl.h>.
60317         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60318         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60319         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60320         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60321         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60322         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60323         (textdomain): Remove definition.
60324         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60325
60326         * lib/long-options.c: Remove include of <libintl.h> and definition of
60327         _.
60328         * lib/same.c: Remove include of <libintl.h> and definition of _.
60329
60330 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60331
60332         * lib/config.charset: A few additions for Solaris.
60333
60334 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60335
60336         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60337         * lib/localcharset.c (locale_charset): Declare as extern "C".
60338
60339 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60340
60341         * lib/config.charset: msdos in uk_UA uses CP1125.
60342
60343 2002-11-04  Bruno Haible  <bruno@clisp.org>
60344
60345         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60346         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60347         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60348         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60349         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60350
60351 2002-11-04  Bruno Haible  <bruno@clisp.org>
60352
60353         * lib/localcharset.c (locale_charset): Don't return an empty string.
60354
60355 2002-11-04  Bruno Haible  <bruno@clisp.org>
60356
60357         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60358         aliases.
60359
60360 2002-11-04  Bruno Haible  <bruno@clisp.org>
60361
60362         * lib/config.charset: Update for newest glibc. Add canonical names
60363         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60364
60365 2002-11-04  Bruno Haible  <bruno@clisp.org>
60366
60367         * lib/config.charset: Add support for NetBSD.
60368
60369 2002-11-04  Bruno Haible  <bruno@clisp.org>
60370
60371         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60372
60373 2002-11-01  Bruno Haible  <bruno@clisp.org>
60374
60375         * configure.in: Add AC_CONFIG_AUX_DIR call.
60376         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60377         test/Makefile.
60378         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60379
60380 2002-09-28  Karl Berry  <karl@gnu.org>
60381
60382         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60383         installed automake until the next release, since changes have been
60384         made.
60385
60386 2002-09-25  Karl Berry  <karl@gnu.org>
60387
60388         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60389         * lib/getopt*: copy from libc/posix.
60390         * lib/gettext.h: copy from gettext.
60391         * lib/.cppi-disable: add strdup.c, gettext.h.
60392
60393 2002-09-25  Karl Berry  <karl@gnu.org>
60394
60395         * config/srclist.txt: enable gettext.h check.
60396         * config/config.{guess,sub}: update from prep.
60397         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60398                 from automake 1.6.3.
60399         See srclist*.
60400
60401 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60402
60403         * regex.c (PATFETCH): Remove the translating fetch.
60404         (PATFETCH_RAW): Rename to PATFETCH.
60405         (set_image_of_range): New fun.
60406         (SET_RANGE_TABLE_WORK_AREA): Use it.
60407         (regex_compile): Don't translate the pattern chars so eagerly.
60408         Only do it when inserting an `exactn' bytecode or when handling
60409         a char-range.
60410         (mutually_exclusive_p): Avoid empty statement.
60411
60412 2002-07-06  Jim Meyering  <meyering@lucent.com>
60413
60414         * m4/README: Don't mention Makefile.am.in.
60415         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60416
60417 2002-07-01  Jim Meyering  <meyering@lucent.com>
60418
60419         * lib/c-stack.c: Include sys/time.h.
60420         From Volker Borchert.
60421
60422 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60423
60424         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60425
60426 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60427
60428         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60429         New macro.  Use it uniformly instead of
60430         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60431         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60432         reported by Vin Shelton.
60433
60434 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60435
60436         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60437         Do not assume SA_SIGINFO behavior.
60438         Bug reported by Jim Meyering on NetBSD 1.5.2.
60439
60440 2002-06-22  Jim Meyering  <meyering@lucent.com>
60441
60442         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60443         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60444
60445         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60446         now that configure.ac uses AC_GNU_SOURCE.
60447         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60448         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60449
60450         Update to latest tools.  Suggestions from Paul Eggert.
60451         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60452         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60453         * m4/fnmatch.m4: Likewise.
60454         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60455         to AC_HEADER_STDBOOL
60456
60457 2002-06-22  Jim Meyering  <meyering@lucent.com>
60458
60459         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60460         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60461
60462 2002-06-22  Jim Meyering  <meyering@lucent.com>
60463
60464         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60465
60466         * lib/exitfail.c, exitfail.h: Likewise.
60467         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60468
60469         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60470         of fnmatch.h.
60471         (EXTRA_DIST): Add fnmatch_loop.c.
60472         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60473
60474         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60475         * lib/fnmatch.c: Update from diffutils-2.8.2.
60476         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60477         * lib/fnmatch.h: Remove file.
60478
60479 2002-06-21  Jim Meyering  <meyering@lucent.com>
60480
60481         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60482         * m4/mbrtowc.m4: Likewise.
60483
60484         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60485         * m4/mbswidth.m4: Reflect name change:
60486         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60487         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60488
60489         * m4/lib-link.m4: Update from gettext-0.11.2.
60490         * m4/gettext.m4: Likewise.
60491
60492         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60493         From Alfred M. Szmidt.
60494
60495 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60496
60497         * lib/file-type.h: Report an error if neither S_ISREG nor
60498         S_IFREG is defined, instead of using a test specific to glibc
60499         2.2.  This should be safe, since POSIX requires S_ISREG and
60500         Unix Version 7 had S_IFREG.  We don't need to check for
60501         <sys/types.h> since we don't use any symbols that it defines.
60502
60503 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60504
60505         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60506         $@-t, so that each temporary file name is unique and valid in the first
60507         8 characters, for operation under DOS.
60508
60509 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60510
60511         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60512
60513 2002-06-15  Jim Meyering  <meyering@lucent.com>
60514
60515         Work even with DJGPP 2.03, which lacks support for symlinks.
60516         From Richard Dawe.
60517         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60518         is defined.
60519         * lib/lchown.c (S_ISLNK): Likewise.
60520
60521 2002-06-15  Jim Meyering  <meyering@lucent.com>
60522
60523         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60524         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60525         have been included before this file.
60526
60527 2002-06-14  Jim Meyering  <meyering@lucent.com>
60528
60529         * lib/file-type.h: Use the version from diffutils-2.8.2.
60530         * lib/file-type.c: Likewise.
60531
60532 2002-06-07  Jim Meyering  <meyering@lucent.com>
60533
60534         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60535         They're needed at least for NetBSD 1.5.2.
60536         ($statxfs_includes): Include those same headers.
60537         ($statxfs_includes): Include sys/vfs.h if available.
60538         ($statxfs_includes): Likewise for sys/statvfs.h.
60539         Check for the following members in both structs statfs and statvfs:
60540         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60541
60542 2002-06-01  Jim Meyering  <meyering@lucent.com>
60543
60544         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60545         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60546
60547 2002-05-28  Jim Meyering  <meyering@lucent.com>
60548
60549         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60550         Reported by Volker Borchert.
60551
60552 2002-05-27  Jim Meyering  <meyering@lucent.com>
60553
60554         Fix a problem seen only on nonconforming systems whereby ls.c's
60555         use of localtime, and then of gettimeofday would cause trouble:
60556         the localtime call used to initialize rpl_gettimeofday's save
60557         mechanism would clobber ls's current local time information so
60558         that in any long listing the first file would always be listed
60559         with date 1970-01-01.  Analysis by Volker Borchert.
60560
60561         * lib/gettimeofday.c (localtime): Undefine.
60562         (rpl_localtime): New function.
60563
60564 2002-05-27  Jim Meyering  <meyering@lucent.com>
60565
60566         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60567         localtime.
60568
60569         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60570         use the replacement function; it wouldn't resolve at link time.
60571         Reported by Volker Borchert.
60572
60573 2002-05-22  Jim Meyering  <meyering@lucent.com>
60574
60575         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60576         file-type.h.
60577         * lib/file-type.h: New file.
60578         * lib/file-type.c (file_type): New file/function.  Extracted from
60579         diffutils.
60580
60581 2002-04-30  Jim Meyering  <meyering@lucent.com>
60582
60583         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60584
60585 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60586
60587         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60588
60589 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60590
60591         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60592         Do not check for alloca.h (no longer used) or stdbool.h (was never
60593         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60594
60595 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60596
60597         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60598
60599 2002-04-29  Jim Meyering  <meyering@lucent.com>
60600
60601         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60602         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60603         Use AC_FUNC_STRNLEN here instead.
60604
60605         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60606         With autoconf-2.53a, it's part of AC_PROG_CC.
60607
60608 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60609
60610         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60611         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60612
60613 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60614
60615         * lib/sig2str.h, lib/sig2str.c: New files.
60616         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60617
60618 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60619
60620         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60621         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60622         of 127, since 64 is the largest conceivable number for ancient
60623         nonstandard hosts.
60624         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60625
60626 2002-04-28  Jim Meyering  <meyering@lucent.com>
60627
60628         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60629
60630 2002-04-24  Jim Meyering  <meyering@lucent.com>
60631
60632         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60633         (jm_PREREQ): Use it.
60634
60635         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60636         mach/mach.h fcntl.h.
60637         Check for this function: setlocale.
60638
60639 2002-04-24  Jim Meyering  <meyering@lucent.com>
60640
60641         * lib/gettext.h: New file, from Gettext.
60642         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60643         (libfetish_a_SOURCES): Add gettext.h.
60644
60645 2002-04-16  Jim Meyering  <meyering@lucent.com>
60646
60647         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60648         ut_pid, ut_id, ut_exit.
60649
60650 2002-04-16  Jim Meyering  <meyering@lucent.com>
60651
60652         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60653         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60654         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60655
60656 2002-04-12  Jim Meyering  <meyering@lucent.com>
60657
60658         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
60659         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
60660         existence of the getmntinfo function.  Needed for Darwin 5.3.
60661
60662         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
60663         This is necessary at least on Darwin 5.3.
60664
60665         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
60666         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
60667         strnlen.o in the library, and that makes some versions of ranlib
60668         object.
60669
60670 2002-04-12  Jim Meyering  <meyering@lucent.com>
60671
60672         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
60673
60674 2002-04-09  Jim Meyering  <meyering@lucent.com>
60675
60676         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
60677         to be more precise.  Rather than saying we're checking whether the
60678         function `works', say what we're testing.
60679         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
60680         Reported by Bruno Haible.
60681
60682 2002-03-10  Jim Meyering  <meyering@lucent.com>
60683
60684         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
60685         Suggestion from Santiago Vila.
60686
60687 2002-03-08  Jim Meyering  <meyering@lucent.com>
60688
60689         * lib/rename.c: Mention that this wrapper is needed also on
60690         mips-dec-ultrix4.4 systems.
60691
60692 2002-03-02  Jim Meyering  <meyering@lucent.com>
60693
60694         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
60695         not HAVE_CLOCK_SETTIME.
60696
60697 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60698
60699         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
60700         Check for clock_settime.
60701
60702 2002-02-27  Paul Eggert  <eggert@twinsun.com>
60703
60704         * lib/nanosleep.h: Rename to....
60705         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
60706
60707         * lib/gettime.c: New file.
60708         * lib/settime.c: New file.
60709         * lib/stime.c: Remove.
60710
60711         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
60712         timespec.h.  Remove nanosleep.h.
60713
60714 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60715
60716         * m4/acl.m4: New file.
60717         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
60718         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
60719
60720 2002-02-25  Paul Eggert  <eggert@twinsun.com>
60721
60722         * lib/acl.c, lib/acl.h: New files.
60723         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
60724
60725 2002-02-24  Jim Meyering  <meyering@lucent.com>
60726
60727         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
60728         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
60729         cause trouble.  Reported by Nelson Beebe.
60730
60731 2002-02-23  Paul Eggert  <eggert@twinsun.com>
60732
60733         * lib/path-concat.c (xpath_concat): Reorder code to pacify
60734         compilers that don't know that xalloc_die never returns.
60735
60736 2002-02-20  Jim Meyering  <meyering@lucent.com>
60737
60738         * lib/getdate.c: Regenerate using bison-1.33.
60739
60740 2002-02-17  Jim Meyering  <meyering@lucent.com>
60741
60742         * config/config.guess (main): Don't use `head -1'; it's no longer
60743         portable. Use `sed 1q' instead.
60744
60745 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
60746
60747         * m4/codeset.m4: Upgrade to gettext-0.11.
60748         * m4/gettext.m4: Upgrade to gettext-0.11.
60749         * m4/glibc21.m4: Upgrade to gettext-0.11.
60750         * m4/iconv.m4: Upgrade to gettext-0.11.
60751         * m4/isc-posix.m4: Upgrade to gettext-0.11.
60752         * m4/lcmessage.m4: Upgrade to gettext-0.11.
60753         * m4/lib-ld.m4: New file, from gettext-0.11.
60754         * m4/lib-link.m4: New file, from gettext-0.11.
60755         * m4/lib-prefix.m4: New file, from gettext-0.11.
60756         * m4/progtest.m4: Upgrade to gettext-0.11.
60757
60758 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60759
60760         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
60761         (jm_PREREQ): Use it.
60762
60763 2002-02-15  Paul Eggert  <eggert@twinsun.com>
60764
60765         * lib/posixver.c, lib/posixver.h: New files.
60766         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60767
60768 2002-02-02  Paul Eggert  <eggert@twinsun.com>
60769             Bruno Haible  <bruno@clisp.org>
60770
60771         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
60772         (fwrite_success_callback): New declaration.
60773         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
60774         print_unicode_char. Call failure callback instead of error.
60775         (fwrite_success_callback): New function.
60776         (exit_failure_callback): New function.
60777         (fallback_failure_callback): New function.
60778         (print_unicode_char): Call unicode_to_mb.
60779
60780 2002-01-26  Jim Meyering  <meyering@lucent.com>
60781
60782         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
60783         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
60784
60785 2002-01-26  Jim Meyering  <meyering@lucent.com>
60786
60787         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
60788
60789 2002-01-22  Paul Eggert  <eggert@twinsun.com>
60790
60791         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
60792
60793 2002-01-22  Jim Meyering  <meyering@lucent.com>
60794
60795         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
60796         Otherwise, some versions of automake would omit the rule that makes
60797         Makefile from Makefile.in.
60798
60799 2002-01-21  Paul Eggert  <eggert@twinsun.com>
60800
60801         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
60802         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
60803         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
60804         (memcoll): Set errno to zero if there is no error.
60805
60806         * lib/quotearg.c (quotearg_buffer_restyled):
60807         Fix bug with quoting buffers containing NUL when backslashing escapes.
60808         This bug was exposed by the other changes in this patch.
60809         (quotearg_n_options): New arg ARGSIZE.
60810         All callers changed.
60811         (quoting_options_from_style): New function.
60812         (quotearg_n_style): Use it.
60813         (quotearg_n_style_mem): New function.
60814
60815         * lib/quotearg.h (quotearg_n_style_mem): New function.
60816
60817 2002-01-19  Jim Meyering  <meyering@lucent.com>
60818
60819         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
60820         Remove useless quotes: DF_PROG="df".
60821         * m4/strnlen.m4: New file.
60822
60823 2002-01-16  Paul Eggert  <eggert@twinsun.com>
60824
60825         * lib/backupfile.c (ISDIGIT): Comment fix.
60826         * lib/getdate.y (ISDIGIT): Likewise.
60827         * lib/posixtm.c (ISDIGIT, year): Likewise.
60828         * lib/strverscmp.c (ISDIGIT): Likewise.
60829         * lib/userspec.c (ISDIGIT): Likewise.
60830
60831 2002-01-16  Jim Meyering  <meyering@lucent.com>
60832
60833         * lib/getdate.y: Add three semicolons, each just before a closing
60834         brace. Bison (as of version 1.31) no longer papers over that mistake.
60835
60836 2002-01-05  Jim Meyering  <meyering@lucent.com>
60837
60838         * lib/version-etc.c (version_etc_copyright): Update copyright year.
60839
60840 2001-12-19  Paul Eggert  <eggert@twinsun.com>
60841
60842         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
60843         not silently exit merely because the output buffer happens to
60844         have nothing pending.
60845
60846 2001-12-18  Paul Eggert  <eggert@twinsun.com>
60847
60848         See the big note in ../ChangeLog.
60849         * lib/human.c (suffixes): Prefer K to k for 1024.
60850         (generate_suffix_backwards): New function.
60851         (human_readable_inexact): Use it.
60852         * lib/xstrtol.c (__xstrtol): If there is no number but there
60853         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
60854         Accept 'K' as well as 'k'.
60855
60856 2001-12-15  Jim Meyering  <meyering@lucent.com>
60857
60858         * lib/regex.h (__restrict_arr): Update from libc.
60859
60860         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
60861         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
60862         (STREQ): Define.
60863
60864 2001-12-14  Jim Meyering  <meyering@lucent.com>
60865
60866         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
60867         Suggestion from Bruno Haible.
60868
60869 2001-12-10  Jim Meyering  <meyering@lucent.com>
60870
60871         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
60872         xrealloc, Instead, include "xalloc.h".
60873         (initbuffer): Don't cast xmalloc return value to char*.
60874         (readline): Reword comment.
60875         Don't cast xrealloc return value to char*
60876         Return NULL, not 0.
60877
60878 2001-12-09  Jim Meyering  <meyering@lucent.com>
60879
60880         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
60881         about `signed and unsigned type in conditional expression'.
60882         * lib/posixtm.c (posix_time_parse): Likewise.
60883
60884         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
60885
60886         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
60887         to avoid a pedantic warning.
60888
60889         * lib/getstr.c: Don't include assert.h.
60890         (getstr): Remove warning-evoking assertions.
60891         Return -1 if offset parameter is out of bounds.
60892         Change the type of a local from int to size_t.
60893
60894         * lib/strftime.c (my_strftime_localtime_r): Include this function
60895         definition in the `#if ! HAVE_TM_GMTOFF' block.
60896
60897         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
60898         Include xalloc.h instead.
60899
60900 2001-12-02  Jim Meyering  <meyering@lucent.com>
60901
60902         * lib/tempname.c: Don't declare getenv, thus reverting the change of
60903         2001-11-18.  It's no longer necessary, now that stdlib.h is always
60904         included.
60905
60906         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
60907         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
60908
60909 2001-11-30  Akim Demaille  <akim@epita.fr>
60910
60911         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
60912         before being defined.
60913
60914 2001-11-27  Paul Eggert  <eggert@twinsun.com>
60915
60916         * lib/quotearg.h (quotearg_n, quotearg_n_style):
60917         First arg is int, not unsigned.
60918         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
60919         (SIZE_MAX, UINT_MAX): New macros.
60920         (quotearg_n_options): Abort if N is negative.
60921         Avoid overflow check on hosts where size_t is 64 bits and int
60922         is 32 bits, as overflow is impossible there.
60923         Fix off-by-one typo that caused unnecessary reallocation.
60924
60925 2001-11-27  Jim Meyering  <meyering@lucent.com>
60926
60927         * lib/tempname.c: Merge with version from libc.
60928         * lib/regex.c: Likewise.
60929
60930         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
60931         systems for which STDC_HEADERS is 0, it was not included, resulting in
60932         a warning about an integer-to-pointer conversion problem with getenv.
60933         Reported by Volker Borchert.
60934
60935 2001-11-26  Jim Meyering  <meyering@lucent.com>
60936
60937         * lib/gtod.h: Remove file.
60938         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
60939         * lib/gettimeofday.c: Don't include gtod.h.
60940         (GTOD_init): Remove function.
60941         (rpl_gettimeofday): Do its job here instead, rather than aborting.
60942         Suggestion from Volker Borchert.
60943
60944 2001-11-23  Jim Meyering  <meyering@lucent.com>
60945
60946         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
60947         it.
60948         * lib/hash.c (struct hash_table): Define it here instead.
60949
60950 2001-11-22  Jim Meyering  <meyering@lucent.com>
60951
60952         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
60953
60954 2001-11-20  Jim Meyering  <meyering@lucent.com>
60955
60956         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
60957         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
60958
60959 2001-11-19  Jim Meyering  <meyering@lucent.com>
60960
60961         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
60962         directory.  Use "conftestXXXXXX" as the template.
60963         Suggestion from Paul Eggert.
60964
60965         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
60966         immediately, so the test doesn't mistakenly hit the max-open-files
60967         limit.
60968
60969 2001-11-18  Paul Eggert  <eggert@twinsun.com>
60970
60971         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
60972         (TEMPORARIES): New macro.
60973         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
60974         removes an artificial limitation (e.g. HP-UX 10.20, where
60975         TMP_MAX is 17576).
60976
60977 2001-11-18  Jim Meyering  <meyering@lucent.com>
60978
60979         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
60980
60981 2001-11-18  Jim Meyering  <meyering@lucent.com>
60982
60983         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
60984         on SunOS 4.
60985
60986         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
60987         files will be created before anything else.
60988
60989 2001-11-17  Paul Eggert  <eggert@twinsun.com>
60990
60991         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
60992         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
60993
60994 2001-11-17  Jim Meyering  <meyering@lucent.com>
60995
60996         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
60997         Prompted by a report from Bob Proulx.
60998
60999         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61000         Instead, require UTILS_FUNC_MKSTEMP.
61001
61002 2001-11-17  Jim Meyering  <meyering@lucent.com>
61003
61004         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61005         Now, that's done as part of AC_FUNC_STRTOD.
61006
61007 2001-11-17  Jim Meyering  <meyering@lucent.com>
61008
61009         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61010         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61011         rather than group writable.  Patch by Juan F. Codagnone.
61012
61013         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61014         xrealloc, Instead, include "xalloc.h".
61015
61016         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61017         Remove explicit declarations of xmalloc, xrealloc,
61018         and xstrdup.  Instead, include "xalloc.h".
61019
61020         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61021         unlocked-io.h.
61022         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61023         Likewise.
61024         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61025
61026         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61027         Reported by Padraig Brady.
61028
61029         * lib/mkstemp.c: #undef mkstemp.
61030         Include config.h.
61031         (rpl_mkstemp): Rename from mkstemp.
61032         Protoize.
61033
61034 2001-11-16  Jim Meyering  <meyering@lucent.com>
61035
61036         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61037         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61038         determine the amount of total physical memory, use pstat_getstatic.
61039         HPUX-11 doesn't define _SC_PHYS_PAGES.
61040         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61041         If sysconf couldn't be used to determine the amount of available
61042         physical memory, use both pstat_getstatic and pstat_getdynamic.
61043         Based on a patch from Bob Proulx.
61044
61045 2001-11-10  Jim Meyering  <meyering@lucent.com>
61046
61047         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61048         (jm_PREREQ): Use it.
61049
61050 2001-11-09  Jim Meyering  <meyering@lucent.com>
61051
61052         * m4/jm-macros.m4: Require autoconf-2.52f.
61053         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61054         Use these AC_-prefixed names, not the AM_-prefixed ones.
61055
61056         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61057
61058 2001-11-05  Jim Meyering  <meyering@lucent.com>
61059
61060         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61061
61062 2001-11-04  Jim Meyering  <meyering@lucent.com>
61063
61064         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61065         $DEFS.
61066
61067 2001-11-03  Jim Meyering  <meyering@lucent.com>
61068
61069         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61070         of AC_DEFUN.
61071
61072         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61073         know the name of the variable in the macro definition.
61074
61075 2001-11-03  Jim Meyering  <meyering@lucent.com>
61076
61077         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61078         in argmatch_to_argument call.
61079
61080         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61081         argument.
61082
61083         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61084         e.g., a fault due to an attempt to free a NULL pointer.
61085
61086 2001-11-01  Jim Meyering  <meyering@lucent.com>
61087
61088         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61089         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61090
61091 2001-11-01  Jim Meyering  <meyering@lucent.com>
61092
61093         * lib/dirfd.c, lib/dirfd.h: New files.
61094         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61095
61096         * lib/hash.c (hash_print) [TESTING]: Clean up.
61097
61098 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61099
61100         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61101         to avoid a warning if -Wall.
61102
61103 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61104
61105         * README: New file
61106         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61107         (per RMS's instructions, this is now the canonical source)
61108         * lgpl/, gpl/: New directories.
61109
61110 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61111
61112         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61113
61114 2001-10-21  Jim Meyering  <meyering@lucent.com>
61115
61116         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61117         this code would end up calling gettext even in packages built
61118         with --disable-nls.
61119         * lib/getopt.c (_): Likewise.
61120         * lib/regex.c (_): Likewise.
61121
61122 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61123
61124         * m4/error.m4 (jm_PREREQ_ERROR):
61125         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61126         AC_FUNC_STRERROR_R does that.
61127         Check for strerror declaration.
61128
61129         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61130         are supposed to have them these days.
61131         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61132         Merge changes from latest Autoconf CVS.
61133         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61134         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61135         POSIX decided to standardize on the int flavor of strerror_r.
61136
61137 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61138
61139         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61140         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61141         Use strerror_r that is only a macro, even if it is not a function.
61142         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61143         (private_strerror): Use prototypes, not old-style function definition.
61144         (print_errno_message): New function.
61145         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61146         char*-flavored one.
61147         (error_tail, error, error_at_line): Use it.
61148
61149 2001-10-11  Jim Meyering  <meyering@lucent.com>
61150
61151         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61152         and quote_n (1, ... to avoid clobbering a buffer.
61153
61154 2001-10-05  Jim Meyering  <meyering@lucent.com>
61155
61156         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61157         hash-pjw.h.
61158         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61159         * lib/hash-pjw.h: New file.
61160
61161 2001-09-30  Jim Meyering  <meyering@lucent.com>
61162
61163         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61164         `struct fsstat' has the `f_fstypename' member.
61165         Use that to define FS_TYPE, which is now used to make
61166         the getfsstat link test tighter.
61167
61168 2001-09-30  Jim Meyering  <meyering@lucent.com>
61169
61170         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61171         Include <sys/ucred.h>, for Apple Darwin.
61172         Include sys/mount.h and sys/fs_types.h only if available.
61173         (FS_TYPE): Define.
61174         (read_filesystem_list): Use FS_TYPE.
61175
61176 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61177
61178         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61179         a boolean context.
61180
61181 2001-09-29  Jim Meyering  <meyering@lucent.com>
61182
61183         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61184         [one-argument getmntent function]): Include stdio.h before mntent.h.
61185         SunOS 4.1.x needs it for the declaration of `FILE'.
61186         Patch by Volker Borchert.
61187
61188         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61189         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61190         sys/fs_types.h, and make the link-test for getfsstat guard #include
61191         directives with appropriate #if HAVE_*_H tests so that we can
61192         detect getfsstat on Apple Darwin1.3.7 systems.
61193         Reported by Nelson Beebe.
61194         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61195
61196 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61197
61198         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61199         #defines strtoimax.  Also treat the other strto* functions
61200         like strtoimax.
61201
61202         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61203         Check for strtoul and strtoumax,
61204         as those declarations are made even in the signed case.
61205         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61206         Likewise, for strtol and strtoimax.
61207
61208 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61209
61210         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61211         #defines strtoimax.  Also treat the other strto* functions
61212         like strtoimax.
61213
61214         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61215         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61216         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61217
61218 2001-09-26  Jim Meyering  <meyering@lucent.com>
61219
61220         Most macros in unlocked-io.h had the wrong number of arguments.
61221         * lib/gen-uio: New script.
61222         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61223         * lib/unlocked-io.hin: Remove file.
61224         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61225         rather than trying to embed it here.
61226         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61227         Reported by Padraig Brady.
61228
61229 2001-09-25  Volker Borchert  <bt@teknon.de>
61230
61231         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61232         `result'.
61233
61234 2001-09-24  Jim Meyering  <meyering@lucent.com>
61235
61236         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61237
61238 2001-09-23  Jim Meyering  <meyering@lucent.com>
61239
61240         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61241         instead of the mere test for existence of mntent.h.  The latter
61242         would get a false-positive on AIX 3.4 systems.
61243         In the outer getmntent if-block, don't die if neither of the getmntent
61244         tests succeeds.  Instead, just fall through and continue with the
61245         remaining tests.
61246
61247 2001-09-23  Jim Meyering  <meyering@lucent.com>
61248
61249         * lib/mountlist.c: Remove useless parentheses in #if directives.
61250         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61251         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61252
61253 2001-09-22  Jim Meyering  <meyering@lucent.com>
61254
61255         * m4/gettext.m4: New file.  From gettext.
61256         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61257         * m4/progtest.m4: Likewise
61258         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61259         * m4/glibc21.m4: Likewise.
61260
61261         * m4/libintl.m4: Remove.  No longer used.
61262
61263 2001-09-22  Jim Meyering  <meyering@lucent.com>
61264
61265         * lib/localcharset.c: Update from latest gettext.
61266         * lib/config.charset: Likewise.
61267
61268 2001-09-20  Jim Meyering  <meyering@lucent.com>
61269
61270         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61271         strtoimax.
61272         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61273         strtoumax.
61274
61275 2001-09-20  Jim Meyering  <meyering@lucent.com>
61276
61277         * lib/xstrtol.c (strtoimax): Guard declaration with
61278         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61279         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61280         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61281         (strtoumax): Likewise, for completeness (it wasn't necessary).
61282
61283 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61284
61285         * lib/strtoimax.c (HAVE_LONG_LONG):
61286         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61287         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61288         to work around bug in IBM C compiler.
61289
61290 2001-09-17  Jim Meyering  <meyering@lucent.com>
61291
61292         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61293         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61294         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61295         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61296         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61297         whenever the right hand side need not be expanded by the shell.
61298
61299 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61300
61301         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61302         library.  It's not correct, as some older glibcs are buggy.
61303         fnmatch wasn't fixed until glibc 2.2.
61304
61305         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61306         special shell magic here.
61307
61308 2001-09-16  Jim Meyering  <meyering@lucent.com>
61309
61310         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61311         * m4/jm-macros.m4: Require it.
61312
61313 2001-09-16  Jim Meyering  <meyering@lucent.com>
61314
61315         * lib/mkdir.c: New file.
61316
61317 2001-09-15  Jim Meyering  <meyering@lucent.com>
61318
61319         * m4/jm-macros.m4: Check for help2man.
61320
61321 2001-09-11  Jim Meyering  <meyering@lucent.com>
61322
61323         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61324         The body, by Paul Eggert, was moved here from configure.in.
61325         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61326
61327 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61328
61329         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61330         (jm_PREREQ): Use it.
61331
61332 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61333
61334         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61335         Use ssize_t, not int, to store result of readlink.
61336         Check for ssize_t overflow as well as size_t overflow,
61337         as POSIX says the result of readlink is implementation-defined
61338         when ssize_t overflows.
61339         Remove unnecessary cast to char*.
61340         Use free+malloc instead of realloc, as the storage doesn't need
61341         to be preserved and it's clearer and can be more efficient that way.
61342         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61343         * lib/xreadlink.h (xreadlink): Update prototype.
61344
61345 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61346
61347         * lib/xgetcwd.c: Revert some of the previous change; intead,
61348         fix the HAVE_GETCWD_NULL code to behave more like the
61349         !HAVE_GETCWD_NULL code used to.
61350
61351         Include "xalloc.h".
61352         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61353         invoke xalloc_die.
61354
61355 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61356
61357         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61358         sys/param.h, as pathmax.h includes them.
61359
61360 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61361
61362         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61363         (jm_PREREQ_XGETCWD): New macro.
61364
61365         * m4/getcwd.m4: New file.
61366
61367 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61368
61369         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61370         like the HAVE_GETCWD_NULL code.
61371         Include pathmax.h if not HAVE_GETCWD.
61372         Do not include xalloc.h.
61373         (INITIAL_BUFFER_SIZE): New symbol.
61374         Do not use xmalloc / xrealloc, since the caller is responsible for
61375         handling errors.  Preserve errno around `free' during failure.
61376         Do not overrun buffer when using getwd.
61377
61378 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61379
61380         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61381         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61382         getcwd (NULL, 0).
61383
61384 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61385
61386         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61387         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61388         spotted by Jim Meyering.
61389
61390 2001-09-03  Jim Meyering  <meyering@lucent.com>
61391
61392         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61393         failure.
61394
61395 2001-09-02  Jim Meyering  <meyering@lucent.com>
61396
61397         * lib/error.c: Update from GNU libc.
61398
61399 2001-09-01  Jim Meyering  <meyering@lucent.com>
61400
61401         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61402         Used by df.
61403
61404 2001-09-01  Jim Meyering  <meyering@lucent.com>
61405
61406         * lib/xreadlink.c: New file.
61407         * lib/xreadlink.h: New file.
61408         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61409         xreadlink.h.
61410
61411         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61412         doesn't conflict with sparc Solaris 7's definition in
61413         /usr/include/sys/int_types.h.
61414
61415         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61416         files.
61417         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61418         and strncasecmp as r-values.  Unixware didn't have declarations.
61419
61420 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61421
61422         * lib/xstrtol.h: Add copyright notice.
61423         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61424         LONGINT_INVALID_SUFFIX_CHAR.
61425
61426 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61427
61428         * lib/xstrtol.c (strtoimax): New decl.
61429
61430 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61431
61432         * lib/xgetcwd.c: Don't include pathmax.h.
61433         Include stdlib.h and unistd.h if available.
61434         Include xalloc.h.
61435         (xmalloc, xstrdup, free): Remove decls.
61436         (xgetcwd): Don't assume sizes fit in unsigned.
61437         Check for overflow when computing sizes.
61438         Simplify reallocation code.
61439
61440 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61441
61442         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61443         a directory's st_size can have an arbitrary value, so the old
61444         usage could waste an arbitrary amount of memory.  All uses
61445         changed.
61446         * lib/savedir.h: Update prototype.
61447
61448 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61449
61450         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61451
61452         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61453         old strtoimax.c.
61454
61455         Also, make the following further changes to make this file's
61456         configuration more similar to that of strtol.c:
61457         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61458         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61459         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61460         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61461         changed to signed values.
61462
61463         And make the following changes as well:
61464         Fix copyright notice, as 1999 was missing.
61465         (verify): New macro.
61466         (strtoimax): Check sizes at compile-time, not run-time.
61467         Prefer strtol to strtoll if both work.
61468         (main): Remove; it was not that useful and was a pain to maintain.
61469
61470         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61471
61472 2001-08-31  Jim Meyering  <meyering@lucent.com>
61473
61474         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61475         Use an initial, malloc'd, buffer of length 128 rather than
61476         a statically allocated one of length 1024.
61477
61478 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61479
61480         Simplify code, partly by assuming autoconf 2.52 semantics.
61481
61482         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61483
61484         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61485         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61486         All uses removed.
61487         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61488         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61489         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61490         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61491         jm_AC_HEADER_INTTYPES_H.
61492         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61493
61494         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61495
61496         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61497         Quote first arg of AC_DEFUN.
61498         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61499         since they are needed to parse the include file even if we need
61500         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61501         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61502         but with opposite signedness.
61503
61504 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61505
61506         Merge 'exclude' changes from tar 1.13.22.
61507         This fixes one or two unlikely storage allocation overflow bugs,
61508         but doesn't change user-visible behavior otherwise.
61509
61510 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61511
61512         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61513         (jm_PREREQ_EXCLUDE): New macro.
61514
61515 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61516
61517         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61518         tm to be declared.
61519
61520 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61521
61522         * lib/hash.c: Remove '2001' from copyright notice.
61523
61524 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61525
61526         * lib/full-write.h: New file.
61527         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61528         * lib/full-write.c: Correct credits, as cccp.c no longer
61529         exists and anyway it was so heavily changed from the old cccp
61530         code as to be unrecognizable.  Include full-write.h.
61531         (full_write) Return size_t, with short writes meaning failure.
61532         All callers changed.  This fixes a bug with large buffers
61533         on 64-bit hosts.
61534         * lib/utime.c: Include full-write.h.
61535
61536 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61537
61538         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61539         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61540         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61541         Include if available.
61542         (<xalloc.h>): Include
61543         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61544         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61545         collide with FNM macros.
61546         (struct patopts): New struct.
61547         (struct exclude): Use it, as exclude patterns now come with options.
61548         (new_exclude): Support above changes.
61549         (new_exclude, add_exclude_file):
61550         Initial size must now be a power of two to simplify overflow checking.
61551         (free_exclude, fnmatch_no_wildcards): New function.
61552         (excluded_filename): No longer requires options arg, as the options
61553         are determined by add_exclude.  Now returns bool, not int.
61554         (excluded_filename, add_exclude):
61555         Add support for the fancy new exclusion options.
61556         (add_exclude, add_exclude_file): Now takes int options arg.
61557         Check for arithmetic overflow when computing sizes.
61558         (add_exclude_file): xrealloc might modify errno, so don't
61559         realloc until after errno might be used.
61560
61561         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61562         New macros.
61563         (free_exclude): New decl.
61564         (add_exclude, add_exclude_file): Now takes int options arg.
61565         (excluded_filename): No longer requires options arg, as the options
61566         are determined by add_exclude.  Now returns bool, not int.
61567
61568 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61569
61570         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61571
61572 2001-08-27  Jim Meyering  <meyering@lucent.com>
61573
61574         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61575
61576         * lib/version-etc.c (N_): Remove definition.
61577         Revert most of last change.
61578         Instead, simply don't mark the `Copyright...' string for translation.
61579         Based on advice from Paul Eggert.
61580
61581         * lib/strtoxmax.c: Tweak comment.
61582
61583 2001-08-26  Jim Meyering  <meyering@lucent.com>
61584
61585         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61586
61587         * m4/xstrtoimax.m4: New file.
61588         * m4/xstrtoumax.m4: Add comments explaining why we
61589         AC_REPLACE_FUNCS(strtol).
61590
61591 2001-08-26  Jim Meyering  <meyering@lucent.com>
61592
61593         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61594         of copyright with `%s' so translators don't get an untranslated
61595         message in 2002.
61596         (COPYRIGHT_YEAR): Define.
61597         (version_etc): Use fprintf rather than fputs.
61598         Suggestion from Ulrich Drepper.
61599
61600         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61601
61602         * lib/strtoll.c: New file, from GNU libc.
61603         * lib/xstrtoimax.c: New file.
61604
61605         * lib/xstrtol.h: Add xstrtoimax.
61606         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61607         * lib/strtoimax.c: New file.  Likewise, but first define
61608         STRTOUXMAX_SIGNED.
61609
61610         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61611         ...
61612         * lib/strtoxmax.c: ... then renamed to this.
61613
61614 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61615
61616         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61617         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61618         (jm_AC_TYPE_INTMAX_T): New macro.
61619         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61620
61621         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61622
61623         * m4/longlong.m4: Renamed from ulonglong.m4.
61624         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61625         * m4/uintmax_t.m4: Removed.
61626
61627 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61628
61629         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61630         Port to Solaris 8, where 'sed' requires a space after the 'r'
61631         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61632         Redirect output to $tmp just once.
61633
61634 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61635
61636         * lib/addext.c (<errno.h>): Include.
61637         (errno): Declare if not defined.
61638         (addext): Work correctly when pathconf returns -1 and leaves
61639         errno alone because there is no limit.  Also, work even if
61640         pathconf returns a value greater than SIZE_MAX.
61641
61642 2001-08-12  Jim Meyering  <meyering@lucent.com>
61643
61644         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61645         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61646         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61647         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61648         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61649         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61650         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61651         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61652         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61653         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61654         utime.m4, utimes.m4, xstrtoumax.m4:
61655         Quote the first argument in each use of AC_DEFUN.
61656
61657 2001-08-12  Jim Meyering  <meyering@lucent.com>
61658
61659         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
61660         Simply `return getcwd (NULL, 0);'.
61661         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
61662         Use 1300 as initial value for length, not PATH_MAX.
61663
61664         * lib/pathmax.h: Clean up cpp syntax.
61665
61666 2001-08-12  Jim Meyering  <meyering@lucent.com>
61667
61668         * lib/gettimeofday.c: New file.
61669         * lib/gtod.h: New file.
61670         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
61671
61672 2001-08-05  Jim Meyering  <meyering@lucent.com>
61673
61674         * m4/jm-macros.m4: Require autoconf-2.52.
61675
61676 2001-08-04  Jim Meyering  <meyering@lucent.com>
61677
61678         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
61679         stmt, to get in sync with glibc.
61680
61681 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61682
61683         The following changes are from gettext 0.10.39 as maintained by
61684         Bruno Haible.
61685
61686         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
61687         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
61688         with inverted sense.  All uses changed.
61689
61690         * lib/mbswidth.c: Don't include <limits.h>.
61691         Include <stdlib.h> and <string.h> unconditionally.
61692         (iswcntrl, mbsinit, ISCNTRL): New macros.
61693         (mbsnwidth): Use K&R style function declarations.
61694         Don't bother checking for MB_LEN_MAX == 1, since the compiler
61695         can optimize it when MB_CUR_MAX == 1.
61696         The width of control characters is zero, not 1.
61697
61698 2001-08-03  Paul Eggert  <eggert@twinsun.com>
61699
61700         The following changes are from gettext 0.10.39 as maintained by
61701         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
61702
61703         * m4/codeset.m4: Upgrade to serial AM1.
61704         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
61705         all uses changed.  Quote first arg of AC_DEFUN.
61706         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
61707
61708         * m4/iconv.m4: Upgrade to serial AM2.
61709         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
61710         Add --with-libconv-prefix.
61711         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
61712         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
61713         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
61714         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
61715         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
61716
61717         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
61718         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
61719         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
61720         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
61721         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
61722         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
61723         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
61724         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
61725         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
61726
61727         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
61728         string.h any more.
61729
61730         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
61731         not the default value.
61732
61733         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
61734         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
61735         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
61736         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
61737         Also check for iswcntrl, used for wcwidth fallback.
61738         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
61739         to Autoconf 2.13.
61740
61741 2001-08-03  Jim Meyering  <meyering@lucent.com>
61742
61743         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
61744         as it was in the original.  Reported by Paul Eggert.
61745
61746 2001-07-16  Jim Meyering  <meyering@lucent.com>
61747
61748         * m4/gettimeofday.m4: New file.
61749         Prompted by a report from Bernhard Baehr.
61750
61751 2001-07-15  Jim Meyering  <meyering@lucent.com>
61752
61753         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
61754         stuff. Now it's in ../Makefile.cfg.
61755
61756 2001-07-15  Jim Meyering  <meyering@lucent.com>
61757
61758         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
61759         (BUILT_SOURCES): Add unlocked-io.h.
61760         (io_functions): Define.
61761         (unlocked-io.h): New rule.
61762         (DISTCLEANFILES): Add unlocked-io.h.
61763         (all-local): Depend on unlocked-io.h, to ensure it is created.
61764
61765         * lib/unlocked-io.hin: New file
61766
61767         * lib/regex.c: Update from glibc.
61768
61769 2001-07-05  Jim Meyering  <meyering@lucent.com>
61770
61771         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
61772         recommendation.
61773         (libfetish_a_SOURCES): Put all .h files here instead.
61774         Remove a thus-exposed (better checks in automake) duplicate and
61775         two unnecessary .h files.
61776
61777 2001-07-04  Jim Meyering  <meyering@lucent.com>
61778
61779         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
61780         that generates jm-glibc-io.m4 so that it doesn't trigger any make
61781         distcheck failure.
61782
61783 2001-07-02  Jim Meyering  <meyering@lucent.com>
61784
61785         The following changes were prompted by suggestions from Bruno Haible.
61786
61787         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
61788         is now generated.
61789         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
61790         definition of EXTRA_DIST.
61791         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
61792         ensure that the generated file is created/updated whenever the list
61793         of $(unlocked_functions) is changed.
61794         (jm-glibc-io.m4): New rule.
61795         (unlocked-io.h): New rule -- currently unused.
61796
61797 2001-06-24  Jim Meyering  <meyering@lucent.com>
61798
61799         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
61800         unmatched right bracket, rather than kludging it with an extra,
61801         falsely-matching quote in a comment.  Patch by Akim Demaille.
61802
61803 2001-06-11  Jim Meyering  <meyering@lucent.com>
61804
61805         * lib/regex.c: Update from GNU libc.
61806
61807 2001-05-27  Jim Meyering  <meyering@lucent.com>
61808
61809         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
61810         Check for ut_type in struct utmp.
61811
61812 2001-05-27  Jim Meyering  <meyering@lucent.com>
61813
61814         * lib/readutmp.h (UT_TYPE): Define.
61815
61816 2001-05-24  Jim Meyering  <meyering@lucent.com>
61817
61818         * lib/argmatch.c: Include "quote.h".
61819         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
61820         quote function.  Reported by Göran Uddeborg.
61821
61822 2001-05-22  Jim Meyering  <meyering@lucent.com>
61823
61824         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
61825         now that we use the package-supplied version unconditionally.
61826         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
61827
61828 2001-05-21  Jim Meyering  <meyering@lucent.com>
61829
61830         * m4/regex.m4: Change a couple backticks to single quotes to avoid
61831         shell syntax errors.
61832
61833 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61834
61835         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
61836
61837 2001-05-20  Paul Eggert  <eggert@twinsun.com>
61838
61839         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
61840         Don't bother to check library strftime, since
61841         we'll be using our own my_strftime function anyway.
61842         Define my_strftime instead of strftime.
61843
61844 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
61845
61846         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
61847         which is not yet declared.
61848
61849 2001-05-15  Jim Meyering  <meyering@lucent.com>
61850
61851         * m4/regex.m4: Use proper quoting so brackets appear in the test
61852         program.
61853         Reported by, and with help from, Bruno Haible.
61854
61855 2001-05-13  Jim Meyering  <meyering@lucent.com>
61856
61857         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
61858         undefined.
61859
61860 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61861
61862         dirname code cleanup.  base_name now behaves more compatibly
61863         with POSIX basename when given file names that have trailing
61864         slashes, and similarly for dir_name.  Add new primitives
61865         base_len and dir_len.  Put the directory-name-related decls
61866         into dirname.h.
61867
61868         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
61869         * lib/backupfile.c (base_name): Likewise.
61870         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
61871         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
61872         * lib/makepath.c (strip_trailing_slashes): Likewise.
61873         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
61874         ISSLASH): Likewise.
61875         * lib/rename.c (strip_trailing_slashes): Likewise.
61876         * lib/same.c (base_name): Likewise.
61877         * lib/stripslash.c (ISSLASH): Likewise.
61878
61879         * lib/addext.c: Include <dirname.h> after size_t is defined.
61880         * lib/backupfile.c: Likewise.
61881
61882         * lib/addext.c (addext): Use base_len to trim redundant
61883         trailing slashes instead of doing it ourselves.
61884         But do not trim the last slash if it is not redundant.
61885
61886         * lib/backupfile.c (find_backup_file_name,
61887         max_backup_version): Use base_len instead of rolling it ourselves.
61888         Handle the case of "" and (on DOS) "C:" correctly.
61889
61890         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
61891         needed. Include <string.h>, <dirname.h>.
61892         (base_name): Allow file names ending in slashes, other than names
61893         that are all slashes.  In this case, return the basename followed
61894         by the slashes.  This is more general, and can be used in places
61895         where the original base_name purposely had an assertion failure.
61896         (base_len): New function.
61897
61898         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
61899         Do not include <assert.h>; no longer needed.
61900         Include xalloc.h.
61901         (memrchr): Remove decl.
61902         (dir_name_r): Remove.
61903         (dir_len): Renamed from dirlen.  All callers changed.
61904         Rewrite in terms of base_name, for simplicity and consistency.
61905         (dir_name): Never return NULL.  All callers changed.
61906         Do not include <stdlib.h> in test program; no longer needed.
61907         return 0; is fine for test program.
61908
61909         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
61910         New macros.
61911         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
61912
61913         * lib/path-concat.c (path_concat): Use base_len to compute
61914         base length, not strlen; this means we cannot rely on memcpy
61915         to null-terminate.
61916
61917         * lib/same.c (STREQ): Remove.
61918         (same_name): Handle the case where the basename ends in trailing '/'.
61919
61920         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
61921         a slash was stripped.  Do not strip the last slash after a
61922         file system prefix.
61923
61924 2001-05-11  Paul Eggert  <eggert@twinsun.com>
61925
61926         * lib/Makefile.am (libfetish_a_SOURCES):
61927         Add strftime.c, since we now compile it on all hosts.
61928
61929         * lib/strftime.c (my_strftime):
61930         Define to nstrftime if emacs, but only if my_strftime is not defined.
61931         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
61932         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
61933         Add one more extra argument: a nanoseconds value.
61934         All uses changed.
61935         (ns): New macro.
61936         (my_strftime function): Add %N format.
61937         (emacs_strftimeu): Renamed from emacs_strftime,
61938         with extra ut argument.
61939
61940 2001-05-09  Paul Eggert  <eggert@twinsun.com>
61941
61942         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
61943
61944 2001-04-21  Jim Meyering  <meyering@lucent.com>
61945
61946         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
61947         doesn't interfere.
61948
61949 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
61950
61951         * m4/ftruncate.m4: Check for chsize.
61952         Link with ftruncate.o unconditionally if ftruncate is missing.
61953         This was required when cross-compiling to i586-mingw32msvc.
61954
61955 2001-04-08  Jim Meyering  <meyering@lucent.com>
61956
61957         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
61958         recomputed; that's necessary when the offset spans a DST transition.
61959         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
61960
61961 2001-04-02  Jim Meyering  <meyering@lucent.com>
61962
61963         * lib/regex.h, regex.c: Update from GNU libc.
61964
61965 2001-03-24  Jim Meyering  <meyering@lucent.com>
61966
61967         * m4/jm-macros.m4: Require autoconf-2.49d.
61968
61969 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
61970
61971         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
61972
61973 2001-03-19  Paul Eggert  <eggert@twinsun.com>
61974
61975         * lib/version-etc.c (version_etc_copyright): Update to 2001.
61976
61977 2001-03-17  Jim Meyering  <meyering@lucent.com>
61978
61979         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
61980         now that the version in autoconf is equivalent.
61981         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
61982
61983         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
61984         Suggestion from Akim Demaille.
61985
61986         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
61987         (jm_PREREQ_TEMPNAME): New function.
61988
61989 2001-03-16  Paul Eggert  <eggert@twinsun.com>
61990
61991         * lib/tempname.c (uint64_t): Define to uintmax_t if
61992         not defined, and if UINT64_MAX is not defined.
61993         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
61994         Reported by John David Anglin.
61995
61996 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
61997
61998         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
61999         resolve alias if codeset is empty.
62000         * lib/config.charset (BeOS): Use wildcard syntax.
62001
62002 2001-03-13  Jim Meyering  <meyering@lucent.com>
62003
62004         * lib/path-concat.c (path_concat)
62005         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62006         concatenating e.g., `C:' and `foo'.
62007         From Bruno Haible.
62008
62009 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62010
62011         * lib/localcharset.c (locale_charset): Don't use
62012         setlocale(LC_CTYPE,NULL). Don't return NULL.
62013         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62014
62015 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62016
62017         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62018         support for DOS/DJGPP.
62019
62020 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62021
62022         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62023         lacks mkstemp.  Compile our own tempname.c if we compile our own
62024         mkstemp.c, as mkstemp relies on tempname.
62025
62026 2001-03-01  Jim Meyering  <meyering@lucent.com>
62027
62028         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62029         AH_VERBATIM really does output its argument verbatim.
62030
62031 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62032
62033         * lib/Makefile.am (libfetish_a_SOURCES):
62034         Add dup-safer.c, fopen-safer.c.
62035         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62036
62037         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62038         * lib/unistd-safer.h: New files.
62039
62040 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62041
62042         The mkstemp replacement is taken from glibc 2.2.2, with some
62043         portability fixes for use outside glibc, as follows:
62044
62045         * lib/tempname.c (struct_stat64): New macro.
62046         (direxists, __gen_tempname): Use it.
62047         This avoids a portability problem with Solaris 8.
62048
62049         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62050         (<stddef.h>, <stdint.h>, <string.h>):
62051         Include only if STDC_HEADERS || _LIBC.
62052         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62053         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62054         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62055         (__set_errno): Define this macro if <errno.h> doesn't.
62056         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62057         Define these macros if <stdio.h> doesn't.
62058         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62059         Define these macros if <sys/stat.h>
62060         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62061         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62062         __xstat64): Define if not _LIBC.
62063         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62064         (__gen_tempname): Invoke gettimeofday only if
62065         HAVE_GETTIMEOFDAY || _LIBC;
62066         otherwise, fall back on plain "time".
62067         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62068
62069         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62070
62071         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62072
62073 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62074
62075         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62076
62077 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62078
62079         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62080         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62081         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62082         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62083
62084 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62085
62086         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62087         Remove workaround macros for hosts that have mbrtowc but not
62088         mbstate_t, as we now insist on proper declarations for both
62089         before using mbrtowc.
62090
62091 2001-02-17  Jim Meyering  <meyering@lucent.com>
62092
62093         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62094         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62095         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62096         UnixWare 7.1.1.
62097
62098         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62099         rather than AC_CACHE_VAL.
62100
62101 2001-02-17  Jim Meyering  <meyering@lucent.com>
62102
62103         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62104         around included file name.
62105
62106         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62107
62108         * lib/strftime.c: Update from GNU libc (the only changes were to
62109         comments).
62110
62111 2001-02-17  Jim Meyering  <meyering@lucent.com>
62112
62113         * lib/regex.c: Update from libc.
62114
62115 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62116
62117         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62118         clash.
62119
62120 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62121
62122         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62123         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62124         Reported by Mark Hounschell via Paul Eggert.
62125
62126 2001-02-07  Jim Meyering  <meyering@lucent.com>
62127
62128         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62129
62130 2001-02-05  Jim Meyering  <meyering@lucent.com>
62131
62132         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62133         it includes the patch required for `large file' support with at least
62134         HP-UX's 10.20 /bin/cc.
62135
62136 2001-02-03  Jim Meyering  <meyering@lucent.com>
62137
62138         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62139         AS_IF, now that it works once again (mysteriously).
62140         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62141
62142 2001-01-30  Jim Meyering  <meyering@lucent.com>
62143
62144         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62145         * m4/chown.m4: Rename conftestchown to conftest.chown.
62146         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62147         s/conftestdir2/conftest.d2/.
62148         * m4/utimes.m4: s/conftestdata/conftest.data/
62149         Inspired by Pavel Roskin's change in autoconf.
62150
62151 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62152
62153         * lib/config.charset: Update for FreeBSD 4.2.
62154
62155 2001-01-27  Jim Meyering  <meyering@lucent.com>
62156
62157         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62158         a use of AS_IF.
62159         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62160
62161 2001-01-26  Jim Meyering  <meyering@lucent.com>
62162
62163         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62164         quotearg.c includes it.
62165
62166 2001-01-26  Jim Meyering  <meyering@lucent.com>
62167
62168         * lib/quotearg.c: Include stddef.h.
62169         * lib/quote.c: Include stddef.h.
62170         Reported by Axel Kittenberger.
62171
62172         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62173         line in double quotes so that it evokes a better diagnostic.
62174         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62175         Reported by Axel Kittenberger.
62176
62177 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62178
62179         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62180         as if it was a `charset'.
62181
62182 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62183
62184         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62185         has const.
62186
62187 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62188
62189         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62190         to avoid a warning.  Add back 'const' to inptr.
62191
62192 2001-01-20  Jim Meyering  <meyering@lucent.com>
62193
62194         Be sure that headers are checked before used in code compiled
62195         for the type checks.
62196         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62197         In place of that, invoke jm_CHECK_ALL_TYPES.
62198         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62199         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62200         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62201         The check for ssize_t was mistakenly run before the test for unistd.h.
62202
62203         The configure-time check for stdbool.h was missing.
62204         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62205         (jm_PREREQ_HASH): New function.
62206
62207 2001-01-17  Jim Meyering  <meyering@lucent.com>
62208
62209         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62210         for autoconf-2.49c.
62211         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62212
62213 2001-01-16  Jim Meyering  <meyering@lucent.com>
62214
62215         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62216         From Bruno Haible.
62217
62218 2001-01-14  Jim Meyering  <meyering@lucent.com>
62219
62220         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62221         foo and bar.  Create conftestdir/ in the script, not in the C code.
62222         Remove directories in the script, not in the C code.
62223         Remove conftestdir{,2} before trying to create the directory.
62224         Make the entire configure script fail if the mkdir fails.
62225
62226 2001-01-14  Jim Meyering  <meyering@lucent.com>
62227
62228         * lib/rename.c: New file.  From Volker Borchert.
62229         Include stdlib.h, string.h or strings.h, and xalloc.h.
62230         Use strip_trailing_slashes rather than open-coding it.
62231
62232 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62233
62234         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62235
62236 2001-01-03  Jim Meyering  <meyering@lucent.com>
62237
62238         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62239         of local `inptr' to avoid warning with some system declarations of
62240         iconv.
62241
62242 2001-01-02  Volker Borchert  <bt@teknon.de>
62243
62244         * m4/rename.m4: New file.
62245         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62246
62247 2001-01-01  Jim Meyering  <meyering@lucent.com>
62248
62249         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62250         even on systems with utmpx.h.  It's necessary for the declaration of
62251         utmp's ut_user member.  Reported by Andreas Jaeger.
62252
62253         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62254         available. They are required for the declarations of getgrgid and
62255         getpwuid resp.
62256         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62257         Reported by Andreas Jaeger.
62258
62259 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62260
62261         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62262         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62263         so `make install' also works in VPATH builds.
62264
62265 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62266
62267         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62268         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62269         can be used in subdirectories.
62270
62271 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62272
62273         * lib/modechange.c: Do not assume that mode_t uses the
62274         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62275         the other-execute bit of FOO even if S_IXOTH != 1.
62276
62277         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62278         WOTH, XOTH, ALLM): New macros.
62279         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62280          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62281         Use them.
62282         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62283         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62284         (mode_compile):
62285         No need to use uintmax_t; unsigned long is long enough.
62286         Don't bother to get suffix since we don't use it.
62287
62288 2000-12-26  Jim Meyering  <meyering@lucent.com>
62289
62290         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62291         better with autoheader.
62292
62293 2000-12-24  Jim Meyering  <meyering@lucent.com>
62294
62295         * lib/hash.c (is_prime): Return explicit boolean values.
62296         (hash_get_first): Return NULL to appease Irix5.6's 89.
62297         Reported by Nelson Beebe.
62298
62299 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62300
62301         * lib/localcharset.c (locale_charset): Add support for Win32.
62302
62303 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62304
62305         * lib/physmem.h, lib/physmem.c: New files.
62306
62307         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62308         (noinst_HEADERS): Add physmem.h.
62309
62310         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62311         't' for compatibility with Solaris 8 sort.
62312
62313 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62314
62315         * lib/config.charset: Add support for BeOS.
62316
62317 2000-12-17  Jim Meyering  <meyering@lucent.com>
62318
62319         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62320         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62321
62322 2000-12-16  Jim Meyering  <meyering@lucent.com>
62323
62324         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62325         N and M) would have treated it like `chown N:N FILE'.
62326
62327         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62328
62329 2000-12-16  Jim Meyering  <meyering@lucent.com>
62330
62331         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62332         SHELLS_FILE to a file name that's useful on djgpp systems.
62333         Include stdlib.h.
62334         (ADDITIONAL_DEFAULT_SHELLS): Define.
62335         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62336         Based mostly on a patch from Prashant TR.
62337
62338 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62339
62340         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62341         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62342         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62343
62344 2000-12-08  Andreas Schwab  <schwab@suse.de>
62345
62346         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62347         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62348
62349 2000-12-07  Jim Meyering  <meyering@lucent.com>
62350
62351         * lib/stripslash.c (ISSLASH): Define.
62352         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62353         `/'.
62354         From Prashant TR.
62355
62356         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62357         (dir_name_r): Declare this function as static.
62358         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62359         manifest itself on a name containing a mix of slashes and
62360         backslashes.
62361         Make this function work with names starting with a DOS-style
62362         drive letter and colon prefix.
62363         (dir_name): Append `.' if necessary.
62364         Based mostly on patches from Prashant TR and Eli Zaretskii.
62365
62366         * lib/dirname.h (dir_name_r): Remove prototype.
62367
62368 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62369
62370         * m4/off_t-format.m4: Remove this file.
62371         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62372
62373 2000-12-06  Jim Meyering  <meyering@lucent.com>
62374
62375         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62376         replacement strtoull, we may well need the replacement strtoul, too.
62377         Check for declarations of strtoul and strtoull.
62378         Check for strtol.  Mainly as a cue to cause automake to include
62379         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62380         Check for limits.h -- strtol.c needs it.
62381
62382 2000-12-05  Jim Meyering  <meyering@lucent.com>
62383
62384         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62385
62386 2000-12-04  Jim Meyering  <meyering@lucent.com>
62387
62388         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62389         Also include memory.h, stdlib.h, unistd.h if appropriate.
62390         Reported by Andreas Jaeger (conflicting declaration of malloc).
62391
62392 2000-12-02  Jim Meyering  <meyering@lucent.com>
62393
62394         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62395         * m4/jm-macros.m4 (jm_MACROS): require it.
62396
62397 2000-12-02  Jim Meyering  <meyering@lucent.com>
62398
62399         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62400
62401 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62402
62403         * lib/memrchr.c: Include <config.h> before any system include file.
62404
62405 2000-11-30  Jim Meyering  <meyering@lucent.com>
62406
62407         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62408
62409 2000-11-30  Jim Meyering  <meyering@lucent.com>
62410
62411         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62412
62413 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62414
62415         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62416
62417 2000-11-26  Jim Meyering  <meyering@lucent.com>
62418
62419         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62420
62421 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62422
62423         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62424         size of (size_t) -1; it's not portable.
62425
62426 2000-11-17  Jim Meyering  <meyering@lucent.com>
62427
62428         * lib/strstr.c: Update from GNU libc.
62429
62430 2000-11-17  Akim Demaille  <akim@epita.fr>
62431
62432         * lib/obstack.h: Formatting changes.
62433         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62434         prevent type checking.
62435         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62436         cast the value to (void *): assigning a `foo *' to a `void *'
62437         variable is valid.
62438         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62439
62440 2000-11-16  Jim Meyering  <meyering@lucent.com>
62441
62442         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62443
62444 2000-11-11  Jim Meyering  <meyering@lucent.com>
62445
62446         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62447
62448 2000-11-10  Jim Meyering  <meyering@lucent.com>
62449
62450         * lib/obstack.h: Update from GNU libc.
62451         * lib/obstack.c: Likewise.
62452
62453 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62454
62455         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62456
62457 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62458
62459         * lib/getusershell.c (setusershell): Use rewind rather than
62460         fseek/fseeko, to avoid configuration hassles with fseeko.
62461         Don't bother opening SHELLS_FILE if shellstream is NULL;
62462         it's not necessary.
62463
62464 2000-11-05  Jim Meyering  <meyering@lucent.com>
62465
62466         * lib/makepath.h (make_dir): Declare.
62467         * lib/makepath.c (make_dir): Remove `static' attribute.
62468         Tweak a comment.
62469
62470 2000-11-04  Jim Meyering  <meyering@lucent.com>
62471
62472         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62473
62474 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62475
62476         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62477         last one in a bucket, advance to the next bucket.
62478
62479 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62480
62481         * lib/fnmatch.c: Do not comment out all the code if we are using
62482         the GNU C library, because in some cases we are replacing buggy
62483         code in the GNU C library itself.
62484
62485 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62486
62487         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62488         (regex_compile): Catch bogus \(\1\).
62489
62490 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62491
62492         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62493         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62494         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62495
62496 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62497
62498         * lib/error.h, getline.h, modechange.h:
62499         Remove "2000" from Copyright line, as the file hasn't been
62500         changed this year other than in the copyright notice.
62501
62502         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62503         was changed this year.
62504
62505 2000-10-29  Jim Meyering  <meyering@lucent.com>
62506
62507         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62508         renaming.
62509         * m4/ls-mntd-fs.m4: Likewise
62510
62511 2000-10-29  Jim Meyering  <meyering@lucent.com>
62512
62513         * lib/xstat.in: Fix grammar in comment.
62514
62515 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62516
62517         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62518         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62519         doesn't define __restrict_arr.
62520
62521 2000-10-28  Jim Meyering  <meyering@lucent.com>
62522
62523         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62524         (jm_PREREQ_MEMCHR): New function.
62525
62526 2000-10-28  Jim Meyering  <meyering@lucent.com>
62527
62528         * lib/memchr.c: Update from libc.
62529         Adjust for portability:
62530         [HAVE_STDLIB_H]: Include stdlib.h.
62531         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62532         Undef __memchr, too.
62533         [!weak_alias]: Define __memchr to memchr.
62534
62535         * lib/regex.c: Update from libc.
62536         * lib/regex.h: Likewise.
62537         * lib/getopt1.c: Likewise.
62538         * lib/memcmp.c: Likewise.
62539
62540         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62541         Avoid using fseek, when possible -- it's broken by design.
62542         Patch by Ulrich Drepper.
62543
62544 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62545
62546         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62547         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62548         Giving in to popular pressure to shut up the compiler with casts.
62549
62550 2000-10-26  Jim Meyering  <meyering@lucent.com>
62551
62552         * lib/strftime.c: Update from libc.
62553
62554 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62555
62556         * regex.c: More `unsigned char' -> `re_char' changes.
62557         Also change several `int' into `re_wchar_t'.
62558         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62559         (PUSH_FAILURE_POINTER): Don't cast any more.
62560         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62561         We want GCC to complain, since this piece of code makes
62562         re_match non-reentrant, which *should* be fixed.
62563         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62564         (EXTEND_BUFFER): Use RETALLOC.
62565         (SET_LIST_BIT): Don't cast.
62566         (re_wchar_t): New type.
62567         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62568         that those two functions will always properly return.
62569         (IMMEDIATE_QUIT_CHECK): Cast to void.
62570         (analyse_first): Use recursion rather than an explicit stack.
62571         (re_compile_fastmap): Can't fail anymore.
62572         (re_search_2): Don't check re_compile_fastmap for failure.
62573         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62574         Now also sets the new value (passed in a new argument).
62575         (re_match_2_internal): Use it.
62576         Also, use a new var `reg' of type size_t when looping through regs
62577         rather than reuse the inappropriate `mcnt'.
62578
62579 2000-10-25  Jim Meyering  <meyering@lucent.com>
62580
62581         * lib/obstack.c: Update from libc.
62582
62583 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62584
62585         * regex.c (regex_compile): Change the way of handling a range from
62586         a char less than 256 to a char not less than 256.
62587
62588 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62589
62590         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62591         NT-Emacs only.
62592         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62593         so that re_search functions only quit when callers expect them to.
62594
62595 2000-10-23  Jim Meyering  <meyering@lucent.com>
62596
62597         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62598         wrong.  That set_locale call must not have any side effects.
62599         From Paul Eggert.
62600
62601 2000-10-22  Jim Meyering  <meyering@lucent.com>
62602
62603         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62604         [CYCLIC]: Remove now-unused definition.
62605
62606         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62607         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62608         Suggestion from Ulrich Drepper.
62609
62610 2000-10-21  Jim Meyering  <meyering@lucent.com>
62611
62612         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62613         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62614         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62615
62616 2000-10-21  Jim Meyering  <meyering@lucent.com>
62617
62618         * lib/dirname.c (memrchr): Declare if necessary.
62619         (dir_name): Remove the restriction that there be no
62620         trailing slashes.  Now, this code skips past them, effectively
62621         ignoring them.
62622         [TEST_DIRNAME] (main): New unit tests.
62623
62624         * lib/memrchr.c: New file from GNU libc.
62625         Undef __memrchr, too.
62626         [!weak_alias]: Define __memrchr to memrchr.
62627         Guard weak_alias use with `#ifdef weak_alias'.
62628
62629 2000-10-21  Jim Meyering  <meyering@lucent.com>
62630
62631         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62632         (dir_name): Use dir_name_r.
62633         * lib/dirname.h (dir_name_r): Declare it.
62634
62635 2000-10-17  Jim Meyering  <meyering@lucent.com>
62636
62637         * lib/quote.h (PARAMS): Define and use.
62638         Reported by Akim Demaille.
62639
62640         * lib/getopt.c: Update from libc.
62641
62642 2000-10-16  Jim Meyering  <meyering@lucent.com>
62643
62644         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62645         setlocale.
62646         From Jan Fedak.
62647
62648 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62649
62650         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62651
62652 2000-09-25  Jim Meyering  <meyering@lucent.com>
62653
62654         * lib/md5.h (rol): Define (from GnuPG).
62655
62656         * lib/sha.c: Give credit (GnuPG) where due.
62657         (M): Use rol rather than open-coding it.
62658         Add a FIXME comment.
62659
62660 2000-09-21  Jim Meyering  <meyering@lucent.com>
62661
62662         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
62663         Reported by Michael Stone.
62664
62665 2000-09-20  Jim Meyering  <meyering@lucent.com>
62666
62667         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
62668         (noinst_HEADERS): Add sha.h.
62669         Based on code from Scott G. Miller and from GnuPG.
62670
62671 2000-09-18  Jim Meyering  <meyering@lucent.com>
62672
62673         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
62674         LIBS. Otherwise, everyone ends up linking with -lelf for some
62675         configurations.
62676         Reported by Mike Stone.
62677
62678 2000-09-15  Jim Meyering  <meyering@lucent.com>
62679
62680         * lib/regex.c: Update from libc.
62681
62682 2000-09-10  Jim Meyering  <meyering@lucent.com>
62683
62684         * lib/getopt.c (_getopt_internal): Update from glibc.
62685
62686 2000-09-09  Jim Meyering  <meyering@lucent.com>
62687
62688         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
62689         think it should be used as a general replacement for isascii.
62690         * lib/fnmatch.c: Likewise.
62691         * lib/mbswidth.c: Likewise
62692         * lib/regex.c: Likewise.
62693
62694         Don't use atoi.
62695         * lib/userspec.c: Include sys/param.h and limits.h.
62696         Include xstrtol.h.
62697         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
62698         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
62699         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
62700         UID, GID.  Check range.
62701
62702 2000-09-06  Jim Meyering  <meyering@lucent.com>
62703
62704         * lib/getopt.c (_getopt_internal): Update from glibc.
62705
62706 2000-08-30  Jim Meyering  <meyering@lucent.com>
62707
62708         * lib/strftime.c: Merge in changes from GNU libc.
62709
62710 2000-08-26  Jim Meyering  <meyering@lucent.com>
62711
62712         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
62713         * m4/fpending.m4: New file.
62714
62715 2000-08-26  Jim Meyering  <meyering@lucent.com>
62716
62717         * lib/closeout.c: Include "__fpending.h".
62718         (close_stdout_status): Return right away if there's nothing to flush.
62719
62720         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
62721         * lib/__fpending.c: New file.
62722         * lib/__fpending.h: New file.
62723
62724 2000-08-20  Jim Meyering  <meyering@lucent.com>
62725
62726         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
62727         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
62728         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
62729
62730 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
62731
62732         Improve fileutils installation on systems where running
62733         programs (like install) can't be unlinked.
62734         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
62735         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
62736
62737 2000-08-07  Paul Eggert  <eggert@twinsun.com>
62738
62739         Standardize on "memory exhausted" instead of "Memory exhausted"
62740         or "virtual memory exhausted".
62741         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
62742         "virtual memory exhausted".
62743         * lib/same.c (same_name): Invoke xalloc_die instead of printing
62744         our own message.
62745         * lib/userspec.c (parse_user_spec): Likewise.
62746         * lib/bumpalloc.h: comment fix
62747         * lib/same.c, userspec.c: Include xalloc.h.
62748
62749         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
62750         not char *const and pointing to a constant array.
62751         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
62752         (xrealloc): Comment fix.
62753
62754         * lib/userspec.c (parse_user_spec):
62755         Don't translate a message until just before returning,
62756         to avoid unnecessary translation.
62757
62758 2000-08-07  Jim Meyering  <meyering@lucent.com>
62759
62760         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
62761         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
62762         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
62763         getgroups.c, gethostname.c, getopt.h, group-member.c,
62764         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
62765         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
62766         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
62767         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
62768         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
62769         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
62770         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
62771         yesno.c: Back out Copyright date changes for each file with no change
62772         this year.  This eases coordination with other programs using the same
62773         source code modules.  From Paul Eggert.
62774
62775 2000-08-06  Paul Eggert  <eggert@twinsun.com>
62776
62777         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
62778         not char, for compatibility with glibc 2.1.3 strftime.c.
62779
62780 2000-08-03  Greg McGary  <greg@mcgary.org>
62781
62782         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
62783         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
62784         (EXTEND_BUFFER): Use them.
62785
62786 2000-08-01  Jim Meyering  <meyering@lucent.com>
62787
62788         * lib/dirname.c (ISSLASH): Define.
62789         (BACKSLASH_IS_PATH_SEPARATOR): Define.
62790         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
62791         both `\' and `/' may be use as path separators.
62792         Based on a patch from Prashant TR.
62793
62794 2000-07-31  Paul Eggert  <eggert@twinsun.com>
62795
62796         * lib/quotearg.c (quotearg_n_options): Don't make the initial
62797         slot vector a constant, since it might get modified.
62798
62799 2000-07-31  Jim Meyering  <meyering@lucent.com>
62800
62801         * lib/xmalloc.c: Use `virtual memory exhausted', not
62802         `Memory exhausted'.
62803         * lib/obstack.c (print_and_abort): Likewise.
62804
62805 2000-07-30  Paul Eggert  <eggert@twinsun.com>
62806
62807         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
62808         buffer, so that the caller can always quote one small
62809         component of a "memory exhausted" message in slot 0.
62810         From a suggestion by Jim Meyering.
62811
62812 2000-07-30  Jim Meyering  <meyering@lucent.com>
62813
62814         * lib/makepath.c (make_path): Quote the other instance, too.
62815
62816         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
62817         (STATIC_BUF_SIZE): Define.
62818         (quotearg_n_options): Use only statically allocated storage when
62819         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
62820         than STATIC_BUF_SIZE.
62821
62822 2000-07-29  Jim Meyering  <meyering@lucent.com>
62823
62824         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
62825         * lib/dirname.c (dir_name): Likewise.
62826
62827         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
62828         `/'.
62829
62830         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
62831         (dir_name): Assert that there are no trailing slashes.
62832
62833 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
62834
62835         * lib/mbswidth.h (mbswidth): Add a flags argument.
62836         (mbswidth): New declaration.
62837         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
62838         * lib/mbswidth.c (mbswidth): Add a flags argument.
62839         (mbsnwidth): New function.
62840
62841 2000-07-24  Jim Meyering  <meyering@lucent.com>
62842
62843         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
62844
62845 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62846
62847         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
62848
62849 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62850
62851         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
62852         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
62853         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
62854         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
62855         invoke multibyte primitives.
62856
62857 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62858
62859         * lib/quotearg.c:
62860         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
62861         so that mbstate_t is always defined.
62862
62863         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
62864         be 1 in at least one GCC installation, and this configuration
62865         error is likely to be common.  Ignoring MB_LEN_MAX hurts
62866         performance on hosts that have mbrtowc but have only unibyte
62867         locales, but I assume these hosts are rare.
62868
62869 2000-07-23  Paul Eggert  <eggert@twinsun.com>
62870
62871         * lib/mbswidth.c (_XOPEN_SOURCE):
62872         Don't define; this causes problems on Solaris 7.
62873         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
62874
62875 2000-07-23  Jim Meyering  <meyering@lucent.com>
62876
62877         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
62878         too: getgrgid, getpwuid, getuid.
62879
62880 2000-07-23  Jim Meyering  <meyering@lucent.com>
62881
62882         * lib/basename.c (base_name): Add an assertion.
62883
62884 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
62885
62886         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
62887         shadow its mbsinit function.
62888
62889 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62890
62891         * lib/mbswidth.h: New file.
62892         * lib/mbswidth.c: New file.
62893         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
62894         (noinst_HEADERS): Add mbswidth.h.
62895
62896 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
62897
62898         * lib/config.charset: Add support for FreeBSD. Improve support for
62899         HP-UX and IRIX 6.
62900
62901 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
62902
62903         * m4/mbswidth.m4: New file.
62904         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
62905
62906 2000-07-15  Jim Meyering  <meyering@lucent.com>
62907
62908         * lib/makepath.c: Include quote.h.
62909         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
62910         corresponding argument in a `quote (...)' call.
62911         Give better diagnostics.
62912
62913         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
62914         (noinst_HEADERS): Add quote.h.
62915
62916         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
62917         from tar's src/misc.c.
62918         * lib/quote.h: New file.  Prototypes for same.
62919
62920 2000-07-14  Paul Eggert  <eggert@twinsun.com>
62921
62922         From a suggestion by Bruno Haible.
62923         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
62924         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
62925         to decide whether to define the BeOS workaround macro;
62926         this adjusts to the change to AC_MBSTATE_T.
62927
62928 2000-07-14  Jim Meyering  <meyering@lucent.com>
62929
62930         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
62931         jm_AC_TYPE_UINTMAX_T.
62932
62933 2000-07-13  Paul Eggert  <eggert@twinsun.com>
62934
62935         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
62936
62937         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
62938         quotearg_buffer_restyled): Add support for
62939         clocale_quoting_style.  Undo previous change to
62940         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
62941         and "{RIGHT QUOTATION MARK}" msgids.
62942
62943 2000-07-10  Paul Eggert  <eggert@twinsun.com>
62944
62945         From a suggestion by Bruno Haible.
62946         * m4/mbstate_t.m4 (AC_MBSTATE_T):
62947         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
62948         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
62949         and mbstate_t, to a single-part test that simply defines mbstate_t.
62950         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
62951         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
62952
62953 2000-07-10  Jim Meyering  <meyering@lucent.com>
62954
62955         * m4/strerror_r.m4: Mirror the correction made in autoconf.
62956
62957         * m4/gnu-source.m4: Output to confdefs.h directly.
62958         Suggestion from Akim Demaille.
62959
62960 2000-07-09  Paul Eggert  <eggert@twinsun.com>
62961
62962         The old behavior of quoting `like this' doesn't look good with
62963         newer, ISO-style fonts.  See:
62964         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
62965
62966         Instead, quote "like this" by default.  Let the translator
62967         tailor the locale-specific quoting behavior by providing
62968         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
62969
62970         * lib/quotearg.c (N_): New macro.
62971         (gettext_default): New function.
62972         (quotearg_buffer_restyled): Use
62973         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
62974         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
62975
62976 2000-07-09  Jim Meyering  <meyering@lucent.com>
62977
62978         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
62979         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
62980
62981         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
62982         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
62983
62984 2000-07-09  Jim Meyering  <meyering@lucent.com>
62985
62986         * lib/Most files: Update copyright dates to include 2000.
62987
62988 2000-07-08  Jim Meyering  <meyering@lucent.com>
62989
62990         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
62991         if not defined.
62992         (xgethostname): Remove now-unnecessary #ifdef.
62993         Move declaration of `err' into loop where it's used.
62994
62995 2000-07-05  Paul Eggert  <eggert@twinsun.com>
62996         and Bruno Haible  <haible@clisp.cons.org>
62997
62998         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
62999         only if the test for an object-type mbstate_t fails.  This
63000         prevents us from mistakenly reporting that mbstate_t is a
63001         system object type after we "#define mbstate_t int" to work
63002         around its lack.
63003
63004 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63005         and Bruno Haible  <haible@clisp.cons.org>
63006
63007         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63008
63009 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63010
63011         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63012         to strerror_r.
63013         Include <ctype.h> for use of isalpha.
63014
63015 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63016
63017         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63018         by allocating a larger buffer. Test the gethostname return value for
63019         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63020         returns an error and ENAMETOOLONG isn't defined.
63021
63022 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63023
63024         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63025         dimension.
63026
63027 2000-07-04  Jim Meyering  <meyering@lucent.com>
63028
63029         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63030         of the deprecated AC_CHECKING.
63031
63032 2000-07-04  Jim Meyering  <meyering@lucent.com>
63033
63034         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63035         Reported by Bruno Haible.
63036
63037 2000-07-04  Jim Meyering  <meyering@lucent.com>
63038
63039         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63040         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63041         lacks mbrtowc.
63042
63043 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63044
63045         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63046         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63047
63048 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63049         and Bruno Haible  <haible@clisp.cons.org>
63050
63051         * lib/quotearg.c (mbrtowc):
63052         Assign to *pwc, and return 1 only if result is nonzero.
63053         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63054
63055 2000-07-03  Jim Meyering  <meyering@lucent.com>
63056
63057         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63058
63059 2000-07-03  Jim Meyering  <meyering@lucent.com>
63060
63061         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63062         This is necessary to get a definition of e.g., UTMP_FILE on
63063         HP-UX 10.20.
63064         From Bob Proulx.
63065
63066 2000-07-02  Jim Meyering  <meyering@lucent.com>
63067
63068         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63069
63070         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63071         AC_LIBOBJ(function_name).
63072         * m4/chown.m4: Likewise.
63073         * m4/fnmatch.m4: Likewise.
63074         * m4/ftruncate.m4: Likewise.
63075         * m4/getgroups.m4: Likewise.
63076         * m4/getline.m4: Likewise.
63077         * m4/group-member.m4: Likewise.
63078         * m4/jm-macros.m4: Likewise.
63079         * m4/lstat.m4: Likewise.
63080         * m4/malloc.m4: Likewise.
63081         * m4/memcmp.m4: Likewise.
63082         * m4/nanosleep.m4: Likewise.
63083         * m4/putenv.m4: Likewise.
63084         * m4/realloc.m4: Likewise.
63085         * m4/regex.m4: Likewise.
63086         * m4/stat.m4: Likewise.
63087         * m4/strftime.m4: Likewise.
63088
63089 2000-07-02  Jim Meyering  <meyering@lucent.com>
63090
63091         * lib/quotearg.c (mbstate_t): Don't define here.
63092
63093 2000-07-02  Jim Meyering  <meyering@lucent.com>
63094
63095         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63096
63097 2000-07-01  Jim Meyering  <meyering@lucent.com>
63098
63099         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63100
63101 2000-07-01  Jim Meyering  <meyering@lucent.com>
63102
63103         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63104         problem.
63105
63106 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63107
63108         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63109         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63110
63111 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63112
63113         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63114         per change in ../m4/ls-mntd-fs.m4.
63115         (read_filesystem_list): Ignore symbolic links.
63116
63117 2000-06-29  Jim Meyering  <meyering@lucent.com>
63118
63119         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63120         for declaration of strcmp.
63121
63122         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63123
63124         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63125         Avoid warning by casting result to `char *' to remove `const'.
63126
63127 2000-06-28  Jim Meyering  <meyering@lucent.com>
63128
63129         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63130         included by quotearg.c, for which we perform this test.  From
63131         Bruno Haible.
63132
63133 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63134
63135         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63136         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63137         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63138
63139 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63140
63141         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63142
63143 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63144
63145         savedir now sets errno on failure and invokes xmalloc to get memory.
63146         Fix a couple of other minor bugs while we're at it.
63147
63148         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63149         (NAMLEN): Remove macro.
63150         (malloc, realloc): Remove decls.
63151         (stpcpy): Likewise.
63152         ("xalloc.h"): Include.
63153         (NAME_SIZE_DEFAULT): New macro.
63154         (savedir): Use xmalloc / xrealloc to allocate memory.
63155         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63156         Skip "" directory entries.
63157         Use strlen to calculate directory entry length, since the old method
63158         is rarely used these days and isn't worth supporting.
63159         Don't use a pointer after freeing it.
63160         Check for integer overflow when calculating allocation size.
63161         Use memcpy to copy entries, instead of stpcpy.
63162         Set errno properly when returning NULL.
63163         Check for readdir error.
63164
63165 2000-06-26  Jim Meyering  <meyering@lucent.com>
63166
63167         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63168
63169 2000-06-25  Jim Meyering  <meyering@lucent.com>
63170
63171         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63172         Linux header bug when _XOPEN_SOURCE is defined to 500.
63173
63174 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63175
63176         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63177         deficiency.
63178
63179 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63180
63181         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63182         Include xalloc.h.
63183         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63184
63185 2000-06-24  Jim Meyering  <meyering@lucent.com>
63186
63187         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63188         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63189         for which strerror does return char*, but which lacks a conveniently
63190         accessible declaration of the function.  If the compile-test says
63191         strerror_r doesn't work, then resort to a `run'-test that works on
63192         BeOS and segfaults on DEC Unix.
63193
63194 2000-06-24  Jim Meyering  <meyering@lucent.com>
63195
63196         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63197
63198 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63199
63200         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63201         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63202
63203 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63204
63205         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63206         (mbrtowc, mbstate_t): Define substitutes if
63207         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63208         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63209         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63210
63211 2000-06-23  Jim Meyering  <meyering@lucent.com>
63212
63213         * m4/afs.m4: Add missing AC_MSG_RESULT.
63214         Reported by Bruno Haible.
63215
63216         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63217         Suggestion from Bruno Haible.
63218
63219 2000-06-23  Jim Meyering  <meyering@lucent.com>
63220
63221         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63222
63223 2000-06-21  Jim Meyering  <meyering@lucent.com>
63224
63225         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63226
63227 2000-06-21  Jim Meyering  <meyering@lucent.com>
63228
63229         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63230         (noinst_HEADERS): Add getstr.h.
63231
63232         * lib/getline.c (getstr): Move into a separate file.
63233         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63234         the following changes: new parameter, delim2; both delim[12]
63235         parameters have type `int', not `char'.  The latter would lose
63236         with 8-bit delimiters.
63237         * lib/getstr.h: New file.
63238
63239 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63240
63241         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63242         than 1024, return a memory chunk of least possible size, instead
63243         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63244         Use free/xmalloc instead of xrealloc to avoid copying for very long
63245         paths.
63246
63247 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63248
63249         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63250         the empty string.
63251
63252 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63253
63254         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63255         address, not strdup.  Include <stdlib.h> and don't declare free().
63256
63257 2000-06-19  Jim Meyering  <meyering@lucent.com>
63258
63259         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63260
63261 2000-06-18  Jim Meyering  <meyering@lucent.com>
63262
63263         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63264
63265         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63266         `checking whether...' message to be consistent with that of the
63267         lstat test.
63268
63269 2000-06-18  Jim Meyering  <meyering@lucent.com>
63270
63271         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63272         Besides, these days every porting target provides a mkdir function.
63273
63274         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63275         needed. (this snippet comes from src/system.h).
63276
63277 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63278
63279         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63280
63281 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63282
63283         * lib/human.c (adjust_value): New function.
63284         (human_readable_inexact): Apply rounding style even when
63285         printing approximate values.
63286
63287 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63288
63289         * lib/human.c (human_readable_inexact): Allow an input block
63290         size that is not a multiple of the output block size, and vice versa.
63291         Reported by Piergiorgio Sartor.
63292
63293 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63294
63295         * lib/getdate.y (get_date): Apply relative times after time
63296         zone indicator, not before.  Reported by Todd A. Jacobs.
63297
63298 2000-06-13  Jim Meyering  <meyering@lucent.com>
63299
63300         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63301
63302         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63303
63304 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63305
63306         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63307
63308 2000-06-12  Jim Meyering  <meyering@lucent.com>
63309
63310         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63311         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63312         optional argument.
63313         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63314         the optional argument, `lib'.
63315
63316 2000-06-08  Jim Meyering  <meyering@lucent.com>
63317
63318         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63319
63320 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63321
63322         Rewrite largefile configuration so that we don't need to run
63323         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63324         AC_CANONICAL_HOST in configure.in -- jmm]
63325
63326         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63327         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63328         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63329         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63330         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63331         All uses changed.
63332         Instead of inspecting the output of getconf, try to compile the
63333         test program without and with the macro definition.
63334         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63335         for getconf.  Instead, check for the needed flags by compiling
63336         test programs.
63337
63338 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63339
63340         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63341
63342 2000-06-04  Jim Meyering  <meyering@lucent.com>
63343
63344         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63345         SunOS 4.1.4 for which gid_t is an unsigned type.
63346
63347 2000-06-03  Jim Meyering  <meyering@lucent.com>
63348
63349         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63350         now that autoconf requires that.
63351
63352         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63353         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63354         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63355
63356 2000-06-03  Jim Meyering  <meyering@lucent.com>
63357
63358         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63359
63360 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63361
63362         * m4/glibc21.m4: New file.
63363         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63364
63365 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63366
63367         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63368         newer, don't install charset.alias.
63369         * lib/config.charset: Change the Linux/glibc rules so they become empty
63370         on glibc-2.1 or newer.
63371
63372 2000-06-02  Jim Meyering  <meyering@lucent.com>
63373
63374         * lib/mountlist.c: Back out last change.  Instead, do this...
63375         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63376         me_dummy member using the same `ignore'-testing code.
63377         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63378         fs_type strings.
63379         From Mark D. Roth.
63380
63381 2000-05-29  Jim Meyering  <meyering@lucent.com>
63382
63383         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63384         mounts with the `ignore' attribute.  Based on a patch from
63385         Mark D. Roth.
63386
63387 2000-05-28  Jim Meyering  <meyering@lucent.com>
63388
63389         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63390         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63391         * m4/stat.m4: Likewise.
63392         * m4/lstat.m4: Likewise.
63393         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63394
63395         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63396         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63397
63398 2000-05-26  Jim Meyering  <meyering@lucent.com>
63399
63400         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63401
63402 2000-05-24  Jim Meyering  <meyering@lucent.com>
63403
63404         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63405         autoconf requires that.
63406         * m4/lib-check.m4: Likewise.
63407         * m4/jm-macros.m4: Likewise.
63408         * m4/strftime.m4: Likewise.
63409
63410         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63411         AC_CHECK_DECLS, now that autoconf requires that.
63412
63413 2000-05-22  Jim Meyering  <meyering@lucent.com>
63414
63415         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63416         * m4/lstat.m4: Likewise.
63417
63418 2000-05-22  Jim Meyering  <meyering@lucent.com>
63419
63420         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63421
63422 2000-05-20  Jim Meyering  <meyering@lucent.com>
63423
63424         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63425         (jm_PREREQ): Use it.
63426
63427 2000-05-18  Jim Meyering  <meyering@lucent.com>
63428
63429         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63430         back, too, since it may have been modified by allocate_entry.
63431         (hash_delete): Rewrite to use neither the assignment operator
63432         nor the comma operator in an if-expression.
63433
63434 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63435
63436         * lib/closeout.c:
63437         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63438         Remove; no longer needed.
63439         "quotearg.h": Add include.
63440         (file_name): Do not bother to explicitly initialize to NULL; it's less
63441         efficient on some hosts.
63442         (close_stdout_status): Remove test as to whether stdout was already
63443         closed; it breaks for the case "echo x | sort >&-".
63444         Quote file name colons.
63445         Do not assume that _("write error") lacks format strings.
63446
63447 2000-05-15  Jim Meyering  <meyering@lucent.com>
63448
63449         * lib/version-etc.c (version_etc_copyright): Update the copyright
63450         string used in all --version output.
63451
63452 2000-05-14  Jim Meyering  <meyering@lucent.com>
63453
63454         * lib/closeout.c (close_stdout_set_file_name): New function.
63455         (close_stdout_status): Use new file-scoped global.
63456         Return right away if fstat says the stdout file descriptor is invalid.
63457         * lib/closeout.h (close_stdout_set_file_name): Declare.
63458
63459 2000-05-10  Jim Meyering  <meyering@lucent.com>
63460
63461         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63462         (close_stdout_set_status): New function.
63463         * lib/closeout.h (close_stdout_set_status): Declare.
63464
63465 2000-05-09  Jim Meyering  <meyering@lucent.com>
63466
63467         * m4/gettext.m4: Rename this...
63468         * m4/libintl.m4: ...to this.
63469
63470 2000-05-08  Jim Meyering  <meyering@lucent.com>
63471
63472         * lib/long-options.c: Don't include closeout.h.
63473         (parse_long_options): Don't call close_stdout for --version.
63474
63475 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63476
63477         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63478         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63479         2.1.3 bug.  This avoids a clash when files like regex.c define
63480         _GNU_SOURCE.
63481
63482 2000-05-06  Jim Meyering  <meyering@lucent.com>
63483
63484         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63485         (AC_REPLACE_FUNCS): Add strnlen.
63486
63487         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63488         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63489
63490         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63491         AC_SEARCH_LIBS call for nanosleep.
63492         (LIB_NANOSLEEP): Set and AC_SUBST.
63493
63494 2000-05-06  Jim Meyering  <meyering@lucent.com>
63495
63496         * lib/strnlen.c: Undefine __strnlen and strnlen.
63497         [!weak_alias]: Define __strnlen to strnlen.
63498
63499         * lib/atexit.c: New file, from libiberty.
63500
63501 2000-05-06  Jim Meyering  <meyering@lucent.com>
63502
63503         * lib/closeout.c (close_stdout_status): Also check for errors on the
63504         stderr stream.
63505
63506 2000-05-05  Jim Meyering  <meyering@lucent.com>
63507
63508         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63509         AC_SEARCH_LIBS call for clock_gettime.
63510         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63511
63512         * m4/search-libs.m4: Update from autoconf.
63513
63514         su doesn't work on Solaris 2.6.
63515         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63516         <shadow.h>.  Reported by Dragos Harabor.
63517
63518 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63519
63520         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63521         memcpy instead of xmalloc, xrealloc, path_concat.
63522         (locale_charset): Treat empty environment variables as absent.
63523         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63524
63525 2000-05-04  Jim Meyering  <meyering@lucent.com>
63526
63527         * lib/getopt.c: Update from glibc.
63528         * lib/obstack.c: Likewise.
63529         * lib/obstack.h: Likewise.
63530         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63531         file
63532
63533         * lib/regex.h: Likewise.
63534         * lib/strndup.c: Likewise.
63535         * lib/strnlen.c: New file, from glibc.
63536
63537 2000-05-03  Jim Meyering  <meyering@lucent.com>
63538
63539         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63540
63541 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63542
63543         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63544         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63545         compile-time test, rather than inspecting host and OS, to
63546         decide whether to define _LARGEFILE_SOURCE.
63547
63548 2000-05-01  Jim Meyering  <meyering@lucent.com>
63549
63550         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63551
63552         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63553         Based on a patch from Bruno Haible.
63554
63555 2000-05-01  Jim Meyering  <meyering@lucent.com>
63556
63557         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63558
63559 2000-04-29  Jim Meyering  <meyering@lucent.com>
63560
63561         * lib/path-concat.c: Declare strdup only if it's not defined.
63562         * lib/canon-host.c: Likewise.
63563
63564 2000-04-28  Jim Meyering  <meyering@lucent.com>
63565
63566         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63567         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63568         is included first, then limits.h is included by locale.h by libintl.h.
63569         From John David Anglin.
63570
63571 2000-04-25  Jim Meyering  <meyering@lucent.com>
63572
63573         * lib/makepath.c (S_IRWXUGO): Define.
63574         (make_path): Always perform explicit chmod if MODE specifies any
63575         of the `special' permission bits.  Prompted by a bug report against
63576         install from Mate Wierdl and Joost van Baal.
63577
63578 2000-04-18  Jim Meyering  <meyering@lucent.com>
63579
63580         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63581         (jm_PREREQ): Use it.
63582
63583 2000-04-18  Jim Meyering  <meyering@lucent.com>
63584
63585         * lib/README: New file.
63586
63587         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63588         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63589
63590 2000-04-17  Jim Meyering  <meyering@lucent.com>
63591
63592         Get it right :-)
63593         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63594         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63595         Suggestion from Akim Demaille.
63596
63597 2000-04-17  Jim Meyering  <meyering@lucent.com>
63598
63599         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63600         the definition of it to rpl_strftime also defined-away the system's
63601         declaration.
63602
63603 2000-04-15  Jim Meyering  <meyering@lucent.com>
63604
63605         Use `C' to denote so-called `contiguous' files, the same way
63606         that tar does.
63607         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63608         (ftypelet): Use S_ISCTG.
63609         From Michael Deutschmann.
63610
63611 2000-04-14  Jim Meyering  <meyering@lucent.com>
63612
63613         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63614         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63615         clobbered.
63616
63617 2000-04-14  Jim Meyering  <meyering@lucent.com>
63618
63619         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63620
63621 2000-04-13  Jim Meyering  <meyering@lucent.com>
63622
63623         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63624         AH_VERBATIM to insert required #ifndef into config.h.in.
63625         Suggestion from Akim Demaille.
63626
63627 2000-04-12  Jim Meyering  <meyering@lucent.com>
63628
63629         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63630         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63631         Christian Krackowizer.
63632
63633         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63634         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63635         (AC_SYS_LARGEFILE): Require.
63636         (AM_C_PROTOTYPES): Require.
63637
63638 2000-04-08  Jim Meyering  <meyering@lucent.com>
63639
63640         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63641         names don't conflict.  Reported by Eli Zaretskii.
63642
63643 2000-04-07  Jim Meyering  <meyering@lucent.com>
63644
63645         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63646         sys/types.h, to work around system header problems on AIX 3.2.5.
63647         From Bruno Haible.
63648
63649 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63650
63651         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63652         bug.  Deal with the different error behavior of Irix iconv.
63653
63654 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63655
63656         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63657         IRIX if the installer said otherwise.
63658
63659 2000-04-05  Jim Meyering  <meyering@lucent.com>
63660
63661         Portability tweaks required for ultrix4.3.
63662         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
63663         (jm_CHECK_DECLS): Add getutent to the list of functions.
63664         (_jm_DECL_HEADERS): Add utmpx.h.
63665         From John David Anglin.
63666
63667         * m4/strftime.m4: Back out the 2000-04-02 change.
63668         Instead of that change, simply undefine putenv in the test program.
63669
63670 2000-04-05  Jim Meyering  <meyering@lucent.com>
63671
63672         Portability tweaks required for ultrix4.3.
63673         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
63674         getutent.
63675         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
63676         * lib/canon-host.c: Declare strdup.
63677         * lib/path-concat.c: Likewise.
63678         From John David Anglin.
63679
63680 2000-04-04  Jim Meyering  <meyering@lucent.com>
63681
63682         Be more DOS 8.3-friendly.
63683         * lib/ref-add.sin: Renamed from ref-add.sed.in.
63684         * lib/ref-del.sin: Renamed from ref-del.sed.in.
63685         * lib/Makefile.am: Reflect renaming.
63686         Reported by Eli Zaretskii.
63687
63688         Use a temporary file name that won't clash with `charset.alias'
63689         in the DOS 8.3 name space.
63690         * lib/Makefile.am (charset_tmp): Define.
63691         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
63692         (uninstall-local): Likewise.
63693         Reported by Eli Zaretskii.
63694
63695 2000-04-03  Jim Meyering  <meyering@lucent.com>
63696
63697         * m4/gettext.m4: Fix typo in comment.
63698
63699         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
63700         textutils/configure.in).  Suggestion from Paul Eggert.
63701         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
63702
63703 2000-04-02  Paul Eggert  <eggert@twinsun.com>
63704
63705         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
63706         variable in the shell rather than using putenv, which isn't
63707         portable.  This avoids the configure-time inter-test dependency
63708         on the potentially-renamed putenv function.
63709
63710 2000-03-30  Paul Eggert  <eggert@twinsun.com>
63711
63712         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
63713         before checking struct stat.st_blksize, so that
63714         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
63715
63716 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63717
63718         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
63719         since strftime.c uses HAVE_STRFTIME to decide whether to use
63720         the underlying strftime.
63721
63722 2000-03-29  Paul Eggert  <eggert@twinsun.com>
63723
63724         * lib/time/strftime.c (my_strftime): Make sure we call the system
63725         strftime, not ourselves, when invoking the underlying strftime.
63726
63727 2000-03-24  Jim Meyering  <meyering@lucent.com>
63728
63729         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
63730         (charset_alias): Define.
63731         (install-exec-local): Factor out common code.
63732         (uninstall-local): Split lines longer than 80.
63733         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
63734         (SUFFIXES): Define.
63735         (.sed.in.sed): New rule.  Don't redirect directly to $@.
63736         (CLEANFILES): Add ref-add.sed and ref-del.sed.
63737
63738 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
63739
63740         * lib/config.charset: Output a line containing "Packages using this
63741         file".
63742         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
63743         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
63744         ref-del.sed): New rules.
63745
63746 2000-03-17  Jim Meyering  <meyering@lucent.com>
63747
63748         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
63749         Otherwise, include <strings.h>
63750
63751 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
63752
63753         * lib/unicodeio.c (utf8_wctomb): New function.
63754         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
63755         format instead of in UCS-4 with platform dependent endianness.
63756
63757 2000-03-10  Jim Meyering  <meyering@lucent.com>
63758
63759         * m4/lib-check.m4: Look for getspnam in -lgen, too.
63760         From Marco Franzen.
63761
63762 2000-03-07  Paul Eggert  <eggert@twinsun.com>
63763
63764         * lib/savedir.c (savedir): Work even if directory size is
63765         negative; this can happen with some screwy NFS configurations.
63766
63767 2000-03-06  Jim Meyering  <meyering@lucent.com>
63768
63769         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
63770         if it's NULL (because we ran out of memory).  From Bruno Haible.
63771
63772 2000-03-05  Jim Meyering  <meyering@lucent.com>
63773
63774         * lib/localcharset.c ("path-concat.h"): Include.
63775         (get_charset_aliases): Use path_concat instead of ANSI string
63776         concatenation.
63777
63778         * lib/unicodeio.h (PARAMS): Define.
63779         Use it to guard prototype.
63780
63781 2000-03-04  Jim Meyering  <meyering@lucent.com>
63782
63783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
63784         for lib/localcharset.c.
63785
63786 2000-03-04  Jim Meyering  <meyering@lucent.com>
63787
63788         * lib/Makefile.am (install-exec-local): Create $(libdir) before
63789         installing into it.
63790         (uninstall-local): Uncomment this rule so `make distcheck' works
63791         once again.
63792
63793         * lib/unicodeio.c (<errno.h>): Include it.
63794         (errno): Declare if not defined.
63795
63796         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
63797
63798         * lib/config.charset: New version, incorporating remarks from a linux
63799         i18n mailing list.  From Bruno Haible.
63800
63801 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
63802
63803         * m4/codeset.m4: New file.
63804         * m4/iconv.m4: New file.
63805         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
63806
63807 2000-03-03  Jim Meyering  <meyering@lucent.com>
63808
63809         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
63810
63811 2000-03-02  Jim Meyering  <meyering@lucent.com>
63812
63813         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
63814         the messages come out on separate lines.
63815
63816         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
63817         rather than jm_CHECK_DECLARATIONS.
63818         * m4/decl.m4: Remove now-unused file.
63819
63820         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
63821         geteuid.
63822
63823 2000-03-02  Jim Meyering  <meyering@lucent.com>
63824
63825         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
63826
63827 2000-03-01  Jim Meyering  <meyering@lucent.com>
63828
63829         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
63830         * lib/unicodeio.c: Likewise.
63831
63832 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
63833
63834         * lib/config.charset: New file.
63835         * lib/localcharset.c: New file.
63836         * lib/unicodeio.h, lib/unicodeio.c: New files.
63837         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
63838         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
63839         (noinst_HEADERS): Add unicodeio.h.
63840         (all-local, install-exec-local, charset.alias): New targets.
63841
63842 2000-02-28  Paul Eggert  <eggert@twinsun.com>
63843
63844         * lib/quotearg.c (ALERT_CHAR): New macro.
63845         (quotearg_buffer_restyled): Use it.
63846
63847 2000-02-27  Jim Meyering  <meyering@lucent.com>
63848
63849         * m4/check-decl.m4: Add getenv to the list.
63850
63851 2000-02-27  Jim Meyering  <meyering@lucent.com>
63852
63853         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
63854         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
63855
63856         * lib/backupfile.c: Guard inclusion of stdlib.h with
63857         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
63858         Declare malloc if needed.
63859
63860         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
63861         `#ifndef HAVE_DECL..'
63862         now that autoconf always defines the HAVE_DECL_ symbols.
63863         * lib/human.c: Likewise.
63864         * lib/same.c: Likewise.
63865         * lib/strtoumax.c: Likewise.
63866
63867         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
63868         declaration check was not run.
63869         * lib/hash.c: Likewise.
63870         * lib/human.c: Likewise.
63871         * lib/same.c: Likewise.
63872         * lib/strtoumax.c: Likewise.
63873
63874         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
63875         `.', then first look up the entire `.'-containing string as a login
63876         name.
63877
63878 2000-02-23  Jim Meyering  <meyering@lucent.com>
63879
63880         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
63881         in place of my hack.
63882
63883 2000-02-18  Paul Eggert  <eggert@twinsun.com>
63884
63885         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
63886         (textint): New typedef.
63887         (parser_control): Member year changed from int to textint.
63888         All uses changed.
63889         (YYSTYPE): Removed; replaced by %union with int and textint members.
63890         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
63891         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
63892         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
63893         (tSNUMBER, tUNUMBER): Now of type <textintval>.
63894         (date, number, to_year): Use width of number in digits, not its value,
63895         to determine whether it's a 2-digit year, or a 2-digit time.
63896         (yylex): Store number of digits of numeric tokens.
63897         Reported by John Kendall.
63898
63899         (parser_control): Changed from struct parser_control to typedef (for
63900         consistency).  All uses changed.
63901
63902         (tID): Removed; not used.
63903         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
63904
63905 2000-02-14  Paul Eggert  <eggert@twinsun.com>
63906
63907         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
63908         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
63909
63910 2000-02-12  Jim Meyering  <meyering@lucent.com>
63911
63912         * lib/userspec.c (ISDIGIT): Define it.
63913         (isdigit): Remove definition.
63914         (is_number): Use ISDIGIT, not isdigit.
63915         <libintl.h>: Include.
63916         (_ and N_): Define.
63917         (parse_user_spec): Mark translatable strings.
63918
63919 2000-02-10  Jim Meyering  <meyering@lucent.com>
63920
63921         With these changes, nanosleep.[ch] are finally enough like the other
63922         lib/* replacement files to compile on a few more losing systems.
63923
63924         * lib/nanosleep.h: Don't include config.h.
63925         Remove prototype from declaration of nanosleep.
63926         (PARAMS): Remove now-unneeded definition.
63927         * lib/nanosleep.c: #undef nanosleep.
63928         (rpl_nanosleep): Rename from nanosleep.
63929
63930 2000-02-10  Jim Meyering  <meyering@lucent.com>
63931
63932         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
63933         gnu_nanosleep to rpl_nanosleep.
63934
63935 2000-02-09  Jim Meyering  <meyering@lucent.com>
63936
63937         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
63938         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
63939
63940 2000-02-08  Akim Demaille  <akim@epita.fr>
63941
63942         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
63943         `[' and `]' and remove uses of `changequote'.
63944         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
63945         (AC_SYS_LARGEFILE): Likewise.
63946         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
63947         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
63948         of changequote.
63949         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
63950         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
63951         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
63952         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
63953
63954 2000-02-05  Jim Meyering  <meyering@lucent.com>
63955
63956         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
63957         Remove explicit use of AC_HEADER_TIME.  It is required by
63958         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
63959         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
63960         in autoconf whereby the expansion of the latter ended up preceding
63961         the expansion of its prerequisite, AC_HEADER_TIME.
63962         Reported by Volker Borchert.
63963
63964 2000-02-03  Jim Meyering  <meyering@lucent.com>
63965
63966         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
63967
63968 2000-02-03  Jim Meyering  <meyering@lucent.com>
63969
63970         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
63971         rather than with `#if HAVE_UTMPNAME'.
63972
63973 2000-02-02  Jim Meyering  <meyering@lucent.com>
63974
63975         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
63976         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
63977         Reported by Eli Zaretskii.
63978
63979 2000-02-01  Jim Meyering  <meyering@lucent.com>
63980
63981         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
63982
63983 2000-01-31  Jim Meyering  <meyering@lucent.com>
63984
63985         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
63986         functions.  Add the time.h and sys/time.h headers along with the
63987         AC_REQUIRE'ment of AC_HEADER_TIME.
63988
63989 2000-01-31  Jim Meyering  <meyering@lucent.com>
63990
63991         * lib/nanosleep.h (nanosleep): Guard declaration with
63992         `#if ! HAVE_DECL_NANOSLEEP'.
63993         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
63994         the declaration in that vendor's sys/timers.h.
63995         Reported by Christian Krackowizer.
63996
63997         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
63998         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
63999         (ISPRINT): Likewise.
64000         Reported by Tom Tromey.
64001
64002 2000-01-30  Jim Meyering  <meyering@lucent.com>
64003
64004         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64005
64006         * m4/prereq.m4 (utmp_includes): Define.
64007         Check for ut_user and ut_name members in both struct utmpx
64008         and struct utmp.
64009
64010 2000-01-30  Jim Meyering  <meyering@lucent.com>
64011
64012         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64013         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64014         header files where only utmpx.ut_user is declared.
64015
64016         * lib/readutmp.h (UT_USER): Define.
64017
64018 2000-01-29  Jim Meyering  <meyering@lucent.com>
64019
64020         * m4/lib-check.m4: New file containing library-related checks from
64021         fileutils and sh-utils (textutils had none).
64022
64023 2000-01-28  Jim Meyering  <meyering@lucent.com>
64024
64025         * m4/perl.m4: Change format of warning message to look more like that
64026         from the missing script.  Suggestion from François Pinard.
64027
64028 2000-01-25  Jim Meyering  <meyering@lucent.com>
64029
64030         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64031         well as time.h in the compile check.
64032         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64033         Fix typo in cross-compiling case: s/yes/no/.
64034
64035 2000-01-23  Jim Meyering  <meyering@lucent.com>
64036
64037         * m4/jm-macros.m4: Move df-related tests here from
64038         fileutils/configure.in
64039
64040         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64041         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64042
64043         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64044         s/space/ac_fsusage_space/.
64045         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64046
64047         * m4/ftruncate.m4: New file (derived from part of
64048         fileutils/configure.in).
64049         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64050         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64051
64052         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64053         AC_SUBST these here, rather than just in sh-util/configure.in, so
64054         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64055         all the same.
64056         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64057         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64058         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64059         (AC_SUBST(POW_LIBM)): Likewise.
64060         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64061
64062 2000-01-23  Jim Meyering  <meyering@lucent.com>
64063
64064         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64065         obstack.c.
64066
64067 2000-01-22  Jim Meyering  <meyering@lucent.com>
64068
64069         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64070
64071         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64072
64073         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64074         configure.in
64075         (AC_CHECK_HEADERS): Likewise for sh-utils.
64076         (AC_CHECK_HEADERS): Likewise for textutils.
64077         Merge the three lists of headers.
64078
64079         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64080         from fileutils' configure.in.
64081
64082         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64083         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64084         check-decl.m4.
64085
64086         * m4/check-decl.m4: Use #if rather than #ifdef.
64087         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64088         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64089         (_jm_DECL_HEADERS): Define new function.
64090         (jm_CHECK_DECLARATIONS): Require it.
64091
64092 2000-01-22  Jim Meyering  <meyering@lucent.com>
64093
64094         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64095         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64096         Required for some AIX systems.  Reported by Christian Krackowizer.
64097         [TESTING] (main): New function.
64098
64099         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64100         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64101         letters.
64102
64103         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64104         iswprint.
64105
64106         * lib/strverscmp.c (ISDIGIT): Define.
64107         (strverscmp): Use ISDIGIT, not isdigit.
64108
64109 2000-01-19  Jim Meyering  <meyering@lucent.com>
64110
64111         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64112         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64113         defines `struct timespec' in <sys/time.h>
64114
64115         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64116         Thanks to Akim for explaining.
64117
64118 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64119
64120         * lib/nanosleep.c (nanosleep):
64121         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64122         POSIX.1 doesn't require SA_INTERRUPT and some systems
64123         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64124         it's been part of POSIX.1 since day 1 (in 1988).
64125
64126 2000-01-17  Jim Meyering  <meyering@lucent.com>
64127
64128         * lib/interlock: Remove unused file.  Reported by François Pinard.
64129
64130 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64131
64132         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64133         alert, backslash, formfeed, and vertical tab unnecessarily in
64134         shell quoting style.
64135
64136 2000-01-16  Jim Meyering  <meyering@lucent.com>
64137
64138         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64139         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64140         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64141         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64142
64143 2000-01-16  Jim Meyering  <meyering@lucent.com>
64144
64145         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64146         because the latter didn't work.
64147
64148 2000-01-15  Jim Meyering  <meyering@lucent.com>
64149
64150         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64151         (AC_REPLACE_FUNCS): Add memcpy and memset.
64152         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64153         Add strpbrk.
64154         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64155
64156 2000-01-12  Jim Meyering  <meyering@lucent.com>
64157
64158         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64159         (jm_PREREQ): Use it.
64160         (jm_PREREQ_READUTMP): New macro.
64161         (jm_PREREQ): Use it.
64162
64163 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64164
64165         Quote multibyte characters correctly.
64166         * m4/c-bs-a.m4: New file.
64167         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64168         (jm_PREREQ): Use it.
64169
64170 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64171
64172         * m4/uintmax_t.m4: Port to autoconf 2.13.
64173
64174 2000-01-08  Jim Meyering  <meyering@ascend.com>
64175
64176         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64177         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64178
64179 2000-01-04  Jim Meyering  <meyering@ascend.com>
64180
64181         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64182         jm_STRUCT_DIRENT_D_TYPE.
64183         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64184         jm_STRUCT_DIRENT_D_INO.
64185         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64186         jm_STRUCT_UTIMBUF.
64187         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64188         renamings.
64189         * m4/utime.m4: Likewise.
64190
64191         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64192         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64193
64194 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64195
64196         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64197         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64198
64199 2000-01-02  Jim Meyering  <meyering@ascend.com>
64200
64201         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64202         remember if this is necessary.
64203
64204 1999-12-26  Jim Meyering  <meyering@ascend.com>
64205
64206         * m4/jm-macros.m4: Use it here.
64207         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64208
64209 1999-12-23  Jim Meyering  <meyering@ascend.com>
64210
64211         * m4/jm-macros.m4: Check for clock_gettime (moved from
64212         fileutils/configure.in)
64213         Check for gettimeofday.
64214
64215 1999-12-20  Jim Meyering  <meyering@ascend.com>
64216
64217         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64218         autoconf-2.14a-1999-12-20.
64219
64220 1999-12-19  Jim Meyering  <meyering@ascend.com>
64221
64222         * m4/lstat-slash.m4: New file.
64223         * m4/jm-macros.m4: Use the new macro:
64224         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64225
64226 1999-12-07  Jim Meyering  <meyering@ascend.com>
64227
64228         * m4/perl.m4: Require that File::Compare be available, too.
64229         Too many systems seem to lack it.
64230
64231         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64232         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64233
64234 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64235
64236         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64237         problem with the QNX 4.25 shell, which doesn't propagate exit
64238         status of failed commands inside shell assignments.
64239
64240 1999-11-17  Jim Meyering  <meyering@ascend.com>
64241
64242         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64243
64244 1999-11-07  Jim Meyering  <meyering@ascend.com>
64245
64246         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64247
64248 1999-11-06  Jim Meyering  <meyering@ascend.com>
64249
64250         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64251         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64252
64253 1999-11-05  Jim Meyering  <meyering@ascend.com>
64254
64255         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64256         configure.in of textutils, fileutils, and sh-utils into this one
64257         (shared between those packages) file.
64258         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64259         AC_STRUCT_ST_BLKSIZE.
64260
64261 1999-11-03  Jim Meyering  <meyering@ascend.com>
64262
64263         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64264         of AC_CHECK_TYPE checks includes unistd.h.
64265         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64266         Suggestion from Akim Demaille.
64267
64268 1999-10-30  Jim Meyering  <meyering@ascend.com>
64269
64270         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64271         m4-quoted string.
64272         * m4/ls-mntd-fs.m4: Likewise.
64273         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64274         * m4/jm-winsz1.m4: Likewise.
64275
64276         * m4/const.m4: Remove file, since the fix made it into the experimental
64277         version of autoconf.
64278         * m4/mktime.m4: Likewise.
64279
64280         * m4/check-type.m4: Remove file, now that the latest version of
64281         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64282
64283         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64284         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64285         AC_CHECK_TYPE.
64286
64287 1999-10-04  Jim Meyering  <meyering@ascend.com>
64288
64289         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64290
64291 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64292
64293         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64294         2.95.1 bug with HP-UX 10.20.
64295
64296 1999-09-17  Jim Meyering  <meyering@ascend.com>
64297
64298         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64299         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64300         due to missing strdup (against sh-utils-2.0).
64301
64302 1999-08-29  Jim Meyering  <meyering@ascend.com>
64303
64304         * m4/jm-macros.m4: Require jm_BISON.
64305         * m4/bison.m4: New file.
64306
64307 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64308
64309         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64310         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64311
64312 1999-08-05  Jim Meyering  <meyering@ascend.com>
64313
64314         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64315         to avoid conflicts with `conftest' on 8+3 filesystems.
64316         Suggestion from Eli Zaretskii.
64317
64318 1999-08-04  Jim Meyering  <meyering@ascend.com>
64319
64320         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64321         fileutils and sh-utils (textutils's getline test was inadequate).
64322         (AM_FUNC_GETLINE): Run this test.
64323         (AC_CHECK_FUNCS): Check for getdelim.
64324         Reported by Bob Proulx.
64325
64326 1999-08-02  Jim Meyering  <meyering@ascend.com>
64327
64328         * m4/jm-macros.m4: Add a comment.
64329
64330 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64331
64332         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64333         <inttypes.h> defines strtoumax as a macro (and not as a
64334         function).
64335
64336 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64337
64338         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64339         that we can shift, multiply and divide unsigned long long
64340         values; Ultrix cc can't do it.
64341
64342 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64343
64344         * m4/mktime.m4: New file, which is a preview of what should appear
64345         in the next public autoconf release.
64346
64347 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64348
64349         * m4/lfs.m4: Remove this file.
64350         * m4/largefile.m4: New file.  It contains the old contents of
64351         lfs.m4, except that all names with prefix AC_LFS have been
64352         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64353         compatible with future autoconf versions.  Also, some minor m4
64354         quoting problems have been fixed.
64355
64356 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64357
64358         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64359         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64360         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64361         and simplify the shell code.
64362
64363 1999-08-01  Jim Meyering  <meyering@ascend.com>
64364
64365         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64366         m4.
64367
64368 1999-07-20  Jim Meyering  <meyering@ascend.com>
64369
64370         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64371
64372 1999-07-15  Jim Meyering  <meyering@ascend.com>
64373
64374         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64375
64376 1999-05-22  Jim Meyering  <meyering@ascend.com>
64377
64378         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64379
64380 1999-05-20  Jim Meyering  <meyering@ascend.com>
64381
64382         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64383         Add a colon after each `then' in case $4 is empty.
64384
64385 1999-05-16  Jim Meyering  <meyering@ascend.com>
64386
64387         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64388
64389 1999-05-10  Jim Meyering  <meyering@ascend.com>
64390
64391         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64392
64393         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64394         AC_FUNC_MKTIME.
64395
64396 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64397
64398         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64399
64400 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64401
64402         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64403         not CPPFLAGS, so that linking works correctly in IRIX.
64404
64405 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64406
64407         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64408
64409 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64410
64411         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64412         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64413         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64414         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64415         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64416
64417         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64418
64419 1999-04-20  Jim Meyering  <meyering@ascend.com>
64420
64421         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64422         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64423         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64424
64425 1999-04-18  Jim Meyering  <meyering@ascend.com>
64426
64427         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64428         * m4/jm-macros.m4: Use it.
64429
64430 1999-04-06  Jim Meyering  <meyering@ascend.com>
64431
64432         * m4/strftime.m4: Remove test for %f.
64433
64434 1999-03-29  Jim Meyering  <meyering@ascend.com>
64435
64436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64437         superset of the AC_TYPE_* checks in the textutils, fileutils,
64438         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64439         AC_TYPE_PID_T.
64440
64441 1999-03-28  Jim Meyering  <meyering@ascend.com>
64442
64443         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64444         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64445         replaced e.g., in the *.sh files of the sh-utils.
64446
64447 1999-03-20  Jim Meyering  <meyering@ascend.com>
64448
64449         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64450         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64451         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64452
64453 1999-03-19  Jim Meyering  <meyering@ascend.com>
64454
64455         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64456
64457 1999-03-12  Jim Meyering  <meyering@ascend.com>
64458
64459         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64460
64461 1999-03-07  Jim Meyering  <meyering@ascend.com>
64462
64463         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64464         declared.
64465
64466 1999-02-17  Jim Meyering  <meyering@ascend.com>
64467
64468         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64469         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64470
64471 1999-02-07  Jim Meyering  <meyering@ascend.com>
64472
64473         * m4/group-member.m4: New file -- extracted from sh-utils'
64474         configure.in.
64475
64476         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64477         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64478
64479 1999-02-06  Jim Meyering  <meyering@ascend.com>
64480
64481         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64482         * m4/fnmatch.m4: Likewise.
64483         * m4/getgroups.m4: Likewise.
64484         * m4/lstat.m4: Likewise.
64485         * m4/malloc.m4: Likewise.
64486         * m4/putenv.m4: Likewise.
64487         * m4/realloc.m4: Likewise.
64488         * m4/regex.m4: Likewise.
64489         * m4/stat.m4: Likewise.
64490         * m4/strftime.m4: Likewise.
64491         Suggestion from Alain Magloire.
64492
64493         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64494         * m4/fnmatch.m4: Likewise.
64495         * m4/getgroups.m4: Likewise.
64496         * m4/getline.m4: Likewise.
64497         * m4/lstat.m4: Likewise.
64498         * m4/malloc.m4: Likewise.
64499         * m4/memcmp.m4: Likewise.
64500         * m4/putenv.m4: Likewise.
64501         * m4/realloc.m4: Likewise.
64502         * m4/regex.m4: Likewise.
64503         * m4/stat.m4: Likewise.
64504         * m4/strftime.m4: Likewise.
64505         Suggestion from Alain Magloire.
64506
64507         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64508         an argument.
64509
64510         * m4/regex.m4: Add a run-time Test for proper operation of
64511         re_compile_pattern.
64512
64513 1999-01-31  Jim Meyering  <meyering@ascend.com>
64514
64515         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64516
64517 1999-01-30  Jim Meyering  <meyering@ascend.com>
64518
64519         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64520
64521         * m4/jm-mktime.m4: Make this a wrapper around the official
64522         AM_FUNC_MKTIME rather than my private copy, now that the official one
64523         is up to date.
64524         * m4/mktime.m4: Remove file.
64525
64526         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64527         * m4/uptime.m4: Likewise.
64528         * m4/uintmax_t.m4: Likewise.
64529
64530 1999-01-28  Jim Meyering  <meyering@ascend.com>
64531
64532         * m4/jm-macros.m4: Use jm_AFS.
64533         * m4/afs.m4: New file (from fileutils' configure.in).
64534
64535         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64536         * m4/chown.m4: Likewise.
64537         * m4/d-ino.m4: Likewise.
64538         * m4/d-type.m4: Likewise.
64539         * m4/fnmatch.m4: Likewise.
64540         * m4/getgroups.m4: Likewise.
64541         * m4/gettext.m4: Likewise.
64542         * m4/jm-mktime.m4: Likewise.
64543         * m4/jm-winsz2.m4: Likewise.
64544         * m4/lcmessage.m4: Likewise.
64545         * m4/ls-mntd-fs.m4: Likewise.
64546         * m4/malloc.m4: Likewise.
64547         * m4/memcmp.m4: Likewise.
64548         * m4/putenv.m4: Likewise.
64549         * m4/realloc.m4: Likewise.
64550         * m4/st_mtim.m4: Likewise.
64551         * m4/strftime.m4: Likewise.
64552
64553 1999-01-16  Jim Meyering  <meyering@ascend.com>
64554
64555         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64556         (ARGMATCH_DIE_DECL): Define.
64557
64558 1999-01-12  Jim Meyering  <meyering@ascend.com>
64559
64560         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64561         Reported by Lars Hecking.
64562
64563 1999-01-10  Jim Meyering  <meyering@ascend.com>
64564
64565         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64566         gross kludge.
64567         * m4/inttypes_h.m4: Likewise.
64568         * m4/lstat.m4: Likewise.
64569         * m4/malloc.m4: Likewise.
64570         * m4/readdir.m4: Likewise.
64571         * m4/realloc.m4: Likewise.
64572         * m4/st_dm_mode.m4: Likewise.
64573         * m4/stat.m4: Likewise.
64574         * m4/utimbuf.m4: Likewise.
64575         * m4/utimes.m4: Likewise.
64576
64577         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64578         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64579         comments in config.h.in are meaningful.
64580
64581         * m4/jm-macros.m4: Require autoconf-2.13 here.
64582
64583         * m4/regex.m4: By default, don't use the included regex.c on systems
64584         with glibc 2.  Suggestion from Uli Drepper.
64585
64586 1999-01-02  Jim Meyering  <meyering@ascend.com>
64587
64588         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64589
64590 1998-12-18  Jim Meyering  <meyering@ascend.com>
64591
64592         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64593         Based on a suggestion from Lars Hecking.
64594
64595 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64596
64597         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64598
64599 1998-11-16  Jim Meyering  <meyering@ascend.com>
64600
64601         * m4/lfs.m4: Double-quote the `uname...` expression.
64602
64603 1998-11-14  Jim Meyering  <meyering@ascend.com>
64604
64605         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64606         * m4/stat.m4: Likewise.
64607
64608 1998-11-03  Jim Meyering  <meyering@ascend.com>
64609
64610         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64611         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64612
64613 1998-10-18  Jim Meyering  <meyering@ascend.com>
64614
64615         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64616
64617 1998-10-17  Jim Meyering  <meyering@ascend.com>
64618
64619         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64620         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64621         calls for those previously hard-coded headers.  Instead, take a new
64622         parameter.
64623         (jm_CHECK_DECLARATIONS): Reflect interface change.
64624         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64625         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64626
64627         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64628
64629 1998-10-14  Jim Meyering  <meyering@ascend.com>
64630
64631         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64632         instead of "TZ=America/Vancouver".  From Paul Eggert.
64633
64634 1998-10-11  Jim Meyering  <meyering@ascend.com>
64635
64636         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64637         This adds a test for a recently added compatibility fix for mktime.c.
64638         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64639
64640 1998-09-27  Jim Meyering  <meyering@ascend.com>
64641
64642         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64643
64644         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64645         ../configure.in, including a change from Gordon Matzigkeit to allow
64646         cross-compiling for the Hurd.
64647
64648         * m4/glibc.m4: New file/macro to test for the GNU C Library
64649         versions 1 and 2.  From Gordon Matzigkeit.
64650         Indent.
64651
64652 1998-09-21  Jim Meyering  <meyering@ascend.com>
64653
64654         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64655
64656 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64657
64658         Port nanosecond-resolution times to UnixWare 2.1.2 and
64659         pedantic Solaris 2.6.
64660
64661         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
64662         AC_STRUCT_ST_MTIM.
64663         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
64664         Generate name of ns member, instead of just 1 or undef.
64665         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
64666
64667 1998-08-15  Jim Meyering  <meyering@ascend.com>
64668
64669         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
64670         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
64671         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
64672         instead of jm_TYPE_SSIZE_T.
64673
64674 1998-08-12  Jim Meyering  <meyering@ascend.com>
64675
64676         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
64677
64678 1998-08-02  Jim Meyering  <meyering@ascend.com>
64679
64680         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
64681         in acconfig.h manually.
64682
64683 1998-07-31  Paul Eggert  <eggert@twinsun.com>
64684
64685         * m4/st_mtim.m4: New file.
64686
64687 1998-07-28  Jim Meyering  <meyering@ascend.com>
64688
64689         * m4/utimes.m4: Undef stat.
64690
64691 1998-07-25  Jim Meyering  <meyering@ascend.com>
64692
64693         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
64694         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
64695
64696 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
64697
64698         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
64699         uid and gid actually remain unchanged.
64700
64701 1998-07-07  Jim Meyering  <meyering@ascend.com>
64702
64703         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
64704
64705 1998-07-04  Jim Meyering  <meyering@ascend.com>
64706
64707         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
64708         to prove that this macro can be used in packages without regex.c.
64709
64710 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
64711
64712         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
64713         is to be used.
64714
64715 1998-07-03  Jim Meyering  <meyering@ascend.com>
64716
64717         * m4/gettext.m4: Add -lintl if it's found to be necessary.
64718
64719         * m4/gettext.m4: New file -- from gettext-0.10.35.
64720         * m4/lcmessage.m4: Likewise.
64721         * m4/progtest.m4: Likewise.
64722
64723         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
64724         * m4/jm-macros.m4: Require the new macro.
64725
64726 1998-06-29  Jim Meyering  <meyering@ascend.com>
64727
64728         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
64729         for the definition of NGROUPS (used in a system header included
64730         by sys/mount.h).
64731
64732 1998-06-28  Jim Meyering  <meyering@ascend.com>
64733
64734         * m4/ls-mntd-fs.m4: New file.
64735         * m4/fstypename.m4: New file.
64736
64737         * m4/jm-macros.m4: Require the new macro.
64738         * m4/jm-glibc-io.m4: New file.
64739
64740 1998-05-19  Jim Meyering  <meyering@ascend.com>
64741
64742         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
64743         * m4/lchown.m4: New file.
64744
64745         * m4/Makefile.am.in: New file.
64746         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
64747
64748 1998-05-14  Jim Meyering  <meyering@ascend.com>
64749
64750         * m4/Makefile.am (EXTRA_DIST): Add them.
64751         * m4/jm-macros.m4: New file.
64752         * m4/utimbuf.m4: New file.
64753
64754 1998-05-12  Jim Meyering  <meyering@ascend.com>
64755
64756         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
64757
64758 1998-05-11  Jim Meyering  <meyering@ascend.com>
64759
64760         * m4/isc-posix.m4: New file.
64761
64762 1998-05-10  Jim Meyering  <meyering@ascend.com>
64763
64764         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
64765
64766 1998-05-09  Jim Meyering  <meyering@ascend.com>
64767
64768         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
64769         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
64770         with automake.
64771
64772         * m4/ssize_t.m4: New file.
64773         * m4/mktime.m4: Remove file -- the new automake has this now.
64774
64775 1998-04-26  Jim Meyering  <meyering@ascend.com>
64776
64777         * m4/assert.m4: New file.
64778         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
64779
64780 1998-04-05  Jim Meyering  <meyering@ascend.com>
64781
64782         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
64783         (jm_PREREQ): Use it here.
64784
64785 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
64786
64787         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
64788         in acconfig.h.
64789
64790 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
64791
64792         * m4/prereq.m4: New file.
64793         * m4/error.m4: New file.
64794         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
64795
64796 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
64797
64798         * m4/getline.m4: Don't set am_cv_func_working_getline before the
64799         cache-check for the same variable -- that defeated the purpose of
64800         the test; the test program was never run.  This was a problem only
64801         on systems with losing getline functions -- HP-UX 10.20 is one.
64802         Reported by Bjorn Helgaas.
64803
64804 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
64805
64806         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
64807
64808 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
64809
64810         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
64811
64812         * m4/const.m4: New file.  Use an initializer in this declaration
64813         typedef int charset[2]; const charset x;
64814         Reported by Bob Glickstein.
64815
64816 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
64817
64818         * m4/chown.m4: Fix reversed types on -1 args to chown.
64819         From Kaveh Ghazi.
64820
64821 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
64822
64823         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
64824         Add lseek and memchr.
64825
64826         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
64827         T.E.Dickey <dickey@clark.net> said that some older preprocessors
64828         have a 20-character limit on names.
64829
64830 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
64831
64832         * m4/inttypes_h.m4: New file.
64833         * m4/uintmax_t.m4: New file.
64834         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
64835
64836
64837         -----
64838
64839         Local Variables:
64840         coding: utf-8
64841         End:
64842
64843         Copyright (C) 1997-2010 Free Software Foundation, Inc.
64844
64845         Copying and distribution of this file, with or without
64846         modification, are permitted provided the copyright notice
64847         and this notice are preserved.